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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 | |--
- Activation
- Purpose
- Execution Flow
- Step 1: Extract Tech Stack from PRD
- Step 2: Map to Agents
- Step 3: Determine Security Level
- Step 4: Check Scale Requirements
- Step 5: Generate agent-config.json
- Step 6: Present to User
- Step 7: Sync Agents
- Step 8: Emit Signal
- Agent Invention
- Completion
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.
