Fork test
Minimal skill for testing context fork behavior. Do not use in production.From its SKILL.md
npx -y skills add Geeksfino/openskills --skill fork-testAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, 110 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.