Imported from meilisearch/meilisearch-java (AGENTS.md). Install upstream with npx skills add meilisearch/meilisearch-java. Copyright stays with the author.
AGENTS.md
This repository provides a docker-compose.yml that lets you develop and run tests without installing Java locally.
To speed up local development, always use Docker Compose with the -v gradle-cache:/root/.gradle option to persist the Gradle cache across Docker runs.
{
"ocm": "1",
"id": "meilisearch-meilisearch-java-meilisearch-java",
"kind": "skill",
"name": "meilisearch-java",
"description": "This repository provides a `docker-compose.yml` that lets you develop and run tests without installing Java locally.",
"publisher": "meilisearch",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This repository provides a `docker-compose.yml` that lets you develop and run tests without installing Java locally."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/meilisearch/meilisearch-java",
"path": "AGENTS.md",
"ref": "740d3f60c5f31f8c6df0f8da20660230d73f7d67",
"url": "https://github.com/meilisearch/meilisearch-java/blob/740d3f60c5f31f8c6df0f8da20660230d73f7d67/AGENTS.md",
"key": "meilisearch/meilisearch-java/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nThis repository provides a `docker-compose.yml` that lets you develop and run tests without installing Java locally.\n\nTo speed up local development, always use Docker Compose with the `-v gradle-cache:/root/.gradle` option to **persist the Gradle cache across Docker runs**.\n\n## Commands\n\n- `docker compose run --rm package bash -c \"bash ./scripts/lint.sh\"` - lint code\n- `docker compose run --rm package ./gradlew test` - run unit tests\n- `docker compose run --rm package ./gradlew test integrationTest` - run integration tests\n\n## Workflow\n\n- Lint code after changes\n- Run tests after ",
"cost": {
"context_tokens": 151
}
}
Fetch it by URL: GET /api/v1/registry/meilisearch-meilisearch-java-meilisearch-java/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.