← all publishers

riseshinee

@riseshinee source repo

6 published skills

  1. Sb Perf Ops · riseshinee
    Use this skill when diagnosing Spring Boot production/runtime performance and operations issues — JVM memory/GC tuning, HikariCP connection pool sizing, caching strategy (Caffeine/Redis), Actuator/Micrometer observability, graceful shutdown, or container resource limits. Triggers on "tune the production environment", "memory issue", "GC problem", "connection pool", "deployment/health check", "OOM", "it's slow in production" or similar production performance questions.
    0 installs
  2. Sb Scaffold · riseshinee
    Use this skill when generating new Spring Boot code for a feature — Controller, Service, Repository, Entity, DTO, or a full REST API slice. Triggers on requests like "generate a controller", "create an entity", "scaffold a REST API", "create a DTO", "add a repository", or any request to scaffold a new domain/feature in a Spring Boot (Java) project.
    0 installs
  3. Sb Jpa Doctor · riseshinee
    Use this skill when diagnosing JPA/Hibernate data-layer issues in a Spring Boot project — N+1 query problems, slow queries, entity mapping/fetch-strategy review, cascade or orphan-removal pitfalls, or persistence-context inconsistencies after bulk updates. Triggers on "N+1 problem", "queries are slow", "review this JPA mapping", "persistence context", "fetch join", "@EntityGraph" or similar Hibernate/JPA performance questions.
    0 installs
  4. Sb Build Doctor · riseshinee bundle
    Use this skill whenever you build, compile, or test a Spring Boot (Gradle or Maven) project, or diagnose why a build, test, or application startup fails. It runs the build through a wrapper that returns only compile errors, failed tests, and trimmed stack traces instead of thousands of lines of console output, condenses application logs, and stops repeated failed fix attempts. Triggers on "run the tests", "build it", "does it compile", "fix the failing tests", "the build is broken", "compile error", "test failure", "the app won't start", "APPLICATION FAILED TO START", "look at this stack trace", or any ./gradlew / mvn run.
    0 installs
  5. Sb Security Guard · riseshinee bundle
    Use this skill to make a project safe for company use of Claude Code — keeping internal business logic, secrets, credentials, personal data (PII), and confidential material from ever being sent to Claude. Sets up blocking hooks and permission deny rules driven by a per-company policy file, audits a project for violations, and verifies the guard works. Triggers on "/sb-security-guard", "security guard setup", "apply the company security policy", "check this project before rolling out Claude", "prevent secrets from being sent to Claude", or questions about what data may be given to Claude in this project.
    0 installs
  6. Sb Architecture Review · riseshinee
    Use this skill when reviewing Spring Boot code for architecture and layering quality — dependency direction between Controller/Service/Repository, DTO boundary leaks, DI style, exception handling consistency, transaction boundaries, or test slice usage. Triggers on "review the architecture", "check the layer structure", "how is this design", "review this PR", or requests to critique the structure/quality of existing Spring Boot code.
    0 installs