Capture, analyze, and evolve your AI coding sessions into reusable skills.
Works with Claude Code, Cursor, and Gemini CLI.
PromptConduit is an open-core developer tool that captures every prompt, tool call, and session event from your AI coding assistant — then turns that data into insights and reusable skills.
# No account needed — generate skills from your existing transcripts
brew install promptconduit/tap/promptconduit
promptconduit skills generate --local| Repo | Description | Language |
|---|---|---|
| cli | CLI that captures events from AI coding tools and forwards to the platform | Go |
| app | Native macOS menu bar app for session tracking and skills management | Swift |
| homebrew-tap | Homebrew formulae for distributing the CLI | Ruby |
AI Tools (Claude Code, Cursor, Gemini CLI)
│
▼ hooks
promptconduit hook ← raw event captured
│
▼ async, non-blocking
/v1/events/raw ← platform API
│
▼ server-side adapters
Sessions · Insights · Skills
The CLI is a thin client — it wraps raw events in an envelope and forwards them. All normalization and analysis happens server-side.
All client repos are MIT licensed and open to contributions. The most valuable contribution is adding support for a new AI tool.
If you're working in the CLI repo with Claude Code, run /add-tool <name> for a step-by-step guide.
See CONTRIBUTING.md in the CLI repo to get started.