You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/en/ai-suite/subgraph-skills.mdx
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Agent Skills for Subgraphs
3
3
sidebarTitle: Subgraph Skills
4
4
---
5
5
6
-
A collection of AI agent skills providing expert knowledge for developing, testing, and deploying subgraphs with [The Graph](https://thegraph.com/) protocol.
6
+
A collection of AI agent skills providing expert knowledge for developing, testing, and deploying subgraphs with The Graph protocol.
7
7
8
8
## Overview
9
9
@@ -37,9 +37,9 @@ Core development knowledge including:
37
37
Performance best practices from The Graph docs:
38
38
39
39
- Pruning with indexerHints
40
-
- Arrays with `@derivedFrom`
40
+
- Arrays with @derivedFrom
41
41
- Immutable entities and Bytes as IDs
42
-
- Avoiding `eth_calls`
42
+
- Avoiding eth_calls
43
43
- Timeseries and aggregations
44
44
- Grafting for hotfixes
45
45
@@ -94,12 +94,13 @@ Once installed, the AI assistant will have access to subgraph development expert
94
94
95
95
## Resources
96
96
97
-
-[Subgraph Best Practices](/subgraphs/best-practices/pruning/)
0 commit comments