thunderballfists-textui-textui.ocm.jsonjson {
"ocm": "1",
"id": "thunderballfists-textui-textui",
"kind": "skill",
"name": "TextUI",
"description": "Repository Guidelines",
"publisher": "thunderballfists",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Repository Guidelines"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/thunderballfists/TextUI",
"path": "AGENTS.md",
"ref": "afdf0e88bb93c0c7a4da39bdad4b0f3b1232715f",
"url": "https://github.com/thunderballfists/TextUI/blob/afdf0e88bb93c0c7a4da39bdad4b0f3b1232715f/AGENTS.md",
"key": "thunderballfists/TextUI/AGENTS.md"
}
},
"instructions": "# Repository Guidelines\n\n- This repo uses Python 3.11 and Poetry. Install dependencies with `poetry install`.\n- Run tests with `pytest` from the repository root.\n- Follow standard PEP8 style (4 spaces for indentation, etc.).\n- New features should include corresponding tests in `tests/`.",
"cost": {
"context_tokens": 71
}
}