Guides
Claude Code Plugin
Use Jaunt inside Claude Code with dedicated commands, hooks, and MCP tools.
jaunt-claude-plugin/ includes a ready-made Claude Code plugin for Jaunt.
What the Plugin Provides
Skills
| Skill | Type | Purpose |
|---|---|---|
jaunt | Background knowledge | Keeps Claude’s context aligned with Jaunt workflows and spec style. |
/jaunt-build | Command | Runs jaunt build. |
/jaunt-test | Command | Runs jaunt test. |
/jaunt-status | Command (auto-invocable) | Checks stale vs fresh modules. |
/jaunt-init | Command | Generates a starter jaunt.toml. |
/jaunt-clean | Command | Removes __generated__/ directories. |
Hooks
__generated__/file guard: blocksWrite/Editoperations on generated files.- Bash guard: warns on shell commands that write to
__generated__/.
MCP Server
Jaunt MCP tools are available from Claude Code:
buildteststatuscleanspec_info
Installation
Local testing
claude --plugin-dir ./jaunt-claude-pluginMarketplace install
# Add the marketplace (from local clone or repo URL)
/plugin marketplace add ./jaunt-claude-plugin
# Install the plugin
/plugin install jaunt@jaunt-pluginsQuick Usage Walkthrough
After install:
- Run
/jaunt-initin your project to scaffoldjaunt.toml. - Write
@jaunt.magicand@jaunt.teststubs as usual. - Run
/jaunt-build. - Run
/jaunt-test. - Run
/jaunt-statusbefore you ship.
Requirements
- Python 3.12+
- uv package manager
- Jaunt installed (
uv pip install jaunt) - An API key for OpenAI, Anthropic, or Cerebras