Agent skill
mock-prediction
Mock prediction skill for 4-layer thinking test. Calls Task subagent.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/mock-prediction
SKILL.md
Mock Prediction (Layer 2)
Goal: Test thinking token capture when forked skill calls Task subagent.
Thinking: Use ultrathink for this analysis.
Task
- Think about what we're testing: Layer 2 (forked skill) calling Layer 3 (Task subagent)
- Write your reasoning to:
earnings-analysis/test-outputs/mock-prediction-reasoning.txt - Call a Task subagent using the Task tool with subagent_type="Explore":
- Ask it to find all SKILL.md files in .claude/skills/
- Use model: opus for the subagent
- After subagent returns, write summary to:
earnings-analysis/test-outputs/mock-prediction-summary.txt
Include in your files:
- Note that this is "mock-prediction (Layer 2)"
- The subagent result
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?