wiki-gen
Generate a project wiki from your codebase. Use when creating documentation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
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.