Run Claude as a programmatic agent in Python: one-shot query() calls or a stateful ClaudeSDKClient for multi-turn loops. Define in-process tools, lifecycle hooks, and per-tool permissions; it bundles the Claude Code CLI and exposes its full toolset.
Installs ready-made Claude Code configs — subagents, slash commands, MCP integrations, hooks, and settings — from a catalog of 100+ components via one CLI command. Includes a real-time dashboard to monitor live sessions and token usage.
Modular marketplace of focused Claude Code plugins that composes specialized agents and progressive 'agent skills' to orchestrate multi-agent development workflows while minimizing token usage.
Reviews each pull request for security issues: Claude reads the diff and flags vulnerabilities like injection, auth flaws, and hardcoded secrets as inline comments, with built-in false-positive filtering. Ships as a GitHub Action or slash command.
Displays model info, token usage, git branch and other runtime metrics as a customizable Powerline-style status line for Claude Code CLI. Includes an interactive TUI, many widgets (usage, speeds, block timer), OSC8 links, and cross-platform support via npx/bunx.
Generate parametric 3D CAD models from natural language and images in the browser, with real-time preview and exports to STL/SCAD. Runs client-side via OpenSCAD WebAssembly, extracts adjustable parameters, and integrates Anthropic for shape generation—suited for rapid prototyping and 3D-printing workflows.
Eight example apps for building with the Claude Agent SDK: an IMAP email assistant, a multi-agent research system, an Excel agent, a React/WebSocket chat UI, a .docx resume generator, and hello-world session demos. Local-only, not production.
Folders pairing a SKILL.md (YAML metadata plus instructions) with optional scripts that Claude loads on demand to handle specific tasks. Bundles document skills (PDF, DOCX, PPTX, XLSX), a spec, and a starter template for authoring your own.
Enforces filesystem and network limits on arbitrary processes at the OS level, no container required. Uses macOS Seatbelt, Linux bubblewrap, and the Windows Filtering Platform; built to sandbox MCP servers and AI agents under a secure-by-default model.
Installs Claude Code-format skills into agents without native support — Cursor, Windsurf, Aider, Codex — by writing the same <available_skills> XML into their AGENTS.md. Skills stay plain files, so no MCP server is needed.
Turns content briefs into SEO-optimized long-form articles via chained Claude Code commands and specialized subagents. Pulls live GA4, Search Console, and DataForSEO data to ground keyword research, drafting, and on-page optimization in real rankings.
Drives an LLM-powered agent to autonomously research, write, and ship ML code by accessing Hugging Face docs, datasets, repos, and cloud compute. Provides interactive CLI and headless modes, approval gates, tool routing, and integrations for HF, GitHub, and Anthropic models.