一键导入
create-agents
Use when creating or upgrading reusable agent manifests or agent teams with explicit model profile metadata and harness-style contracts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when creating or upgrading reusable agent manifests or agent teams with explicit model profile metadata and harness-style contracts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when a request will produce frontend UI, a visual asset, an image prompt, or a video prompt, AND the intent/style is not already fully specified by the user or an existing design system in the repo. Forces a minimal, checkable design-context object to exist before generation so output does not default to generic/templated. Do NOT use for: single-property edits (color, spacing, copy tweak) with no ambiguity; bug fixes; refactors; or when the user already gave complete visual specs and you only need to execute. For those, just do the work.
Root orchestrator. Reads durable state, routes to one phase, dispatches fresh workers.
Pre-implementation alignment gate. Checks spec / plan / tasks consistency and plan vs codebase reality before code is written.
Define the goal: what problem we solve, for whom, and what success looks like. The directional anchor that architecture and specs must serve.
RED-GREEN-REFACTOR implementation per task. Each task passes before next. Produces handoff.md with reproducible evidence.
Design architecture: components, API schema, DB model, impact analysis, test strategy.
| name | create-agents |
| description | Use when creating or upgrading reusable agent manifests or agent teams with explicit model profile metadata and harness-style contracts. |
Use this skill to author reusable agent manifests for templates/.agents/agents/ or another shared agent directory.
The job is to make a specialist agent loadable, narrow, and honest about its scope, uncertainty handling, and fallback behavior.
meta-prompting as the prompt-architecture lens when shaping the agent body.create-skill instead.For coding work, the default reusable agent set is:
task for bounded implementation or patch workexplore for evidence gathering and codebase discoveryplan for scoping, sequencing, and risk framinglibrarian for reusable knowledge, inventories, and convention lookupOnly expand the set when the request proves another specialist is necessary.
name and description only.references/ and role-specific behavior in the individual manifest.OBSERVED, INFERRED, or UNKNOWN.evals/evals.json.evals/trigger-evals.json when discovery precision matters.