一键导入
skill-name
Use when a focused agent capability belongs in a reusable portable skill
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a focused agent capability belongs in a reusable portable skill
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when a raw request should go to whichever tflow skill fits best — when it is unclear which family member applies, or the request needs sharpening, delegation, and an acceptance check against criteria fixed before any work starts
Use when authoring or hardening a portable Agent Skill (a SKILL.md plus its scripts and references) that must stay valid and distributable across Claude Code and Codex skill directories
Use when the gateway itself must never appear in its own routing table
Use when a non-tflow skill must be ignored by discovery
Use when alpha fixture routing applies
Use when beta fixture routing applies
| name | __SKILL_NAME__ |
| description | Use when a focused agent capability belongs in a reusable portable skill |
| license | MIT |
| compatibility | Agent Skills specification v1 compatible. |
| metadata | {"tflow_scaffold":"true"} |
Use this starter as a small, portable skill source. Keep the main file focused on when the skill applies, the process the agent should follow, and which support files to read on demand.
Use this skill when the current task needs a repeatable capability that should work in more than one agent runtime.
Keep long examples, policies, and domain references in references/. Keep binary
or reusable source material in assets/. Keep deterministic helpers in
scripts/.
Return this directory to the tflow-skill-creator factory after authoring. The
factory runs its own scripts/validate.sh against the completed skill before
improvement evidence or package artifacts are allowed.