Imported from PBGToken/ra (AGENTS.md). Install upstream with npx skills add PBGToken/ra. Copyright stays with the author.
Development notes
This project uses Go and pnpm. Use pnpm for Node tasks.
Testing
Run pnpm test before committing.
If packages are missing, run pnpm install first.
Pull Requests
Write a concise title describing the change.
Include a brief summary of the modification and testing steps in the body.
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/pbgtoken-ra-ra/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.
pbgtoken-ra-ra.ocm.jsonjson
{
"ocm": "1",
"id": "pbgtoken-ra-ra",
"kind": "skill",
"name": "ra",
"description": "This project uses Go and pnpm. Use pnpm for Node tasks.",
"publisher": "PBGToken",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project uses Go and pnpm. Use pnpm for Node tasks."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/PBGToken/ra",
"path": "AGENTS.md",
"ref": "f7445fd7658dc330ab0f8226a49f0a12e3880b6e",
"url": "https://github.com/PBGToken/ra/blob/f7445fd7658dc330ab0f8226a49f0a12e3880b6e/AGENTS.md",
"key": "PBGToken/ra/AGENTS.md"
}
},
"instructions": "# Development notes\n\nThis project uses Go and pnpm. Use pnpm for Node tasks.\n\n## Testing\n- Run `pnpm test` before committing.\n- If packages are missing, run `pnpm install` first.\n\n## Pull Requests\n- Write a concise title describing the change.\n- Include a brief summary of the modification and testing steps in the body.",
"cost": {
"context_tokens": 80
}
}
Fetch it by URL: GET /api/v1/registry/pbgtoken-ra-ra/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.