add-authentication-system

Implement secure user authentication system

Content Preview
# Add Authentication System

Implement secure user authentication system

## Instructions

1. **Authentication Strategy Analysis**
   - Analyze application requirements and user types
   - Define authentication methods (password, OAuth, SSO, MFA)
   - Assess security requirements and compliance needs
   - Plan user management and role-based access control
   - Evaluate existing authentication infrastructure and integration points

2. **Authentication Method Selection**
   - Choose appropriate au
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/add-authentication-system.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/security/add-authentication-system.md

Skill 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/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/security/add-authentication-system.md

Related Skills