orlando-japan

56 mods across 1 repository, 2 stars between them.

simplicity-first

49

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Solve exactly what was asked with the minimum code. Invoke when tempted to add abstractions, helpers, flags, or handling for hypothetical future cases.

2 3mo ago A 33 tokens original MIT

spec-writing

50

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Write a spec that a different engineer could implement without asking questions. Invoke when starting a new feature, especially one that will be handed off or implemented later.

2 3mo ago A 34 tokens original MIT

surgical-changes

51

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Edit only the minimum lines needed. Leave unrelated code alone even if you'd write it differently. Invoke for any bug fix or small feature where scope discipline matters.

2 3mo ago A 36 tokens original MIT

system-design

52

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Structured approach to designing a non-trivial system. Invoke when scoping a new service, feature, or subsystem before implementation.

2 3mo ago A 28 tokens original MIT

task-execution

53

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Work through an approved task list without drifting off-scope. Invoke during /spec:apply or any structured implementation where tasks are pre-defined.

2 3mo ago A 32 tokens original MIT

tdd

54

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Red → green → refactor discipline. Invoke when requirements are clear, the interface is small, or when fixing a bug that needs a reproduction.

2 3mo ago A 32 tokens original MIT

think-before-coding

55

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Before writing code, surface load-bearing assumptions and verify or ask about each one. Invoke when starting any non-trivial task to avoid building on wrong guesses.

2 3mo ago A 36 tokens original MIT

tracing-setup

56

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Add distributed tracing to a service so you can follow a request across service boundaries. Invoke when debugging cross-service latency or setting up observability from scratch.

2 3mo ago A 35 tokens original MIT