feature-agents
8
总安装量
8
周安装量
#35270
全站排名
安装命令
npx skills add https://github.com/hjewkes/agent-skills --skill feature-agents
Agent 安装分布
opencode
8
claude-code
8
cursor
8
github-copilot
7
codex
7
kimi-cli
7
Skill 文档
Feature Development Agents
Available agents (spawn via Task tool with general-purpose type):
- code-explorer â traces execution paths, maps architecture layers, documents dependencies
- code-architect â designs feature architectures and implementation blueprints
For code review, see the code-review skill.
Usage
- Read the corresponding reference file for the agent’s full system prompt
- Spawn a
general-purposeTask agent with that prompt as the task description - Include the specific feature/files/scope in the prompt
Reference Files
| Agent | Reference |
|---|---|
| code-explorer | references/code-explorer.md |
| code-architect | references/code-architect.md |
Domain Specialization
When spawning feature agents, include domain context to focus their analysis:
| Domain | Priority Focus |
|---|---|
| API/Backend | Routes, middleware, auth, DB queries, error handling |
| Frontend/UI | Components, state management, rendering, accessibility |
| Data/Pipeline | Transformations, validation, schema, performance |
| Infrastructure | Config, deployment, monitoring, secrets management |
| CLI/Tools | Argument parsing, output formatting, error messages |
Include the domain in the agent’s spawn prompt: “Domain: API/Backend â prioritize route handlers, middleware chain, and auth flow.”