yuokada-quarkus-openapi-app-backend-instructions.ocm.json json Copy{
"ocm": "1",
"id": "yuokada-quarkus-openapi-app-backend-instructions",
"kind": "skill",
"name": "backend",
"description": "When editing backend or Maven files in this repository:",
"publisher": "yuokada",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When editing backend or Maven files in this repository:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/yuokada/quarkus-openapi-app",
"path": ".github/instructions/backend.instructions.md",
"ref": "cf330cc3ce0b4b078ec0a0a0dc708ee2d66a0e24",
"url": "https://github.com/yuokada/quarkus-openapi-app/blob/cf330cc3ce0b4b078ec0a0a0dc708ee2d66a0e24/.github/instructions/backend.instructions.md",
"key": "yuokada/quarkus-openapi-app/.github/instructions/backend.instructions.md"
},
"applies_to": "src/main/java/**/*.java,src/main/resources/application.properties,pom.xml"
},
"instructions": "When editing backend or Maven files in this repository:\n\n- Keep REST interface definitions, implementations, model classes, and utility classes separated by responsibility.\n- Preserve Quarkus REST and OpenAPI conventions already used in the project.\n- If API structure or serialization behavior changes, keep tests and OpenAPI documentation aligned in the same change.\n- Avoid introducing environment-specific configuration values directly into source code or default properties.",
"cost": {
"context_tokens": 119
}
}