What problem does it solve?
Slug-returning filter over the aweek agent roster. Use this skill any time a request names a subset of agents rather than a single one — e.g. 'the active marketers', 'every paused researcher', 'agents whose persona mentions X.com'. Reads identity (name, description, system prompt) live from .claude/agents/<slug>.md, and lifecycle state from the existing stores; never mutates anything.
Core Features & Use Cases
- Flexible filtering by role, keyword, status, and budget; supports combined queries to narrow the roster.
- Live identity and lifecycle data read from agent store; downstream skills receive agent ids for further processing.
- Read-only operation with clear, deterministic outputs suitable for auditing and automation.
Quick Start
Provide your desired filters (role, keyword, status, budget) and run the skill to retrieve matching agent slugs.