Skip to content

Commit 6564ab9

Browse files
committed
fix(skill): shorten torii-operator description for discovery
1 parent 509a236 commit 6564ab9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.agents/skills/torii-operator/SKILL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: torii-operator
3-
description: Operate Torii (Dojo Starknet indexer) end-to-end: start and configure torii, explain and tune CLI/TOML options, verify protocol endpoints, and query indexed game data through SQL, gRPC, GraphQL, MCP, static artifact routes, metadata reindex, and metrics. Use when requests involve running torii, debugging indexing/query behavior, or extracting onchain game data from torii storage APIs.
3+
description: Run Torii for Dojo/Starknet: configure startup and options, verify endpoints, and query indexed data via SQL, gRPC, GraphQL, MCP, static routes, and metrics.
44
---
55

66
# Torii Operator
@@ -47,4 +47,3 @@ Execute this workflow to run and query Torii with source-accurate behavior.
4747
- GraphQL schema/runtime: `crates/graphql/src/schema.rs`, `crates/graphql/src/server.rs`
4848
- gRPC API: `crates/proto/proto/world.proto`, `crates/proto/proto/types.proto`, `crates/grpc/server/src/lib.rs`
4949
- Storage/search behavior: `crates/sqlite/sqlite/src/storage.rs`, `crates/migrations/`
50-

0 commit comments

Comments
 (0)