Supported AI Coding Tools
PromptConduit works with the most popular AI coding assistants. Each tool has two integration levels: real-time hooks (events captured live as you code) and local skill generation (skills extracted from saved transcripts).
Claude Code (Anthropic)
Full support — real-time hooks via ~/.claude/settings.json plus local skill generation from ~/.claude/projects/*.jsonl. The most thorough integration; recommended starting point.
Cursor AI
Real-time hooks via the Cursor command palette and config. Captures prompts, completions, and accepted suggestions.
Gemini CLI (Google)
Real-time hooks for the official Google Gemini CLI. Captures prompts and tool invocations.
OpenAI Codex CLI
Local skill generation from ~/.codex/history/. Real-time hooks coming soon.
GitHub Copilot CLI
Local skill generation from saved Copilot CLI sessions. Real-time hooks coming soon.
Comparison Matrix
- Claude Code: Local skills YES, Real-time hooks YES
- OpenAI Codex CLI: Local skills YES, Real-time hooks NO
- GitHub Copilot CLI: Local skills YES, Real-time hooks NO
- Cursor: Local skills NO, Real-time hooks YES
- Gemini CLI: Local skills NO, Real-time hooks YES
Other Documentation
- 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.
- 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.