Skill Builder 2.0

Create a standardized, robust SKILL.md instructions template for your Claude Desktop Cowork workflows.

Automatically inject system instructions for Claude to read and update a local context.md memory file at startup and shutdown, preventing AI context window resets from erasing active progress.
Preview (SKILL.md)
# My Skill

## Triggers
- "Do task"
- "Analyze this"

## Workflow
1. Step 1: Check inputs
1. Step 2: Process data
1. Step 3: Output format

## Context & Handoff (Context Loop Pattern)
1. **Load State**: On your first turn of any task session, you MUST locate and read the `context.md` file in the root directory to bootstrap your current plan and progress state.
2. **Roadmap Execution**: As you complete tasks, check off items in the 'What Has Been Completed' list and add new issues found to 'Remaining Roadmap'.
3. **Session Handoff**: Before you declare a session finished or if you expect a rate-limit restart, you MUST write a clean update to the `context.md` file, summarizing your findings and detailing the next action steps.

## Best Practices
- Keep output concise.
- Validate inputs before processing.
- Handle errors gracefully.