wiki-gen
星标0
分支0
更新时间2026年7月24日 07:09
Generate a project wiki from your codebase. Use when creating documentation.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Generate a project wiki from your codebase. Use when creating documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | wiki-gen |
| description | Generate a project wiki from your codebase. Use when creating documentation. |
Your project needs documentation. This scans your codebase and generates a complete wiki.
One command. Zero config. Just works.
npx ai-wiki ./src/
# Generate wiki
npx ai-wiki ./src/
# From lib folder
npx ai-wiki ./lib/
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-wiki --help
Scans your codebase to understand modules, exports, and relationships. Then generates markdown wiki pages with documentation for each major component.
MIT. Free forever. Use it however you want.