buegelbeatz-tsp-quantum-java-instructions.ocm.json json Copy{
"ocm": "1",
"id": "buegelbeatz-tsp-quantum-java-instructions",
"kind": "skill",
"name": "Language-expert / Javas",
"description": "Java Backend Instructions",
"publisher": "buegelbeatz",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Java Backend Instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/buegelbeatz/tsp-quantum",
"path": ".github/instructions/language-expert/java.instructions.md",
"ref": "d70c1b13ea1b7c328f3f7cc02abf96b3436acac0",
"url": "https://github.com/buegelbeatz/tsp-quantum/blob/d70c1b13ea1b7c328f3f7cc02abf96b3436acac0/.github/instructions/language-expert/java.instructions.md",
"key": "buegelbeatz/tsp-quantum/.github/instructions/language-expert/java.instructions.md"
}
},
"instructions": "# Java Backend Instructions\n\n\n## Scope\n\nJava service implementations, libraries, and backend tooling.\n\n## Coding Requirements\n\n- Use explicit package structure by bounded context.\n- Keep classes focused and avoid god objects.\n- Use constructor injection for dependencies.\n- Validate input and prefer immutable DTOs where feasible.\n\n## Testing\n\n- Unit tests for service and utility logic.\n- Integration tests for repository and API boundaries.\n- Contract tests for external interfaces when applicable.\n\n## Build and Quality\n\n- Enforce formatting and static checks in CI.\n- Fail build on test failures ",
"cost": {
"context_tokens": 157
}
}