jakezp/everything-opencode
These skills were discovered automatically and have not necessarily received an editorial review.
continuous-learningIndexed
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
View indexed skilljava-coding-standardsIndexed
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
View indexed skilljpa-patternsIndexed
JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.
View indexed skillpostgres-patternsIndexed
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
View indexed skillspringboot-securityIndexed
Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.
View indexed skillspringboot-tddIndexed
Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
View indexed skillspringboot-verificationIndexed
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
View indexed skill