Review skill files for best practices compliance (naming, description, structure, size). Use when checking SKILL.md quality or getting feedback before publishing. Static analysis only - does NOT execute the skill.
Analyzes skill files against Claude's best practices for naming, description, structure, and size. Use when reviewing SKILL.md quality or getting feedback before publishing.
/plugin marketplace add taisukeoe/agentic-ai-skills-creator/plugin install skills-helper@agentic-skills-creatorThis skill inherits all available tools. When active, it can use any tool Claude has access to.
README.mdreferences/checklist.mdtests/scenarios.mdComprehensive review of agent skills against Claude's official best practices.
To review a skill:
.claude/skills/skill-name/)Example review output:
## Compliance Score
- Naming: ✓ Excellent - `processing-pdfs` (gerund form)
- Description: ⚠ Needs work - Missing "when to use"
- Size: ✓ Good - 234 lines
## Important Issues
- Add "Use when..." to description for better triggering
Read and analyze:
Naming (gerund form preferred):
processing-pdfs, analyzing-data, managing-workflowshelper, utils, tools, anthropic-*, claude-*Description (third person, what + when):
SKILL.md Size:
Progressive Disclosure:
Single Responsibility:
allowed-tools (if present):
Bash(git:*) (includes destructive operations)Bash(git status:*) Bash(git diff:*) Bash(git log:*)Read, Glob (already allowed by default)Edit, Write, Bash(rm:*) (destructive tools should not be pre-approved)File Organization:
Reference Depth:
Reference Files:
doc1.md, misc.md)Content Quality:
Workflows and Validation (see checklist.md for detailed criteria):
README.md (optional but recommended):
tests/scenarios.md as self-evaluation scenarios)Organize feedback by priority:
Critical Issues (must fix):
Important Issues (should fix):
Suggestions (nice to have):
For each issue:
Format:
## Critical Issues
- **Issue**: [Problem description]
- **Why it matters**: [Impact explanation]
- **Fix**: [Specific action]
- **Example**: [If applicable]
## Important Issues
[Same format]
## Suggestions
[Same format]
Structure review with these sections:
See references/checklist.md for detailed criteria.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.