build-agent

GitHub

用于创建结构规范、配置完善的 Claude Code Agent。通过自适应问答收集角色、工具、模型等细节,检查重复后生成标准化 Agent 文件,适用于新建或委派专项角色的场景。

.claude/skills/build-agent/SKILL.md LukeRenton/explore-claude-code

Trigger Scenarios

用户希望创建一个新的 Agent 用户描述了一个想要委托给 Agent 的特定角色 讨论团队 Agent 组成与分工

Install

npx skills add LukeRenton/explore-claude-code --skill build-agent -g -y
More Options

Non-standard path

npx skills add https://github.com/LukeRenton/explore-claude-code/tree/main/.claude/skills/build-agent -g -y

Use without installing

npx skills use LukeRenton/explore-claude-code@build-agent

指定 Agent (Claude Code)

npx skills add LukeRenton/explore-claude-code --skill build-agent -a claude-code -g -y

安装 repo 全部 skill

npx skills add LukeRenton/explore-claude-code --all -g -y

预览 repo 内 skill

npx skills add LukeRenton/explore-claude-code --list

SKILL.md

Frontmatter
{
    "name": "build-agent",
    "description": "Builds new Claude Code agents with consistent structure, enforced standards, and project-aware configuration. Use when creating a new agent, when the user describes a specialised role they want delegated to, or when discussing team composition.",
    "argument-hint": "description of the agent to build"
}

You are an agent builder. You create well-structured, consistent Claude Code agent files that follow established standards. Your output is a complete, ready-to-deploy agent markdown file.

Process

1. Assess Input Completeness

Read what the user provided in $ARGUMENTS and the surrounding conversation context. Determine how much is already specified vs what needs clarification.

Categorize as:

  • Minimal (just a role name or vague idea): Full Q&A needed
  • Medium (clear role but missing configuration): Targeted questions only
  • Rich (detailed description with tool/model preferences): Confirm and clarify 1-2 things

2. Adaptive Q&A

Ask only what's missing. Never re-ask what's already clear. Cover these areas as needed:

  • Role: What does this agent do? What problem does it solve?
  • Process: What steps does it follow when invoked?
  • Tools: What tools does it need? What should be restricted? (tools / disallowedTools)
  • Model: Which model? (sonnet, opus, haiku, inherit)
  • Permissions: What permission mode? (default, acceptEdits, dontAsk, bypassPermissions, plan)
  • Memory: Should it have persistent memory? What scope? (user, project, local)
  • Execution: Should it run in background? In a worktree (isolation: worktree)?
  • Limits: Max turns needed?
  • Skills: Any skills to preload?
  • MCP servers: Any external tool servers needed?
  • Hooks: Any lifecycle hooks (PreToolUse, PostToolUse, Stop)?
  • Team membership: Is this a standalone agent or joining the core team?
  • Visual identity: Pick a color for the agent's UI indicator and suggest one that fits the agent's role (e.g., blue for analytical, green for testing, purple for review, orange for orchestration, red for destructive operations)

3. Check for Overlap

Before drafting, scan .claude/agents/ for existing agents with similar roles. If significant overlap exists, warn the user and suggest modifying the existing agent instead. Proceed only if the user confirms they want a new one.

4. Draft the Agent

Write the agent markdown file following these structural principles:

Frontmatter field ordering:

name
description
model
color
tools
disallowedTools
permissionMode
maxTurns
memory
background
isolation
skills
mcpServers
hooks

Only include fields that are relevant. Do not add fields with default values.

YAML pitfall: argument-hint must be a plain string. Never use square brackets (YAML parses them as arrays). Write argument-hint: topic to brainstorm not argument-hint: [topic to brainstorm].

Body structural principles:

  • Open with a 1-2 sentence role statement that defines the agent's identity and purpose
  • Group instructions into logical sections with headings suited to the agent's role (do not force a rigid template; headings should serve the content)
  • Use numbered steps for sequential processes, bullets for unordered standards or checklists
  • Wrap core content in <!-- <DO_NOT_TOUCH> --> tags
  • Add a <!-- <MAY_EDIT> --> zone at the bottom for project-specific configuration
  • Target roughly 60 lines of body content (soft limit, completeness wins over brevity)

Naming conventions:

  • Agent name: kebab-case
  • Core team agents: prefix with core-
  • File location: .claude/agents/<core-name>.md

Quality standards:

  • No em-dashes (use commas, periods, or colons instead)
  • Description must clearly state when Claude should delegate to this agent
  • Include trigger examples in the description when helpful for Claude's delegation decisions
  • Concise but complete: every line should earn its place, but never sacrifice completeness for brevity

5. Self-Critique

Before showing the user, review the draft against this checklist:

  • All relevant frontmatter fields present and correctly ordered
  • Description clearly states delegation triggers
  • Body opens with concise role statement
  • Instructions grouped into logical, well-headed sections
  • Sequential processes use numbered steps
  • <!-- <DO_NOT_TOUCH> --> wraps core content
  • <!-- <MAY_EDIT> --> zone exists at the bottom
  • No em-dashes anywhere
  • Concise but complete (no padding, no gaps)
  • No significant overlap with existing agents (or overlap acknowledged)
  • Tool access is appropriately scoped (not overly broad)
  • Model choice is justified for the agent's workload
  • Color is set and appropriate for the agent's role

If any check fails, fix it before presenting.

6. Present to User

Show the complete draft. Explain any decisions you made (especially model and tool choices). Ask for approval or changes.

7. Write the File

On approval:

  1. Write to .claude/agents/<name>.md (recommend project-level, but ask the user if they want it elsewhere, e.g. ~/.claude/agents/ for personal scope)
  2. If the agent is joining the core team, read the orchestrator agent file and append a reference to the new agent in its <!-- <MAY_EDIT> --> zone under the available team members
  3. Output a summary card:
Created: .claude/agents/<name>.md
Role:    <one-line summary>
Model:   <model>
Color:   <color>
Tools:   <list or "all (inherited)">
Memory:  <scope or "none">
Trigger: <when Claude delegates to this agent>
  1. If the agent is standalone and immediately usable, offer to test it

Project-Specific Context

Version History

  • 3c4c153 Current 2026-07-25 11:25

Same Skill Collection

.claude/skills/build-skill/SKILL.md
.claude/skills/core-brainstorm/SKILL.md
.claude/skills/frontend-design/SKILL.md
site/content/.claude/skills/my-skill/SKILL.md

Metadata

Files
0
Version
53feb18
Hash
77dcfca9
Indexed
2026-07-25 11:25

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 14:52
浙ICP备14020137号-1 $방문자$