Fastclaude — Design skill for Claude Code
Small completions-style Python interface backed by the Claude CLI.
How to install Fastclaude
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open AnswerDotAI/fastclaude and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Fastclaude does
Small completions-style Python interface backed by the Claude CLI.
Alternatives in Design
- CloudCLI — 8,400+ Free open-source web/mobile UI for Claude Code, Cursor CLI, and Codex 8.7k ★
- Interface Design — Design engineering for Claude Code 4.3k ★
- Deepen — Spare-budget design pass 1.1k ★
README
fastclaude
`fastclaude` is a small, completions-style Python interface backed by the installed Claude Code executable. It inherits Claude CLI authentication, including OAuth and subscriptions, without requiring direct Anthropic API integration.
Each request starts from complete history:
- accepts complete, editable histories as `aidialog.msg_parts.Msg` objects
- compiles them into real Claude Code sessions rather than flattening them into a prompt
- advertises tools as schemas and ends the turn at a
tool_use, so the caller owns the tool loop - continues a history ending in
ToolResults by deferral: the pending call is marked in the transcript and its known result served on resume - streams Claude output and supports native interruption
- remains stateless: each request is one process, and nothing is held between requests
See [DEV.md](DEV.md) for the design record and protocol findings.
Installation
pip install fastclaude
Development
pip install -e .
License
Apache License 2.0.
Related Skills
Claude E
PTY-backed claude -p-style executor for Claude Code, packaged as the claude-e npm CLI
Sonol Multi Agent
Local-first multi-agent orchestration for Codex CLI and Claude Code, with a UI dashboard to review sub-agent f
Pptx Compressor
Shrink .pptx files by 50-70% without touching slides, layout, animations, or embedded fonts. A Claude Code Ski
Claude Code Recover And Python Reset
Recover and reset Claude Code in Python with a faithful CLI port that preserves core logic and removes the UI
Clui Cc
A lightweight, transparent desktop overlay for Claude Code on macOS. Clui CC wraps the Claude Code CLI in a fl
Claude Code CLI UI
An intuitive interface to create, orchestrate, and monitor Claude-based code agents for automated development
Related Agents
Code Writer Python
Python code implementation sub-agent. Invoked by any manager whose plan calls for Python code — automation scr
Kiro Steering
agent-style v0.4.2 — literature-backed technical-prose writing rules for AI agents
Aps Conductor
Coordinate APS execution through CLI-backed next-work selection, context packaging, dependency checks, validat