mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-09 10:53:34 +08:00
docs: add 'When to Activate' sections to 14 skill definitions
Add activation triggers to skills that were missing them, helping Claude Code determine when to load each skill contextually.
This commit is contained in:
@@ -7,6 +7,14 @@ description: Pattern for progressively refining context retrieval to solve the s
|
||||
|
||||
Solves the "context problem" in multi-agent workflows where subagents don't know what context they need until they start working.
|
||||
|
||||
## When to Activate
|
||||
|
||||
- Spawning subagents that need codebase context they cannot predict upfront
|
||||
- Building multi-agent workflows where context is progressively refined
|
||||
- Encountering "context too large" or "missing context" failures in agent tasks
|
||||
- Designing RAG-like retrieval pipelines for code exploration
|
||||
- Optimizing token usage in agent orchestration
|
||||
|
||||
## The Problem
|
||||
|
||||
Subagents are spawned with limited context. They don't know:
|
||||
|
||||
Reference in New Issue
Block a user