Claude E
Description
PTY-backed claude -p-style executor for Claude Code, packaged as the claude-e npm CLI
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-e
[](https://github.com/lidge-jun/claude-e/actions/workflows/test.yml) [](https://www.npmjs.com/package/claude-e) [](LICENSE) [](Cargo.toml) [](https://github.com/lidge-jun/claude-e) [](docs/index.html)

`claude-e` is a PTY-backed execution wrapper for Claude Code.
It gives Claude a `claude -p`-style command surface while still driving the interactive Claude Code runtime underneath. That matters when an agent system needs the real interactive Claude behavior, but also needs a predictable single-command interface, JSON output, timeouts, resume wiring, and explicit binary resolution.
npm install -g claude-e
claude-e "your prompt here"
claude-e p --model opus "explain quicksort to a 10-year-old"
claude-e --tool "use 10 tools and summarize the results"
claude-e --output-format json "summarize this commit" < commit.diff
claude-e --output-format stream-json "audit src/" --verbose | jq .
Public Surface
| Surface | Link | Status |
|---|---|---|
| npm package | `claude-e` | public package |
| Repository | `lidge-jun/claude-e` | public source |
| Docs landing page | `docs/index.html` | local Pages entrypoint, deploys after an authorized push |
| Runtime contract | `structure/runtime_contract.md` | JSONL, transcript, timeout, and exit-code source |
| CLI surface | `structure/cli_surface.md` | command aliases, |
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://