Imported from NAZCAMEDIA/BRIKv3.0 (brik-projects/BRIKv3.0/AGENTS.md). Install upstream with npx skills add NAZCAMEDIA/BRIKv3.0 --skill BRIKv3.0. Copyright stays with the author.
AGENTS Instructions for BRIKv3.0
These instructions apply to the entire repository brik-projects/BRIKv3.0.
Workflow
After any code or documentation changes, run the following:
npm run type-checknpm testnpm run coverage # optional but recommended
Ensure all tests pass before committing.
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/nazcamedia-brikv3-0-brikv3-0/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.
nazcamedia-brikv3-0-brikv3-0.ocm.jsonjson
{
"ocm": "1",
"id": "nazcamedia-brikv3-0-brikv3-0",
"kind": "skill",
"name": "BRIKv3.0",
"description": "These instructions apply to the entire repository `brik-projects/BRIKv3.0`.",
"publisher": "NAZCAMEDIA",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"These instructions apply to the entire repository `brik-projects/BRIKv3.0`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/NAZCAMEDIA/BRIKv3.0",
"path": "brik-projects/BRIKv3.0/AGENTS.md",
"ref": "68306e31346c88cfbbbdf32466a17651538dd3d2",
"url": "https://github.com/NAZCAMEDIA/BRIKv3.0/blob/68306e31346c88cfbbbdf32466a17651538dd3d2/brik-projects/BRIKv3.0/AGENTS.md",
"key": "NAZCAMEDIA/BRIKv3.0/brik-projects/BRIKv3.0/AGENTS.md"
}
},
"instructions": "# AGENTS Instructions for BRIKv3.0\n\nThese instructions apply to the entire repository `brik-projects/BRIKv3.0`.\n\n## Workflow\n1. After any code or documentation changes, run the following:\n ```bash\n npm run type-check\n npm test\n npm run coverage # optional but recommended\n ```\n2. Ensure all tests pass before committing.",
"cost": {
"context_tokens": 82
}
}
Fetch it by URL: GET /api/v1/registry/nazcamedia-brikv3-0-brikv3-0/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.