Use when creating handoff documentation for branched conversations in stay-on-target focused mode
Creates structured handoff documentation when conversations branch to new topics during scope drift.
npx claudepluginhub technicalpickles/pickled-claude-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Create handoff documentation when a conversation branches to a new topic.
When user selects option (C) "Note for later" during scope drift detection.
# Handoff: [Topic]
**Created:** [Date]
**From conversation:** [Brief description of original work]
## Summary
[2-3 sentences: What was happening, why we're branching]
## Original Context
- **Approach being used:** [What we were doing]
- **Key files:** [Files involved]
- **Decisions made:** [Important choices]
## New Direction
- **Topic:** [What the new exploration is about]
- **Why considered:** [What prompted this]
- **Questions to explore:** [Open questions]
## Relevant Context
[Any code snippets, decisions, or findings that would help the new conversation]
## Handoffs section with Location.handoffs/ in project rootActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.