·secrets-handling
</>

secrets-handling

yanko-belov/code-craft

Use when working with API keys, passwords, or credentials. Use when asked to hardcode secrets. Use when secrets might leak.

16Installs·0Trend·@yanko-belov

Installation

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

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.

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