Source of truth for the published Deep Wiki site. Each subdirectory under
src/content/wikis/<slug>/ is one repository's wiki, generated by the
auggie-deep-wiki
skill.
This repository is wired to a Vercel project. Every push to main
triggers an Astro build that rebuilds the unified site (landing page +
one route per wiki).
The skill's publish_git.py clones this repo, writes a new content
entry under src/content/wikis/<slug>/index.mdx, commits, and pushes.
A re-run for the same slug overwrites only that subdir, so every push
is idempotent at the per-wiki level.
src/content/wikis/
├── pallets-click/index.mdx
├── reference-lapack-lapack/index.mdx
└── … # one directory per published wiki
npm install
npm run dev # http://localhost:4321
npm run build # produces dist/Wiki entries are agent-generated. Manual edits will be clobbered the next time the skill publishes the same slug. If you need to fix generated content, rerun the skill against the same repo and let it regenerate the entry.
- Create a Vercel project from this repo (defaults work — Astro is detected automatically).
- No environment variables required for the build.
- Production branch:
main.