Getting Started
AI Coding Skills provides community-maintained skills, plugins, agents, prompts, and examples for AI coding tools. The initial focus is Java, with bootstrap skills for Spring Boot, Helidon, and Jetty.
Choose a platform
Section titled “Choose a platform”Pick the AI coding tool you already use, then open its platform page for install details:
Quick start
Section titled “Quick start”-
Install the platform repository
Clone or install the package from the platform-specific Java repository: -
Select a bootstrap skill
Start with Spring Boot Bootstrap if you want a conventional REST API. Helidon and Jetty skills follow the same pattern as they become available. -
Prompt with a concrete goal
Include Java version, build tool, and the features you need:Bootstrap a Spring Boot application using Java 21 and Maven.Create a customer REST API with controller, service, repository,validation, Actuator, and tests. -
Validate the generated project
Build, run tests, and compare the layout against the skill’s expected structure. Use examples as reference applications.
What to read next
Section titled “What to read next”- Java overview — platforms, frameworks, skills, and repositories
- Frameworks — programming models independent of any one skill
- Contributing — how to improve skills, examples, and docs