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
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.
12 New Claude Skill Repositories to Watch
This week's roundup of the most promising new Claude skills, including a powerful terminal agent and new MCP servers for database management.
Maintain this repo? Submit an update.
Submit an update