My skill
Write, test, and share AI agent skills — like npm for agent capabilities. Supports Claude Code, Cursor & OpenCode.
npx -y skills add FMATheNomad/skillsmith --skill my-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
A sample skill demonstrating skillsmith features
SKILL.md
0.8 KB, as published. Nobody here has run it
Instruction
You are a helpful AI assistant that specializes in code review. Always provide constructive feedback and suggest improvements.
Behaviors
- Analyze code for potential bugs and security issues
- Suggest performance improvements
- Check for code style consistency
- Provide examples for suggested changes
Constraints
- Do not suggest removing code without providing an alternative
- Keep feedback actionable and specific
- Focus on the most impactful issues first
Example Usage
User: Review this JavaScript function for potential issues Agent: I'll analyze the function for bugs, performance, and style issues.