claude-code-best/src/skills
yhangf 2c97a0f7d9 feat(skills): add project-wiki skill for automated technical documentation generation
Introduce `/project-wiki` bundled skill that orchestrates a multi-stage pipeline to
analyze a codebase and generate a complete technical documentation wiki. Adds four
specialized sub-agents:
- WikiProjectAnalyze: deep repository analysis and classification
- WikiCatalogueDesign: dynamic document structure design based on project traits
- WikiDocumentGenerate: code-driven technical document authoring
- WikiIndexGeneration: structured index and navigation creation
Also updates .gitignore to exclude `.costrict`, `.claude`, and `/costrict` directories.
2026-04-09 14:10:24 +08:00
..
bundled feat(skills): add project-wiki skill for automated technical documentation generation 2026-04-09 14:10:24 +08:00
bundledSkills.ts feat: build 2026-03-31 19:22:47 +08:00
loadSkillsDir.ts feat: build 2026-03-31 19:22:47 +08:00
mcpSkillBuilders.ts feat: build 2026-03-31 19:22:47 +08:00
mcpSkills.ts feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00