원클릭으로
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.