๐ŸŽฏ

api-contract-review

๐ŸŽฏSkill

from decebals/claude-code-java

VibeIndex|
What it does
|

Audits REST API design for HTTP semantics, versioning, backward compatibility, and response consistency, catching issues like wrong HTTP verbs, entity leaks, inconsistent naming, and missing versioning.

๐Ÿ“ฆ

Same repository

decebals/claude-code-java(18 items)

api-contract-review

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add decebals/claude-code-java --skill api-contract-review
skills.sh Installโš  Installs to .agents/skills/
npx skills add decebals/claude-code-java --skill api-contract-review
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/api-contract-review/SKILL.md

SKILL.md

101Installs
-
AddedFeb 19, 2026

More from this repository10

๐ŸŽฏ
java-code-review๐ŸŽฏSkill

"review this code", "check this PR". Part of decebals/claude-code-java.

๐ŸŽฏ
clean-code๐ŸŽฏSkill

A collection of reusable Claude Code skills for Java developers, providing token-efficient workflows for code reviews, testing, commits, architecture decisions, and other common Java/Maven development tasks.

๐ŸŽฏ
design-patterns๐ŸŽฏSkill

A reusable Claude Code skill for Java developers that provides structured workflows for applying design patterns, conducting code reviews, testing, and making architecture decisions, with a focus on token efficiency and reproducible patterns in Java/Maven projects.

๐ŸŽฏ
solid-principles๐ŸŽฏSkill

A Java skill that provides a comprehensive SOLID principles checklist with code examples for reviewing and refactoring class design. Covers Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion with violation examples and refactored solutions.

๐ŸŽฏ
spring-boot-patterns๐ŸŽฏSkill

An agent skill providing Spring Boot best practices and patterns for creating controllers, services, repositories, REST APIs, exception handling, JPA entity design, and project structure following standard Java conventions.

๐ŸŽฏ
java-migration๐ŸŽฏSkill

Guide for upgrading Java projects between major versions (8 to 11 to 17 to 21 to 25), helping modernize legacy Java projects with version-specific migration steps.

๐ŸŽฏ
concurrency-review๐ŸŽฏSkill

Reviews Java concurrency code for thread safety, race conditions, deadlocks, and modern patterns including Virtual Threads, CompletableFuture, and @Async. Helps catch timing-dependent bugs before they reach production by validating shared state access and synchronization.

๐ŸŽฏ
architecture-review๐ŸŽฏSkill

Analyzes Java project architecture at the macro level including package structure, module boundaries, dependency direction, and layering to evaluate clean architecture principles compliance.

๐ŸŽฏ
security-audit๐ŸŽฏSkill

Java security audit checklist covering OWASP Top 10, input validation, injection prevention, and secure coding practices. Works with Spring, Quarkus, Jakarta EE, and plain Java.

๐ŸŽฏ
performance-smell-detection๐ŸŽฏSkill

Detects potential code-level performance smells in Java covering streams, collections, boxing, regex, and object creation patterns. Provides a severity-ranked checklist with modern Java 21/25 context, emphasizing measurement over premature optimization.