.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

…/ducpm2303/claude-java-plugins
home/skills/ducpm2303/claude-java-plugins
ducpm2303 avatar

ducpm2303/claude-java-plugins

26 skills

View on GitHub
$npx skills add ducpm2303/claude-java-plugins
SkillInstalls
java-adrCreates, lists, and manages Architecture Decision Records for Java projects.—java-api-reviewReviews Java REST API design including HTTP methods, status codes, naming, and versioning.—java-cacheUse when the user asks to add caching, configure Redis or Caffeine cache, use @Cacheable/@CacheEvict/@CachePut, optimize repeated database or API calls, or…—java-clean-archReviews or implements Clean Architecture / Hexagonal Architecture (Ports & Adapters) and DDD tactical patterns for Java projects.—java-commitGenerates a Conventional Commits message for staged Java changes.—java-concurrency-reviewReviews Java code for thread safety, race conditions, deadlocks, and Java 21 virtual thread compatibility.—java-crudGenerates a complete Spring Boot CRUD feature (entity, repository, service, controller, DTOs, tests) in an existing project.—java-design-patternDetects GoF patterns in Java code or recommends the right pattern for a problem.—java-docsGenerates Javadoc comments for Java classes and methods. Use when user asks to "add javadoc", "document this class", "write documentation", "add comments",…—java-explainExplains Java code in plain language including design patterns.—java-fixDiagnoses and fixes Java compile errors, runtime exceptions, and stack traces.—java-healthRuns a holistic code health check scoring Security, Tests, Performance and Quality with A-F grades.—java-jpaReviews Spring Data JPA for N+1 queries, fetch strategies, projections, and Specifications.—java-loggingReviews Java logging for SLF4J best practices, MDC context, structured logging, and PII safety.—java-migrateInteractive Java version upgrade guide (8 to 11, 11 to 17, 17 to 21).—java-openapiGenerates or reviews OpenAPI / Swagger documentation for Spring Boot REST APIs — adds @Operation, @Schema, @ApiResponse annotations and configures Swagger UI.—java-perf-checkQuick Java performance scan flagging N+1 queries, memory issues, threading problems, and algorithmic hotspots.—java-refactorSuggests and applies version-gated Java refactorings. Use when user asks to "refactor this", "clean up this code", "modernize this Java", "simplify this",…—java-resilienceUse when the user asks to add resilience patterns, handle service failures, implement circuit breaker, retry, rate limiter, bulkhead, or timeout in a Spring…—java-reviewReviews Java code for bugs, naming issues, code smells, and version-appropriate idioms.—java-scaffoldScaffolds a brand-new Spring Boot project from scratch — build file, package structure, and a starter feature.—java-securityReviews or implements Spring Security configuration — JWT authentication, OAuth2, method-level security, CORS, and CSRF.—java-security-checkQuick OWASP security scan for injection risks, hardcoded secrets, weak crypto, and Spring Security misconfigs.—java-solidChecks Java code for SOLID principles violations with Java-specific patterns.—java-spring-aiUse when the user asks to add AI features, integrate Spring AI or LangChain4J, build a chatbot, implement RAG (retrieval-augmented generation), use vector…—java-testGenerates JUnit 5 and Mockito unit tests or Testcontainers integration tests, auto-detecting project setup.—