moicle 1.6.0 → 2.0.0
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 +82 -32
- package/assets/skills/docs/content/SKILL.md +269 -0
- package/assets/skills/{logo-design → docs/logo}/SKILL.md +31 -16
- package/assets/skills/{sync-docs → docs/sync}/SKILL.md +31 -1
- package/assets/skills/{video-content → docs/video}/SKILL.md +32 -17
- package/assets/skills/docs/write/SKILL.md +371 -0
- package/assets/skills/feature/api/SKILL.md +277 -0
- package/assets/skills/feature/deprecate/SKILL.md +276 -0
- package/assets/skills/{new-feature → feature/new}/SKILL.md +28 -12
- package/assets/skills/{refactor → feature/refactor}/SKILL.md +24 -12
- package/assets/skills/{hotfix → fix/hotfix}/SKILL.md +32 -30
- package/assets/skills/fix/incident/SKILL.md +272 -0
- package/assets/skills/{fix-pr-comment → fix/pr-comment}/SKILL.md +30 -1
- package/assets/skills/fix/root-cause/SKILL.md +219 -0
- package/assets/skills/{onboarding → research/onboarding}/SKILL.md +32 -31
- package/assets/skills/{spike → research/spike}/SKILL.md +33 -32
- package/assets/skills/research/web/SKILL.md +163 -0
- package/assets/skills/{architect-review → review/architect}/SKILL.md +37 -7
- package/assets/skills/{review-changes → review/branch}/SKILL.md +27 -7
- package/assets/skills/{pr-review → review/pr}/SKILL.md +31 -30
- package/assets/skills/review/tdd/SKILL.md +206 -0
- package/bin/cli.js +12 -1
- package/dist/commands/install.d.ts.map +1 -1
- package/dist/commands/install.js +219 -38
- package/dist/commands/install.js.map +1 -1
- package/dist/commands/list.d.ts.map +1 -1
- package/dist/commands/list.js +42 -2
- package/dist/commands/list.js.map +1 -1
- package/dist/commands/postinstall.d.ts.map +1 -1
- package/dist/commands/postinstall.js +2 -0
- package/dist/commands/postinstall.js.map +1 -1
- package/dist/commands/status.d.ts.map +1 -1
- package/dist/commands/status.js +31 -1
- package/dist/commands/status.js.map +1 -1
- package/dist/commands/uninstall.d.ts.map +1 -1
- package/dist/commands/uninstall.js +93 -38
- package/dist/commands/uninstall.js.map +1 -1
- package/dist/commands/upgrade.d.ts +7 -0
- package/dist/commands/upgrade.d.ts.map +1 -0
- package/dist/commands/upgrade.js +165 -0
- package/dist/commands/upgrade.js.map +1 -0
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/symlink.d.ts +8 -0
- package/dist/utils/symlink.d.ts.map +1 -1
- package/dist/utils/symlink.js +100 -0
- package/dist/utils/symlink.js.map +1 -1
- package/package.json +3 -1
- package/assets/skills/api-integration/SKILL.md +0 -883
- package/assets/skills/content-writer/SKILL.md +0 -721
- package/assets/skills/deep-debug/SKILL.md +0 -114
- package/assets/skills/deprecation/SKILL.md +0 -923
- package/assets/skills/documentation/SKILL.md +0 -1333
- package/assets/skills/incident-response/SKILL.md +0 -946
- package/assets/skills/research/SKILL.md +0 -124
- package/assets/skills/tdd/SKILL.md +0 -828
package/README.md
CHANGED
|
@@ -14,15 +14,16 @@ A toolkit to bootstrap and accelerate project development with Claude Code throu
|
|
|
14
14
|
|
|
15
15
|
## Features
|
|
16
16
|
|
|
17
|
-
- **
|
|
18
|
-
- **
|
|
19
|
-
- **
|
|
20
|
-
- **
|
|
17
|
+
- **16 AI Agents** - 6 developer agents + 10 utility agents
|
|
18
|
+
- **4 Commands** - Wizards for bootstrap, brainstorm, documentation, and marketing
|
|
19
|
+
- **20 Skills** - Auto-triggered workflows for the full SDLC (feature, bug, review, release, ops, content)
|
|
20
|
+
- **8 Architecture References** - DDD + stack-specific patterns
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
## Current Support
|
|
24
24
|
|
|
25
25
|
- [x] Claude
|
|
26
|
+
- [x] Codex CLI
|
|
26
27
|
- [ ] Antigravity
|
|
27
28
|
- [ ] Cursor
|
|
28
29
|
- [ ] Windsurf
|
|
@@ -39,10 +40,12 @@ npm install -g moicle
|
|
|
39
40
|
# Install agents, commands, skills, architecture
|
|
40
41
|
moicle install
|
|
41
42
|
|
|
43
|
+
# Install for Codex CLI
|
|
44
|
+
moicle install --target codex --global
|
|
45
|
+
|
|
42
46
|
# Choose:
|
|
43
|
-
# 1.
|
|
44
|
-
# 2.
|
|
45
|
-
# 3. Both - Both locations
|
|
47
|
+
# 1. Pick Claude Code or Codex CLI
|
|
48
|
+
# 2. Pick global or project scope
|
|
46
49
|
```
|
|
47
50
|
|
|
48
51
|
## CLI Commands
|
|
@@ -52,6 +55,8 @@ moicle install
|
|
|
52
55
|
| `moicle install` | Interactive installation menu |
|
|
53
56
|
| `moicle install --global` | Install to ~/.claude/ (symlinks) |
|
|
54
57
|
| `moicle install --project` | Install to ./.claude/ (copies) |
|
|
58
|
+
| `moicle install --target codex --global` | Install Codex skills + architecture to ~/.codex/ |
|
|
59
|
+
| `moicle install --target codex --project` | Install Codex skills + architecture to ./.codex/ |
|
|
55
60
|
| `moicle list` | List all installed items |
|
|
56
61
|
| `moicle status` | Show enabled/disabled status |
|
|
57
62
|
| `moicle enable <item>` | Enable an agent/command/skill |
|
|
@@ -107,31 +112,74 @@ moicle install
|
|
|
107
112
|
| `/brainstorm` | Brainstorm ideas with 6 frameworks |
|
|
108
113
|
| `/doc` | Scan project and generate documentation |
|
|
109
114
|
|
|
110
|
-
### Skills (
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
|
117
|
-
|
|
118
|
-
| `
|
|
119
|
-
| `
|
|
120
|
-
| `
|
|
121
|
-
| `
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
|
126
|
-
|
|
127
|
-
| `
|
|
128
|
-
| `
|
|
129
|
-
|
|
|
130
|
-
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
|
115
|
+
### Skills (20)
|
|
116
|
+
|
|
117
|
+
Skills are grouped into 5 namespaces. Type `/<group>:<tab>` in Claude Code to see all skills in a group.
|
|
118
|
+
|
|
119
|
+
**`/feature:*` — Build & Change**
|
|
120
|
+
|
|
121
|
+
| Skill | When to use |
|
|
122
|
+
|-------|-------------|
|
|
123
|
+
| `/feature:new` | Build a new feature end-to-end following DDD |
|
|
124
|
+
| `/feature:refactor` | Restructure existing module to DDD or improve internals |
|
|
125
|
+
| `/feature:api` | Add a new endpoint or integrate an external API |
|
|
126
|
+
| `/feature:deprecate` | Safely sunset a feature, API, or module |
|
|
127
|
+
|
|
128
|
+
**`/fix:*` — Bugs & Incidents**
|
|
129
|
+
|
|
130
|
+
| Skill | When to use |
|
|
131
|
+
|-------|-------------|
|
|
132
|
+
| `/fix:hotfix` | Fix a bug fast with a rollback plan |
|
|
133
|
+
| `/fix:root-cause` | Hard-to-trace bug that has been "fixed" multiple times |
|
|
134
|
+
| `/fix:incident` | Production outage / on-call workflow |
|
|
135
|
+
| `/fix:pr-comment` | Address review comments on an existing PR |
|
|
136
|
+
|
|
137
|
+
**`/review:*` — Review & Quality**
|
|
138
|
+
|
|
139
|
+
| Skill | When to use |
|
|
140
|
+
|-------|-------------|
|
|
141
|
+
| `/review:branch` | Self-review your branch BEFORE pushing / opening PR |
|
|
142
|
+
| `/review:pr` | Review someone else's open PR |
|
|
143
|
+
| `/review:architect` | DDD compliance check (called by `/feature:new` / `/feature:refactor`) |
|
|
144
|
+
| `/review:tdd` | Drive implementation with test-first discipline |
|
|
145
|
+
|
|
146
|
+
**`/research:*` — Explore & Learn**
|
|
147
|
+
|
|
148
|
+
| Skill | When to use |
|
|
149
|
+
|-------|-------------|
|
|
150
|
+
| `/research:web` | Search the web for solutions / best practices |
|
|
151
|
+
| `/research:spike` | Time-boxed prototype to learn / decide |
|
|
152
|
+
| `/research:onboarding` | Get up to speed on a new codebase |
|
|
153
|
+
|
|
154
|
+
**`/docs:*` — Docs & Content**
|
|
155
|
+
|
|
156
|
+
| Skill | When to use |
|
|
157
|
+
|-------|-------------|
|
|
158
|
+
| `/docs:write` | Author docs manually (README / API / ARCH / CONTRIB) |
|
|
159
|
+
| `/docs:sync` | Auto-generate structured docs from codebase with review loop |
|
|
160
|
+
| `/docs:content` | Blog posts, social media, newsletters, SEO content |
|
|
161
|
+
| `/docs:logo` | Logo + brand identity specification |
|
|
162
|
+
| `/docs:video` | Video script, storyboard, production plan |
|
|
163
|
+
|
|
164
|
+
### Skill decision matrix
|
|
165
|
+
|
|
166
|
+
When more than one skill could fit, use this matrix:
|
|
167
|
+
|
|
168
|
+
| Situation | Use | Not |
|
|
169
|
+
|-----------|-----|-----|
|
|
170
|
+
| Bug just happened in prod, need fix in <1h | `/fix:hotfix` | `/fix:root-cause` (too slow) |
|
|
171
|
+
| Bug keeps coming back after "fixes" | `/fix:root-cause` | `/fix:hotfix` (will repeat) |
|
|
172
|
+
| About to push / open PR | `/review:branch` | `/review:pr` (that's for others') |
|
|
173
|
+
| Reviewing teammate's PR | `/review:pr` | `/review:branch` (that's for own branch) |
|
|
174
|
+
| Want to verify DDD compliance only | `/review:architect` | `/review:pr` (broader scope) |
|
|
175
|
+
| Don't know the right solution yet | `/research:web` | `/research:spike` (skip if you can decide from docs) |
|
|
176
|
+
| Need to validate an idea by building | `/research:spike` | `/feature:new` (commit only after spike) |
|
|
177
|
+
| Writing README / API docs by hand | `/docs:write` | `/docs:sync` (overkill for single file) |
|
|
178
|
+
| Generating full docs site from codebase | `/docs:sync` | `/docs:write` (manual is slower) |
|
|
179
|
+
|
|
180
|
+
### Backward compatibility
|
|
181
|
+
|
|
182
|
+
Old trigger phrases still work — they're kept in the skill `description` so Claude auto-invokes the right skill when the user says e.g. "deep debug", "hotfix", "review changes". The namespace `/group:action` is the new explicit invocation form.
|
|
135
183
|
|
|
136
184
|
## Architecture-First Approach
|
|
137
185
|
|
|
@@ -155,6 +203,8 @@ All agents reference architecture files to ensure consistency:
|
|
|
155
203
|
|
|
156
204
|
When an agent is invoked, it **reads the architecture file first** before coding according to the defined structure.
|
|
157
205
|
|
|
206
|
+
For Codex CLI, MoiCle installs architecture docs into `~/.codex/architecture` or `./.codex/architecture`, and converts MoiCle agents, commands, and existing skills into native Codex skills under `.codex/skills`. Restart Codex after a global install so the new skills are loaded.
|
|
207
|
+
|
|
158
208
|
## Usage Examples
|
|
159
209
|
|
|
160
210
|
### Using Commands
|
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: docs-content
|
|
3
|
+
description: Create content writing strategy including blog posts, social media, newsletters, and SEO content plans. Use when user says "write content", "content strategy", "blog post", "social media content", "content plan", "seo content", "newsletter".
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Content Writer
|
|
7
|
+
|
|
8
|
+
Workflow for creating content strategy: audience research, content pillars, SEO blog posts, social media plans, newsletters.
|
|
9
|
+
|
|
10
|
+
## When to use this skill
|
|
11
|
+
|
|
12
|
+
- ✅ Building a content strategy from scratch (pillars, calendar, channels)
|
|
13
|
+
- ✅ Writing one specific piece (blog post, newsletter, social thread)
|
|
14
|
+
- ✅ Repurposing one piece into multi-channel content
|
|
15
|
+
- ❌ Writing API / project documentation → use `/docs:write` or `/docs:sync`
|
|
16
|
+
- ❌ Writing release notes / changelog → use git history + manual
|
|
17
|
+
- ❌ Designing a video → use `/docs:video`
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Workflow
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
RESEARCH → PLAN → WRITE → OPTIMIZE → DISTRIBUTE
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## Phase 1: RESEARCH
|
|
30
|
+
|
|
31
|
+
**Goal:** understand audience, competitors, and SEO landscape.
|
|
32
|
+
|
|
33
|
+
### Gather brief
|
|
34
|
+
Ask the user for (skip what's already known):
|
|
35
|
+
|
|
36
|
+
| Field | Example |
|
|
37
|
+
|-------|---------|
|
|
38
|
+
| Brand / Product | "Acme — DevOps platform for indie teams" |
|
|
39
|
+
| Voice / Tone | "Casual but technical, no marketing fluff" |
|
|
40
|
+
| Primary audience | "Solo / small-team DevOps engineers" |
|
|
41
|
+
| Pain points | "Too many tools, none integrate well" |
|
|
42
|
+
| Goals (pick ≤2) | SEO traffic, lead gen, brand awareness, education, community, thought leadership |
|
|
43
|
+
| Current channels | Blog / X / LinkedIn / Dev.to / YouTube / Newsletter / Discord |
|
|
44
|
+
| Competitors | 3–5 names + what they do well |
|
|
45
|
+
|
|
46
|
+
### Audience & SEO research
|
|
47
|
+
- **Search intent** for the topic (informational / navigational / transactional / commercial)
|
|
48
|
+
- **Top 10 SERP** results for 3–5 target keywords — what content ranks?
|
|
49
|
+
- **Gaps** competitors miss (more depth, better examples, fresher data)
|
|
50
|
+
- **Keyword set** — primary + 2–5 long-tails per piece
|
|
51
|
+
|
|
52
|
+
### Gate
|
|
53
|
+
- [ ] Brief captured (skip fields already covered in conversation)
|
|
54
|
+
- [ ] Target keywords with search intent identified
|
|
55
|
+
- [ ] Competitor gap identified
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## Phase 2: PLAN
|
|
60
|
+
|
|
61
|
+
**Goal:** define content pillars + calendar.
|
|
62
|
+
|
|
63
|
+
### Content pillars
|
|
64
|
+
Pick 3–5 themes that ladder up to the brand's positioning. Each pillar gets a mix of formats.
|
|
65
|
+
|
|
66
|
+
| Pillar | Why it matters to audience | Formats |
|
|
67
|
+
|--------|---------------------------|---------|
|
|
68
|
+
| {pillar 1} | {pain → outcome} | blog, social, newsletter |
|
|
69
|
+
| {pillar 2} | ... | ... |
|
|
70
|
+
|
|
71
|
+
### Calendar template
|
|
72
|
+
Plan 4–6 weeks ahead. Use a consistent cadence.
|
|
73
|
+
|
|
74
|
+
| Week | Blog (long-form) | Social (short-form) | Newsletter |
|
|
75
|
+
|------|------------------|---------------------|------------|
|
|
76
|
+
| W1 | {title} | 3 posts (1 educational, 1 hot take, 1 personal) | {topic} |
|
|
77
|
+
| W2 | ... | ... | ... |
|
|
78
|
+
|
|
79
|
+
### Content mix rule (per channel)
|
|
80
|
+
- **80/20:** 80% value (educate / entertain), 20% promote
|
|
81
|
+
- **Don't post when you have nothing to say** — skip a slot rather than post filler
|
|
82
|
+
|
|
83
|
+
### Gate
|
|
84
|
+
- [ ] 3–5 pillars defined with audience rationale
|
|
85
|
+
- [ ] Calendar drafted for ≥4 weeks
|
|
86
|
+
- [ ] Channels matched to audience habits
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## Phase 3: WRITE
|
|
91
|
+
|
|
92
|
+
**Goal:** draft the actual content. One format at a time.
|
|
93
|
+
|
|
94
|
+
### Blog post structure (long-form, SEO)
|
|
95
|
+
|
|
96
|
+
```
|
|
97
|
+
TITLE (≤60 chars, includes primary keyword)
|
|
98
|
+
META DESCRIPTION (≤155 chars, includes primary keyword + CTA)
|
|
99
|
+
|
|
100
|
+
H1 (matches title or close variant)
|
|
101
|
+
|
|
102
|
+
HOOK (2–3 sentences: the problem the reader has)
|
|
103
|
+
|
|
104
|
+
TL;DR (3 bullets: the answer up front)
|
|
105
|
+
|
|
106
|
+
H2: Problem context — why this matters now
|
|
107
|
+
H2: The solution — your main argument / approach
|
|
108
|
+
H3: Step 1 / Aspect 1
|
|
109
|
+
H3: Step 2
|
|
110
|
+
H3: Step 3
|
|
111
|
+
H2: Common pitfalls — what NOT to do
|
|
112
|
+
H2: Real example — actual code / screenshot / case
|
|
113
|
+
H2: Next steps — what to do today
|
|
114
|
+
|
|
115
|
+
CTA (1 line: try the product / subscribe / share)
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
Target length: 1200–2500 words for SEO; 500–1000 for opinion pieces.
|
|
119
|
+
|
|
120
|
+
### Social thread (X / LinkedIn)
|
|
121
|
+
|
|
122
|
+
```
|
|
123
|
+
HOOK (1–2 lines — must work alone in the feed)
|
|
124
|
+
↓
|
|
125
|
+
3–7 posts each ≤280 chars
|
|
126
|
+
- Each post stands alone if shared
|
|
127
|
+
- One idea per post
|
|
128
|
+
- Use line breaks
|
|
129
|
+
↓
|
|
130
|
+
CTA (link to blog / signup)
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
### Newsletter
|
|
134
|
+
|
|
135
|
+
```
|
|
136
|
+
SUBJECT (≤50 chars, curiosity > clickbait)
|
|
137
|
+
PREVIEW TEXT (≤90 chars, complements subject)
|
|
138
|
+
|
|
139
|
+
GREETING (personal, 1–2 lines)
|
|
140
|
+
|
|
141
|
+
MAIN STORY (1 idea, 200–400 words)
|
|
142
|
+
|
|
143
|
+
LINKS (3–5 curated, with 1-line why-it-matters)
|
|
144
|
+
|
|
145
|
+
CTA (one ask only)
|
|
146
|
+
|
|
147
|
+
SIGNATURE
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
### Writing rules
|
|
151
|
+
- **One idea per paragraph** (≤4 lines)
|
|
152
|
+
- **Active voice** ("the API returns" not "is returned by the API")
|
|
153
|
+
- **Concrete > abstract** (numbers, code, screenshots, names)
|
|
154
|
+
- **Cut filler:** "in order to" → "to", "due to the fact that" → "because", "very important" → "critical"
|
|
155
|
+
- **Read aloud** before publishing — if you stumble, rewrite
|
|
156
|
+
|
|
157
|
+
### Gate
|
|
158
|
+
- [ ] Draft matches the format's structure
|
|
159
|
+
- [ ] Primary keyword in title + H1 + first 100 words (blog)
|
|
160
|
+
- [ ] Read aloud — no stumbles
|
|
161
|
+
- [ ] At least 1 concrete example (number, code, screenshot, name)
|
|
162
|
+
|
|
163
|
+
---
|
|
164
|
+
|
|
165
|
+
## Phase 4: OPTIMIZE
|
|
166
|
+
|
|
167
|
+
**Goal:** make the content perform.
|
|
168
|
+
|
|
169
|
+
### Combined checklist (SEO + quality)
|
|
170
|
+
- [ ] Title ≤60 chars, includes primary keyword
|
|
171
|
+
- [ ] Meta description ≤155 chars
|
|
172
|
+
- [ ] H1 matches search intent
|
|
173
|
+
- [ ] H2/H3 use related keywords naturally
|
|
174
|
+
- [ ] Alt text on all images
|
|
175
|
+
- [ ] Internal links to ≥2 related posts
|
|
176
|
+
- [ ] External links to ≥1 authoritative source per major claim
|
|
177
|
+
- [ ] No keyword stuffing (read naturally)
|
|
178
|
+
- [ ] Mobile-friendly: short paragraphs, clear hierarchy
|
|
179
|
+
- [ ] Reading level appropriate for audience (Hemingway grade ≤10 for general)
|
|
180
|
+
- [ ] No typos (run a checker)
|
|
181
|
+
|
|
182
|
+
### Gate
|
|
183
|
+
- [ ] All checklist items pass (or explicit waiver)
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
## Phase 5: DISTRIBUTE
|
|
188
|
+
|
|
189
|
+
**Goal:** get the content in front of the right people.
|
|
190
|
+
|
|
191
|
+
### Per-channel adaptation
|
|
192
|
+
|
|
193
|
+
| Channel | Adaptation |
|
|
194
|
+
|---------|------------|
|
|
195
|
+
| Blog | Full piece, optimized for search |
|
|
196
|
+
| X | Thread of 3–7 posts pulling key insights + link to blog |
|
|
197
|
+
| LinkedIn | 1 long-form post (200–500 words), no link in body (link in comments) |
|
|
198
|
+
| Dev.to / Hashnode | Republish blog with canonical link to original |
|
|
199
|
+
| Reddit | Comment in relevant thread first, then share post only if community allows |
|
|
200
|
+
| Newsletter | Featured story or short blurb + link |
|
|
201
|
+
| YouTube Shorts / TikTok | 30–60 sec extract of key insight |
|
|
202
|
+
|
|
203
|
+
### Tracking
|
|
204
|
+
- UTM tags per channel: `?utm_source=X&utm_medium=social&utm_campaign={pillar}`
|
|
205
|
+
- Track per piece: views, time-on-page, scroll depth, conversions
|
|
206
|
+
- Iterate: double down on what works, kill what doesn't after 3 attempts
|
|
207
|
+
|
|
208
|
+
### Gate
|
|
209
|
+
- [ ] Adapted for each chosen channel
|
|
210
|
+
- [ ] UTM tags applied
|
|
211
|
+
- [ ] Tracking in place
|
|
212
|
+
|
|
213
|
+
---
|
|
214
|
+
|
|
215
|
+
## Final Report
|
|
216
|
+
|
|
217
|
+
```markdown
|
|
218
|
+
## Content Plan: {brand / campaign}
|
|
219
|
+
|
|
220
|
+
### Strategy
|
|
221
|
+
- Pillars: {list}
|
|
222
|
+
- Audience: {one line}
|
|
223
|
+
- Goal: {primary}
|
|
224
|
+
|
|
225
|
+
### Calendar (next 4 weeks)
|
|
226
|
+
{table}
|
|
227
|
+
|
|
228
|
+
### Pieces Drafted
|
|
229
|
+
| Title | Format | Status | Channel |
|
|
230
|
+
|-------|--------|--------|---------|
|
|
231
|
+
| ... | blog | published | site + X + LinkedIn |
|
|
232
|
+
|
|
233
|
+
### Metrics to Watch
|
|
234
|
+
- {KPI 1, baseline → target}
|
|
235
|
+
- {KPI 2}
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
---
|
|
239
|
+
|
|
240
|
+
## Hard Rules
|
|
241
|
+
|
|
242
|
+
- **One idea per piece** — if you have two, write two pieces
|
|
243
|
+
- **No filler** — every paragraph earns its place
|
|
244
|
+
- **No keyword stuffing** — write for humans first, search engines second
|
|
245
|
+
- **Skip a slot rather than post filler**
|
|
246
|
+
- **Iterate based on data** — kill what doesn't work after 3 attempts
|
|
247
|
+
|
|
248
|
+
---
|
|
249
|
+
|
|
250
|
+
## Related Skills
|
|
251
|
+
|
|
252
|
+
| When | Use |
|
|
253
|
+
|------|-----|
|
|
254
|
+
| Building brand identity (logo + colors) | `/docs:logo` |
|
|
255
|
+
| Creating video scripts / storyboards | `/docs:video` |
|
|
256
|
+
| Building a full marketing plan | `/marketing` (combines all three) |
|
|
257
|
+
| Writing project documentation | `/docs:write` |
|
|
258
|
+
|
|
259
|
+
---
|
|
260
|
+
|
|
261
|
+
## Recommended Agents
|
|
262
|
+
|
|
263
|
+
| Phase | Agent | Purpose |
|
|
264
|
+
|-------|-------|---------|
|
|
265
|
+
| RESEARCH | `@docs-writer` | Document research findings |
|
|
266
|
+
| PLAN | `@clean-architect` | Structure pillars and calendar |
|
|
267
|
+
| WRITE | `@docs-writer` | Draft pieces |
|
|
268
|
+
| OPTIMIZE | `@security-audit` | Check for sensitive content / claims |
|
|
269
|
+
| DISTRIBUTE | `@docs-writer` | Channel adaptations |
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: logo
|
|
2
|
+
name: docs-logo
|
|
3
3
|
description: Generate comprehensive logo design specifications, brand identity guidelines, and visual concepts. Use when user says "design logo", "create logo", "brand identity", "logo concept", "visual identity".
|
|
4
4
|
---
|
|
5
5
|
|
|
@@ -7,26 +7,21 @@ description: Generate comprehensive logo design specifications, brand identity g
|
|
|
7
7
|
|
|
8
8
|
Structured workflow for creating professional logo design specifications, brand guidelines, and visual identity systems.
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## When to use this skill
|
|
11
|
+
|
|
12
|
+
- ✅ Brand new identity (no existing logo)
|
|
13
|
+
- ✅ Rebrand / refresh of an existing logo + guidelines
|
|
14
|
+
- ✅ Need a deliverable spec for a designer to execute
|
|
15
|
+
- ❌ Just need a quick icon variation → use a design tool directly
|
|
16
|
+
- ❌ Want a full marketing plan (logo + content + video) → use `/marketing`
|
|
17
|
+
- ❌ Need video brand visuals → use `/docs:video`
|
|
18
|
+
|
|
19
|
+
## Workflow
|
|
11
20
|
|
|
12
21
|
```
|
|
13
22
|
DISCOVER → CONCEPT → DESIGN → REFINE → DELIVER
|
|
14
|
-
│ │ │ │ │
|
|
15
|
-
▼ ▼ ▼ ▼ ▼
|
|
16
|
-
Brand 3 Logo Specify Iterate Final
|
|
17
|
-
Audit Concepts Colors Based on Assets &
|
|
18
|
-
& Brief & Type Feedback Guidelines
|
|
19
23
|
```
|
|
20
24
|
|
|
21
|
-
## Recommended Agents
|
|
22
|
-
|
|
23
|
-
| Phase | Agent | Purpose |
|
|
24
|
-
|-------|-------|---------|
|
|
25
|
-
| DISCOVER | @docs-writer | Document brand brief |
|
|
26
|
-
| CONCEPT | @clean-architect | Structure design system |
|
|
27
|
-
| DESIGN | @docs-writer | Specification documents |
|
|
28
|
-
| DELIVER | @docs-writer | Brand guidelines document |
|
|
29
|
-
|
|
30
25
|
---
|
|
31
26
|
|
|
32
27
|
## Phase 1: DISCOVER
|
|
@@ -475,3 +470,23 @@ colors: {
|
|
|
475
470
|
- [ ] Social media sizes specified
|
|
476
471
|
- [ ] Brand guidelines document delivered
|
|
477
472
|
- [ ] Developer implementation notes provided
|
|
473
|
+
|
|
474
|
+
---
|
|
475
|
+
|
|
476
|
+
## Related Skills
|
|
477
|
+
|
|
478
|
+
| When | Use |
|
|
479
|
+
|------|-----|
|
|
480
|
+
| Full marketing plan (logo + content + video) | `/marketing` |
|
|
481
|
+
| Write content using the new brand | `/docs:content` |
|
|
482
|
+
| Create video using the brand | `/docs:video` |
|
|
483
|
+
| Document the brand guidelines | `/docs:write` |
|
|
484
|
+
|
|
485
|
+
## Recommended Agents
|
|
486
|
+
|
|
487
|
+
| Phase | Agent | Purpose |
|
|
488
|
+
|-------|-------|---------|
|
|
489
|
+
| DISCOVER | `@docs-writer` | Document brand brief |
|
|
490
|
+
| CONCEPT | `@clean-architect` | Structure the design system |
|
|
491
|
+
| DESIGN | `@docs-writer` | Specification documents |
|
|
492
|
+
| DELIVER | `@docs-writer` | Brand guidelines document |
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: sync
|
|
2
|
+
name: docs-sync
|
|
3
3
|
description: Sync documentation workflow - reads codebase and docs folder to generate structured output docs with architecture, use cases, diagrams, and README index. Includes automated review loop. Use when user says "sync docs", "sync documentation", "generate docs", "update docs sync", "doc sync".
|
|
4
4
|
---
|
|
5
5
|
|
|
@@ -7,6 +7,15 @@ description: Sync documentation workflow - reads codebase and docs folder to gen
|
|
|
7
7
|
|
|
8
8
|
Automated workflow that reads codebase and existing docs to generate a complete, structured documentation output with architecture overview, use case diagrams, and a README index linking all sub-files.
|
|
9
9
|
|
|
10
|
+
## When to use this skill
|
|
11
|
+
|
|
12
|
+
- ✅ Need to (re)generate a whole `docs/` site from current codebase state
|
|
13
|
+
- ✅ Existing docs have drifted from code and you want batch sync + review loop
|
|
14
|
+
- ✅ Onboarding a project that has no structured docs at all
|
|
15
|
+
- ❌ Authoring a single doc by hand (README / API.md only) → use `/docs:write`
|
|
16
|
+
- ❌ Need to understand the codebase, not document it → use `/research:onboarding`
|
|
17
|
+
- ❌ Adding one new endpoint's doc only → use `/feature:api` Phase 4
|
|
18
|
+
|
|
10
19
|
## Workflow Overview
|
|
11
20
|
|
|
12
21
|
```
|
|
@@ -573,3 +582,24 @@ Documentation sync is complete when:
|
|
|
573
582
|
6. All file paths and names match actual codebase
|
|
574
583
|
7. All mermaid diagrams are valid
|
|
575
584
|
8. Review loop passed all checks
|
|
585
|
+
|
|
586
|
+
---
|
|
587
|
+
|
|
588
|
+
## Related Skills
|
|
589
|
+
|
|
590
|
+
| When | Use |
|
|
591
|
+
|------|-----|
|
|
592
|
+
| Authoring a single doc by hand | `/docs:write` |
|
|
593
|
+
| Onboarding self / a new dev to the project | `/research:onboarding` |
|
|
594
|
+
| Adding only an endpoint's doc | `/feature:api` Phase 4 |
|
|
595
|
+
| The architecture itself needs a review | `/review:architect` |
|
|
596
|
+
|
|
597
|
+
## Recommended Agents
|
|
598
|
+
|
|
599
|
+
| Phase | Agent | Purpose |
|
|
600
|
+
|-------|-------|---------|
|
|
601
|
+
| SCAN | `@clean-architect` | Identify domains and patterns |
|
|
602
|
+
| GENERATE | `@docs-writer` | Write all doc files |
|
|
603
|
+
| GENERATE | `@api-designer` | API reference accuracy |
|
|
604
|
+
| GENERATE | `@db-designer` | Data model doc |
|
|
605
|
+
| REVIEW | `@code-reviewer` | Verify code references resolve |
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: video
|
|
2
|
+
name: docs-video
|
|
3
3
|
description: Plan and produce video content strategy including scripts, storyboards, and production specs. Use when user says "create video", "video content", "video script", "video strategy", "youtube content", "video plan".
|
|
4
4
|
---
|
|
5
5
|
|
|
@@ -7,27 +7,21 @@ description: Plan and produce video content strategy including scripts, storyboa
|
|
|
7
7
|
|
|
8
8
|
Structured workflow for planning video content — from strategy and scripting to production specs and publishing schedule.
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## When to use this skill
|
|
11
|
+
|
|
12
|
+
- ✅ Planning a video series or campaign (multi-video)
|
|
13
|
+
- ✅ Need a script + storyboard + production spec for a single video
|
|
14
|
+
- ✅ Repurposing existing long-form into shorts / clips
|
|
15
|
+
- ❌ Just need ideas, not a plan → use `brainstorm`
|
|
16
|
+
- ❌ Want full marketing plan (logo + content + video) → use `/marketing`
|
|
17
|
+
- ❌ Writing a blog post or thread, not video → use `/docs:content`
|
|
18
|
+
|
|
19
|
+
## Workflow
|
|
11
20
|
|
|
12
21
|
```
|
|
13
22
|
STRATEGY → SCRIPT → STORYBOARD → PRODUCTION → PUBLISH
|
|
14
|
-
│ │ │ │ │
|
|
15
|
-
▼ ▼ ▼ ▼ ▼
|
|
16
|
-
Define Write Visual Tech Calendar
|
|
17
|
-
Series Scripts Flow & Specs & & Platform
|
|
18
|
-
& Goals & Hooks Scenes Checklist Distribution
|
|
19
23
|
```
|
|
20
24
|
|
|
21
|
-
## Recommended Agents
|
|
22
|
-
|
|
23
|
-
| Phase | Agent | Purpose |
|
|
24
|
-
|-------|-------|---------|
|
|
25
|
-
| STRATEGY | @docs-writer | Document content strategy |
|
|
26
|
-
| SCRIPT | @docs-writer | Write scripts and outlines |
|
|
27
|
-
| STORYBOARD | @docs-writer | Scene descriptions |
|
|
28
|
-
| PRODUCTION | @devops | Technical setup specs |
|
|
29
|
-
| PUBLISH | @docs-writer | Publishing calendar |
|
|
30
|
-
|
|
31
25
|
---
|
|
32
26
|
|
|
33
27
|
## Phase 1: STRATEGY
|
|
@@ -649,3 +643,24 @@ VIDEO KPIs
|
|
|
649
643
|
- [ ] Publishing calendar created
|
|
650
644
|
- [ ] Cross-posting strategy defined
|
|
651
645
|
- [ ] KPIs set and tracking plan ready
|
|
646
|
+
|
|
647
|
+
---
|
|
648
|
+
|
|
649
|
+
## Related Skills
|
|
650
|
+
|
|
651
|
+
| When | Use |
|
|
652
|
+
|------|-----|
|
|
653
|
+
| Full marketing plan (logo + content + video) | `/marketing` |
|
|
654
|
+
| Need brand visuals first | `/docs:logo` |
|
|
655
|
+
| Repurposing video → blog / threads | `/docs:content` |
|
|
656
|
+
| Brainstorm video topics | `brainstorm` |
|
|
657
|
+
|
|
658
|
+
## Recommended Agents
|
|
659
|
+
|
|
660
|
+
| Phase | Agent | Purpose |
|
|
661
|
+
|-------|-------|---------|
|
|
662
|
+
| STRATEGY | `@docs-writer` | Document content strategy |
|
|
663
|
+
| SCRIPT | `@docs-writer` | Write scripts and hooks |
|
|
664
|
+
| STORYBOARD | `@docs-writer` | Scene descriptions |
|
|
665
|
+
| PRODUCTION | `@devops` | Tech setup specs |
|
|
666
|
+
| PUBLISH | `@docs-writer` | Publishing calendar |
|