agentbrief 0.1.2 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +127 -114
- package/README.zh-CN.md +201 -0
- package/briefs/{frontend-design → design-engineer}/brief.yaml +1 -1
- package/briefs/fullstack-engineer/brief.yaml +10 -0
- package/briefs/{nextjs-fullstack → nextjs-developer}/brief.yaml +1 -1
- package/briefs/release-engineer/brief.yaml +10 -0
- package/briefs/release-engineer/personality.md +17 -0
- package/briefs/social-media-manager/brief.yaml +12 -0
- package/briefs/social-media-manager/knowledge/social-media-playbook.md +55 -0
- package/briefs/social-media-manager/personality.md +17 -0
- package/briefs/social-media-manager/skills/twitter-workflow/SKILL.md +91 -0
- package/briefs/{startup-builder → startup-advisor}/brief.yaml +1 -1
- package/briefs/startup-founder/brief.yaml +10 -0
- package/briefs/{typescript-strict → typescript-engineer}/brief.yaml +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +4 -4
- package/registry.yaml +28 -18
- package/briefs/fullstack-dev/brief.yaml +0 -10
- package/briefs/startup-kit/brief.yaml +0 -10
- /package/briefs/{frontend-design → design-engineer}/knowledge/design-principles.md +0 -0
- /package/briefs/{frontend-design → design-engineer}/personality.md +0 -0
- /package/briefs/{frontend-design → design-engineer}/skills/design-review-checklist/SKILL.md +0 -0
- /package/briefs/{frontend-design → design-engineer}/skills/web-design-guidelines/SKILL.md +0 -0
- /package/briefs/{fullstack-dev → fullstack-engineer}/personality.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/knowledge/conventions.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/personality.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/SKILL.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/async-patterns.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/bundling.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/data-patterns.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/debug-tricks.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/directives.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/error-handling.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/file-conventions.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/font.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/functions.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/hydration-error.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/image.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/metadata.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/parallel-routes.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/route-handlers.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/rsc-boundaries.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/runtime-selection.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/scripts.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/self-hosting.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/suspense-boundaries.md +0 -0
- /package/briefs/{nextjs-fullstack → nextjs-developer}/skills/tdd/SKILL.md +0 -0
- /package/briefs/{startup-builder → startup-advisor}/knowledge/startup-phases.md +0 -0
- /package/briefs/{startup-builder → startup-advisor}/personality.md +0 -0
- /package/briefs/{startup-builder → startup-advisor}/skills/ceo-review/SKILL.md +0 -0
- /package/briefs/{startup-builder → startup-advisor}/skills/launch-strategy/SKILL.md +0 -0
- /package/briefs/{startup-builder → startup-advisor}/skills/launch-strategy/evals/evals.json +0 -0
- /package/briefs/{startup-builder → startup-advisor}/skills/tdd/SKILL.md +0 -0
- /package/briefs/{startup-builder → startup-advisor}/skills/verification/SKILL.md +0 -0
- /package/briefs/{startup-kit → startup-founder}/personality.md +0 -0
- /package/briefs/{typescript-strict → typescript-engineer}/knowledge/type-patterns.md +0 -0
- /package/briefs/{typescript-strict → typescript-engineer}/personality.md +0 -0
- /package/briefs/{typescript-strict → typescript-engineer}/skills/typescript-advanced-types/SKILL.md +0 -0
package/README.md
CHANGED
|
@@ -4,58 +4,32 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/agentbrief)
|
|
5
5
|
[](./LICENSE)
|
|
6
6
|
|
|
7
|
-
>
|
|
7
|
+
> One command turns your AI coding agent into a domain specialist.
|
|
8
8
|
>
|
|
9
|
-
> [Website](https://0xranx.github.io/agentbrief) · [Catalog](./CATALOG.md) · [npm](https://www.npmjs.com/package/agentbrief)
|
|
9
|
+
> [Website](https://0xranx.github.io/agentbrief) · [Catalog](./CATALOG.md) · [npm](https://www.npmjs.com/package/agentbrief) · [中文](./README.zh-CN.md)
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Your Claude Code, Cursor, OpenCode, or Codex gives generic answers because it doesn't know your domain. AgentBrief fixes that — install a **brief** and your agent gains real expertise: security auditing, code review, product specs, growth hacking, and more.
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npx agentbrief use fullstack-
|
|
14
|
+
npx agentbrief use fullstack-engineer
|
|
15
15
|
# Your agent now enforces strict TypeScript, follows Next.js conventions,
|
|
16
|
-
# builds accessible UIs, and reviews PRs like a staff engineer —
|
|
16
|
+
# builds accessible UIs, and reviews PRs like a staff engineer — 9 skills in 1 command
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## Before vs After
|
|
20
20
|
|
|
21
|
-
AgentBrief compiles a **brief** (role definition + domain knowledge + executable skills) into the instruction files your AI agent reads — `CLAUDE.md`, `.cursorrules`, `AGENTS.md` — with content automatically adapted for each engine.
|
|
22
|
-
|
|
23
|
-
<details>
|
|
24
|
-
<summary><b>See it in action</b> — what happens when you run <code>agentbrief use fullstack-dev</code></summary>
|
|
25
|
-
|
|
26
|
-
Your `CLAUDE.md` gets this injected (existing content preserved):
|
|
27
|
-
|
|
28
|
-
```markdown
|
|
29
|
-
<!-- agentbrief:fullstack-dev:start -->
|
|
30
|
-
# AgentBrief: fullstack-dev
|
|
31
|
-
|
|
32
|
-
## Role
|
|
33
|
-
You are a senior full-stack TypeScript developer. You build production
|
|
34
|
-
applications with Next.js 15, React 19, and Tailwind CSS. You enforce
|
|
35
|
-
strict type safety and review your own code with principal-engineer rigor.
|
|
36
|
-
|
|
37
|
-
## Constraints
|
|
38
|
-
- Never use `any` — always annotate return types on exports
|
|
39
|
-
- Server Components by default — only add 'use client' when needed
|
|
40
|
-
- WCAG 2.1 AA minimum — semantic HTML, keyboard navigation
|
|
41
|
-
|
|
42
|
-
## Skills
|
|
43
|
-
- **next-best-practices** — USE WHEN: Writing Next.js code
|
|
44
|
-
- **typescript-advanced-types** — USE WHEN: Complex type logic
|
|
45
|
-
- **architecture-review** — USE WHEN: Reviewing PRs
|
|
46
|
-
- **design-review-checklist** — USE WHEN: Checking UI quality
|
|
47
|
-
- **agent-browser** — USE WHEN: Visual verification needed
|
|
48
|
-
...and 4 more
|
|
49
|
-
<!-- agentbrief:fullstack-dev:end -->
|
|
50
21
|
```
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
-
|
|
56
|
-
|
|
57
|
-
-
|
|
58
|
-
|
|
22
|
+
WITHOUT a brief:
|
|
23
|
+
You: "Review this code for issues"
|
|
24
|
+
Agent: "The code looks good overall. Consider adding error handling."
|
|
25
|
+
|
|
26
|
+
WITH security-auditor brief:
|
|
27
|
+
You: "Review this code for issues"
|
|
28
|
+
Agent: "CWE-89 CRITICAL at line 23: SQL injection via string concatenation.
|
|
29
|
+
Attack vector: attacker injects arbitrary SQL through userId param.
|
|
30
|
+
Fix: const query = 'SELECT * FROM users WHERE id = $1';
|
|
31
|
+
await db.query(query, [userId]);"
|
|
32
|
+
```
|
|
59
33
|
|
|
60
34
|
## Install
|
|
61
35
|
|
|
@@ -65,44 +39,28 @@ npm install -g agentbrief
|
|
|
65
39
|
pnpm add -g agentbrief
|
|
66
40
|
```
|
|
67
41
|
|
|
68
|
-
##
|
|
69
|
-
|
|
70
|
-
```bash
|
|
71
|
-
# Apply from the official registry (short name)
|
|
72
|
-
agentbrief use security-auditor
|
|
73
|
-
agentbrief use nextjs-fullstack
|
|
74
|
-
agentbrief use typescript-strict
|
|
75
|
-
|
|
76
|
-
# Apply from GitHub
|
|
77
|
-
agentbrief use github:owner/repo
|
|
78
|
-
agentbrief use github:owner/repo@v1.0
|
|
79
|
-
|
|
80
|
-
# Apply from local path
|
|
81
|
-
agentbrief use ./path/to/brief
|
|
82
|
-
|
|
83
|
-
# Browse available briefs
|
|
84
|
-
agentbrief search
|
|
85
|
-
agentbrief search security
|
|
42
|
+
## Quick Start Packs
|
|
86
43
|
|
|
87
|
-
|
|
88
|
-
agentbrief list
|
|
89
|
-
agentbrief show <name>
|
|
90
|
-
agentbrief update
|
|
91
|
-
agentbrief eject <name>
|
|
44
|
+
Not sure where to begin? Pick a combo — each one bundles multiple specialist briefs into a single command:
|
|
92
45
|
|
|
93
|
-
# Create a new brief
|
|
94
|
-
agentbrief init my-agent
|
|
95
|
-
agentbrief init my-agent --template security
|
|
96
46
|
```
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
**⚡ Quick Start Packs** — best if you're not sure where to begin:
|
|
47
|
+
fullstack-engineer → release-engineer → startup-founder
|
|
48
|
+
Build Ship Grow
|
|
49
|
+
```
|
|
101
50
|
|
|
102
51
|
| Pack | What your agent gains |
|
|
103
52
|
|------|----------------------|
|
|
104
|
-
| `fullstack-
|
|
105
|
-
| `
|
|
53
|
+
| `fullstack-engineer` | Strict TypeScript + Next.js + accessible UI + PR reviews (9 skills) |
|
|
54
|
+
| `release-engineer` | QA testing + security review + CI/CD + documentation (10 skills) |
|
|
55
|
+
| `startup-founder` | Product specs + SEO + growth analytics + security + launch (12 skills) |
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
agentbrief use fullstack-engineer # Build: write production code
|
|
59
|
+
agentbrief use release-engineer # Ship: test, secure, deploy, document
|
|
60
|
+
agentbrief use startup-founder # Grow: product, growth, launch strategy
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
## All Briefs
|
|
106
64
|
|
|
107
65
|
**Code Quality & Engineering:**
|
|
108
66
|
|
|
@@ -111,9 +69,9 @@ agentbrief init my-agent --template security
|
|
|
111
69
|
| `security-auditor` | OWASP security reviewer who cites CWE numbers |
|
|
112
70
|
| `code-reviewer` | Staff engineer who catches architecture + logic issues |
|
|
113
71
|
| `qa-engineer` | QA who finds bugs, writes tests, fixes with atomic commits |
|
|
114
|
-
| `typescript-
|
|
115
|
-
| `nextjs-
|
|
116
|
-
| `
|
|
72
|
+
| `typescript-engineer` | Type safety enforcer — zero `any`, exhaustive checks |
|
|
73
|
+
| `nextjs-developer` | Next.js 15 specialist (App Router, RSC, Tailwind) |
|
|
74
|
+
| `design-engineer` | Design engineer with 80-item review checklist |
|
|
117
75
|
| `devops-sre` | SRE who sets up CI/CD, monitoring, incident response |
|
|
118
76
|
| `tech-writer` | Documentation specialist with API docs + release notes |
|
|
119
77
|
|
|
@@ -124,64 +82,119 @@ agentbrief init my-agent --template security
|
|
|
124
82
|
| `product-manager` | PM who writes PRDs with RICE/ICE prioritization |
|
|
125
83
|
| `growth-engineer` | Growth hacker with SEO audit + analytics + content strategy |
|
|
126
84
|
| `data-analyst` | BI analyst with metrics frameworks + SQL patterns |
|
|
127
|
-
| `startup-
|
|
85
|
+
| `startup-advisor` | Startup advisor with CEO review + launch planning |
|
|
86
|
+
| `social-media-manager` | Social media manager — Twitter/X + Xiaohongshu posting |
|
|
128
87
|
|
|
129
|
-
Browse the **[full Catalog](./CATALOG.md)** or the **[Website](https://0xranx.github.io/agentbrief)**
|
|
88
|
+
Browse the **[full Catalog](./CATALOG.md)** or the **[Website](https://0xranx.github.io/agentbrief)** for details on each brief.
|
|
130
89
|
|
|
131
|
-
##
|
|
90
|
+
## Usage
|
|
132
91
|
|
|
133
|
-
|
|
92
|
+
```bash
|
|
93
|
+
# Apply from the official registry
|
|
94
|
+
agentbrief use security-auditor
|
|
95
|
+
|
|
96
|
+
# Apply from GitHub
|
|
97
|
+
agentbrief use github:owner/repo
|
|
98
|
+
agentbrief use github:owner/repo@v1.0
|
|
99
|
+
|
|
100
|
+
# Apply from local path
|
|
101
|
+
agentbrief use ./path/to/brief
|
|
102
|
+
|
|
103
|
+
# Browse, inspect, manage
|
|
104
|
+
agentbrief search # List all briefs
|
|
105
|
+
agentbrief list # See what's applied
|
|
106
|
+
agentbrief show <name> # View injected content
|
|
107
|
+
agentbrief preview <name> # Preview without applying
|
|
108
|
+
agentbrief update # Fetch latest versions
|
|
109
|
+
agentbrief eject <name> # Clean removal
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
## How It Works
|
|
113
|
+
|
|
114
|
+
AgentBrief compiles a **brief** (role + knowledge + skills) into the instruction files your AI agent reads, with content optimized per engine:
|
|
115
|
+
|
|
116
|
+
| Engine | File | Compilation |
|
|
117
|
+
|--------|------|------------|
|
|
118
|
+
| Claude Code | `CLAUDE.md` | Full — personality, knowledge refs, skill triggers |
|
|
119
|
+
| Cursor | `.cursorrules` | Minimal — headings + first paragraph + lists |
|
|
120
|
+
| OpenCode | `AGENTS.md` | Concise — first sentence per paragraph |
|
|
121
|
+
| Codex | `AGENTS.md` | Concise — same as OpenCode |
|
|
122
|
+
|
|
123
|
+
Your existing files are preserved — briefs are injected between `<!-- agentbrief:name:start/end -->` markers. Eject removes only the brief content.
|
|
124
|
+
|
|
125
|
+
<details>
|
|
126
|
+
<summary><b>See what gets injected</b> — example output for <code>fullstack-engineer</code></summary>
|
|
127
|
+
|
|
128
|
+
```markdown
|
|
129
|
+
<!-- agentbrief:fullstack-engineer:start -->
|
|
130
|
+
# AgentBrief: fullstack-engineer
|
|
131
|
+
|
|
132
|
+
## Role
|
|
133
|
+
You are a senior full-stack TypeScript developer. You build production
|
|
134
|
+
applications with Next.js 15, React 19, and Tailwind CSS. You enforce
|
|
135
|
+
strict type safety and review your own code with principal-engineer rigor.
|
|
136
|
+
|
|
137
|
+
## Constraints
|
|
138
|
+
- Never use `any` — always annotate return types on exports
|
|
139
|
+
- Server Components by default — only add 'use client' when needed
|
|
140
|
+
- WCAG 2.1 AA minimum — semantic HTML, keyboard navigation
|
|
141
|
+
|
|
142
|
+
## Skills
|
|
143
|
+
- **next-best-practices** — USE WHEN: Writing Next.js code
|
|
144
|
+
- **typescript-advanced-types** — USE WHEN: Complex type logic
|
|
145
|
+
- **architecture-review** — USE WHEN: Reviewing PRs
|
|
146
|
+
- **design-review-checklist** — USE WHEN: Checking UI quality
|
|
147
|
+
- **agent-browser** — USE WHEN: Visual verification needed
|
|
148
|
+
...and 4 more
|
|
149
|
+
<!-- agentbrief:fullstack-engineer:end -->
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
</details>
|
|
153
|
+
|
|
154
|
+
## What's a Brief?
|
|
134
155
|
|
|
135
156
|
```
|
|
136
157
|
my-brief/
|
|
137
|
-
├── brief.yaml # Config: name, version, skills
|
|
158
|
+
├── brief.yaml # Config: name, version, extends, skills
|
|
138
159
|
├── personality.md # Identity: role, tone, constraints
|
|
139
160
|
├── knowledge/ # Reference: domain materials (read on demand)
|
|
140
161
|
│ └── cheatsheet.md
|
|
141
162
|
└── skills/ # Workflows: executable skill directories
|
|
142
|
-
└── my-skill/
|
|
143
|
-
├── SKILL.md #
|
|
144
|
-
└── ... #
|
|
163
|
+
└── my-skill/
|
|
164
|
+
├── SKILL.md # Trigger condition + step-by-step process
|
|
165
|
+
└── ... # Any supporting files
|
|
145
166
|
```
|
|
146
167
|
|
|
147
|
-
See `
|
|
148
|
-
|
|
149
|
-
## Create & Publish Your Own
|
|
150
|
-
|
|
151
|
-
Share your expertise as a reusable brief:
|
|
152
|
-
|
|
153
|
-
1. **Scaffold** — `agentbrief init my-agent` (or `--template security`)
|
|
154
|
-
2. **Customize** — Edit `personality.md`, add `knowledge/` and `skills/`
|
|
155
|
-
3. **Test** — `agentbrief use ./my-agent` in a temp directory
|
|
156
|
-
4. **Preview** — `agentbrief preview ./my-agent` to see compiled output
|
|
157
|
-
5. **Publish** — Push to GitHub → `agentbrief use github:you/my-agent`
|
|
158
|
-
|
|
159
|
-
Want it in the official registry? [Submit a PR](./CONTRIBUTING.md). Read the full **[Authoring Guide](https://0xranx.github.io/agentbrief/docs.html#AUTHORING)**.
|
|
168
|
+
See [`briefs/security-auditor/`](./briefs/security-auditor/) for a complete example.
|
|
160
169
|
|
|
161
|
-
##
|
|
170
|
+
## Built on Trusted Sources
|
|
162
171
|
|
|
163
|
-
|
|
172
|
+
Every official brief is curated from battle-tested, community-endorsed skills:
|
|
164
173
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
| Codex | `AGENTS.md` | Concise — same as OpenCode |
|
|
174
|
+
- [obra/superpowers](https://github.com/obra/superpowers) **(90.6k ★)** — TDD, systematic debugging, verification
|
|
175
|
+
- [anthropics/skills](https://github.com/anthropics/skills) **(95.8k ★)** — Anthropic's official skill packages
|
|
176
|
+
- [garrytan/gstack](https://github.com/garrytan/gstack) **(YC CEO)** — CEO review, design review, QA
|
|
177
|
+
- [vercel-labs](https://github.com/vercel-labs/agent-browser) **(Vercel official)** — Next.js best practices, browser automation
|
|
178
|
+
- [coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills) — SEO audit, launch strategy, analytics
|
|
171
179
|
|
|
172
|
-
##
|
|
180
|
+
## Create Your Own
|
|
173
181
|
|
|
174
|
-
```
|
|
175
|
-
|
|
176
|
-
.
|
|
182
|
+
```bash
|
|
183
|
+
agentbrief init my-agent # Scaffold
|
|
184
|
+
# Edit personality.md, add knowledge/ and skills/
|
|
185
|
+
agentbrief use ./my-agent # Test locally
|
|
186
|
+
agentbrief preview ./my-agent # See compiled output
|
|
187
|
+
# Push to GitHub → agentbrief use github:you/my-agent
|
|
177
188
|
```
|
|
178
189
|
|
|
179
|
-
|
|
190
|
+
Want it in the official registry? [Submit a PR](./CONTRIBUTING.md). Read the **[Authoring Guide](https://0xranx.github.io/agentbrief/docs.html#AUTHORING)**.
|
|
180
191
|
|
|
181
192
|
## Community
|
|
182
193
|
|
|
183
|
-
- [GitHub Discussions](https://github.com/0xranx/agentbrief/discussions) — Questions, showcase
|
|
184
|
-
- [Contributing Guide](./CONTRIBUTING.md) —
|
|
194
|
+
- [GitHub Discussions](https://github.com/0xranx/agentbrief/discussions) — Questions, showcase, feature ideas
|
|
195
|
+
- [Contributing Guide](./CONTRIBUTING.md) — Submit briefs to the registry
|
|
196
|
+
|
|
197
|
+
Add `.agentbrief/` to your `.gitignore`. Commit the engine files (`CLAUDE.md`, `.cursorrules`, `AGENTS.md`) so your team shares the same agent behavior.
|
|
185
198
|
|
|
186
199
|
## License
|
|
187
200
|
|
package/README.zh-CN.md
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
# AgentBrief
|
|
2
|
+
|
|
3
|
+
[](https://github.com/0xranx/agentbrief/actions/workflows/ci.yml)
|
|
4
|
+
[](https://www.npmjs.com/package/agentbrief)
|
|
5
|
+
[](./LICENSE)
|
|
6
|
+
|
|
7
|
+
> 一条命令,让你的 AI 编程 Agent 变成领域专家。
|
|
8
|
+
>
|
|
9
|
+
> [官网](https://0xranx.github.io/agentbrief/index.zh.html) · [目录](./CATALOG.md) · [npm](https://www.npmjs.com/package/agentbrief) · [English](./README.md)
|
|
10
|
+
|
|
11
|
+
你的 Claude Code、Cursor、OpenCode 或 Codex 回答总是泛泛而谈?因为它不了解你的业务领域。AgentBrief 解决这个问题——安装一个**职能包(brief)**,你的 Agent 就拥有了真正的专业能力:安全审查、代码审查、产品规划、增长运营,等等。
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
npx agentbrief use fullstack-engineer
|
|
15
|
+
# 你的 Agent 现在会执行严格 TypeScript、遵循 Next.js 规范、
|
|
16
|
+
# 构建无障碍 UI、像 Staff 工程师一样审查 PR —— 一条命令获得 9 项技能
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## 效果对比
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
没有职能包:
|
|
23
|
+
你:"帮我审查一下这段代码"
|
|
24
|
+
Agent:"代码整体看起来不错。建议加一些错误处理。"
|
|
25
|
+
|
|
26
|
+
使用 security-auditor 职能包:
|
|
27
|
+
你:"帮我审查一下这段代码"
|
|
28
|
+
Agent:"CWE-89 严重 第23行:通过字符串拼接导致 SQL 注入。
|
|
29
|
+
攻击向量:攻击者通过 userId 参数注入任意 SQL。
|
|
30
|
+
修复:const query = 'SELECT * FROM users WHERE id = $1';
|
|
31
|
+
await db.query(query, [userId]);"
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## 安装
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
npm install -g agentbrief
|
|
38
|
+
# 或
|
|
39
|
+
pnpm add -g agentbrief
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## 快速上手套装
|
|
43
|
+
|
|
44
|
+
不知道从哪开始?选一个组合包——每个都将多个专业职能包打包成一条命令:
|
|
45
|
+
|
|
46
|
+
```
|
|
47
|
+
fullstack-engineer → release-engineer → startup-founder
|
|
48
|
+
构建(Build) 交付(Ship) 增长(Grow)
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
| 套装 | 你的 Agent 获得… |
|
|
52
|
+
|------|------------------|
|
|
53
|
+
| `fullstack-engineer` | 严格类型 + Next.js 规范 + 无障碍 UI + PR 审查(9 项技能) |
|
|
54
|
+
| `release-engineer` | 自动测试 + 安全审查 + CI/CD + 发布文档(10 项技能) |
|
|
55
|
+
| `startup-founder` | 产品规划 + SEO 审计 + 增长分析 + 安全 + 发布策略(12 项技能) |
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
agentbrief use fullstack-engineer # 构建:写生产级代码
|
|
59
|
+
agentbrief use release-engineer # 交付:测试、安全、部署、文档
|
|
60
|
+
agentbrief use startup-founder # 增长:产品、运营、发布策略
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
## 全部职能包
|
|
64
|
+
|
|
65
|
+
**代码质量与工程:**
|
|
66
|
+
|
|
67
|
+
| 职能包 | 你的 Agent 变成… |
|
|
68
|
+
|--------|------------------|
|
|
69
|
+
| `security-auditor` | OWASP 安全审查员,引用 CWE 编号 |
|
|
70
|
+
| `code-reviewer` | Staff 级工程师,捕获架构 + 逻辑问题 |
|
|
71
|
+
| `qa-engineer` | QA 工程师,发现 Bug、编写测试、原子提交修复 |
|
|
72
|
+
| `typescript-engineer` | 类型安全守卫——零 `any`、穷举检查 |
|
|
73
|
+
| `nextjs-developer` | Next.js 15 专家(App Router、RSC、Tailwind) |
|
|
74
|
+
| `design-engineer` | 设计工程师,附带 80 项审查清单 |
|
|
75
|
+
| `devops-sre` | SRE 工程师,搭建 CI/CD、监控、故障响应 |
|
|
76
|
+
| `tech-writer` | 文档专家,API 文档 + 发布说明 |
|
|
77
|
+
|
|
78
|
+
**产品、增长与商业:**
|
|
79
|
+
|
|
80
|
+
| 职能包 | 你的 Agent 变成… |
|
|
81
|
+
|--------|------------------|
|
|
82
|
+
| `product-manager` | 产品经理,PRD + RICE/ICE 优先级排序 |
|
|
83
|
+
| `growth-engineer` | 增长工程师,SEO 审计 + 数据分析 + 内容策略 |
|
|
84
|
+
| `data-analyst` | 数据分析师,指标体系 + SQL + 数据叙事 |
|
|
85
|
+
| `startup-advisor` | 创业顾问,CEO 审查 + 发布规划 |
|
|
86
|
+
| `social-media-manager` | 社媒运营,Twitter/X + 小红书发布 |
|
|
87
|
+
|
|
88
|
+
查看 **[完整目录](./CATALOG.md)** 或 **[官网](https://0xranx.github.io/agentbrief/index.zh.html)** 了解每个职能包的详情。
|
|
89
|
+
|
|
90
|
+
## 使用方法
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
# 从官方 registry 安装
|
|
94
|
+
agentbrief use security-auditor
|
|
95
|
+
|
|
96
|
+
# 从 GitHub 安装
|
|
97
|
+
agentbrief use github:owner/repo
|
|
98
|
+
agentbrief use github:owner/repo@v1.0
|
|
99
|
+
|
|
100
|
+
# 从本地目录安装
|
|
101
|
+
agentbrief use ./path/to/brief
|
|
102
|
+
|
|
103
|
+
# 浏览、查看、管理
|
|
104
|
+
agentbrief search # 列出所有职能包
|
|
105
|
+
agentbrief list # 查看已安装的
|
|
106
|
+
agentbrief show <name> # 查看注入内容
|
|
107
|
+
agentbrief preview <name> # 预览(不安装)
|
|
108
|
+
agentbrief update # 更新到最新版
|
|
109
|
+
agentbrief eject <name> # 干净卸载
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
## 工作原理
|
|
113
|
+
|
|
114
|
+
AgentBrief 将**职能包**(角色 + 知识 + 技能)编译成 AI Agent 读取的指令文件,并根据引擎智能优化输出:
|
|
115
|
+
|
|
116
|
+
| 引擎 | 文件 | 编译方式 |
|
|
117
|
+
|------|------|---------|
|
|
118
|
+
| Claude Code | `CLAUDE.md` | 完整——人格、知识引用、技能触发条件 |
|
|
119
|
+
| Cursor | `.cursorrules` | 精简——标题 + 首段 + 列表 |
|
|
120
|
+
| OpenCode | `AGENTS.md` | 简洁——每段首句 |
|
|
121
|
+
| Codex | `AGENTS.md` | 简洁——同 OpenCode |
|
|
122
|
+
|
|
123
|
+
你的现有文件不会被覆盖——职能包通过 `<!-- agentbrief:name:start/end -->` 标记注入。卸载只移除职能包内容。
|
|
124
|
+
|
|
125
|
+
<details>
|
|
126
|
+
<summary><b>查看注入内容示例</b>——<code>fullstack-engineer</code> 的输出</summary>
|
|
127
|
+
|
|
128
|
+
```markdown
|
|
129
|
+
<!-- agentbrief:fullstack-engineer:start -->
|
|
130
|
+
# AgentBrief: fullstack-engineer
|
|
131
|
+
|
|
132
|
+
## Role
|
|
133
|
+
You are a senior full-stack TypeScript developer. You build production
|
|
134
|
+
applications with Next.js 15, React 19, and Tailwind CSS. You enforce
|
|
135
|
+
strict type safety and review your own code with principal-engineer rigor.
|
|
136
|
+
|
|
137
|
+
## Constraints
|
|
138
|
+
- Never use `any` — always annotate return types on exports
|
|
139
|
+
- Server Components by default — only add 'use client' when needed
|
|
140
|
+
- WCAG 2.1 AA minimum — semantic HTML, keyboard navigation
|
|
141
|
+
|
|
142
|
+
## Skills
|
|
143
|
+
- **next-best-practices** — USE WHEN: Writing Next.js code
|
|
144
|
+
- **typescript-advanced-types** — USE WHEN: Complex type logic
|
|
145
|
+
- **architecture-review** — USE WHEN: Reviewing PRs
|
|
146
|
+
- **design-review-checklist** — USE WHEN: Checking UI quality
|
|
147
|
+
- **agent-browser** — USE WHEN: Visual verification needed
|
|
148
|
+
...and 4 more
|
|
149
|
+
<!-- agentbrief:fullstack-engineer:end -->
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
</details>
|
|
153
|
+
|
|
154
|
+
## 什么是 Brief(职能包)?
|
|
155
|
+
|
|
156
|
+
```
|
|
157
|
+
my-brief/
|
|
158
|
+
├── brief.yaml # 配置:名称、版本、继承、技能
|
|
159
|
+
├── personality.md # 身份:角色、语气、约束
|
|
160
|
+
├── knowledge/ # 知识:领域参考材料(按需读取)
|
|
161
|
+
│ └── cheatsheet.md
|
|
162
|
+
└── skills/ # 技能:可执行的工作流目录
|
|
163
|
+
└── my-skill/
|
|
164
|
+
├── SKILL.md # 触发条件 + 分步流程
|
|
165
|
+
└── ... # 其他支持文件
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
查看 [`briefs/security-auditor/`](./briefs/security-auditor/) 获取完整示例。
|
|
169
|
+
|
|
170
|
+
## 可信来源
|
|
171
|
+
|
|
172
|
+
每个官方职能包都源自经过实战检验、社区认可的技能:
|
|
173
|
+
|
|
174
|
+
- [obra/superpowers](https://github.com/obra/superpowers) **(90.6k ★)** — TDD、系统化调试、验证
|
|
175
|
+
- [anthropics/skills](https://github.com/anthropics/skills) **(95.8k ★)** — Anthropic 官方技能包
|
|
176
|
+
- [garrytan/gstack](https://github.com/garrytan/gstack) **(YC CEO)** — CEO 审查、设计审查、QA
|
|
177
|
+
- [vercel-labs](https://github.com/vercel-labs/agent-browser) **(Vercel 官方)** — Next.js 最佳实践、浏览器自动化
|
|
178
|
+
- [coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills) — SEO 审计、发布策略、数据分析
|
|
179
|
+
|
|
180
|
+
## 创建你自己的
|
|
181
|
+
|
|
182
|
+
```bash
|
|
183
|
+
agentbrief init my-agent # 脚手架
|
|
184
|
+
# 编辑 personality.md,添加 knowledge/ 和 skills/
|
|
185
|
+
agentbrief use ./my-agent # 本地测试
|
|
186
|
+
agentbrief preview ./my-agent # 查看编译输出
|
|
187
|
+
# 推送到 GitHub → agentbrief use github:you/my-agent
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
想收录到官方 registry?[提交 PR](./CONTRIBUTING.md)。阅读 **[创作指南](https://0xranx.github.io/agentbrief/docs.html#AUTHORING)**。
|
|
191
|
+
|
|
192
|
+
## 社区
|
|
193
|
+
|
|
194
|
+
- [GitHub Discussions](https://github.com/0xranx/agentbrief/discussions) — 提问、展示作品、功能建议
|
|
195
|
+
- [贡献指南](./CONTRIBUTING.md) — 如何提交职能包到 registry
|
|
196
|
+
|
|
197
|
+
将 `.agentbrief/` 添加到 `.gitignore`。提交引擎文件(`CLAUDE.md`、`.cursorrules`、`AGENTS.md`),让团队共享相同的 Agent 行为。
|
|
198
|
+
|
|
199
|
+
## 许可证
|
|
200
|
+
|
|
201
|
+
[MIT](./LICENSE)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
name: fullstack-engineer
|
|
2
|
+
version: "1.0.0"
|
|
3
|
+
description: Full-stack TypeScript engineer — Next.js + strict types + design + code review
|
|
4
|
+
personality: personality.md
|
|
5
|
+
extends:
|
|
6
|
+
- base-agent
|
|
7
|
+
- typescript-engineer
|
|
8
|
+
- nextjs-developer
|
|
9
|
+
- design-engineer
|
|
10
|
+
- code-reviewer
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
name: release-engineer
|
|
2
|
+
version: "1.0.0"
|
|
3
|
+
description: "Production release engineer — QA, security review, CI/CD, and documentation in one"
|
|
4
|
+
personality: personality.md
|
|
5
|
+
extends:
|
|
6
|
+
- base-agent
|
|
7
|
+
- qa-engineer
|
|
8
|
+
- devops-sre
|
|
9
|
+
- tech-writer
|
|
10
|
+
- security-auditor
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
## Role
|
|
2
|
+
|
|
3
|
+
You are a production release engineer. You shepherd code from development through testing, security review, infrastructure validation, and documentation to production release. You combine the rigor of QA, the systems thinking of SRE, the vigilance of a security auditor, and the clarity of a technical writer.
|
|
4
|
+
|
|
5
|
+
## Tone
|
|
6
|
+
|
|
7
|
+
- Methodical and evidence-based — every claim backed by test results, logs, or audit findings
|
|
8
|
+
- Direct about blockers — escalate security issues and test failures immediately, never soften critical findings
|
|
9
|
+
- Checklist-driven — follow structured processes, never skip steps
|
|
10
|
+
|
|
11
|
+
## Constraints
|
|
12
|
+
|
|
13
|
+
- Never deploy without passing tests and verified test coverage
|
|
14
|
+
- Never deploy without a rollback plan and monitoring in place
|
|
15
|
+
- Never deploy with known security vulnerabilities — escalate, don't ignore
|
|
16
|
+
- Never ship undocumented breaking changes — release notes are mandatory
|
|
17
|
+
- Never approve a release based on "it works on my machine" — require CI/CD evidence
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
name: social-media-manager
|
|
2
|
+
version: "1.0.0"
|
|
3
|
+
description: "Social media manager — content creation, scheduling, audience engagement, analytics"
|
|
4
|
+
personality: personality.md
|
|
5
|
+
knowledge:
|
|
6
|
+
- knowledge/
|
|
7
|
+
skills:
|
|
8
|
+
- skills/
|
|
9
|
+
- github:jackwener/twitter-cli
|
|
10
|
+
- github:0xranx/agent-kit/skills/xhs-cli
|
|
11
|
+
extends:
|
|
12
|
+
- base-agent
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Social Media Playbook
|
|
2
|
+
|
|
3
|
+
## Content Formats by Platform
|
|
4
|
+
|
|
5
|
+
### Twitter/X
|
|
6
|
+
- **Thread**: 5-10 tweets, hook in tweet 1, value in 2-9, CTA in last. Best for thought leadership.
|
|
7
|
+
- **Single tweet**: < 280 chars, one clear idea. Best for hot takes, announcements, quotes.
|
|
8
|
+
- **Quote tweet**: Add insight to someone else's tweet. Best for joining conversations.
|
|
9
|
+
- **Poll**: 2-4 options, 24h duration. Best for engagement and audience research.
|
|
10
|
+
- **Image + text**: Screenshot, chart, or infographic with context. 2-3x engagement vs text-only.
|
|
11
|
+
|
|
12
|
+
### Xiaohongshu (小红书)
|
|
13
|
+
- **Image-text note**: 1-9 images + 1000 chars max. First image is the cover — must be eye-catching. Best for tutorials, reviews, lifestyle.
|
|
14
|
+
- **Video note**: 15s-15min, vertical 3:4 or 9:16. Best for how-to, vlogs, product demos.
|
|
15
|
+
- **Collection/合集**: Group related notes into a series. Best for building topical authority.
|
|
16
|
+
- **Tags/话题**: Always add 3-5 relevant tags. Critical for discovery — Xiaohongshu is search-first.
|
|
17
|
+
|
|
18
|
+
### LinkedIn
|
|
19
|
+
- **Text post**: 1300 chars max for full visibility. Hook in first 2 lines (before "see more").
|
|
20
|
+
- **Carousel**: PDF upload, 5-10 slides. Best for how-to content and frameworks.
|
|
21
|
+
- **Article**: Long-form, 800-2000 words. Best for SEO and establishing authority.
|
|
22
|
+
|
|
23
|
+
## Posting Cadence
|
|
24
|
+
|
|
25
|
+
| Platform | Minimum | Sweet Spot | Diminishing Returns |
|
|
26
|
+
|----------|---------|------------|---------------------|
|
|
27
|
+
| Twitter/X | 1/day | 3-5/day | > 10/day |
|
|
28
|
+
| Xiaohongshu | 2/week | 1/day | > 3/day |
|
|
29
|
+
| LinkedIn | 2/week | 4-5/week | > 1/day |
|
|
30
|
+
|
|
31
|
+
## High-Engagement Patterns
|
|
32
|
+
|
|
33
|
+
1. **Hook → Story → Lesson → CTA** (thread format)
|
|
34
|
+
2. **Contrarian take** — "Everyone says X. Here's why Y." (single tweet)
|
|
35
|
+
3. **Before/After** — Show transformation with specifics (image + text)
|
|
36
|
+
4. **Numbered list** — "7 things I learned from..." (thread or carousel)
|
|
37
|
+
5. **Behind the scenes** — Build in public, show process (authentic content)
|
|
38
|
+
|
|
39
|
+
## Metrics That Matter
|
|
40
|
+
|
|
41
|
+
| Metric | What It Tells You | Good Benchmark |
|
|
42
|
+
|--------|-------------------|----------------|
|
|
43
|
+
| Impressions | Reach/distribution | Growing week-over-week |
|
|
44
|
+
| Engagement rate | Content resonance | > 2% on Twitter, > 3% on LinkedIn |
|
|
45
|
+
| Profile visits | Curiosity generated | > 5% of impressions |
|
|
46
|
+
| Follower growth | Sustained interest | > 1% weekly net growth |
|
|
47
|
+
| Link clicks | Conversion intent | > 1% of impressions |
|
|
48
|
+
|
|
49
|
+
## Content Calendar Framework
|
|
50
|
+
|
|
51
|
+
- **Monday**: Industry insight or trend commentary
|
|
52
|
+
- **Tuesday/Thursday**: Educational content (how-to, framework, lesson)
|
|
53
|
+
- **Wednesday**: Engagement post (poll, question, hot take)
|
|
54
|
+
- **Friday**: Behind-the-scenes or personal story
|
|
55
|
+
- **Weekend**: Repurpose best-performing content from the week
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
## Role
|
|
2
|
+
|
|
3
|
+
You are a social media manager who creates engaging content, manages posting workflows, and grows audience across platforms — Twitter/X and Xiaohongshu (小红书). You combine copywriting instincts with data-driven iteration: every post has a purpose, every thread tells a story, and every metric informs the next move.
|
|
4
|
+
|
|
5
|
+
## Tone
|
|
6
|
+
|
|
7
|
+
- Concise and punchy — write for scroll-stopping attention, not essays
|
|
8
|
+
- Data-informed — track what works, double down on high-engagement formats
|
|
9
|
+
- Platform-native — match the voice and conventions of each platform (threads on X, carousels on LinkedIn, etc.)
|
|
10
|
+
|
|
11
|
+
## Constraints
|
|
12
|
+
|
|
13
|
+
- Never post without the user's explicit approval — draft first, post on command
|
|
14
|
+
- Never use engagement bait, misleading claims, or manufactured controversy
|
|
15
|
+
- Never ignore replies or mentions — engagement is a two-way street
|
|
16
|
+
- Always disclose AI-generated content when required by platform policies
|
|
17
|
+
- Respect rate limits and platform terms of service — no spam, no mass automation
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: twitter-workflow
|
|
3
|
+
description: "When the user wants to draft tweets, plan threads, post to Twitter/X, or manage their Twitter presence"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Twitter Workflow
|
|
7
|
+
|
|
8
|
+
## Prerequisites
|
|
9
|
+
|
|
10
|
+
Ensure `twitter-cli` is installed and authenticated:
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
# Install
|
|
14
|
+
uv tool install twitter-cli
|
|
15
|
+
|
|
16
|
+
# Auth via browser cookies (no API key needed)
|
|
17
|
+
# twitter-cli auto-extracts from Chrome/Arc/Firefox/Edge/Brave
|
|
18
|
+
twitter-cli timeline
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
If auth fails, the user needs to set `TWITTER_AUTH_TOKEN` and `TWITTER_CT0` environment variables from their browser cookies.
|
|
22
|
+
|
|
23
|
+
## Process
|
|
24
|
+
|
|
25
|
+
### 1. Draft Content
|
|
26
|
+
|
|
27
|
+
Before posting anything, always draft and present to the user for approval:
|
|
28
|
+
|
|
29
|
+
- **Single tweet**: Keep under 280 chars. Lead with the hook. End with a CTA or open question.
|
|
30
|
+
- **Thread**: Write each tweet as a standalone insight that also flows as a narrative. Number tweets (1/N format).
|
|
31
|
+
- **Reply/Quote**: Read the original tweet first (`twitter-cli tweet <id>`), then add genuine value.
|
|
32
|
+
|
|
33
|
+
### 2. Review & Approve
|
|
34
|
+
|
|
35
|
+
Present the draft clearly:
|
|
36
|
+
```
|
|
37
|
+
📝 Draft tweet:
|
|
38
|
+
---
|
|
39
|
+
[tweet content here]
|
|
40
|
+
---
|
|
41
|
+
Post this? (y/n)
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
Never post without explicit user confirmation.
|
|
45
|
+
|
|
46
|
+
### 3. Post
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
# Single tweet
|
|
50
|
+
twitter-cli post "Your tweet content here"
|
|
51
|
+
|
|
52
|
+
# Tweet with images (up to 4)
|
|
53
|
+
twitter-cli post "Check out these results" --image chart.png
|
|
54
|
+
|
|
55
|
+
# Quote tweet
|
|
56
|
+
twitter-cli post "My take on this:" --quote-url https://x.com/user/status/123
|
|
57
|
+
|
|
58
|
+
# Reply
|
|
59
|
+
twitter-cli post "Great point! Here's what I'd add..." --reply-to 123456789
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
### 4. Monitor & Engage
|
|
63
|
+
|
|
64
|
+
After posting, check engagement:
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
# Check your recent tweets and their metrics
|
|
68
|
+
twitter-cli me --yaml
|
|
69
|
+
|
|
70
|
+
# Search for mentions or relevant conversations
|
|
71
|
+
twitter-cli search "keyword" --tab latest
|
|
72
|
+
|
|
73
|
+
# Check replies to your tweet
|
|
74
|
+
twitter-cli tweet <tweet-id>
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### 5. Iterate
|
|
78
|
+
|
|
79
|
+
Track what works:
|
|
80
|
+
- Which tweet formats get highest engagement?
|
|
81
|
+
- What time of day performs best?
|
|
82
|
+
- Which topics resonate most?
|
|
83
|
+
|
|
84
|
+
Use `twitter-cli me --yaml` output to analyze patterns and inform the next content batch.
|
|
85
|
+
|
|
86
|
+
## Anti-patterns
|
|
87
|
+
|
|
88
|
+
- Don't post multiple tweets in rapid succession — space them out
|
|
89
|
+
- Don't draft generic content — every tweet should have a specific audience and purpose
|
|
90
|
+
- Don't ignore replies — responding to comments boosts algorithmic visibility
|
|
91
|
+
- Don't post and forget — always check engagement within 1-2 hours
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
name: startup-founder
|
|
2
|
+
version: "1.0.0"
|
|
3
|
+
description: Startup founder — product strategy + growth engineering + launch planning + security
|
|
4
|
+
personality: personality.md
|
|
5
|
+
extends:
|
|
6
|
+
- base-agent
|
|
7
|
+
- startup-advisor
|
|
8
|
+
- product-manager
|
|
9
|
+
- growth-engineer
|
|
10
|
+
- security-auditor
|
package/dist/cli.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { Command } from "commander";
|
|
3
3
|
import { eject, init, list, preview, search, show, update, use } from "./index.js";
|
|
4
4
|
const program = new Command();
|
|
5
|
-
program.name("agentbrief").description("
|
|
5
|
+
program.name("agentbrief").description("One command turns your AI coding agent into a domain specialist").version("0.2.1");
|
|
6
6
|
program.addHelpText("after", `
|
|
7
7
|
Quick start:
|
|
8
8
|
agentbrief use ./path/to/brief Apply a brief to your project
|
package/dist/cli.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAEnF,MAAM,OAAO,GAAG,IAAI,OAAO,EAAE,CAAC;AAE9B,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,WAAW,CAAC,
|
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentbrief",
|
|
3
|
-
"version": "0.1
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "One command turns your AI coding agent into a domain specialist",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"bin": {
|
|
15
|
-
"agentbrief": "
|
|
15
|
+
"agentbrief": "dist/cli.js"
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
18
|
"build": "tsc",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"license": "MIT",
|
|
59
59
|
"repository": {
|
|
60
60
|
"type": "git",
|
|
61
|
-
"url": "https://github.com/0xranx/agentbrief"
|
|
61
|
+
"url": "git+https://github.com/0xranx/agentbrief.git"
|
|
62
62
|
},
|
|
63
63
|
"homepage": "https://github.com/0xranx/agentbrief#readme"
|
|
64
64
|
}
|
package/registry.yaml
CHANGED
|
@@ -31,19 +31,19 @@ code-reviewer:
|
|
|
31
31
|
description: Rigorous PR review — naming, tests, architecture
|
|
32
32
|
trust: official
|
|
33
33
|
|
|
34
|
-
typescript-
|
|
35
|
-
source: github:0xranx/agentbrief/briefs/typescript-
|
|
36
|
-
description: TypeScript type safety
|
|
34
|
+
typescript-engineer:
|
|
35
|
+
source: github:0xranx/agentbrief/briefs/typescript-engineer
|
|
36
|
+
description: TypeScript type safety engineer — zero any
|
|
37
37
|
trust: official
|
|
38
38
|
|
|
39
|
-
nextjs-
|
|
40
|
-
source: github:0xranx/agentbrief/briefs/nextjs-
|
|
41
|
-
description: Next.js 15 + App Router + React 19 + Tailwind
|
|
39
|
+
nextjs-developer:
|
|
40
|
+
source: github:0xranx/agentbrief/briefs/nextjs-developer
|
|
41
|
+
description: Next.js 15 + App Router + React 19 + Tailwind developer
|
|
42
42
|
trust: official
|
|
43
43
|
|
|
44
|
-
|
|
45
|
-
source: github:0xranx/agentbrief/briefs/
|
|
46
|
-
description: React + Tailwind + shadcn/ui design
|
|
44
|
+
design-engineer:
|
|
45
|
+
source: github:0xranx/agentbrief/briefs/design-engineer
|
|
46
|
+
description: React + Tailwind + shadcn/ui design engineer
|
|
47
47
|
trust: official
|
|
48
48
|
|
|
49
49
|
# ── Operations ───────────────────────────────────────────
|
|
@@ -70,9 +70,9 @@ product-manager:
|
|
|
70
70
|
description: PRD generation, user stories, prioritization
|
|
71
71
|
trust: official
|
|
72
72
|
|
|
73
|
-
startup-
|
|
74
|
-
source: github:0xranx/agentbrief/briefs/startup-
|
|
75
|
-
description: Idea validation → MVP → launch
|
|
73
|
+
startup-advisor:
|
|
74
|
+
source: github:0xranx/agentbrief/briefs/startup-advisor
|
|
75
|
+
description: Idea validation → MVP → launch advisor
|
|
76
76
|
trust: official
|
|
77
77
|
|
|
78
78
|
qa-engineer:
|
|
@@ -85,14 +85,24 @@ data-analyst:
|
|
|
85
85
|
description: Business intelligence — metrics, SQL, dashboards, data storytelling
|
|
86
86
|
trust: official
|
|
87
87
|
|
|
88
|
+
social-media-manager:
|
|
89
|
+
source: github:0xranx/agentbrief/briefs/social-media-manager
|
|
90
|
+
description: Social media manager — content creation, Twitter/X posting, audience growth
|
|
91
|
+
trust: official
|
|
92
|
+
|
|
88
93
|
# ── Combo Packs ──────────────────────────────────────────
|
|
89
94
|
|
|
90
|
-
fullstack-
|
|
91
|
-
source: github:0xranx/agentbrief/briefs/fullstack-
|
|
92
|
-
description: Full-stack TypeScript
|
|
95
|
+
fullstack-engineer:
|
|
96
|
+
source: github:0xranx/agentbrief/briefs/fullstack-engineer
|
|
97
|
+
description: Full-stack TypeScript engineer — extends typescript-engineer + nextjs + design + review
|
|
98
|
+
trust: official
|
|
99
|
+
|
|
100
|
+
startup-founder:
|
|
101
|
+
source: github:0xranx/agentbrief/briefs/startup-founder
|
|
102
|
+
description: Startup CTO kit — extends startup + product + growth + security
|
|
93
103
|
trust: official
|
|
94
104
|
|
|
95
|
-
|
|
96
|
-
source: github:0xranx/agentbrief/briefs/
|
|
97
|
-
description:
|
|
105
|
+
release-engineer:
|
|
106
|
+
source: github:0xranx/agentbrief/briefs/release-engineer
|
|
107
|
+
description: Production release engineer — QA, security, CI/CD, and documentation in one
|
|
98
108
|
trust: official
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
name: fullstack-dev
|
|
2
|
-
version: "1.0.0"
|
|
3
|
-
description: Full-stack TypeScript developer — Next.js + strict types + design + code review
|
|
4
|
-
personality: personality.md
|
|
5
|
-
extends:
|
|
6
|
-
- base-agent
|
|
7
|
-
- typescript-strict
|
|
8
|
-
- nextjs-fullstack
|
|
9
|
-
- frontend-design
|
|
10
|
-
- code-reviewer
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/async-patterns.md
RENAMED
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/bundling.md
RENAMED
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/data-patterns.md
RENAMED
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/debug-tricks.md
RENAMED
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/directives.md
RENAMED
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/error-handling.md
RENAMED
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/file-conventions.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/functions.md
RENAMED
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/hydration-error.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/metadata.md
RENAMED
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/parallel-routes.md
RENAMED
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/route-handlers.md
RENAMED
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/rsc-boundaries.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/briefs/{nextjs-fullstack → nextjs-developer}/skills/next-best-practices/self-hosting.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/briefs/{typescript-strict → typescript-engineer}/skills/typescript-advanced-types/SKILL.md
RENAMED
|
File without changes
|