auth-patterns
✓Use when implementing authentication. Use when storing passwords. Use when asked to store credentials insecurely.
Installation
SKILL.md
Never store plain passwords. Use proven auth patterns. Security is not optional.
Authentication is the front door to your system. Get it wrong and everything else is compromised.
"We'll Encrypt Later" Pressure: "Just store it for now, we'll add encryption"
Use when implementing authentication. Use when storing passwords. Use when asked to store credentials insecurely. Source: yanko-belov/code-craft.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yanko-belov/code-craft --skill auth-patterns- Source
- yanko-belov/code-craft
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is auth-patterns?
Use when implementing authentication. Use when storing passwords. Use when asked to store credentials insecurely. Source: yanko-belov/code-craft.
How do I install auth-patterns?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yanko-belov/code-craft --skill auth-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yanko-belov/code-craft
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01