Agent skill
test-3layer-top
Layer 1 (top) of 3-layer test - orchestrates Layer 2
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-3layer-top
SKILL.md
Layer 1 Top (Orchestrator)
Goal: Test 3-layer skill chain: L1 → L2 → L3
Task
- Note: "LAYER1_SECRET = apple"
- Call
/test-3layer-mid - Capture the result (should contain Layer 3's data)
- Write to:
earnings-analysis/test-outputs/3layer-top.txt - Read all 3 output files and compile summary
Write final summary to: earnings-analysis/test-outputs/3layer-summary.txt
Include:
- Whether all 3 layers executed
- Data flow: L3 → L2 → L1
- Each layer's secret (to prove isolation)
- Thinking captured at each layer (check file sizes)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?