·deadlock-prevention
</>

deadlock-prevention

yanko-belov/code-craft

Use when acquiring multiple locks. Use when operations wait for each other. Use when system hangs without crashing.

16Installs·0Trend·@yanko-belov

Installation

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

SKILL.md

When two processes wait for each other forever, you have a deadlock.

Deadlocks are permanent freezes—no crash, no error, just silence. They occur when processes hold resources while waiting for resources held by others, creating circular wait.

"Just Add a Longer Timeout" Pressure: "Increase timeout to avoid failures"

Use when acquiring multiple locks. Use when operations wait for each other. Use when system hangs without crashing. 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 deadlock-prevention
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is deadlock-prevention?

Use when acquiring multiple locks. Use when operations wait for each other. Use when system hangs without crashing. Source: yanko-belov/code-craft.

How do I install deadlock-prevention?

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 deadlock-prevention 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