When building Spring Boot applications, services can fail unexpectedly. This skill helps you protect your app from those failures. It uses Resilience4j to add fault tolerance patterns like circuit breakers, retry logic, and rate limiters. These patterns stop one failing service from breaking your whole system.
You can also add bulkheads and time limiters to control resource use. The skill includes a fallback method so your app keeps working even when things go wrong. It even checks your setup with Actuator endpoints to make sure everything is correct.
This is perfect for developers who need to make their Spring Boot 3.x services more reliable. It helps you handle temporary failures and prevent crashes from spreading across your system.
Global
mkdir -p ~/.claude/skills/spring-boot-resilience4jProject
mkdir -p .claude/skills/spring-boot-resilience4jSource Repository
Lark Openapi Explorerlarksuite/cli
Discover and call native Lark OpenAPIs not covered by existing CLI commands
Supabasesupabase/agent-skills
Add a database auth and APIs to your app with Supabase
Design An Interfacemattpocock/skills
Generate many different interface designs and pick the best one
Convex Quickstartget-convex/agent-skills
Rapidly set up a Convex backend for new or existing apps with one command
Convex Create Componentget-convex/agent-skills
Create reusable Convex components with isolated tables and clear APIs
Convexget-convex/agent-skills
Use this router to find the perfect Convex skill for your task
Firebase Remote Config Basicsfirebase/agent-skills
Change your app's behavior instantly without a new update
Notion Apiintellectronica/agent-skills
Automate your Notion workspace with simple API calls