Every new `.dart` and `.rs` source file **must** begin with the GPLv3 license header exactly as it appears in `lib/main.dart` (lines 1–15), followed by a blank line before any code.
Imported from jkanethird/rackery (AGENTS.md). Install upstream with npx skills add jkanethird/rackery. Copyright stays with the author.
AI Agent Guidelines
License Headers
Every new .dart and .rs source file must begin with the GPLv3 license
header exactly as it appears in lib/main.dart (lines 1–15), followed by a
blank line before any code.
Exceptions — do NOT add the header to:
Auto-generated files (e.g. frb_generated.rs, files under lib/src/rust/)
Non-source files (e.g. .yaml, .json, .md, .toml)
Test fixtures and data files
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/jkanethird-rackery-rackery/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.
jkanethird-rackery-rackery.ocm.jsonjson
{
"ocm": "1",
"id": "jkanethird-rackery-rackery",
"kind": "skill",
"name": "rackery",
"description": "Every new `.dart` and `.rs` source file **must** begin with the GPLv3 license header exactly as it appears in `lib/main.dart` (lines 1–15), followed by a blank line before any code.",
"publisher": "jkanethird",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Every new `.dart` and `.rs` source file **must** begin with the GPLv3 license header exactly as it appears in `lib/main.dart` (lines 1–15), followed by a blank line before any code."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/jkanethird/rackery",
"path": "AGENTS.md",
"ref": "56f1ac400d37b38d49a6be81a3f6926831260668",
"url": "https://github.com/jkanethird/rackery/blob/56f1ac400d37b38d49a6be81a3f6926831260668/AGENTS.md",
"key": "jkanethird/rackery/AGENTS.md"
}
},
"instructions": "# AI Agent Guidelines\n\n## License Headers\n\nEvery new `.dart` and `.rs` source file **must** begin with the GPLv3 license\nheader exactly as it appears in `lib/main.dart` (lines 1–15), followed by a\nblank line before any code.\n\n**Exceptions — do NOT add the header to:**\n- Auto-generated files (e.g. `frb_generated.rs`, files under `lib/src/rust/`)\n- Non-source files (e.g. `.yaml`, `.json`, `.md`, `.toml`)\n- Test fixtures and data files",
"cost": {
"context_tokens": 109
}
}
Fetch it by URL: GET /api/v1/registry/jkanethird-rackery-rackery/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.