Skip to content
Development
Skill

/spring

Spring Boot framework patterns, best practices, and implementation guides

From plugin
f5-framework
2434 skills104 agents69 commands
Install
$ npx -y skills add Fujigo-Software/f5-framework-claude --skill spring --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/spring

Context preview

The summary Claude sees to decide when to auto-load this skill.

Spring Boot framework patterns, best practices, and implementation guides

SKILL.md

spring.SKILL.md
name: spring-skills
description: Spring Boot framework patterns, best practices, and implementation guides
category: stacks/backend/spring
applies_to: spring
allowed-tools: Read, Write, Glob, Grep, Bash
user-invocable: true
context: inject

Spring Boot Skills

Java enterprise framework for building production-ready applications.

Sub-Skills

Architecture

  • [service-layer.md](architecture/service-layer.md) - Service layer patterns
  • [controller-patterns.md](architecture/controller-patterns.md) - REST controller patterns
  • [dependency-injection.md](architecture/dependency-injection.md) - DI patterns

Database

  • [spring-data-jpa.md](database/spring-data-jpa.md) - Spring Data JPA patterns
  • [jpa-patterns.md](database/jpa-patterns.md) - JPA entity patterns
  • [transactions.md](database/transactions.md) - Transaction management
  • [flyway-migrations.md](database/flyway-migrations.md) - Database migrations

Security

  • [spring-security.md](security/spring-security.md) - Spring Security configuration
  • [jwt-auth.md](security/jwt-auth.md) - JWT authentication
  • [oauth2.md](security/oauth2.md) - OAuth2 integration
  • [method-security.md](security/method-security.md) - Method-level security

Validation

  • [bean-validation.md](validation/bean-validation.md) - Bean validation
  • [custom-validators.md](validation/custom-validators.md) - Custom validators

Error Handling

  • [problem-details.md](error-handling/problem-details.md) - RFC 7807 Problem Details
  • [global-exception.md](error-handling/global-exception.md) - Global exception handling

Testing

  • [unit-testing.md](testing/unit-testing.md) - Unit testing with JUnit
  • [integration-testing.md](testing/integration-testing.md) - Integration testing
  • [mockito-patterns.md](testing/mockito-patterns.md) - Mockito patterns

Performance

  • [caching.md](performance/caching.md) - Spring Cache abstraction

Detection

Auto-detected when project contains:

  • `pom.xml` or `build.gradle`
  • `@SpringBootApplication` annotation
  • `org.springframework.boot` packages
Read more
Ships withf5-framework

AI-Powered Development Framework for Claude Code

Get the whole plugin

Other skills on f5-framework.