$npx -y skills add Geeksfino/openskills --skill fork-testMinimal skill for testing context fork behavior. Do not use in production.
| 1 | # Fork Test Skill |
| 2 | |
| 3 | This skill exists only for testing the `context: fork` pattern. |
| 4 | |
| 5 | ## Purpose |
| 6 | |
| 7 | Validates that: |
| 8 | - Forked contexts properly isolate intermediate outputs |
| 9 | - Tool calls are recorded in the session |
| 10 | - Only summaries are returned to the parent context |
| 11 | - Multiple tool calls are tracked correctly |
| 12 | |
| 13 | ## Instructions |
| 14 | |
| 15 | When this skill is activated, perform the following actions: |
| 16 | |
| 17 | 1. Read the provided input |
| 18 | 2. Execute any requested tool calls |
| 19 | 3. Return a concise summary of the results |
| 20 | |
| 21 | Return the input unchanged as the result. |