docs / quick-start

Quick Start

PromptConduit installs in one Homebrew command and works in two modes: local skill generation from your existing AI transcripts (no account required), and real-time session capture with a platform account. This page covers both paths — either takes about two minutes.

No account required

If you already have Claude Code, Codex CLI, or Copilot CLI installed, you can generate reusable skills from your existing transcripts right now.

bash
brew install promptconduit/tap/promptconduit
promptconduit skills generate --local

Skills are written to ~/.claude/skills/ and appear in Claude Code's / autocomplete immediately.

Full local skills guide →

With a Platform Account

Sign up at promptconduit.dev to get real-time session capture, insights, and AI-powered skill generation.

1. Install

bash
brew install promptconduit/tap/promptconduit

2. Configure your API key

bash
promptconduit config set --api-key="your-api-key"

3. Install hooks for your AI tool

bash
promptconduit install claude-code
# or: cursor | gemini-cli

4. Verify

bash
promptconduit status
promptconduit test

Once hooks are installed, every prompt and tool call in your AI coding session is automatically captured and forwarded to the platform. Open your dashboard to see sessions appear in real time.