ponylang
- 30 skills
- 0 followers
- 1 day ago last updated
- ▌
- ▌ Dev Sync Summary · ponylangTurn a Pony Development Sync meeting summary into a fact-checked comment on the open "Last Week in Pony" issue
- ▌
- ▌ Upgrade Llvm · ponylangLoad when upgrading the vendored LLVM submodule in ponyc. Covers the per-version commit strategy, submodule mechanics, patch handling, hash updates, and common API migration patterns.
- ▌ Create Freebsd Dev Env · ponylangLoad when you need to reproduce or validate a FreeBSD-specific ponyc issue on a local VM, or to stand up a local FreeBSD development VM that matches ponyc tier-3 CI. Covers the cloud-init seed, the sudo-free QEMU/KVM boot, the one-time expect/su root bootstrap, the clang build env, and the gotchas (freebsd-user login, no bash in base, growfs auto-resize, detached builds, per-block shells) that make hand-rolling one error-prone.
- ▌ Create Openbsd Dev Env · ponylangLoad when you need to reproduce or validate an OpenBSD-specific ponyc issue on a local VM, or to stand up a local OpenBSD development VM that matches ponyc tier-3 CI. Covers the cloud-init seed (cdrom), the sudo-free QEMU/KVM boot, the doas-via-cloud-init setup (no expect bootstrap), the dedicated /build data disk, the datasize limit, the clang build env, and the gotchas (openbsd-user login, disklabel build disk, raised datasize, static-PIE static linking, pkg_add naming, detached builds, per-block shells) that make hand-rolling one error-prone.
- ▌ Add Linux Release Target · ponylangLoad when adding a new Linux distro/version (e.g. Ubuntu 26.04, Alpine 3.24) as a ponyc release target. Covers builder Dockerfile creation, image build dispatch and tag discovery, workflow updates, docs, release notes, and the post-merge Last Week in Pony announcement.
- ▌ Create Dragonfly Dev Env · ponylangLoad when you need to reproduce or validate a gcc-specific or DragonFly-specific ponyc issue on a local VM, or to stand up a local DragonFly BSD development VM that matches ponyc tier-3 CI. Covers the prerequisite check, the sudo-free QEMU/KVM setup, the reused console automation, the in-VM gcc13 build env, and the gotchas (csh, screendump paths, boot timing, detached builds, per-block shells) that make hand-rolling one error-prone.
- ▌ Pony Ref · ponylang bundleLoad the Pony language reference (capabilities, PonyCheck, stdlib pitfalls, mort pattern). Load it before Pony coding sessions.
- ▌ Pony Debug · ponylangStructured debugging protocol with checkpoints. Load when debugging non-trivial issues — before forming any hypothesis about the cause.
- ▌ Pony Prose · ponylangHow 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.
- ▌ Pony Skills · ponylangRouting 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.
- ▌ Pony Comments · ponylangWhat 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.
- ▌ Pony Ensemble · ponylangEnsemble workflow for producing higher-confidence outputs through decorrelated reasoning paths. Load when the human explicitly requests the ensemble approach.
- ▌ Pony Agents Md · ponylangWhat belongs in a project's AGENTS.md and what never does. Load before writing or changing AGENTS.md or CLAUDE.md. Language-agnostic.
- ▌ Pony Synthesize · ponylangFixed instructions for the ensemble synthesizer — integrates multiple agent outputs into a single higher-quality result. Used as part of the ensemble workflow.
- ▌ Pony Code Review · ponylang bundleEnsemble 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.
- ▌ Pony Docs Review · ponylang bundleEnsemble 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.
- ▌ Pony Test Design · ponylang bundleTwo-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 (9-persona) and lightweight (5-persona) modes.
- ▌ Pony Pbt Patterns · ponylangProperty-based and generative testing patterns. Load when writing property-based tests, generators, or generative test suites.
- ▌ Pony Release Notes · ponylangLoad when working in a Pony project on any change that touches source code or dependencies.
- ▌ Pony Library Readme · ponylangConventions for Pony library project READMEs. Load when writing or updating a README.md for a ponylang library project.
- ▌ Pony Examples Readme · ponylangConventions for Pony examples/README.md files. Load when adding, updating, or reorganizing examples in a ponylang project.
- ▌ Pony Software Design · ponylang bundleDisciplines 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.
- ▌ Pony Vet Suspected Issues · ponylangHow 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.
- ▌ Write Pattern · ponylangGuide for writing new pattern pages in the pony-patterns documentation. Load when adding a new pattern or a new pattern category.
- ▌ Dependabot Updates · ponylangTriage and merge open Dependabot PRs for this repository. Verifies each PR is genuinely from Dependabot, closes spoofed or suspicious ones, and merges the clean ones one at a time — requesting a rebase before each subsequent merge so CI runs against a main that already includes this session's earlier dependency merges. Invoke explicitly with /dependabot-updates.
- ▌ Add Linux Bootstrap Platform · ponylangLoad when adding a new Linux distro/version (e.g. Alpine 3.24, Ubuntu 26.04) — or both arches for an existing one — as a fully supported ponyup bootstrap-test target. Covers the bootstrap-tester Dockerfile, image build dispatch and tag discovery, CI workflow updates (tier 1 / tier 2), ponyup-init.sh detection, optional canonical-example promotion, and release notes.
- ▌ Pony Rfc Shuffle · ponylangShuffle a freshly-merged RFC into its final numbered location. Load when an RFC PR has just been merged and the file still lives under text/0000-*.md (or has been numbered but is missing its tracking URLs). Creates the ponyc tracking issue, renames the file, fills in RFC PR and Pony Issue lines, commits to main, and posts an acceptance note on the open Last Week in Pony issue.
- ▌ Update Ssl Builders · ponylangTwice-yearly workflow for bumping SSL builder images (OpenSSL, LibreSSL) to their latest series releases. Invoked via /update-ssl-builders.