neuraaak-ezqt-app-python-core-instructions.ocm.json json Copy{
"ocm": "1",
"id": "neuraaak-ezqt-app-python-core-instructions",
"kind": "skill",
"name": "python-core",
"description": "Core environment management, versioning, and foundational syntax for modern Python development.",
"publisher": "neuraaak",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Core environment management, versioning, and foundational syntax for modern Python development."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/neuraaak/ezqt-app",
"path": ".github/instructions/languages/python/python-core.instructions.md",
"ref": "a9fb6792eab83109ebda83133186bd6d7a3789ff",
"url": "https://github.com/neuraaak/ezqt-app/blob/a9fb6792eab83109ebda83133186bd6d7a3789ff/.github/instructions/languages/python/python-core.instructions.md",
"key": "neuraaak/ezqt-app/.github/instructions/languages/python/python-core.instructions.md"
}
},
"instructions": "# Python Core Standards (UIA)\n\nCore environment management, versioning, and foundational syntax for modern Python development.\n\n<rules>\n- **VERSION:** Target Python 3.11+ for native Performance and Syntax.\n- **VENV:** Always use `.venv` for isolation; never install globally.\n- **TOOLS:** ALWAYS use `uv` as the principal package manager, `mkdocs` for documentation, and `pre-commit` for quality gates.\n- **RESOURCE:** Always use `with` statements (context managers) for resource cleanup.\n- **SYNTAX:** Use `t-strings` (PEP 750) for safe templates where supported (3.14+).\n</rules>\n\n## Environment Ma",
"cost": {
"context_tokens": 357
}
}