sanyuan-skills

May 11, 2026 ยท View on GitHub

A collection of production-grade agent skills for Claude Code and other AI agent terminals.

6 Skills MIT License

Skills

SkillDescriptionInstall
Code Review ExpertSenior engineer code review covering SOLID, security, performance, error handlingnpx skills add sanyuan0704/sanyuan-skills --path skills/code-review-expert
Sigma1-on-1 AI tutor based on Bloom's 2-Sigma mastery learning with Socratic questioningnpx skills add sanyuan0704/sanyuan-skills --path skills/sigma
Skill ReviewQuality audit for skills: structure, description, workflow, token efficiency, anti-patternsnpx skills add sanyuan0704/sanyuan-skills --path skills/skill-review
Skill ForgeMeta-skill for creating high-quality skills with 12 battle-tested techniquesnpx skills add sanyuan0704/sanyuan-skills --path skills/skill-forge
Wiki IngestCompile articles, documents, or notes into a structured, cross-referenced wiki knowledge basenpx skills add sanyuan0704/sanyuan-skills --path skills/wiki-ingest
Book StudyReading coach with knowledge compilation, Socratic mastery testing, spaced repetition, and cross-book queryingnpx skills add sanyuan0704/sanyuan-skills --path skills/book-study

Quick Start

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-review          # Audit an existing skill's quality
/skill-forge           # Create a new skill
/wiki-ingest           # Compile content into a wiki knowledge base
/book-study <book>     # Start a guided reading session

License

MIT