🎯

secrets-handling

🎯Skill

from yanko-belov/code-craft

πŸ“¦

Same repository

yanko-belov/code-craft(32 items)

secrets-handling

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add yanko-belov/code-craft --skill secrets-handling
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add yanko-belov/code-craft --skill secrets-handling
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/secrets-handling/SKILL.md

SKILL.md

19Installs
5
-
Last UpdatedJan 22, 2026

More from this repository10

🎯
dont-repeat-yourself🎯Skill

Enforces the DRY principle by identifying code duplication and extracting reusable abstractions, from Code Craft, a set of discipline-enforcing skills for better AI coding.

🎯
keep-it-simple🎯Skill

Enforces simplicity principles and resists unnecessary complexity from Code Craft, a collection of discipline-enforcing skills that help AI coding agents follow software engineering best practices.

🎯
lazy-loading🎯Skill

Enforces proper lazy loading patterns and resists shortcuts from Code Craft, a discipline-enforcing skills collection that helps AI coding agents follow software engineering best practices.

🎯
separation-of-concerns🎯Skill

Discipline-enforcing skill that teaches AI agents to apply separation of concerns principles, producing cleaner code with proper module boundaries.

🎯
single-responsibility-principle🎯Skill

Discipline-enforcing skill that teaches AI coding agents to follow the Single Responsibility Principle, developed using TDD to resist common bad patterns and close loopholes in code quality.

🎯
error-boundaries🎯Skill

Discipline-enforcing skills that help AI coding agents write better code by resisting common bad patterns, closing rationalization loopholes, and providing correct alternatives based on software engineering best practices.

🎯
fail-fast🎯Skill

Skill

🎯
skill-awareness🎯Skill

Skill

🎯
input-validation🎯Skill

Discipline-enforcing skills that help AI coding agents write better code by resisting common bad patterns, closing rationalizations for violating principles, and providing correct patterns developed through TDD methodology.

🎯
composition-over-inheritance🎯Skill

A discipline-enforcing skill that teaches AI coding agents to favor composition over inheritance, providing correct patterns and resisting common rationalizations for violating the principle, developed using a TDD-inspired methodology.