ralein-code-migration-demo-conventions-instructions.ocm.json json Copy{
"ocm": "1",
"id": "ralein-code-migration-demo-conventions-instructions",
"kind": "skill",
"name": "conventions",
"description": "Code style, naming, branching, commit, lint/format/test conventions for this repository. Loaded automatically for every file. Source of truth for how code should be written and reviewed.",
"publisher": "Ralein",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Code style, naming, branching, commit, lint/format/test conventions for this repository. Loaded automatically for every file. Source of truth for how code should be written and reviewed."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/Ralein/Code-Migration-Demo",
"path": ".github/instructions/conventions.instructions.md",
"ref": "c51546201c4ff0dc88d852cf1fd7954a4f5ae7c8",
"url": "https://github.com/Ralein/Code-Migration-Demo/blob/c51546201c4ff0dc88d852cf1fd7954a4f5ae7c8/.github/instructions/conventions.instructions.md",
"key": "Ralein/Code-Migration-Demo/.github/instructions/conventions.instructions.md"
},
"applies_to": "**"
},
"instructions": "# Coding Conventions\n\n## Style Guides Enforced\n\n- Java: Standard Java conventions (no formatter config detected)\n- JSP: Keep scriptlets minimal; prefer JSTL/EL if added later\n\n## Linters / Formatters\n\n| Tool | Config | Run command |\n| ----------------------------------- | ------ | ----------- |\n| _None detected — confirm with team_ | | |\n\n## Type Checking\n\n| Tool | Strict? | Run command |\n| ------------- | ------- | ------------------------ |\n| Java compiler | N/A | Eclipse builder or javac |\n\n## Naming Conventions\n\n- ",
"cost": {
"context_tokens": 486
}
}