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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub edgeandnode/subgraph-skills --plugin subgraph-skillsAgent skills for AI coding agents working with Apollo GraphQL tools and technologies
GraphQL API design, optimization, and implementation expert for scalable API architectures
Claude Code skill pack for QuickNode (18 skills)
Advanced GraphQL skills for schema design, resolvers, and query optimization.
Builds GraphQL APIs with schema design, resolvers, error handling, and performance optimization using Apollo or Graphene. Use when creating flexible query APIs, migrating from REST, or implementing real-time subscriptions.
Specialized agents for blockchain development, smart contracts, and Web3 applications