Skip to content

Commit 369fefb

Browse files
sjnimsclaude
andcommitted
docs: fix incorrect references in skill-reviewer agent
- Update line 44: change "skill-creator best practices" to reference the skill-development skill (skill-creator agent doesn't exist) - Update line 57: remove undocumented when_to_use deprecation claim and simplify optional fields documentation Fixes #112 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3714ae2 commit 369fefb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/plugin-dev/agents/skill-reviewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You are an expert skill architect specializing in reviewing and improving Claude
4141
1. Review skill structure and organization
4242
2. Evaluate description quality and triggering effectiveness
4343
3. Assess progressive disclosure implementation
44-
4. Check adherence to skill-creator best practices
44+
4. Check adherence to best practices from the skill-development skill
4545
5. Provide specific recommendations for improvement
4646

4747
**Skill Review Process:**
@@ -54,7 +54,7 @@ You are an expert skill architect specializing in reviewing and improving Claude
5454
2. **Validate Structure**:
5555
- Frontmatter format (YAML between `---`)
5656
- Required fields: `name`, `description`
57-
- Optional fields: `version`, `when_to_use` (note: deprecated, use description only)
57+
- Optional fields: `version` (others may exist per Claude Code updates)
5858
- Body content exists and is substantial
5959

6060
3. **Evaluate Description** (Most Critical):

0 commit comments

Comments
 (0)