shinh-fuzmon-fuzmon.ocm.jsonjson {
"ocm": "1",
"id": "shinh-fuzmon-fuzmon",
"kind": "skill",
"name": "fuzmon",
"description": "Style",
"publisher": "shinh",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Style"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/shinh/fuzmon",
"path": "AGENTS.md",
"ref": "0eea53d6be036f9f0e68dbfbf3e37d331eb39a39",
"url": "https://github.com/shinh/fuzmon/blob/0eea53d6be036f9f0e68dbfbf3e37d331eb39a39/AGENTS.md",
"key": "shinh/fuzmon/AGENTS.md"
}
},
"instructions": "## Style\n\n- Remove all compiler warnings\n- Use info! log for non-frequent events and use warn! for errors\n- Never copy-and-paste code. Eliminate duplicated code\n- Run `cargo fmt`\n- Never use `allow(dead_code)`\n\n## Testing\n\n- Add appropriate tests\n- Get `cargo test` pass\n- Never add sleep",
"cost": {
"context_tokens": 72
}
}