thegraph
TheGraph subgraph development with AssemblyScript handlers, schema definitions, and Matchstick testing. Triggers on subgraph, thegraph, graphql, mapping.ts.
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/thegraphskilz install settlemint/agent-marketplace/thegraph --agent opencodeskilz install settlemint/agent-marketplace/thegraph --agent codexskilz install settlemint/agent-marketplace/thegraph --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/settlemint/agent-marketplacecp -r agent-marketplace/devtools/skills/thegraph ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
answer-engine-optimization
by alirezarezvani
> Professional Answer Engine Optimization for Marketers & SEO Specialists
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
agile-product-owner
by alirezarezvani
Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and...
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
B Score: 81/100 Click to see breakdown
Score Breakdown
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
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.