A collection of production-grade agent skills for Claude Code and other AI agent terminals.
| Skill | Description | Install |
|---|---|---|
| Code Review Expert | Senior engineer code review covering SOLID, security, performance, error handling | npx skills add sanyuan0704/sanyuan-skills --path skills/code-review-expert |
| Sigma | 1-on-1 AI tutor based on Bloom's 2-Sigma mastery learning with Socratic questioning | npx skills add sanyuan0704/sanyuan-skills --path skills/sigma |
| Skill Forge | Meta-skill for creating high-quality skills with 12 battle-tested techniques | npx skills add sanyuan0704/sanyuan-skills --path skills/skill-forge |
Install any skill with:
npx skills add sanyuan0704/sanyuan-skills --path skills/<skill-name>Then invoke in your agent terminal:
/code-review-expert # Review current git changes
/sigma <topic> # Start a tutoring session
/skill-forge # Create a new skillMIT