plankevmplankevmOfficialยท2 Agent Skills Included

plank-monorepo

Compiler frontend, parser, and EVM intermediate representation

Builds and maintains the Plank language compiler, including its error-resilient parser, diagnostics pipeline, and EVM-targeted intermediate representation. Enforces consistent coding patterns for typed indices, snapshot testing, and security-critical compiler code. Helps contributors write parser, IR, and diagnostic changes correctly without deep prior knowledge of the codebase.
npx skills add plankevm/plank-monorepo --all -g -y
Available:

Gives your AI agent the compiler workspace layout, test commands, and strict coding rules so it can modify the parser, IR, and diagnostics code correctly.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install plank-monorepo?โ–ผ

Run `npx skills add plankevm/plank-monorepo --all -g -y` in your terminal to install all skills in this suite globally.

What is the Plank language?โ–ผ

Plank is a programming language that compiles down to Sensei IR, an intermediate representation built specifically for the EVM. The compiler and language are still in early development.

How do these skills help with compiler development?โ–ผ

They teach your AI agent the exact patterns for parser error recovery, diagnostic emission, and type-safe data structures used throughout the Plank codebase.

Does this work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible coding agents.

Do I need compiler experience to contribute?โ–ผ

No. The skills encode the project's design rules and common mistakes, so your agent can produce correct parser and IR changes from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’