CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnJobsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Jobs
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. giuseppe-trisciuoglio
  4. /
  5. developer-kit
  6. /
  7. Spring Boot Resilience4j

Spring Boot Resilience4j

Editor's Note

This adds Resilience4j fault tolerance patterns to Spring Boot 3.x services with circuit breakers, retries, rate limiters, bulkheads, and time limiters. You get annotation-based implementations for all the major patterns, plus fallback handling and exponential backoff for retries. The setup requires adding AOP and Actuator dependencies, then you can stack multiple patterns on the same method when you need layered protection. Configuration lives in application.yml with sensible defaults for sliding windows, failure thresholds, and wait durations. Honestly, the real value is in the fallback examples, which show you exactly how to degrade gracefully when services fail instead of just throwing exceptions up the stack.

Install

npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill spring-boot-resilience4j
Votes
0
Installs936
GitHub Stars248
Categories
Data Science & MLDebuggingMobile DevelopmentJava & JVM
First SeenMay 16, 2026
View on GitHub

Comments

Login to comment

Related Data Science & ML Skills

View all →
azure-kusto

microsoft/azure-skills

0
319.8k
964
Execute KQL queries and analyze data in Azure Data Explorer for log analytics, telemetry, and time series insights.
azure-observability

microsoft/azure-skills

0
98.1k
964
Query metrics, logs, and traces across Azure Monitor, Application Insights, and Log Analytics.
analytics-tracking

coreyhaines31/marketingskills

0
57.9k
28.8k
Set up, audit, and improve analytics tracking to measure marketing and product decisions.
customer-research

coreyhaines31/marketingskills

0
30.9k
28.8k
customer research
expo-cicd-workflows

expo/skills

0
26.5k
1.9k
Write and validate EAS CI/CD workflow YAML files for Expo projects.
baoyu-post-to-wechat

jimliu/baoyu-skills

0
24.3k
18.4k
Publish articles and image-text posts to WeChat Official Accounts via API or browser automation.