ワンクリックで
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.