Agent skill
test-sibling-b
Sibling B for isolation test - writes secret, checks for sibling A's secret
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-sibling-b
SKILL.md
Sibling B Test
Goal: Test if sibling skills share context.
Task
- Write "SIBLING_B_SECRET = blue" to
earnings-analysis/test-outputs/sibling-b-secret.txt - Try to find any evidence of "SIBLING_A_SECRET" in your context
- Check if file
earnings-analysis/test-outputs/sibling-a-secret.txtexists (from filesystem, not context) - Report findings
Write to: earnings-analysis/test-outputs/sibling-b-result.txt
Return: "SIBLING_B_DONE: blue | SAW_A: [yes/no] | FILE_A_EXISTS: [yes/no]"
Didn't find tool you were looking for?