forage-resources
Installation
SKILL.md
Forage Resources
Apply foraging theory and ant colony optimization to systematically search for, evaluate, and exploit distributed resources — balancing exploration of unknown territory with exploitation of known yields.
When to Use
- Searching a large solution space where brute-force enumeration is impractical
- Balancing investment between exploring new approaches and deepening known good ones
- Optimizing resource allocation across multiple uncertain opportunities
- Designing search strategies for distributed teams or automated agents
- Diagnosing premature convergence (stuck on local optima) or perpetual wandering (never committing)
- Complementing
coordinate-swarmwith specific resource-discovery patterns