一键导入
agent-design
Use when designing a new Flue agent for this repository, including name, runtime placement, instructions, tools, state, deployment target, and tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when designing a new Flue agent for this repository, including name, runtime placement, instructions, tools, state, deployment target, and tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | agent-design |
| description | Use when designing a new Flue agent for this repository, including name, runtime placement, instructions, tools, state, deployment target, and tests. |
Use this skill before running bun run agent:new or manually editing Flue agents under agents/*.
local when it needs local repo/files/tools.cf when it must be externally reachable, scheduled, webhook-driven, shared, or always available.instructions as operational behavior, not marketing copy.bun run agent:new <agent-name> --runtime <node|cloudflare>
bun install
bun run typecheck
bun run check
bun run build
agents/<name>.@agent-harness/agent-<name>.runtimes/<runtime>/src/agents/<name>.ts.Use when reviewing a new or modified agent scaffold in this repository for workspace shape, runtime mounts, migration updates, and verification gaps.
Use when changing, deploying, or debugging the Cloudflare runtime in this repository, including Wrangler, Durable Object migrations, Cloudflare API MCP, secrets, and Flue Cloudflare builds.
Manual-only repo workflow for agent-harness. Use only when explicitly invoked as `$harness-executor` or when the user asks for the harness to take a prompt and choose infrastructure, implement, review, verify, and deploy an agent capability end to end.
Use when deciding whether work should be a one-shot Codex task, repo task runner, Codex Agent Skill, MCP server, local Flue agent, Cloudflare Flue agent, or Vercel Eve agent in this repository.