npx claudepluginhub jxmullins/stash-pad --plugin stash-padAdd items to your todo inbox (supports semicolon-separated batch entry)
Clear completed items from the todo list
Organize inbox items into categories
Mark a todo item as complete
Search all todo sections for matching items
Add items and classify them immediately
Recover items from the completed list
Display your current todo list
Capture todos and ideas without breaking your flow.
A Claude Code skill for quick task management during coding sessions. Type :a fix the bug and keep working—organize later.
You're deep in a coding session. An idea hits. A bug surfaces. A todo pops into your head.
Old way: Switch context, open a notes app, lose your train of thought.
Stash Pad: Type :a your thought and keep coding. Classify everything later with :c.
You: :a add user authentication
Claude: Added to inbox.
You: :add websockets; caching; fix login bug
Claude: Added 3 items to inbox.
You: :c
Claude: Classified 4 items:
Features (2) - auth, websockets
Improvements (1) - caching
Bug Fixes (1) - login bug
You: :d auth
Claude: ✓ Marked "add user authentication" complete
Full features with slash commands + colon shortcuts:
/plugin marketplace add https://github.com/jxmullins/stash-pad
/plugin install stash-pad
Colon shortcuts only — just copy one file:
cp SKILL.md /your/project/.claude/skills/stash-pad.md
| Action | Slash Command | Shortcut |
|---|---|---|
| Add to inbox | /stash:add | :a |
| Mark complete | /stash:done | :d |
| Organize inbox | /stash:classify | :c |
| Display list | /stash:show | :s |
| Add + classify | /stash:now | :n |
| Restore item | /stash:restore | :r |
| Search todos | /stash:find | :f |
| Clear completed | /stash:archive | :ar |
Slash commands available with plugin install. Shortcuts work with both.
Batch add: Use semicolons — :a fix bug; dark mode; update docs
:a):rTODO.mdDefault categories (auto-detected, customizable):
Add your own by editing TODO.md:
## Technical Debt
## Research
## Questions
Commit TODO.md to track backlog history, or add to .gitignore for local-only.
:add, :done, :classify)/stash:add), tab completion, marketplace distributionI can't in good conscience call myself a "vibe coder" because while I can read code and follow along I can't actively write code, so I don't think the 'coder' part is fitting. While working on another project I needed to capture ideas and I didn't really like the other options I had at the moment (Notes.app, TextEdit, etc...) but with my ADHD mind I knew I needed something fast and PRESENT. Working with Claude Code CLI, I quickly created ver. 1.0 in the middle of the other project. It's not fancy but it works for me and I hope someone else can use it too.
If this skill saves you time, consider buying me a coffee:
Ideas and contributions welcome! This skill is actively developed.
MIT — Use it, share it, modify it.
Built with Claude Code.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.