OthmanAdi/planning-with-files
A planning skill that keeps multi-step work in Markdown files — plans, progress, and handoffs — so an agent can survive context resets without losing the thread.
Why it matters
Long agent tasks routinely blow past the context window and forget what they were doing. Planning-with-files externalizes the plan and progress into durable files the agent re-reads, so a session can be interrupted, resumed, or handed to a fresh context and still finish coherently. It is a pragmatic answer to the single most common failure mode in long-running agent work.
Use cases
- Persist a task plan and progress across context resets
- Resume long-running work in a fresh session without losing state
- Hand a topic off between sessions via structured files
- Keep multi-step operations coherent from start to finish
Quickstart
npx skills add OthmanAdi/planning-with-filesRelated repositories
caveman
A cross-agent skill that strips filler from Claude’s replies and answers in terse, token-lean prose while keeping code, commands, and error text byte-for-byte exact.
prompt-master
A ready-to-clone library of reusable prompts and prompt patterns that installs directly into your Claude skills folder.
From the blog
CLI-Anything Guide: Turning Desktop GUIs into Stateful, Agent-Native CLIs
The definitive guide to HKUDS/CLI-Anything. Learn how to transform complex GUI apps into deterministic, agent-native CLIs with REPLs, stateful undo stacks, and zero screenshot fumbling.
The State of Claude Skills: Spring 2026
An in-depth look at how the open-source community is building around Claude, the rise of MCP servers, and what to expect next.
Maintain this repo? Submit an update.
Submit an update