·auth-patterns
!

auth-patterns

yanko-belov/code-craft

Use when implementing authentication. Use when storing passwords. Use when asked to store credentials insecurely.

15Installs·1Trend·@yanko-belov

Installation

$npx skills add https://github.com/yanko-belov/code-craft --skill auth-patterns

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.

View raw

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
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