All `java`, `javac`, and related JVM commands must be prefixed with `mise exec --` to ensure the correct Java version (as specified by [mise](https://mise.jdx.dev/)) is used. Examples:
Imported from Widen/buildkite-gradle-plugin (AGENTS.md). Install upstream with npx skills add Widen/buildkite-gradle-plugin. Copyright stays with the author.
AGENTS.md
Java Commands
All java, javac, and related JVM commands must be prefixed with mise exec -- to ensure the correct Java version (as specified by mise) is used. Examples:
mise exec -- java -versionmise exec -- ./gradlew buildmise exec -- ./gradlew test
This applies to any direct java invocation and to any tool that shells out to the JVM.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/widen-buildkite-gradle-plugin-buildkite-gradle-plugin/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "widen-buildkite-gradle-plugin-buildkite-gradle-plugin",
"kind": "skill",
"name": "buildkite-gradle-plugin",
"description": "All `java`, `javac`, and related JVM commands must be prefixed with `mise exec --` to ensure the correct Java version (as specified by [mise](https://mise.jdx.dev/)) is used. Examples:",
"publisher": "Widen",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"All `java`, `javac`, and related JVM commands must be prefixed with `mise exec --` to ensure the correct Java version (as specified by [mise](https://mise.jdx.dev/)) is used. Examples:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Widen/buildkite-gradle-plugin",
"path": "AGENTS.md",
"ref": "806043ea5c41511e2fea69b3133b9351f8a3ae4c",
"url": "https://github.com/Widen/buildkite-gradle-plugin/blob/806043ea5c41511e2fea69b3133b9351f8a3ae4c/AGENTS.md",
"key": "Widen/buildkite-gradle-plugin/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\n## Java Commands\n\nAll `java`, `javac`, and related JVM commands must be prefixed with `mise exec --` to ensure the correct Java version (as specified by [mise](https://mise.jdx.dev/)) is used. Examples:\n\n```bash\nmise exec -- java -version\nmise exec -- ./gradlew build\nmise exec -- ./gradlew test\n```\n\nThis applies to any direct `java` invocation and to any tool that shells out to the JVM.",
"cost": {
"context_tokens": 100
}
}
Fetch it by URL: GET /api/v1/registry/widen-buildkite-gradle-plugin-buildkite-gradle-plugin/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.