.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/decebals/claude-code-java
home/skills/decebals/claude-code-java
decebals avatar

decebals/claude-code-java

18 skills · 2,807 total installs

View on GitHub
$npx skills add decebals/claude-code-java
SkillInstalls
java-code-reviewSystematic code review for Java with null safety, exception handling, concurrency, and performance checks.615clean-codeClean Code principles (DRY, KISS, YAGNI), naming conventions, function design, and refactoring.181design-patternsCommon design patterns with Java examples (Factory, Builder, Strategy, Observer, Decorator, etc.).164solid-principlesSOLID principles checklist with Java examples. Use when reviewing classes, refactoring code, or when user asks about Single Responsibility, Open/Closed,…159spring-boot-patternsSpring Boot best practices and patterns. Use when creating controllers, services, repositories, or when user asks about Spring Boot architecture, REST APIs,…150concurrency-reviewReview Java concurrency code for thread safety, race conditions, deadlocks, and modern patterns (Virtual Threads, CompletableFuture, @Async).148java-migrationGuide for upgrading Java projects between major versions (8→11→17→21→25).146architecture-reviewAnalyze Java project architecture at macro level - package structure, module boundaries, dependency direction, and layering.145security-auditJava security checklist covering OWASP Top 10, input validation, injection prevention, and secure coding.138performance-smell-detectionDetect potential code-level performance smells in Java - streams, collections, boxing, regex, object creation.128api-contract-reviewReview REST API contracts for HTTP semantics, versioning, backward compatibility, and response consistency.124test-qualityWrite high-quality JUnit 5 tests with AssertJ assertions. Use when user says "add tests", "write tests", "improve test coverage", or when reviewing/creating…117logging-patternsJava logging best practices with SLF4J, structured logging (JSON), and MDC for request tracing. Includes AI-friendly log formats for Claude Code debugging.114maven-dependency-auditAudit Maven dependencies for outdated versions, security vulnerabilities, and conflicts.111jpa-patternsJPA/Hibernate patterns and common pitfalls (N+1, lazy loading, transactions, queries).101changelog-generatorGenerate changelogs from git commits. Use when user says "generate changelog", "update changelog", "what changed since last release", or before preparing a new…92git-commitGenerate conventional commit messages for Java projects. Use when user says "commit", "create commit", "commit changes", or after completing code changes that…91issue-triageTriage and categorize GitHub issues with priority labels. Use when user says "triage issues", "check issues", "review open issues", or during regular…83