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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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: