docs / quick-start

Quick Start

PromptConduit installs in one 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
curl -fsSL https://promptconduit.dev/install | bash
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
curl -fsSL https://promptconduit.dev/install | bash

2. Set up

bash
promptconduit init

The wizard opens your browser to sign in, detects your installed AI tools (Claude Code, Cursor, Gemini CLI, Codex, Copilot), and installs their hooks. Prefer automation or CI? Set the key directly with promptconduit config set --api-key=….

3. Verify

bash
promptconduit status

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.