motoko
Build, test, and maintain the Motoko compiler with AI guidance
All Skills in This Repository (6)
Pure Emerald Level IndicatorsBumping the Rust Nightly Toolchain
Automate Rust nightly toolchain bumps for the Motoko RTS across Nix and Cargo.
build-and-test
Build the Motoko compiler with dune and run regression tests via test-runner.
writing-motoko
Write and review Motoko canister code with mo:core v2.0.0+ conventions.
migrating-motoko
Migrate Motoko actor state across canister upgrades with migration functions.
migrating-motoko-enhanced
Generate timestamped enhanced migration chains for Motoko actor state evolution.
Bumping pocket-ic-server
Sync pocket-ic-server binaries and Motoko test dependencies to a new releaseTag.
Frequently Asked Questions
FAQPage SchemaHow to install Motoko skills?▼
Run `npx skills add caffeinelabs/motoko --all -g -y` in your terminal to install all skills in this suite globally.
How to build the Motoko compiler with AI help?▼
The build-and-test skill tells your agent to load the Nix environment and run dune build from the src directory, then verify changes with the test-runner tool.
How to run Motoko compiler tests?▼
Your agent uses the test-runner command from the repo root with batch mode and name filters, and accepts updated expected outputs with the -a flag.
Can AI bump the Rust nightly toolchain safely?▼
Yes. A dedicated skill walks the agent through updating the nightly date, fixing the Nix hash, refreshing Cargo lockfiles, and validating the RTS build.
Do these skills work with Claude Code and other agents?▼
Yes. All skills follow the standard SKILL.md format and work in Claude Code, Cursor, Codex, 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