con un clic
hello-world
Walking-skeleton smoke test skill. Writes a greeting file.
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ú
Walking-skeleton smoke test skill. Writes a greeting file.
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
Structured review of a diff against a ticket's acceptance criteria.
Write a final report.md summarizing run results.
TDD implementation with AI code-review loop for a single ticket.
Decompose structured PRD into atomic implementation tickets.
Deterministic product acceptance review against parsed PRD constraints.
Decompose a Python web PRD into implementation tickets that preserve one FastAPI app.
| name | hello-world |
| description | Walking-skeleton smoke test skill. Writes a greeting file. |
| allowed-tools | [] |
| required-mcps | [] |
| entrypoint-script | scripts/run.py |
| inputs | {"name":{"type":"string","required":true}} |
| outputs | {"file_path":{"type":"string"},"greeting":{"type":"string"}} |
Writes a greeting file inside the run workspace. Used as a walking-skeleton smoke test for the platform; no LLM or MCP involvement.
name (string, required): who to greet.file_path (string): path to the greeting file.greeting (string): the greeting text written.