원클릭으로
pony-examples-readme
Conventions for Pony examples/README.md files. Load when adding, updating, or reorganizing examples in a ponylang project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Conventions for Pony examples/README.md files. Load when adding, updating, or reorganizing examples in a ponylang project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
How the words go in a comment, docstring, release note, README, or a project's AGENTS.md — write plainly, say the fact, and stop. Load before writing any prose that ships with the code. Language-agnostic.
Structured debugging protocol with checkpoints. Load when debugging non-trivial issues — before forming any hypothesis about the cause.
Load the Pony language reference (capabilities, PonyCheck, stdlib pitfalls, mort pattern). Load it before Pony coding sessions.
What belongs in a project's AGENTS.md and what never does. Load before writing or changing AGENTS.md or CLAUDE.md. Language-agnostic.
Ensemble code review with specialized reviewer personas. Has full (9-persona) and lightweight (4-persona) modes. Load when conducting a code review of a PR, branch, or local changes.
What earns a comment, what never belongs in one, and what to do when two distant things must change together. Load before writing or changing any comment or docstring. Language-agnostic.
| name | pony-examples-readme |
| description | Conventions for Pony examples/README.md files. Load when adding, updating, or reorganizing examples in a ponylang project. |
| disable-model-invocation | false |
These conventions are derived from existing ponylang examples/README.md files (postgres, redis, lori, crdt, uri, web_link). Follow them when writing or updating an examples/README.md.
Load pony-prose for how the prose reads. This skill says what an examples README holds; pony-prose says how to write it plainly.
Title — Always # Examples.
Intro paragraph (no heading) — 1-3 sentences describing what the examples are and any useful context. Standard phrasing for library examples: "Each subdirectory is a self-contained Pony program demonstrating a different part of the X library." If examples are ordered by complexity or grouped by category, state that here.
Example entries — One ## heading per example, using the directory name as the heading text. Optionally link to the directory: ## [example-name](example-name/).
Category grouping (when applicable) — If examples fall into natural categories, use ## for category headings and ### for individual examples within each category.
Start-here marker — When one example is clearly the simplest entry point, end its description with: "Start here if you're new to the library."
Each example gets a paragraph of 2-4 sentences covering:
Session.prepare() and NamedPreparedQuery")Choose one strategy and make it clear from the intro paragraph or the order itself:
## categories with ### examples.make build-examples), a one-line note in the intro is acceptable.