lucioflavi3308/wikigen
Generate GitHub Wikis from source code using a single Go CLI that reads code directly and outputs Markdown without extra tools or infrastructure.
Platform-specific configuration:
{
"mcpServers": {
"wikigen": {
"command": "npx",
"args": [
"-y",
"wikigen"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/lucioflavi3308/wikigen/releases)
---
wikigen is a tool that builds a GitHub Wiki from your source code using Claude Code. It is a single Go binary, so you do not need Docker or extra software to run it. This makes setup simpler for users who want to create documentation quickly.
You do not need any programming experience. Just download and run the program, and it will do the rest.
---
To use wikigen on Windows, follow these steps:
[](https://github.com/lucioflavi3308/wikigen/releases)
wikigen_windows_amd64.exe.---
There is no traditional installation needed. The binary you downloaded is the program.
.exe file.wikigen_windows_amd64.exe to run it.---
wikigen reads your source code and uses Claude Code to generate clear documentation for your project. It organizes that documentation into a GitHub Wiki format.
You run it from the command prompt with simple commands. For example:
---
2.
Loading reviews...