# sanyuan-skills
**Repository Path**: chen-1580/sanyuan-skills
## Basic Information
- **Project Name**: sanyuan-skills
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-03-09
- **Last Updated**: 2026-03-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# sanyuan-skills
A collection of production-grade agent skills for Claude Code and other AI agent terminals.
## Skills
| Skill | Description | Install |
|-------|-------------|---------|
| [**Code Review Expert**](./skills/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**](./skills/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**](./skills/skill-forge/) | Meta-skill for creating high-quality skills with 12 battle-tested techniques | `npx skills add sanyuan0704/sanyuan-skills --path skills/skill-forge` |
## Quick Start
Install any skill with:
```bash
npx skills add sanyuan0704/sanyuan-skills --path skills/
```
Then invoke in your agent terminal:
```bash
/code-review-expert # Review current git changes
/sigma # Start a tutoring session
/skill-forge # Create a new skill
```
## License
MIT