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.

설치로 이동

소스 정보

저장소
ponylang/llm-skills
최근 소스 활동
2026년 7월 12일 19:42
감지된 SKILL.md 언어
영어
스타
9
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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` | | Making a user-facing change in a released project (VERSION is not `0.0.0`) | `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` |
GitHub에서 보기