orlando-japan/claude-code-setting

claude-code-setting

2Stars on the repository
56Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

accessibility

01

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Ship UI that works for users with disabilities, keyboards, screen readers, and assistive tech. Invoke when building any user-facing interface.

not rated 2 3mo ago A 30 tokens original MIT

adr-writing

02

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Write Architecture Decision Records future engineers will actually read. Invoke when making a non-trivial architectural choice that you want to defend later.

not rated 2 3mo ago A 29 tokens original MIT

alerting-hygiene

03

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Keep the pager actionable. Invoke when setting up a new alert, auditing existing alerts, or after being woken up by a noisy alert.

not rated 2 3mo ago A 34 tokens original MIT

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Design consistent, evolvable APIs. Invoke when adding or changing an HTTP, gRPC, or SDK interface that external or internal callers depend on.

not rated 2 3mo ago A 36 tokens original MIT

brainstorming

05

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Diverge then converge on design options before committing. Invoke when the problem has multiple plausible solutions and the choice isn't obvious.

not rated 2 3mo ago A 29 tokens original MIT

ci-pipeline-design

06

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Build a CI pipeline that's fast, reliable, and actually catches regressions. Invoke when setting up or auditing build/test/deploy automation.

not rated 2 3mo ago A 32 tokens original MIT

code-review

07

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Review code along correctness, security, readability, and performance. Invoke when reviewing a diff, a PR, a file, or before declaring a change done.

not rated 2 3mo ago A 34 tokens original MIT

commit-review-gate

08

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Review a cleaned staged diff as the final gate before committing. Invoke after commit hygiene is done and you need a clear Pass, Pass with nits, or Block decision.

not rated 2 3mo ago A 39 tokens original MIT

commit-smart

09

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Write commits that explain the "why". Invoke when staging and committing any change; a strong commit message pays back on every future bisect.

not rated 2 3mo ago A 31 tokens original MIT

contract-testing

10

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Verify service-to-service contracts so that a provider change can't silently break a consumer. Invoke when designing tests for microservice boundaries.

not rated 2 3mo ago A 28 tokens original MIT

create-pr

11

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Write a PR title and description that passes review quickly. Invoke when opening a pull request for any non-trivial change.

not rated 2 3mo ago A 27 tokens original MIT

db-migration-safety

12

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Ship schema changes with zero downtime and clean rollback. Invoke before any ALTER TABLE, new column, new index, or data backfill on a production database.

not rated 2 3mo ago A 37 tokens original MIT

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.

not rated 2 3mo ago A 37 tokens original MIT

dependency-review

14

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.

not rated 2 3mo ago A 37 tokens original MIT

doc-defrag-audit

15

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.

not rated 2 3mo ago A 46 tokens original MIT

evals-design

16

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.

not rated 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.

not rated 2 3mo ago A 37 tokens original MIT

flaky-test-triage

18

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.

not rated 2 3mo ago A 40 tokens original MIT

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Make pages load fast and stay responsive. Invoke when Core Web Vitals regress, pages feel slow, or bundle size balloons.

not rated 2 3mo ago A 28 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.

not rated 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.

not rated 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.

not rated 2 3mo ago A 48 tokens original MIT

incident-response

23

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.

not rated 2 3mo ago A 36 tokens original MIT

infra-as-code

24

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.

not rated 2 3mo ago A 34 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: