secrets-handling
✓Use when working with API keys, passwords, or credentials. Use when asked to hardcode secrets. Use when secrets might leak.
Installation
SKILL.md
Secrets in code end up in version control, logs, error messages, and eventually in attackers' hands.
"Just for Testing" Pressure: "Hardcode it for now, we'll fix it later"
Action: Use env vars from the start. It takes 30 seconds.
Use when working with API keys, passwords, or credentials. Use when asked to hardcode secrets. Use when secrets might leak. 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 secrets-handling- Source
- yanko-belov/code-craft
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is secrets-handling?
Use when working with API keys, passwords, or credentials. Use when asked to hardcode secrets. Use when secrets might leak. Source: yanko-belov/code-craft.
How do I install secrets-handling?
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 secrets-handling 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
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01