context-fork-skill
Installation
SKILL.md
Context Fork Skill
This skill demonstrates the context: fork feature, which allows a skill to run in an isolated sub-agent context with its own conversation history and state.
What is Forked Context?
When a skill uses context: fork, it:
- Creates a new sub-agent: A separate agent instance is created
- Isolates conversation history: Has its own independent context
- Provides clean state: No contamination from the main conversation
- Can specify agent type: Uses the
agentfield to determine sub-agent behavior