maxelberger-ageofmax-config-files-instructions.ocm.json json Copy{
"ocm": "1",
"id": "maxelberger-ageofmax-config-files-instructions",
"kind": "skill",
"name": "config-files",
"description": "Configuration File Rules",
"publisher": "MaxeLBerger",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Configuration File Rules"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/MaxeLBerger/AgeOfMax",
"path": ".github/instructions/config-files.instructions.md",
"ref": "3db6b8bbbf93d19d32aa00d8792668dc8b9a893c",
"url": "https://github.com/MaxeLBerger/AgeOfMax/blob/3db6b8bbbf93d19d32aa00d8792668dc8b9a893c/.github/instructions/config-files.instructions.md",
"key": "MaxeLBerger/AgeOfMax/.github/instructions/config-files.instructions.md"
},
"applies_to": "**/package.json,**/.eslintrc*,**/tsconfig.json,**/.prettierrc*,**/vite.config.*,**/esbuild.*"
},
"instructions": "# Configuration File Rules\n\n- Never remove existing configuration keys without understanding their purpose\n- JSON config files must be valid JSON (no trailing commas, no comments unless jsonc)\n- `package.json` changes: always verify scripts still work after modification\n- `tsconfig.json`: prefer `strict: true`; don't loosen strictness without explicit reason\n- Version bumps: update version in `package.json` AND any install scripts that reference it\n- Dependencies: devDependencies for build/test tools only; zero runtime deps where possible\n- After config changes: run `npm install` (if deps chan",
"cost": {
"context_tokens": 159
}
}