Sanyuan Skills banner
sanyuan0704 sanyuan0704

Sanyuan Skills

Security community intermediate

Description

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

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

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** 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

Quick Start

Install any skill with:

npx skills add sanyuan0704/sanyuan-skills --path skills/

Then invoke in your agent terminal:

/code-review-expert    # Review current git changes
/sigma          # Start a tutoring session
/skill-forge           # Create a new skill

License

MIT