Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

llm-skills

llm-skills에는 ponylang에서 수집한 skills 17개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
17
Stars
6
업데이트
2026-07-13
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

pony-prose
소프트웨어 개발자

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.

2026-07-13
pony-debug
소프트웨어 개발자

Structured debugging protocol with checkpoints. Load when debugging non-trivial issues — before forming any hypothesis about the cause.

2026-07-12
pony-ref
소프트웨어 개발자

Load the Pony language reference (capabilities, PonyCheck, stdlib pitfalls, mort pattern). Load it before Pony coding sessions.

2026-07-12
pony-agents-md
소프트웨어 개발자

What belongs in a project's AGENTS.md and what never does. Load before writing or changing AGENTS.md or CLAUDE.md. Language-agnostic.

2026-07-12
pony-code-review
소프트웨어 품질 보증 분석가·테스터

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.

2026-07-12
pony-comments
소프트웨어 개발자

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.

2026-07-12
pony-docs-review
소프트웨어 개발자

Ensemble documentation review with specialized reviewer personas. Has full (9-persona) and lightweight (4-persona) modes. Load when reviewing documentation-only changes where code-focused personas don't apply.

2026-07-12
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.

2026-07-12
pony-ensemble
소프트웨어 개발자

Ensemble workflow for producing higher-confidence outputs through decorrelated reasoning paths. Load when the human explicitly requests the ensemble approach.

2026-07-12
pony-software-design
소프트웨어 개발자

Disciplines for software design work. Load when designing APIs, type systems, features, or system boundaries. Counters the tendency to retrieve familiar patterns instead of discovering what the problem actually needs. Has full (8-persona) and lightweight (5-persona) modes.

2026-07-12
pony-test-design
소프트웨어 품질 보증 분석가·테스터

Two-stage ensemble for planning meaningful tests. Load when writing tests for new features or reviewing test quality. Counters the tendency to write tests that exercise the stdlib instead of your code. Has full (8-persona) and lightweight (5-persona) modes.

2026-07-12
pony-examples-readme
소프트웨어 개발자

Conventions for Pony examples/README.md files. Load when adding, updating, or reorganizing examples in a ponylang project.

2026-07-10
pony-library-readme
소프트웨어 개발자

Conventions for Pony library project READMEs. Load when writing or updating a README.md for a ponylang library project.

2026-07-10
pony-release-notes
소프트웨어 개발자

Load when writing release notes, updating CHANGELOG, or preparing a PR that includes user-facing changes in a Pony project.

2026-07-10
pony-vet-suspected-issues
소프트웨어 개발자

How to handle a problem you spot while working on something else — decide whether it means the change you are making is scoped too small, and if it doesn't, capture it as a suspected issue instead of filing on the spot, then after the current PR is open, vet each one (verify, scope, review) and file a correct issue or discard it. Load when you find an incidental problem mid-task, when a code or docs review surfaces a finding outside the current change, or when the PR is open and you have suspected issues to work through.

2026-07-10
pony-pbt-patterns
소프트웨어 품질 보증 분석가·테스터

Property-based and generative testing patterns. Load when writing property-based tests, generators, or generative test suites.

2026-05-22
pony-synthesize
소프트웨어 개발자

Fixed instructions for the ensemble synthesizer — integrates multiple agent outputs into a single higher-quality result. Used as part of the ensemble workflow.

2026-04-04