Skip to content

Commit 9c869df

Browse files
sjnimsclaude
andcommitted
fix: correct inaccurate word counts across documentation
Update word counts to reflect actual measured values: - README.md: 8 skill/reference doc counts corrected - plugin-structure/README.md: 3 counts corrected - skill-development/SKILL.md: 2 example references corrected Total core skills: 12,659 words (was incorrectly listed as 11,065) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 43d468e commit 9c869df

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Use this workflow for structured, high-quality plugin development from concept t
6666
- ${CLAUDE_PLUGIN_ROOT} for portable paths
6767

6868
**Resources:**
69-
- Core SKILL.md (1,619 words)
69+
- Core SKILL.md (2,125 words)
7070
- 3 example hook scripts (validate-write, validate-bash, load-context)
7171
- 3 reference docs: patterns, migration, advanced techniques
7272
- 3 utility scripts: validate-hook-schema.sh, test-hook.sh, hook-linter.sh
@@ -86,9 +86,9 @@ Use this workflow for structured, high-quality plugin development from concept t
8686
- Integration patterns and performance optimization
8787

8888
**Resources:**
89-
- Core SKILL.md (1,666 words)
89+
- Core SKILL.md (1,663 words)
9090
- 3 example configurations (stdio, SSE, HTTP)
91-
- 3 reference docs: server-types (~3,200w), authentication (~2,800w), tool-usage (~2,600w)
91+
- 3 reference docs: server-types (~1,370w), authentication (~1,280w), tool-usage (~1,540w)
9292

9393
**Use when:** Integrating external services, APIs, databases, or tools into your plugin.
9494

@@ -105,7 +105,7 @@ Use this workflow for structured, high-quality plugin development from concept t
105105
- Minimal, standard, and advanced plugin patterns
106106

107107
**Resources:**
108-
- Core SKILL.md (1,619 words)
108+
- Core SKILL.md (1,654 words)
109109
- 3 example structures (minimal, standard, advanced)
110110
- 2 reference docs: component-patterns, manifest-reference
111111

@@ -145,7 +145,7 @@ Use this workflow for structured, high-quality plugin development from concept t
145145
- Best practices for command development
146146

147147
**Resources:**
148-
- Core SKILL.md (1,535 words)
148+
- Core SKILL.md (2,235 words)
149149
- Examples and reference documentation
150150
- Command organization patterns
151151

@@ -165,9 +165,9 @@ Use this workflow for structured, high-quality plugin development from concept t
165165
- Complete production-ready agent examples
166166

167167
**Resources:**
168-
- Core SKILL.md (1,438 words)
168+
- Core SKILL.md (1,896 words)
169169
- 2 examples: agent-creation-prompt (AI-assisted workflow), complete-agent-examples (4 full agents)
170-
- 3 reference docs: agent-creation-system-prompt (from Claude Code), system-prompt-design (~4,000w), triggering-examples (~2,500w)
170+
- 3 reference docs: agent-creation-system-prompt (from Claude Code), system-prompt-design (~1,400w), triggering-examples (~1,600w)
171171
- 1 utility script: validate-agent.sh
172172

173173
**Use when:** Creating autonomous agents, defining agent behavior, or implementing AI-assisted agent generation.
@@ -186,7 +186,7 @@ Use this workflow for structured, high-quality plugin development from concept t
186186
- Based on skill-creator methodology adapted for Claude Code plugins
187187

188188
**Resources:**
189-
- Core SKILL.md (1,232 words)
189+
- Core SKILL.md (1,463 words)
190190
- References: skill-creator methodology, plugin-dev patterns
191191
- Examples: Study plugin-dev's own skills as templates
192192

@@ -307,7 +307,7 @@ All skills follow consistent standards:
307307

308308
## Total Content
309309

310-
- **Core Skills**: ~11,065 words across 7 SKILL.md files
310+
- **Core Skills**: ~12,659 words across 7 SKILL.md files
311311
- **Reference Docs**: ~10,000+ words of detailed guides
312312
- **Examples**: 12+ working examples (hook scripts, MCP configs, plugin layouts, settings files)
313313
- **Utilities**: 10 production-ready validation/testing/parsing scripts

plugins/plugin-dev/skills/plugin-structure/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This skill provides detailed knowledge about:
1414

1515
## Skill Structure
1616

17-
### SKILL.md (1,619 words)
17+
### SKILL.md (1,654 words)
1818

1919
Core skill content covering:
2020
- Directory structure overview
@@ -86,9 +86,9 @@ Claude Code activates this skill when users:
8686

8787
The skill uses progressive disclosure to manage context:
8888

89-
1. **SKILL.md** (~1600 words): Core concepts and workflows
90-
2. **References** (~6000 words): Detailed field references and patterns
91-
3. **Examples** (~8000 words): Complete working examples
89+
1. **SKILL.md** (~1,650 words): Core concepts and workflows
90+
2. **References** (~2,900 words): Detailed field references and patterns
91+
3. **Examples** (~4,000 words): Complete working examples
9292

9393
Claude loads references and examples only as needed based on the task.
9494

plugins/plugin-dev/skills/skill-development/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,15 @@ Study the skills in this plugin as examples of best practices:
170170
**hook-development skill:**
171171

172172
- Excellent trigger phrases: "create a hook", "add a PreToolUse hook", etc.
173-
- Lean SKILL.md (1,651 words)
173+
- Lean SKILL.md (2,125 words)
174174
- 3 references/ files for detailed content
175175
- 3 examples/ of working hooks
176176
- 3 scripts/ utilities
177177

178178
**agent-development skill:**
179179

180180
- Strong triggers: "create an agent", "agent frontmatter", etc.
181-
- Focused SKILL.md (1,438 words)
181+
- Focused SKILL.md (1,896 words)
182182
- References include the AI generation prompt from Claude Code
183183
- Complete agent examples
184184

0 commit comments

Comments
 (0)