Skip to main content

pony-skills

Routing index for the Pony skills — tells you which pony-* skill to load for each task, and when. Load at the start of work in a Pony project.

Ir a la instalación

Datos de origen

Repositorio
ponylang/llm-skills
Última actividad en el origen
13 de septiembre de 2026 a las 16:10
Idioma detectado de SKILL.md
inglés
Estrellas
9
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
pony-skills
description
Routing index for the Pony skills — tells you which pony-* skill to load for each task, and when. Load at the start of work in a Pony project.
disable-model-invocation
false
# Pony Skills When one of these applies, load the named skill. | When | Load | |---|---| | Working on Pony at all — before you start, and for questions about capabilities, the type system, the runtime, or testing | `pony-ref` | | Writing any prose that ships with the code — a comment, docstring, release note, README, `AGENTS.md`, issue, PR description, or commit message | `pony-prose` | | Before writing or changing a comment or docstring | `pony-comments` | | Before writing or changing a project's `AGENTS.md` or `CLAUDE.md` | `pony-agents-md` | | Designing APIs, types, features, or system boundaries (not just implementing an existing design) | `pony-software-design` | | Reviewing code, or before opening a PR | `pony-code-review` | | Reviewing a documentation-only change | `pony-docs-review` | | A problem you notice while working on something else — decide whether it belongs in your change, and if not, capture it and vet it before filing an issue | `pony-vet-suspected-issues` | | Writing tests, or assessing test quality | `pony-test-design` | | Writing property-based or generative tests | `pony-pbt-patterns` | | Before forming a hypothesis about a non-trivial bug | `pony-debug` | | Any change that touches source code or dependencies | `pony-release-notes` | | Writing or updating a library's README | `pony-library-readme` | | Adding, updating, or reorganizing examples | `pony-examples-readme` | | Running the ensemble workflow (on request) | `pony-ensemble` |
Ver en GitHub