ponyc
AI-guided maintenance for the Pony compiler, LLVM, and CI
All Skills in This Repository (5)
Pure Emerald Level Indicatorsadd-linux-release-target
Register a new Linux distro/version as a ponyc release target.
create-dragonfly-dev-env
Creates a local DragonFly BSD QEMU VM for building and testing ponyc with gcc13.
upgrade-llvm
Upgrade the vendored LLVM submodule in ponyc across major versions.
create-openbsd-dev-env
Creates a local OpenBSD QEMU VM matching ponyc tier-3 CI for building and testing ponyc.
create-freebsd-dev-env
Provisions a QEMU/KVM FreeBSD VM matching ponyc tier-3 CI for building and testing ponyc.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core