erotemic-xdoctest-xdoctest.ocm.json json Copy{
"ocm": "1",
"id": "erotemic-xdoctest-xdoctest",
"kind": "skill",
"name": "xdoctest",
"description": "Agent Instructions",
"publisher": "Erotemic",
"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/Erotemic/xdoctest",
"path": "AGENTS.md",
"ref": "e81aea92b4b7a7e1d4c19af1a1c8e6fc0a441203",
"url": "https://github.com/Erotemic/xdoctest/blob/e81aea92b4b7a7e1d4c19af1a1c8e6fc0a441203/AGENTS.md",
"key": "Erotemic/xdoctest/AGENTS.md"
}
},
"instructions": "# Agent Instructions\n\n- Module source is in `src/xdoctest`.\n- New unit tests go in `tests`.\n- Follow PEP 8.\n- Prefer explanatory docstrings for API level documentation.\n- Use rst files in `docs/source/manual` for narrative documentation. \n- Use `run_tests.py` for unit tests and only.\n- Use `run_doctests.sh` for doctests only.\n- Dependencies are listed in `requirements/*.txt` and referenced in `setup.py`",
"cost": {
"context_tokens": 101
}
}