Content Preview
--- name: agentic-engineering description: 作为代理工程师,采用评估优先执行、分解和成本感知模型路由进行操作。 origin: ECC --- # 智能体工程 在 AI 智能体执行大部分实施工作、而人类负责质量与风险控制的工程工作流中使用此技能。 ## 操作原则 1. 在执行前定义完成标准。 2. 将工作分解为智能体可处理的单元。 3. 根据任务复杂度路由模型层级。 4. 使用评估和回归检查进行度量。 ## 评估优先循环 1. 定义能力评估和回归评估。 2. 运行基线并捕获失败特征。 3. 执行实施。 4. 重新运行评估并比较差异。 ## 任务分解 应用 15 分钟单元规则: * 每个单元应可独立验证 * 每个单元应有一个主要风险 * 每个单元应暴露一个清晰的完成条件 ## 模型路由 * Haiku:分类、样板转换、狭窄编辑 * Sonnet:实施和重构 * Opus:架构、根因分析、多文件不变量 ## 会话策略 * 对于紧密耦合的单元,继续使用同一会话。 * 在主要阶段转换后,启动新的会话。 * 在里程碑完成后进行压
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/agentic-engineering.md \
https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/docs/zh-CN/skills/agentic-engineering/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/affaan-m/everything-claude-codeThen reference at docs/zh-CN/skills/agentic-engineering/SKILL.md
Related Skills
agent-sdk-dev/agent-sdk-verifier-py
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
agentagentagent-sdk-devagent-sdk-verifier-py
by Anthropic · anthropic-official-plugins
agent-sdk-dev/agent-sdk-verifier-ts
Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.
agentagentagent-sdk-devagent-sdk-verifier-ts
by Anthropic · anthropic-official-plugins
hookify/conversation-analyzer
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments\nuser: "/hookify"\nassistant: "I'll analyze the conversation to find behaviors you want to prevent"\n<commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations\nuser: "Can you look back at this conversation and help me create hooks for the mistakes you made?"\nassistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks."\n<commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>
agentagenthookifyconversation-analyzer
by Anthropic · anthropic-official-plugins
plugin-dev/agent-creator
Use this agent when the user asks to "create an agent", "generate an agent", "build a new agent", "make me an agent that...", or describes agent functionality they need. Trigger when user wants to create autonomous agents for plugins. Examples:
agentagentplugin-devagent-creator
by Anthropic · anthropic-official-plugins