بنقرة واحدة
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.