5-minute setup
Install SoulForge
Launch and select a model
Ctrl+L to open the model picker. Claude Sonnet 4 is a good default.Send your first prompt
Type a message in the input box and press Enter:SoulForge scans your codebase on startup (repo map), so the AI already understands your file layout, imports, and key symbols.
Explore features
- Open the editor:
Ctrl+Eto toggle the embedded Neovim panel - Git menu:
Ctrl+Gfor commit, push, pull, stash - Browse commands: Type
/or pressCtrl+Kfor the command palette - Switch modes:
Ctrl+Dto cycle through default, auto, architect, socratic, challenge - Plan mode:
/plan refactor the auth modulefor research-first structured planning - Skills:
Ctrl+Sto browse and install community skills
Key shortcuts
| Key | Action |
|---|---|
Ctrl+L | Select LLM model |
Ctrl+E | Toggle editor panel |
Ctrl+G | Git menu |
Ctrl+K | Command palette |
Ctrl+S | Skills browser |
Ctrl+T | New tab |
Ctrl+W | Close tab |
Ctrl+D | Cycle forge mode |
Ctrl+X | Abort generation |
The interface
/ to see them).
Task router
Use/router to assign different models to different tasks:
| Slot | Model | Purpose |
|---|---|---|
| Planning | Opus | Architecture decisions |
| Coding | Sonnet | File edits |
| Exploration | Haiku | Read-only research |
| Web Search | Haiku | Search queries |
| Trivial | Haiku | Small tasks |
Headless mode
Run SoulForge without the TUI for scripting and CI/CD:Next steps
- Architecture — understand the system design
- Repo Map — how SoulForge understands your codebase
- Commands — all 76 slash commands
- Configuration — customize everything