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.
Web and mobile front-end for terminal coding agents — Claude Code, Cursor CLI, Codex, and Gemini-CLI. Drive live sessions from a browser with an integrated shell, file/Git explorers, and a plugin system. Self-host or use the managed Cloud option.
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.
An agentic framework that analyzes, plans, and executes multi-step video understanding and editing workflows using multimodal LLM-driven agents—features intent decomposition, graph-based workflow orchestration, and automated shot planning for long-form video tasks.
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.
Wraps Claude Code in a loop that re-runs it until a task is done, gating every exit behind two conditions — semantic completion plus an explicit EXIT_SIGNAL — so it never stops early. Adds rate limiting and a circuit breaker for unattended, headless runs.
Composes AI agent teams from a Ghost+Shell+Model formula: each Bot pairs a prompt/MCP/Skills Ghost with a Chat, ClaudeCode, or Dify shell and a model like Claude or DeepSeek. Bots form Teams that run as traceable Tasks, wired to GitHub and DingTalk.
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 a brainstorm → plan → test-driven → review workflow on AI coding agents instead of letting them jump straight to code. Ships as composable skills that auto-trigger by context and run across Claude Code, Cursor, Copilot CLI, Gemini and more.