Git-Alchemist GitHub

See the Magic in Action

From automated commit messages to full-scale architectural scaffolding. Here is how Git-Alchemist transforms your workflow.

New in v1.2.0

Interactive Helper

Stuck? Just ask. The new Helper mode reads your codebase and guides you through complex tasks, debugging, or using the tool itself.

$ alchemist helper
? How can I assist you today?
> Explain how the new chunking engine works...
Helper Session Screenshot
Scaffold Output Screenshot

Instant Architecture

Need a Flask app with Docker? Or a React frontend? The scaffold command generates the structure, files, and configuration in seconds.

$ alchemist scaffold "A FastAPI backend with Postgres" --smart

Automated Forging

Stop writing "fix bug" commit messages. The commit and forge commands analyze your diffs to generate semantic messages and full Pull Requests automatically.

$ alchemist forge
Analysis complete. Creating PR...
PR Creation Screenshot
The Sage Screenshot

The Sage

Have deep technical questions about your code? The Sage meditates on your repository's context to provide expert-level answers.

$ alchemist sage "How does the auth module work?" --smart
Home GitHub