hrhrkeee-my-github-env-instructions.ocm.json json Copy{
"ocm": "1",
"id": "hrhrkeee-my-github-env-instructions",
"kind": "skill",
"name": "env",
"description": "Environment instructions",
"publisher": "hrhrkeee",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Environment instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/hrhrkeee/my.github",
"path": ".github/instructions/env.instructions.md",
"ref": "014e5692ccf9f45c2285705570541a29d4667429",
"url": "https://github.com/hrhrkeee/my.github/blob/014e5692ccf9f45c2285705570541a29d4667429/.github/instructions/env.instructions.md",
"key": "hrhrkeee/my.github/.github/instructions/env.instructions.md"
},
"applies_to": "project/environment/**,.github/workflows/**,Dockerfile*,docker-compose*,compose.*,Makefile,Taskfile*,package.json,pyproject.toml,go.mod,Cargo.toml,*.sln,*.csproj,*.xcodeproj,*.xcworkspace"
},
"instructions": "# Environment instructions\n\n## Source of truth\n- Read `project/environment/environment.yaml` before making implementation decisions.\n- If the file is incomplete, inspect repo markers and CI files before guessing commands.\n- Record inferred commands and assumptions in `project/environment/detected-environment.md`.\n\n## Detection order\n1. `project/environment/environment.yaml`\n2. CI workflow files\n3. package/build manifests\n4. formatter/linter configuration\n5. container and service definitions\n6. version-management files\n\n## Safety\n- Do not silently rewrite `environment.yaml` based on inference a",
"cost": {
"context_tokens": 191
}
}