Skip to content

Grok

Grok support packages Java application bootstrap skills for the Grok plugin ecosystem, with an emphasis on runnable Spring Boot, Helidon, and Jetty starting points.

AI-Coding-Skills/java-for-grok

Component Purpose
Plugin packages Installable skill bundles for Grok
Bootstrap skills Generate runnable Java applications
Prompts Task prompts aligned with each skill
Compatibility notes Platform-specific limitations and versions
  1. Open the java-for-grok repository.
  2. Follow the README for current Grok plugin install steps.
  3. Enable the Java bootstrap skills you need in your Grok environment.
  4. Run a skill prompt and validate build + tests locally.

Grok packaging typically groups:

  • Skill manifests — metadata, status, and entry guidance
  • Instruction content — framework and project conventions
  • Prompt templates — copy-ready bootstrap and extension prompts

Refer to the repository for the authoritative layout.

Skill Status
Spring Boot Bootstrap Available
Helidon Bootstrap In Progress
Jetty Bootstrap Planned
Bootstrap a Spring Boot application using Java 21 and Maven.
Create a customer REST API with controller, service, repository,
validation, Actuator, and tests.
Add PostgreSQL persistence and Testcontainers to this Spring Boot project.
  1. Open issues or pull requests in java-for-grok.
  2. Keep skill behavior consistent with the shared Java skill docs on this site.
  3. Update status badges and the compatibility matrix when coverage changes.
  4. Follow the Contributing guide.

Grok is the initial platform with Available coverage for Spring Boot Bootstrap. Helidon is in progress; Jetty is planned.