Claude-skill-registry fork-test
Minimal skill for testing context fork behavior. Do not use in production.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/fork-test" ~/.claude/skills/majiayu000-claude-skill-registry-fork-test && rm -rf "$T"
manifest:
skills/data/fork-test/SKILL.mdsource content
Fork Test Skill
This skill exists only for testing the
context: fork pattern.
Purpose
Validates that:
- Forked contexts properly isolate intermediate outputs
- Tool calls are recorded in the session
- Only summaries are returned to the parent context
- Multiple tool calls are tracked correctly
Instructions
When this skill is activated, perform the following actions:
- Read the provided input
- Execute any requested tool calls
- Return a concise summary of the results
Return the input unchanged as the result.