What problem does it solve? AI agents frequently produce outdated or incorrect guidance for The Graph protocol, such as using the deprecated hosted service, writing mappings in standard TypeScript instead of AssemblyScript, or skipping the codegen step, which leads to failed builds and halted indexing. ## Core Features & Use Cases - Subgraph Development: Covers the full lifecycle from graph init through schema design, manifest configuration, AssemblyScript mappings, codegen, build, and deployment to Subgraph Studio. - GraphQL Querying: Provides query patterns including filtering, cursor-based pagination, time-travel queries, and full-text search against deployed subgraphs. - Indexing Optimization: Documents immutable entities, Bytes IDs, startBlock tuning, pruning, and contract read caching to reduce indexing time and storage. - Use Case: A developer needs to index USDC Transfer events on Ethereum mainnet and expose token balances via a GraphQL API; this Skill provides the schema, manifest, AssemblyScript handlers, and deployment commands to ship it. ## Quick Start Use the the-graph skill to create a subgraph that indexes Transfer events for my ERC-20 contract and deploy it to Subgraph Studio.