AI AGENT ADDONS

Creating Secrets Using Best Practices

aws/agent-toolkit-for-aws
Security
2,120installs

AWS Secrets Manager helps you keep passwords and keys safe. This skill creates secrets the right way. It uses dedicated KMS encryption keys to lock your data. It also sets up automatic rotation so secrets change often. Least-privilege IAM policies limit who can access them. CloudTrail auditing tracks every use. Lifecycle management cleans up old secrets. Anyone building production systems will benefit from these steps.

You can create four types of secrets. They are database credentials, API keys, OAuth tokens, and custom secrets. Each type gets its own structure and encryption. The skill walks you through a clear procedure. It also helps fix common problems like KMS key access and rotation failures.

Add Creating Secrets Using Best Practices skill to your workflow

Global

mkdir -p ~/.claude/skills/creating-secrets-using-best-practices

Project

mkdir -p .claude/skills/creating-secrets-using-best-practices

Source Repository

Stars
1,530
Forks
128
Watchers
1,530
License
Apache-2.0
Last Push
1 month ago
Created
3 months ago