nimadorostkar

60 mods across 1 repository, 26 stars between them.

bug-fix-protocol

49

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when fixing a reported bug end to end. Enforces a disciplined sequence — reproduce, write a failing test, fix minimally, verify, prevent recurrence — and blocks the common failure mode of patching symptoms.

26 14d ago A 48 tokens original MIT

cli-development

50

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when building command-line tools. Covers argument design, exit codes, streams and piping, progress output, configuration precedence, and behavior that respects the shell.

26 14d ago A 34 tokens original MIT

code-review

51

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when reviewing a pull request, diff, or branch. Produces severity-ranked findings covering correctness, security, performance, and maintainability, with concrete fixes rather than opinions.

26 14d ago A 38 tokens original MIT

debugging

52

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when a bug's cause is unknown. Applies a hypothesis-driven method — reproduce, isolate, instrument, prove — instead of speculative edits, and covers profiler, debugger, and log-based investigation.

26 14d ago A 42 tokens original MIT

design-patterns

53

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when choosing how to structure code for a recurring problem. Covers the patterns that earn their keep, the ones that usually do not, and how to recognize when a pattern is being applied for its own sake.

26 14d ago A 46 tokens original MIT

domain-modeling

54

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when the code's vocabulary does not match the business's. Establishes a ubiquitous language, models domain concepts as explicit types, and identifies bounded contexts.

26 14d ago A 35 tokens original MIT

git-workflow

55

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use for branching, committing, history repair, and release hygiene. Covers atomic commits, rebase versus merge, bisect, reflog recovery, and undoing mistakes safely.

26 14d ago A 39 tokens original MIT

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when incrementally modernizing a legacy system without a rewrite. Covers characterization tests, seams, the strangler pattern, and sequencing migrations so the system stays shippable throughout.

26 14d ago A 40 tokens original MIT

refactoring

57

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when improving the structure of code without changing its behavior. Covers safe refactoring sequences, characterization tests, and knowing when to stop.

26 14d ago A 30 tokens original MIT

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when orienting in an unfamiliar codebase. Produces a map of the architecture, entry points, data flow, conventions, and the parts most likely to surprise you — before any code is changed.

26 14d ago A 46 tokens original MIT

simple-design

59

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when code has grown hard to hold in your head. Applies complexity limits, dependency reduction, and encapsulation to bring functions and modules back under a readable ceiling.

26 14d ago A 36 tokens original MIT

system-design

60

nimadorostkar/Claude-Skills-collection

Skill Claude CodeCodex

Use when designing a system or service before implementation. Produces a design covering data model, API surface, failure modes, scaling limits, and the trade-offs that were actually decided.

26 14d ago A 39 tokens original MIT