一键导入
pass-well-formed
Use when you need a canonical example of a well-formed skill that passes all quality checks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you need a canonical example of a well-formed skill that passes all quality checks
用 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 | pass-well-formed |
| description | Use when you need a canonical example of a well-formed skill that passes all quality checks |
| license | MIT |
This skill serves as a reference fixture for the validate.sh self-test suite.
It demonstrates a well-formed SKILL.md that satisfies every rule in the agentskills.io specification v1 and all tflow project conventions.
The name matches the parent directory name, the description starts with "Use when", contains no workflow verbs, no XML tags, and is within the character limit. The body is well under 500 lines and contains no at-prefixed path references.
Use this fixture to confirm that validate.sh exits 0 on valid input.