Skip to content

Commit b6f6089

Browse files
Address Benoit's comments
1 parent aa7c150 commit b6f6089

9 files changed

Lines changed: 12 additions & 24 deletions

File tree

nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ http {
173173
rewrite ^/docs/en/token-api/mcp/cline/$ $scheme://$http_host/docs/en/ai-suite/token-api-mcp/ permanent;
174174
rewrite ^/docs/en/token-api/mcp/cline/$ $scheme://$http_host/docs/en/ai-suite/token-api-mcp/ permanent;
175175
rewrite ^/docs/en/token-api/endpoint-pricing/$ $scheme://$http_host/docs/en/token-api/endpoints/pricing/ permanent;
176+
rewrite ^/docs/en/ai-suite/token-api-skills/quick-setup$ $scheme://$http_host/docs/en/token-api/skills/ permanent;
176177
# Temporary redirects (302)
177178
rewrite ^/docs/en/querying/graph-client/$ $scheme://$http_host/docs/en/subgraphs/querying/graph-client/README/ redirect;
178179
rewrite ^/docs/en/developing/graph-ts/$ $scheme://$http_host/docs/en/subgraphs/developing/creating/graph-ts/README/ redirect;

website/.Rhistory

Whitespace-only changes.

website/next.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@ export default withNextra({
147147
destination: '/en/',
148148
permanent: true,
149149
},
150-
{
151-
source: '/en/ai-suite/token-api-skills/quick-setup',
152-
destination: '/en/ai-suite/token-api-skills/setup',
153-
permanent: true,
154-
},
155150
// If we ever change `output` to not be `export`, we should move all the redirects from `nginx.conf` here
156151
],
157152
images: {

website/src/pages/en/ai-suite/subgraph-skills/setup.mdx renamed to website/src/pages/en/ai-suite/subgraph-skills.mdx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Agent Skills for Subgraphs
33
sidebarTitle: Subgraph Skills
44
---
55

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.
77

88
## Overview
99

@@ -37,9 +37,9 @@ Core development knowledge including:
3737
Performance best practices from The Graph docs:
3838

3939
- Pruning with indexerHints
40-
- Arrays with `@derivedFrom`
40+
- Arrays with @derivedFrom
4141
- Immutable entities and Bytes as IDs
42-
- Avoiding `eth_calls`
42+
- Avoiding eth_calls
4343
- Timeseries and aggregations
4444
- Grafting for hotfixes
4545

@@ -94,12 +94,13 @@ Once installed, the AI assistant will have access to subgraph development expert
9494
9595
## Resources
9696

97-
- [Subgraph Best Practices](/subgraphs/best-practices/pruning/)
98-
- [Subgraph Composition](/subgraphs/guides/subgraph-composition/) - Combine multiple subgraphs
99-
- [Subgraph Linter](/subgraphs/developing/subgraph-linter/) - Static analysis tool
100-
- [Subgraph Uncrashable](/subgraphs/developing/subgraph-uncrashable/) - Safe code generation
101-
- [Matchstick Testing Framework](/subgraphs/developing/creating/unit-testing-framework/)
102-
- [AssemblyScript API](/subgraphs/developing/creating/assemblyscript-api/)
97+
- [The Graph Documentation](https://thegraph.com/docs/)
98+
- [Subgraph Best Practices](https://thegraph.com/docs/en/subgraphs/best-practices/pruning/)
99+
- [Subgraph Composition](https://thegraph.com/docs/en/subgraphs/guides/subgraph-composition/) - Combine multiple subgraphs
100+
- [Subgraph Linter](https://thegraph.com/docs/en/subgraphs/developing/subgraph-linter/) - Static analysis tool
101+
- [Subgraph Uncrashable](https://thegraph.com/docs/en/subgraphs/developing/subgraph-uncrashable/) - Safe code generation
102+
- [Matchstick Testing Framework](https://thegraph.com/docs/en/subgraphs/developing/creating/unit-testing-framework/)
103+
- [AssemblyScript API](https://thegraph.com/docs/en/subgraphs/developing/creating/assemblyscript-api/)
103104

104105
## Platforms
105106

website/src/pages/en/ai-suite/subgraph-skills/_meta.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

website/src/pages/en/ai-suite/substreams-skills/setup.mdx renamed to website/src/pages/en/ai-suite/substreams-skills.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Then enable the skills:
5656

5757
After installation, Claude automatically uses Substreams expertise when working on relevant projects.
5858

59-
#### Alternative: Local Development
59+
**Alternative: Local Development**
6060

6161
Clone and load directly without installing from the marketplace:
6262

website/src/pages/en/ai-suite/substreams-skills/_meta.js

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.

website/src/pages/en/ai-suite/token-api-skills/_meta.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)