Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravity Skills

Official Agent Skills for building on Gravity — an EVM-compatible Layer 1 (chain ID 127001, native token G) powered by the Gravity SDK: AptosBFT consensus, parallel EVM execution (Grevm on Gravity Reth), and a native on-chain oracle.

It's written in the standard Agent Skills (SKILL.md) format, so any agent that understands skills — Claude Code, Cursor, Codex, and 50+ others — can load Gravity's chain knowledge on demand.

Skills

Skill What it covers
gravity Core reference for writing, deploying, and integrating smart contracts on Gravity L1: network params, the system-contract address map, the native oracle ABI, the cross-chain G token bridge, safe on-chain randomness, and canonical EVM preinstalls (Multicall3, Permit2, CreateX, ERC-4337).

Each skill is progressive-disclosure: a short SKILL.md entry point that links into focused references/ docs and runnable examples/.

Install

The easiest way — the skills CLI installs into whichever agent you use (Claude Code, Cursor, Codex, OpenCode, Cline, Copilot, and 50+ more):

npx skills add https://github.com/Galxe/gravity-skills

Then ask your agent anything about building on Gravity and it loads the skill on demand. Re-run npx skills update to pull the latest.

Alternatives

Claude Code plugin — add the marketplace and install:

/plugin marketplace add Galxe/gravity-skills
/plugin install gravity@gravity-skills

Codex plugin — register this repo as a plugin marketplace (a clone works too) and install:

codex plugin marketplace add Galxe/gravity-skills
codex plugin add gravity@gravity-skills

Manual — point any SKILL.md-aware agent directly at skills/gravity/, or copy that directory into your agent's skills folder.

Layout

.claude-plugin/
  marketplace.json     # Claude Code marketplace manifest (plugin: gravity)
  plugin.json          # Claude Code plugin manifest
.agents/plugins/
  marketplace.json     # Codex marketplace manifest
.codex-plugin/
  plugin.json          # Codex plugin manifest
skills/
  gravity/
    SKILL.md           # entry point — quick facts + system-contract map
    references/        # network-params, system-contracts, native-oracle,
                       # token-bridge, randomness, preinstalls
    examples/          # OracleConsumer.sol, bridge-g-from-ethereum.md,
                       # RandomnessConsumer.sol

Sources of truth

Addresses and ABIs here are distilled from the canonical Gravity repos. When in doubt, defer to:

Addresses are load-bearing. The skill instructs agents to copy hex addresses verbatim and to surface TBA/blocked statuses rather than inventing values.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages