Jaunt
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

SkillTypePurpose
jauntBackground knowledgeKeeps Claude’s context aligned with Jaunt workflows and spec style.
/jaunt-buildCommandRuns jaunt build.
/jaunt-testCommandRuns jaunt test.
/jaunt-statusCommand (auto-invocable)Checks stale vs fresh modules.
/jaunt-initCommandGenerates a starter jaunt.toml.
/jaunt-cleanCommandRemoves __generated__/ directories.

Hooks

  • __generated__/ file guard: blocks Write/Edit operations on generated files.
  • Bash guard: warns on shell commands that write to __generated__/.

MCP Server

Jaunt MCP tools are available from Claude Code:

  • build
  • test
  • status
  • clean
  • spec_info

Installation

Local testing

claude --plugin-dir ./jaunt-claude-plugin

Marketplace install

# Add the marketplace (from local clone or repo URL)
/plugin marketplace add ./jaunt-claude-plugin

# Install the plugin
/plugin install jaunt@jaunt-plugins

Quick Usage Walkthrough

After install:

  1. Run /jaunt-init in your project to scaffold jaunt.toml.
  2. Write @jaunt.magic and @jaunt.test stubs as usual.
  3. Run /jaunt-build.
  4. Run /jaunt-test.
  5. Run /jaunt-status before you ship.

Requirements

  • Python 3.12+
  • uv package manager
  • Jaunt installed (uv pip install jaunt)
  • An API key for OpenAI, Anthropic, or Cerebras

On this page