skills/smithery.ai/context-fork-skill

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:

  1. Creates a new sub-agent: A separate agent instance is created
  2. Isolates conversation history: Has its own independent context
  3. Provides clean state: No contamination from the main conversation
  4. Can specify agent type: Uses the agent field to determine sub-agent behavior

When to Use Forked Context

✅ Good Use Cases

Installs
1
First Seen
Apr 17, 2026
context-fork-skill from smithery.ai