MCPcopy
hub / github.com/sanyuan0704/sanyuan-skills

github.com/sanyuan0704/sanyuan-skills @main sqlite

repository ↗ · DeepWiki ↗
6 symbols 27 edges 3 files 4 documented · 67%
README

sanyuan-skills

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

6 Skills MIT License

Skills

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 Review Quality audit for skills: structure, description, workflow, token efficiency, anti-patterns npx skills add sanyuan0704/sanyuan-skills --path skills/skill-review
Skill Forge Meta-skill for creating high-quality skills with 12 battle-tested techniques npx skills add sanyuan0704/sanyuan-skills --path skills/skill-forge
Wiki Ingest Compile articles, documents, or notes into a structured, cross-referenced wiki knowledge base npx skills add sanyuan0704/sanyuan-skills --path skills/wiki-ingest
Book Study Reading coach with knowledge compilation, Socratic mastery testing, spaced repetition, and cross-book querying npx 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

Core symbols most depended-on inside this repo

validate_skill
called by 2
skills/skill-forge/scripts/quick_validate.py
package_skill
called by 1
skills/skill-forge/scripts/package_skill.py
main
called by 1
skills/skill-forge/scripts/package_skill.py
title_case_skill_name
called by 1
skills/skill-forge/scripts/init_skill.py
init_skill
called by 1
skills/skill-forge/scripts/init_skill.py
main
called by 1
skills/skill-forge/scripts/init_skill.py

Shape

Function 6

Languages

Python100%

Modules by API surface

skills/skill-forge/scripts/init_skill.py3 symbols
skills/skill-forge/scripts/package_skill.py2 symbols
skills/skill-forge/scripts/quick_validate.py1 symbols

For agents

$ claude mcp add sanyuan-skills \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact