Auto-discovered marketplace from edgeandnode/subgraph-skills
npx claudepluginhub edgeandnode/subgraph-skillsCreate, Edit, Analyze and Migrate Amp-powered Subgraphs
Claude Code skills for creating, editing, analyzing, and migrating Amp-powered subgraphs.
subgraph-migration – Migrate a traditional WASM/AssemblyScript subgraph to an Amp-powered subgraphStart Claude Code, then run the following commands inside the session.
Add the marketplace from GitHub:
/plugin marketplace add edgeandnode/subgraph-skills
Then install the plugin:
/plugin install subgraph-skills
You can also browse and install interactively by running /plugin and navigating to the Discover tab.
Navigate to a subgraph project directory and invoke the skill directly:
/subgraph-migration
The skill also triggers automatically from natural language. Just ask Claude something like:
The skill will:
subgraph.yaml with dataSources and schema.file)subgraph-migration.md in your project directoryYou can also pass optional arguments to customize the migration:
> /subgraph-migration target network: base, use aggregations for stateful entities
Supported options via arguments:
| Network Aliases | Amp Network | Amp Dataset |
|---|---|---|
mainnet, ethereum, ethereum-mainnet | ethereum-mainnet | edgeandnode/ethereum_mainnet |
base, base-mainnet | base-mainnet | edgeandnode/base_mainnet |
arbitrum, arbitrum-one | arbitrum-one | edgeandnode/arbitrum_one |
Custom networks are supported — the skill will prompt you for the Amp dataset and network names.
MIT