๐ŸŽฏ

secrets-handling

๐ŸŽฏSkill

from yanko-belov/code-craft

VibeIndex|
What it does
|

A discipline-enforcing skill from the Code Craft collection that teaches AI coding agents to follow software engineering best practices like SOLID principles, helping resist common bad patterns through test-driven documentation.

๐Ÿ“ฆ

Same repository

yanko-belov/code-craft(32 items)

secrets-handling

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add yanko-belov/code-craft --skill secrets-handling
skills.sh Installโš  Installs to .agents/skills/
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

28Installs
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.

๐ŸŽฏ
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.

๐ŸŽฏ
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.

๐ŸŽฏ
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.

๐ŸŽฏ
fail-fast๐ŸŽฏSkill

A coding discipline skill that enforces the fail-fast principle: when something goes wrong, fail immediately and visibly rather than hiding errors with try/catch blocks or returning default values that mask invalid state.

๐ŸŽฏ
race-conditions๐ŸŽฏSkill

A discipline-enforcing skill from the Code Craft collection that teaches AI coding agents to follow software engineering best practices including SOLID principles, DRY, YAGNI, and fail-fast patterns.

๐ŸŽฏ
deadlock-prevention๐ŸŽฏSkill

Skill

๐ŸŽฏ
aaa-pattern๐ŸŽฏSkill

Part of the Code Craft collection, this skill teaches AI coding agents to follow software engineering best practices like SOLID, DRY, and YAGNI by resisting common bad patterns, closing reasoning loopholes, and providing correct implementation examples.

๐ŸŽฏ
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.