Important: Only one dev server should run at a time. Before starting a new just dev background task, use TaskStop to stop any previously running dev server task.
Anytime you need to manually test something in the frontend, use the Chrome Devtools tools you have access to.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/rgwood-reitunes-reitunes/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
rgwood-reitunes-reitunes.ocm.jsonjson
{
"ocm": "1",
"id": "rgwood-reitunes-reitunes",
"kind": "skill",
"name": "ReiTunes",
"description": "Personal music library with Rust backend and React frontend.",
"publisher": "rgwood",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Personal music library with Rust backend and React frontend."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/rgwood/ReiTunes",
"path": "AGENTS.md",
"ref": "8b5a0c2d4562bba4a82d2e2524d49fe4fae876e8",
"url": "https://github.com/rgwood/ReiTunes/blob/8b5a0c2d4562bba4a82d2e2524d49fe4fae876e8/AGENTS.md",
"key": "rgwood/ReiTunes/AGENTS.md"
}
},
"instructions": "# ReiTunes\n\nPersonal music library with Rust backend and React frontend.\n\n## Development\n\n```bash\ncd reitunes\njust dev # Start dev server (run as background task)\njust kill # Stop dev server\njust test # Run tests\n```\n\nServer runs on http://localhost:5000\n\n**Important:** Only one dev server should run at a time. Before starting a new `just dev` background task, use `TaskStop` to stop any previously running dev server task.\n\nAnytime you need to manually test something in the frontend, use the Chrome Devtools tools you have access to.",
"cost": {
"context_tokens": 137
}
}
Fetch it by URL: GET /api/v1/registry/rgwood-reitunes-reitunes/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.