Stele
Description
Rate limited mid-task? Crashed mid-edit? Locked into one harness by the context it holds? A skill that keeps task state in plain markdown, written before the work rather than at exit — so any agent resumes cold. Claude Code, Codex, Cursor.
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
**Durable task state for AI coding agents, as a skill.**
Existing solutions write the record last: a handoff skill at the end of a session, a summary before you close the laptop. That works right up until the session ends without you — a usage limit, a crash — and then there is nothing at all. Writing first makes you resumable at every point, not just the ones you planned for.
Install
Since you are already here, and you have an agent. Install in one line. 😉
Install https://github.com/johnwangwyx/stele as a skill under your framework.
To use
1. Start managing a project
`/stele` manage this project with stele
`/` is Claude Code — Codex uses `$stele`, and other harnesses have their own way to start conversation while mentioning a skill.
New project, same sentence. On an existing repo the skill reads what is already there.
2. Now it is interruptible
Hit a usage limit, crash, close the laptop, switch provider, come back in three weeks. The record is already on disk, because every write happened *before* the work it describes rather than after it. Nothing needs saving on the way out.
3. Resume, in any harness
`/stele` resume where it is left off
Note: You will mostly not even need the skill trigger (`/stele` or `$stele`). That first run left a p
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation