Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .agents/skills/torii-operator/agents/openai.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: torii-operator
name: torii
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."
---

# Torii Operator
# Torii

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

Expand Down
4 changes: 4 additions & 0 deletions .agents/skills/torii/agents/openai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
interface:
display_name: "Torii"
short_description: "Run Torii and query SQL, gRPC, GraphQL"
default_prompt: "Use $torii to run Torii, tune options, and query data over SQL, gRPC, GraphQL, and MCP."
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- **Skills install/update:**

```bash
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
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
```

- **Configs:**
Expand Down
Loading