ponylangponylangOfficialยท5 Agent Skills Included

ponyc

AI-guided maintenance for the Pony compiler, LLVM, and CI

Guides AI agents through maintaining the Pony programming language compiler and its toolchain. Covers LLVM upgrades, adding Linux release targets, and spinning up FreeBSD, OpenBSD, and DragonFly test VMs. Removes guesswork from fragile build, patch, and CI workflows with tested step-by-step procedures.
npx skills add ponylang/ponyc --all -g -y
Available:

Tells the AI agent how to load the Pony skill set, build and run compiler test targets, and follow strict runtime rules such as never adding threads or locks without approval.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ponyc skills?โ–ผ

Run `npx skills add ponylang/ponyc --all -g -y` in your terminal to install all skills in this suite globally.

What is the Pony programming language?โ–ผ

Pony is an open-source, actor-model, capabilities-secure, high-performance programming language, and this repository holds its compiler and runtime.

How do these skills help upgrade LLVM?โ–ผ

The upgrade-llvm skill walks the agent through moving the vendored LLVM pin, re-checking patches, fixing API breakage, and running the right tests one version at a time.

Can I test ponyc on FreeBSD or OpenBSD locally?โ–ผ

Yes. Dedicated skills stand up local QEMU virtual machines that exactly match the tier-3 CI jobs for FreeBSD, OpenBSD, and DragonFly BSD.

Do these skills work with Claude Code?โ–ผ

Yes. The skills follow the standard SKILL.md format and load automatically in Claude Code and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’