trash-panda
NewA tiny raccoon skill that rescues todos, ideas, plans and drafts from your AI chats into local markdown.
Summary
Trash-panda automatically extracts todos, ideas, plans, and drafts from your AI chat conversations and saves them as local markdown files.
- It helps developers preserve valuable content generated during coding sessions without manual copy-pasting.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/trash-panda.md https://raw.githubusercontent.com/mihkarp/trash-panda/main/SKILL.md/trash-pandaUse Cases
Usage Examples
/trash-panda save all todos from this conversation
Extract the deployment plan we discussed into a markdown file
/trash-panda archive ideas and drafts to ./notes
Security Audits
Frequently Asked Questions
What is trash-panda?
Trash-panda automatically extracts todos, ideas, plans, and drafts from your AI chat conversations and saves them as local markdown files. It helps developers preserve valuable content generated during coding sessions without manual copy-pasting.
How to install trash-panda?
To install trash-panda: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/trash-panda.md https://raw.githubusercontent.com/mihkarp/trash-panda/main/SKILL.md. Finally, /trash-panda in Claude Code.
What is trash-panda best for?
trash-panda is a skill categorized under Documentation. Created by mihkarp.
What can I use trash-panda for?
trash-panda is useful for: Save a list of action items from a code review discussion into a todo.md file.; Extract a new feature plan brainstormed during a debugging session into a plan.md file.; Capture a draft of a README or API documentation generated in chat into a drafts folder.; Collect random ideas or improvements mentioned while pair programming into an ideas.md file.; Organize multiple code snippets with descriptions from a long conversation into separate markdown files.; Quickly archive a step-by-step implementation guide from a tutorial chat into a local guide.md..