# Agent Selector

> Agent discovery and selection. Load when delegating tasks to specialist agents.

- Skill: `justin-delano/agent-selector` (Agent Skill)
- Install (CLI): `npx skillmds@latest add justin-delano/agent-selector`
- Raw SKILL.md: https://api.skillmd.com/api/skills/justin-delano/agent-selector/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: justin-delano (https://skillmd.com/u/justin-delano)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/justin-delano/agent-selector

---


# Agent Selection

## Registry

Read `~/.claude/agents/registry.jsonl` for available specialists.

## Selection

Match task keywords to agent `capabilities` list.

When selected, read agent's `config` file and adopt its `system_prompt`.

## If No Match

Proceed without delegation or consult meta-generator at `~/.claude/meta/agent-generator/SKILL.md`

