orlando-japan

56 mods across 1 repository, 2 stars between them.

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Systematic bug hunting. Invoke when stuck on a bug, when symptoms don't match your mental model, or when "fixing" the same area repeatedly.

2 3mo ago A 37 tokens original MIT

dependency-review

26

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Evaluate a new dependency before adding it. Invoke when anyone proposes npm install, pip install, cargo add, or go get for a new package.

2 3mo ago A 37 tokens original MIT

doc-defrag-audit

27

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Audit document fragmentation and identify the canonical mainline. Invoke when a repo has overlapping PRDs, READMEs, specs, patch docs, or legacy notes and you need to decide what is authoritative.

2 3mo ago A 46 tokens original MIT

evals-design

28

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Build an offline evaluation set so you can compare LLM prompts and models quantitatively. Invoke when building or iterating on any LLM-powered feature.

2 3mo ago A 34 tokens original MIT

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Use feature flags to decouple deploy from release, then clean them up. Invoke when shipping any risky change, a gradual rollout, or a kill-switch.

2 3mo ago A 37 tokens original MIT

flaky-test-triage

30

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Diagnose and fix non-deterministic tests. Invoke when a test passes sometimes and fails other times, or when CI has "just retry" as a culture.

2 3mo ago A 40 tokens original MIT

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Clean a repo into a commit-ready state before writing or approving a commit. Invoke when preparing a commit and you need to remove staging noise, split scope, and catch unsafe files.

2 3mo ago A 43 tokens original MIT

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Define a verifiable success criterion before starting, then loop until it passes. Invoke for any task where "done" isn't trivially obvious.

2 3mo ago A 33 tokens original MIT

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Audit whether READMEs, whitelists, skills, rules, and runtime entrypoints still point to the current authoritative documents. Invoke after doc moves, renames, or governance rewrites.

2 3mo ago A 48 tokens original MIT

incident-response

35

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Stabilize, diagnose, fix, and learn from a production incident. Invoke when something is on fire, when paged, or when users report a regression.

2 3mo ago A 36 tokens original MIT

infra-as-code

36

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Manage infrastructure in version control so it's reviewable, reproducible, and rollback-able. Invoke when provisioning new infra or cleaning up ad-hoc resources.

2 3mo ago A 34 tokens original MIT

logging-strategy

37

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Log what you'd want during an incident, nothing more. Invoke when adding logging to new code or auditing existing logs for noise.

2 3mo ago A 29 tokens original MIT

metrics-design

38

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Pick metrics that drive alerts and debugging without drowning in dashboards. Invoke when instrumenting a new service or auditing existing metrics.

2 3mo ago A 27 tokens original MIT

migration-planning

39

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Plan a safe migration (schema, API, framework, infra) that keeps the system live throughout. Invoke before starting any non-trivial change to a running system.

2 3mo ago A 37 tokens original MIT

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Find real performance problems with measurement, not guesses. Invoke when something is slow, or you're tempted to "optimize" without data.

2 3mo ago A 32 tokens original MIT

prompt-caching

42

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Maximize cache hit rate on Claude API calls to cut latency and cost. Invoke when building or optimizing a production Claude-powered feature.

2 3mo ago A 30 tokens original MIT

root-cause-analysis

46

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Find the real cause of a problem, not just the symptom. Invoke when debugging, after an incident, or when "we fixed it but I don't know why.".

2 3mo ago A 38 tokens original MIT

runbook-authoring

47

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Write runbooks that a sleepy oncall engineer at 3am can actually follow. Invoke when shipping anything pageable, or when a runbook is stale after a postmortem.

2 3mo ago A 41 tokens original MIT

security-audit

48

orlando-japan/claude-code-setting

Skill Claude CodeCodex

OWASP-style security audit focused on real exploits, not abstract advice. Invoke before shipping anything that handles user input, secrets, or external I/O.

2 3mo ago A 34 tokens original MIT