🎯

deadlock-prevention

🎯Skill

from yanko-belov/code-craft

πŸ“¦

Same repository

yanko-belov/code-craft(32 items)

deadlock-prevention

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add yanko-belov/code-craft --skill deadlock-prevention
skills.sh Install⚠ Installs to .agents/skills/
npx skills add yanko-belov/code-craft --skill deadlock-prevention
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/deadlock-prevention/SKILL.md

SKILL.md

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

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

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