Prompt Conduit Documentation
Everything you need to install the CLI, capture AI coding sessions, generate Claude Code skills from transcripts, and configure your environment.
Quick Start
- Install:
brew install promptconduit/tap/promptconduit
- Hook your AI tool:
promptconduit install claude-code
- Code normally — sessions are captured in the background.
- Generate skills:
promptconduit skills generate --local
Documentation Sections
- Installation — Install the PromptConduit CLI via Homebrew, curl, or from source. Available for macOS, Linux, and Windows.
- Local Skills — Generate reusable Claude Code skills from your local transcripts without a platform account. Free forever.
- Supported Tools — PromptConduit supports Claude Code, Cursor, Gemini CLI, Codex, and Copilot for real-time capture and skill generation.
- Configuration — Configure the PromptConduit CLI: API keys, environments, debug mode, and environment variables.
- CLI Reference — Full CLI reference for PromptConduit. Commands for install, sync, skills generation, config, and more.
- API Reference — PromptConduit REST API reference. Ingest raw events via /v1/events/raw with RFC 7807 error responses.
Common Questions
- Do I need an account? No — local skill generation works without one. The platform (real-time capture, team sharing, insights) requires a free signup.
- Which AI tools are supported? Claude Code, OpenAI Codex CLI, GitHub Copilot CLI, Cursor, and Gemini CLI. See Supported Tools.
- Where are skills stored? Generated skills are written to
~/.claude/skills/ and become available as Claude Code slash commands.
- Is it open source? The CLI and macOS app are MIT-licensed. The platform backend is closed source.