thegraph

0
B

TheGraph subgraph development with AssemblyScript handlers, schema definitions, and Matchstick testing. Triggers on subgraph, thegraph, graphql, mapping.ts.

CommandsAgentsMarketplace
#Matchstick testing#graphql#schema definitions#handlers#Matchstick#thegraph#AssemblyScript#schema

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install settlemint/agent-marketplace/thegraph
skilz install settlemint/agent-marketplace/thegraph --agent opencode
skilz install settlemint/agent-marketplace/thegraph --agent codex
skilz install settlemint/agent-marketplace/thegraph --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/settlemint/agent-marketplace
2. Copy the agent skill directory:
cp -r agent-marketplace/devtools/skills/thegraph ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Type
Other
Meta-Domain
Primary Domain
Market Score
0

Agent Skill Grade

B
Score: 81/100 Click to see breakdown

Score Breakdown

Spec Compliance
13/15
PDA Architecture
24/30
Ease of Use
22/25
Writing Style
8/10
Utility
17/20
Modifiers: -3

Areas to Improve

  • Missing TOC for 230+ line file
  • Verbose MCP examples
  • Workflow not numbered

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-19

Developer Feedback

I took a look at your thegraph skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 81/100, solidly in B territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Ease of Use (22/25) – the trigger patterns and metadata are excellent. The biggest drag is Progressive Disclosure Architecture (24/30) – you've got ~230 lines without a table of contents, and some MCP code blocks are doing heavy lifting when they could be leaner.

What's Working Well

  • Excellent trigger coverage – You're catching schema.graphql files, @entity patterns, and AssemblyScript handlers. That's the kind of specificity that makes a skill actually discoverable.
  • Strong anti-patterns section – Showing what NOT to do (infinite loops, incorrect IDs) is more useful than just examples. Developers learn faster from "don't do this" paired with "do this instead."
  • Complete walkthrough examples – You've got a real schema + handler combo that shows the whole flow. Not abstract, not pseudo-code – actual TheGraph patterns.
  • Practical constraints – The banned AssemblyScript operations and validation rules aren't pedantic; they address real foot-guns in subgraph development.

The Big One: Navigation for Dense Content

Your file is 230+ lines covering a bounded but complex domain. Without a table of contents, a developer using an AI agent (which is your actual user) has to parse through linearly. The XML section tags help, but they're not indexed.

Fix: Add a TOC after your objective tag:

## Sections
- [Quick Start](#quick_start)
- [AssemblyScript Rules](#assemblyscript_rules)
- [MCP Query Patterns](#mcp_first)
- [Schema & Handler Example](#complete_example)
- [Success Criteri...

AI-Detected Topics

Extracted using NLP analysis

Matchstick testing graphql schema definitions handlers Matchstick thegraph AssemblyScript schema subgraph subgraph development

Report Security Issue

Found a security vulnerability in this agent skill?