Skill Context Fork
Skill Context Fork
Run skills in a subagent when you want a skill to run in isolation. Add context: fork to your frontmatter.
---
name: deep-research
description: Research a topic thoroughly
context: fork
agent: Explore
---
Research $ARGUMENTS thoroughly:
1. Find relevant files using Glob and Grep
2. Read and analyze the code
3. Summarize findings with specific file references
Related: Agent Skills, Skill Inject Dynamic Content, Subagents