A plugin marketplace providing skills for GenLayer development and operations. Works with Claude Code and Codex.
# Add the marketplace
/plugin marketplace add genlayerlabs/skills
# Install a plugin
/plugin install genlayer-dev@genlayerlabs
/plugin install genlayernode@genlayerlabscodex plugin marketplace add genlayerlabs/skillsAfter adding the marketplace, enable individual plugins from Codex's plugin menu.
| Plugin | Description |
|---|---|
genlayer-dev |
Development skills for intelligent contracts — pinned GenVM runner versions, linting, direct mode tests, and integration tests. |
genlayernode |
Interactive wizard to set up a GenLayer validator node on Linux. |
After installing a plugin, invoke its skills:
| Skill | Description |
|---|---|
write-contract |
Write production-quality GenLayer intelligent contracts, including pinned runner headers, architecture fit, consensus boundaries, equivalence principles, storage rules, and LLM resilience |
genlayer-cli |
Deploy, interact with, and debug intelligent contracts using the GenLayer CLI |
genvm-lint |
Validate contracts with the GenVM linter |
direct-tests |
Write and run fast in-memory direct mode tests |
integration-tests |
Write and run integration tests against GenLayer environments |
| Command | Description |
|---|---|
/genlayernode install |
Install a new GenLayer validator node |
/genlayernode update |
Update an existing validator node to the latest version |
/genlayernode configure grafana |
Configure Grafana monitoring for your node |