Agent skill · software engineering · mvanhorn

pp-claude-agent-sdk-python-docs

A source-grounded CLI for exploring and verifying the Claude Agent SDK Python docs. Trigger phrases: `look up Claude Agent SDK Python`, `verify this against Claude Agent SDK docs`, `ClaudeSDKClient docs`, `ClaudeAgentOptions reference`, `use claude agent sdk python docs`, `run claude agent sdk python docs`.

Why this skill is useful

Adds executable commands for verifying and auditing Claude Agent SDK Python documentation that aren't available in public resources.

What it needs

Requires claude-agent-sdk-python-docs-pp-cli installed locally. About 6k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.

What this skill does

Claude Agent SDK Python Docs — Printing Press CLI Prerequisites: Install the CLI This skill drives the claude-agent-sdk-python-docs-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: claude-agent-sdk-python-docs-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Fetch the raw Claude Code docs index, search the Python Agent SDK reference, and extract exact symbols, examples, and citations. Novel verification and context commands help agents use the SDK without guessing. When to Use This CLI Use this CLI when you need exact Claude Agent SDK Python documentation, examples, signatures, or citations in an agent-friendly shape. It is strongest for implementation planning, code review, and preventing SDK hallucinations. Anti-triggers Do not use this CLI for: Do not use this CLI to run Claude Agent SDK applications. Do not use this CLI for TypeScript SDK questions unless the docs mirror has been expanded to TypeScript pages. Do not use this CLI as a replacement for live Claude Code authentication or account setup. Unique Capabilities These capabilities aren't available in any other tool for this API. Docs-grounded verification verify — Check Python code imports and qualified names against documented Claude Agent SDK symbols. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/claude-agent-sdk-python-docs

View the source on GitHub

Browse the @skills marketplace