BeClaude

trash-panda

New
3GitHub TrendingDocumentationby mihkarp

A tiny raccoon skill that rescues todos, ideas, plans and drafts from your AI chats into local markdown.

First seen 6/20/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/trash-panda.md https://raw.githubusercontent.com/mihkarp/trash-panda/main/SKILL.md
3
Invoke in Claude Code
/trash-panda

Use Cases

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.

Usage Examples

1

/trash-panda save all todos from this conversation

2

Extract the deployment plan we discussed into a markdown file

3

/trash-panda archive ideas and drafts to ./notes

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..