Agent skill · Workflow & Productivity

agent-selector-smith-happens-xlightsfpptester-2

Selects and configures agents from the agents repo based on PRD tech stack. Runs after task decomposition, before specification generation.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-selector-smith-happens-xlightsfpptester-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/agent/agent-selector-smith-happens-xlightsfpptester-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agent Selector Skill ## Activation Triggered after Phase 5 (Task Decomposition) completes: ``` [ACTIVATE:AGENT_SELECTOR_V1] ``` ## Purpose Analyze PRD to determine optimal agent selection for the project. ## Execution Flow ### Step 1: Extract Tech Stack from PRD Read PRD Section 8 (Technical Architecture) and identify: ```yaml languages: - primary: TypeScript - secondary: Python frameworks: - frontend: Next.js, React - backend: FastAPI databases: - primary: PostgreSQL - graph: Neo4j infrastructure: - cloud: AWS - containers: Docker, Kubernetes - iac: Terraform special_domains: - ml: false - blockchain: false - gaming: false - spatial: false ``` ### Step 2: Map to Agents Use the agent mapping table: | Tech | Agent | |------|-------| | TypeScript | `typescript-pro` | | Python | `python-pro` | | Next.js | `nextjs-expert` | | React | `reactjs-expert` | | FastAPI | `python-pro` (covers FastAPI) | | PostgreSQL | `sql-pro` | | Neo4j | `neo4j-expert` | | AWS | `aws-expert` | | Docker | `docker-expert` | | Kubernetes | `kubernetes-expert` | | Terraform | `terraform-expert` | ### Step 3: Determine Security Level From PRD Section 11 (Security Requirements): | Level | Additional Agents | |--

What's inside
Steps it walks through
  1. Activation
  2. Purpose
  3. Execution Flow
  4. Step 1: Extract Tech Stack from PRD
  5. Step 2: Map to Agents
  6. Step 3: Determine Security Level
  7. Step 4: Check Scale Requirements
  8. Step 5: Generate agent-config.json
  9. Step 6: Present to User
  10. Step 7: Sync Agents
  11. Step 8: Emit Signal
  12. Agent Invention
  13. Completion
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-selector-smith-happens-xlightsfpptester-2 skill do?

Selects and configures agents from the agents repo based on PRD tech stack. Runs after task decomposition, before specification generation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-selector-smith-happens-xlightsfpptester-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going