Sanyuan Skills
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
Related Skills
Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Google Workspace Alert Center
Manage security alerts
Security Related Agents
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,
Accessibility Audit
| You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive tec... | -