con un clic
fail-bad-name
Use when you need to test name pattern validation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Use when you need to test name pattern validation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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 | Fail-Bad-Name |
| description | Use when you need to test name pattern validation |
This fixture has an uppercase name, which violates R-NAME-PATTERN.
The name "Fail-Bad-Name" contains uppercase letters, which do not match the required pattern ^[a-z0-9]+(-[a-z0-9]+)*$.
Only one rule is broken: R-NAME-PATTERN (spec).