Skip to content

Commit dab43ea

Browse files
authored
chore(skill): rename torii-operator skill to torii (#424)
1 parent 4ba137c commit dab43ea

7 files changed

Lines changed: 7 additions & 8 deletions

File tree

.agents/skills/torii-operator/agents/openai.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: torii-operator
2+
name: torii
33
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

6-
# Torii Operator
6+
# Torii
77

88
Execute this workflow to run and query Torii with source-accurate behavior.
99

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Torii"
3+
short_description: "Run Torii and query SQL, gRPC, GraphQL"
4+
default_prompt: "Use $torii to run Torii, tune options, and query data over SQL, gRPC, GraphQL, and MCP."
File renamed without changes.

.agents/skills/torii-operator/references/querying-and-interfaces.md renamed to .agents/skills/torii/references/querying-and-interfaces.md

File renamed without changes.

.agents/skills/torii-operator/references/startup-and-options.md renamed to .agents/skills/torii/references/startup-and-options.md

File renamed without changes.

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
- **Skills install/update:**
4848

4949
```bash
50-
npm_config_cache=/tmp/npm-cache npx -y skills add https://github.com/cartridge-gg/agents --skill create-pr create-a-plan torii-operator --agent claude-code cursor -y
50+
npm_config_cache=/tmp/npm-cache npx -y skills add https://github.com/cartridge-gg/agents --skill create-pr create-a-plan torii --agent claude-code cursor -y
5151
```
5252

5353
- **Configs:**

0 commit comments

Comments
 (0)