Applications often store sensitive information like passwords and API keys. AWS Secrets Manager keeps these secrets safe. This skill helps you use Secrets Manager from Java services. It shows how to retrieve secrets, add caching, and handle secret rotation. You will also learn to integrate with Spring Boot without leaking secrets in logs or config files. The focus is on real production patterns that keep your applications secure and efficient.
Instead of hardcoding credentials, you load them at runtime from Secrets Manager. The skill explains how to create one reusable client per app and deserialize JSON secrets into typed objects. It prevents secret exposure by never logging secret values. Caching is used only when it solves a real problem like reducing latency and costs. The skill also prepares your app for secret rotation with AWSCURRENT and AWSPENDING versions.
Global
mkdir -p ~/.claude/skills/aws-sdk-java-v2-secrets-managerProject
mkdir -p .claude/skills/aws-sdk-java-v2-secrets-managerSource 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