rds-instance-setup
This skill provides automated assistance for rds instance setup tasks within the AWS Skills domain.
Content Preview
--- name: rds-instance-setup description: | Rds Instance Setup - Auto-activating skill for AWS Skills. Triggers on: rds instance setup, rds instance setup Part of the AWS Skills skill category. allowed-tools: Read, Write, Edit, Bash(aws:*) version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Rds Instance Setup ## Purpose This skill provides automated assistance for rds instance setup tasks within the AWS Skills domain. ## When to Use This skill activa
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/rds-instance-setup.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/13-aws-skills/rds-instance-setup/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/13-aws-skills/rds-instance-setup/SKILL.md