A Claude Code plugin marketplace providing skills for GenLayer development and operations.
# Add the marketplace
/plugin marketplace add genlayerlabs/skills
# Install a plugin
/plugin install genlayer-dev@genlayerlabs
/plugin install genlayernode@genlayerlabs
| Plugin |
Description |
genlayer-dev |
Development skills for intelligent contracts — 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 |
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 |