⏳ This skill is pending AI review.
Scores will appear once the review pipeline completes.
version unknown
wiki-ingest
@sanyuan0704⭐ 3.9k stars
Compile articles, documents, or notes into a structured wiki knowledge base. Use when user says 'ingest to wiki', 'compile to knowledge base', 'update wiki', 'wiki ingest', 'add this to wiki', or invokes /wiki-ingest. Supports single or batch ingest. Triggers: wiki, ingest, knowledge base, compile, digest, index, catalog.
—/10
// RATINGS
// 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 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
// HOW IT'S BUILT
KEY FILES
skills/wiki-ingest/SKILL.mdREADME.md
// REPO STATS
3.9k stars