Production Redis security in one skill: authentication, ACL users, and network lockdown. Covers the full stack from requirepass and TLS setup through least-privilege ACL rules (cache readers, writers, admins) to bind configuration and firewall rules. The three-layer approach is the key insight here. Too many deploys do auth alone and still get breached because Redis is bound to 0.0.0.0. Use this when hardening a deployment, setting up app credentials beyond a shared password, or responding to "Redis exposed to internet" scanner findings. The ACL command categories and blast-radius framing make it easier to explain least privilege to teams used to sharing one password.
npx -y skills add redis/agent-skills --skill redis-security --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills