Agent selection based on task classification with fallback support
Scanned 9/8/2026
Install to Claude Code
npx -y skills add mattnigh/skills_collection --skill collection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Collection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mattnigh-collection-37fe300c)More formats (shields.io, HTML) on the badges page.
---
name: cfn-agent-selector
description: Agent selection based on task classification with fallback support
version: 1.0.0
tags: [agent-selection, task-classification, fallback]
status: production
---
# Agent Selector Submodule
**Parent Skill:** cfn-agent-lifecycle
**Purpose:** Select appropriate agents based on task classification with fallback support
## Components
- `select-agents.sh` - Basic agent selection
- `select-agents-with-fallback.sh` - Selection with fallback strategy
- `task-classifier.sh` - Task classification for agent mapping
- `agent-mappings.json` - Task-to-agent mapping configuration
## Usage
```bash
# Basic selection
./.claude/skills/cfn-agent-lifecycle/lib/selection/select-agents.sh --task "implement feature"
# With fallback
./.claude/skills/cfn-agent-lifecycle/lib/selection/select-agents-with-fallback.sh --task "implement feature"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!