Skip to content

AI Coding Skills

Community-maintained skills, plugins, agents, prompts, and examples for AI coding tools.
  • Java-first
  • Multi-platform
  • Community-maintained
  • Open source

Supported Platforms

Install skills where you already write code.

Java Frameworks

Programming models and conventions, independent of any one skill.

Spring Boot

Web, configuration, validation, persistence, testing, Actuator, and production conventions.

Explore framework →

Helidon

Helidon SE and Helidon MP, including Jakarta EE and MicroProfile conventions.

Explore framework →

Jetty

Embedded Jetty with handlers, Jakarta Servlet APIs, lifecycle, and HTTP testing.

Explore framework →

Java Skills

Bootstrap runnable applications with sensible defaults and tests.

Spring Boot Bootstrap

Available

Controllers, services, configuration, validation, health checks, and tests.

Open skill →

Helidon Bootstrap

In Progress

Helidon SE and MP apps with endpoints, configuration, health checks, and tests.

Open skill →

Jetty Bootstrap

Planned

Embedded Jetty apps with handlers, servlet APIs, shutdown, and integration tests.

Open skill →

How It Works

Three steps from empty workspace to a runnable Java application.

  1. Choose a platform

    Install the platform-specific repository for GitHub Copilot, Grok, or Claude Code.

  2. Select a language and framework skill

    Start with Java and a bootstrap skill for Spring Boot, Helidon, or Jetty.

  3. Bootstrap or extend an application

    Prompt with a concrete goal, then iterate on validation, persistence, testing, and operations.

Examples

Reference applications that demonstrate expected skill output.

Spring Boot REST API

Layered service with validation, Actuator, and tests.

View example →

Helidon SE Service

HTTP service with configuration, health checks, and tests.

View example →

Embedded Jetty Application

Handlers, servlet APIs, and graceful shutdown.

View example →