Skip to content
Skillv1.0.0

meilisearch-java

This repository provides a `docker-compose.yml` that lets you develop and run tests without installing Java locally.

by meilisearch(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

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.

Commands

  • docker compose run --rm package bash -c "bash ./scripts/lint.sh" - lint code
  • docker compose run --rm package ./gradlew test - run unit tests
  • docker compose run --rm package ./gradlew test integrationTest - run integration tests

Workflow

  • Lint code after changes
  • Run tests after changes

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/meilisearch-meilisearch-java-meilisearch-java/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.

meilisearch-meilisearch-java-meilisearch-java.ocm.jsonjson
{
  "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.