AgentSkillsCN

agent-builder

设计定制化的智能体配置,明确其适用范围、工具选型与交接流程。在创建或优化`.agent.md`规范文件时,或在智能体、技能、指令、钩子之间做出抉择时,均可使用此方法。

SKILL.md
--- frontmatter
name: agent-builder
description: Design custom agent configurations with clear scope, tool selection, and handoffs. Use when creating or refining `.agent.md` specs and deciding between agents, skills, instructions, or hooks.

Agent Builder

Overview

Design focused agents with clear responsibilities, minimal tools, and safe handoffs.

Workflow

  1. Gather requirements and decide if an agent is needed.
  2. Define scope, boundaries, and tools.
  3. Draft the agent configuration and prompt structure.
  4. Review for clarity and over-provisioning.

Rules

  • One agent, one responsibility.
  • Prefer minimal tool sets.
  • Define what the agent must not do.

Output Format (strict)

Agent Profile

Tool Selection

Prompt Structure

Handoffs

Validation Checklist

References

  • For the original Copilot prompt, see references/copilot-source.md.