AgentSkillsCN

agent-builder

为一项真实的特性需求打造完整且内嵌于生产环境的 Agent 模块(API + 可选的 Worker/SDK/Cron/流水线),包含蓝图设计、脚手架运行时、Prompt 包、文档说明以及注册表条目。该模块强制执行明确的用户审批流程,杜绝“密钥写入仓库”的风险,固定 API 路由名称(run/health),并就对话与记忆策略做出决策。

SKILL.md
--- frontmatter
name: agent-builder
description: Build a complete, production-embedded Agent module for a real feature request (API + optional worker/sdk/cron/pipeline), including blueprint, scaffolded runtime, prompt pack, docs, and registry entry. Enforces explicit user approvals, no-secrets-in-repo, fixed API route names (run/health), and conversation/memory strategy decisions.
metadata:
  short-description: Turn a feature request into a runnable agent module embedded into a project.
  version: 2
category: workflows/agent
ssot_path: .ai/skills/workflows/agent/agent-builder

agent-builder (entry)

Canonical source: .ai/skills/workflows/agent/agent-builder/

Open .ai/skills/workflows/agent/agent-builder/SKILL.md and any supporting files referenced there (for example reference.md, examples.md, scripts/, templates/).

Note: The frontmatter above is identical to the canonical source except for ssot_path and category which are added for navigation. After opening the source file, skip re-reading the description to avoid redundant token usage.