foundev-mtext-mtext.ocm.jsonjson {
"ocm": "1",
"id": "foundev-mtext-mtext",
"kind": "skill",
"name": "mtext",
"description": "Agent Instructions",
"publisher": "foundev",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Agent Instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/foundev/mtext",
"path": "AGENTS.md",
"ref": "e95eef060cb9319f24c31715c069c15c8b18f2d1",
"url": "https://github.com/foundev/mtext/blob/e95eef060cb9319f24c31715c069c15c8b18f2d1/AGENTS.md",
"key": "foundev/mtext/AGENTS.md"
}
},
"instructions": "# Agent Instructions\n\n## General Expectations\n- Favor interfaces and struct-based implementations over package-level functions.\n- Make code easy to test by injecting dependencies (e.g., `io.Reader`, `io.Writer`, or interfaces).\n- Add tests for all new functionality and keep behavior covered.\n\n## Platform Requirements\n- Target Linux and macOS only.\n- Do not implement or document Windows support.",
"cost": {
"context_tokens": 99
}
}