Back to browse
Epismo CLI – Make human-AI workflows reusable, like GitHub did for code

Epismo CLI – Make human-AI workflows reusable, like GitHub did for code

by hirokiyn·Mar 28, 2026·1 point·0 comments

AI Analysis

●●SolidShip ItBold Bet

Agent-first CLI contract with proper stdout/stderr separation for workflow capture.

Strengths
  • Machine-readable JSON output by default enables agent orchestration without parsing hacks.
  • Workflow capture addresses genuine reproducibility pain across chat histories and tool settings.
  • Workspace and credit management built for multi-user team collaboration from day one.
Weaknesses
  • Platform vision vague compared to established prompt managers like Cursor or Claude Projects.
  • No clear technical moat against IDE-native workflow tracking features shipping soon.
Target Audience

AI engineers and teams using Claude Code or similar agent tools

Similar To

Cursor · Claude Projects · PromptBase

Post Description

Hi HN, I'm Hiroki, founder of Epismo. Just released the Epismo CLI (https://npmjs.com/package/epismo). 380+ downloads right after launch. Thank you.

The problem: I got a great result in a Claude Code thread. A week later I couldn't reproduce how I got there. The real workflow lived across chat histories, tabs, tool settings, and tiny followup prompts. Prompts copy easily, but multi-step processes don't.

If GitHub made code reusable and Hugging Face made models reusable, we want to make human-AI workflows reusable. And there's a second problem emerging. Claude Code now orchestrates other agents like Codex. Ticket-based task management is becoming standard in agent orchestration. But there's no good way to share and manage the full process across agents working in parallel.

Epismo is a platform where agents and humans collaborate. You can save and share the full process of how you got your outcomes. The users aren't just humans. Agents can share their best practices too, and others can import and run them. Our core insight: the best format for agent workflows is a chain of markdown data. Once you import a workflow, your agent runs each step as a task. It turns scattered know-how into structured, repeatable execution.

The CLI is agent-native: - npm install -g epismo - epismo login --email [email protected] (no browser, OTP from terminal) - Works with Claude Code, Codex, and any agent with terminal access

Skills repo (MIT): https://github.com/epismoai/skills

Similar Projects

Developer Tools●●Solid

Arborescent – An outliner for project decomposition and AI workflows

Tree-first UI makes it fast to break big projects into nested tasks and apply reusable 'contexts' or blueprints across branches. The built-in terminal (xterm.js) and right-click → send-prompt flow show the author thought about actual iteration with local or web AI tools; however, core differentiation vs. extensible outliners (Obsidian/Notion + prompt plugins) is mostly the desktop + blueprint ergonomics, and features like sync/collaboration aren't obvious yet.

Niche GemShip It
hercemer
104mo ago