smithery/masharratt

cfn-agent-selector

Agent selection based on task classification with fallback support

Installation

$ npx skills add smithery/masharratt --skill cfn-agent-selector

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/masharratt · top by installs.

npx skills add smithery/masharratt

Browse all from smithery/masharratt

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 885 B
  • docs SUMMARY.md 92 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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

# Basic selection
$HOME/.claude/skills/cfn-agent-lifecycle/lib/selection/select-agents.sh --task "implement feature"

# With fallback
$HOME/.claude/skills/cfn-agent-lifecycle/lib/selection/select-agents-with-fallback.sh --task "implement feature"