Skip to content

feat(deep-wiki): add /deep-wiki:crisp command for fast wiki generation#129

Merged
thegovind merged 1 commit intomainfrom
deep-wiki-citations-llms-onboarding
Feb 13, 2026
Merged

feat(deep-wiki): add /deep-wiki:crisp command for fast wiki generation#129
thegovind merged 1 commit intomainfrom
deep-wiki-citations-llms-onboarding

Conversation

@thegovind
Copy link
Collaborator

Summary

Adds /deep-wiki:crisp — a speed-optimized alternative to /deep-wiki:generate for fast wiki creation that avoids rate limits.

Key Differences from /deep-wiki:generate

generate crisp
Pages 15–20 5–8
Diagrams/page 3–5 1–2
Onboarding 4 guides 1 (contributor only)
Repo scan Multi-pass deep Single-pass quick
Source files read 30+ 10–15
Build step Runs npm install + build Skips — workflow handles it
Parallelization Sequential steps Steps 3–7 in parallel

What It Still Creates

  • ✅ VitePress site with dark theme + Mermaid zoom + focus mode
  • ✅ AGENTS.md + CLAUDE.md (only if missing)
  • ✅ llms.txt + llms-full.txt
  • ✅ GitHub Actions deploy workflow (only if missing)
  • ✅ Source-linked citations
  • ✅ Cross-references between wiki pages

Files Changed

  • New: commands/crisp.md — the command definition
  • Updated: Plugin README (commands table, quick start, structure tree)
  • Updated: Root README (plugin commands list)
  • Updated: docs-site modal (added crisp command)

Speed-optimized alternative to /deep-wiki:generate:
- 5-8 pages (not 15-20), 1-2 diagrams per page (not 3-5)
- Single-pass repo scan, batch file reads, parallel generation
- One onboarding guide (contributor only), not four
- Skips npm install/build — GitHub Actions workflow handles it
- Uses npm install instead of npm ci (no lock file needed)
- Same quality standards: dark-mode Mermaid, citations, VitePress
- Still creates AGENTS.md, llms.txt, deploy workflow (if missing)
- Designed to avoid rate limits while producing a working wiki
@thegovind thegovind merged commit 0085804 into main Feb 13, 2026
3 checks passed
@thegovind thegovind deleted the deep-wiki-citations-llms-onboarding branch February 13, 2026 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant