citypaul/.dotfiles

My dotfiles

This repository also configures its own agents. See what .dotfiles tells them →

730Stars on the repository
65Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

mutation-testing

25

citypaul/.dotfiles

Skill Claude Code

Set up and run mutation testing with Stryker, including full-project and focused diff runs against the current review base, then use surviving mutants to strengthen weak or missing tests. Use as the end-of-phase PR-readiness gate after implementation and refactoring are complete, not inside each RED-GREEN increment.…

not rated 730 +5 changed 9d ago A 97 tokens

observability

26

citypaul/.dotfiles

Skill Claude Code

Observability as an engineering discipline — wide events / canonical log lines, OpenTelemetry instrumentation (traces, metrics, context propagation, sampling, Collector), SLIs/SLOs/error budgets, symptom-based alerting with burn rates, telemetry hygiene, and testing instrumentation as behavior. Use when calls between…

not rated 730 +5 changed 7d ago A 209 tokens

panel-review

27

citypaul/.dotfiles

Skill Claude CodeCodex

Composable multi-agent code review of any change boundary — the working tree mid-development, a branch diff, a stacked layer, or a pull request: one orchestrator fans out sub-agents, each loading exactly one installed skill as a review lens (hexagonal-architecture, domain-driven-design, structure-codebase…

not rated 730 +5 yesterday A 224 tokens

planning

28

citypaul/.dotfiles

Skill Claude Code

Planning work as vertical slices or an explicitly selected mechanism-reduction program in small, known-good increments, with independent pull requests or an optional stacked-PR topology across one or more ordered slices. Use when starting significant work, turning already-split stories into implementation plans…

not rated 730 +5 yesterday A 160 tokens

citypaul/.dotfiles

Skill Claude Code

Create an application-specific production parity skill by inspecting an app's docs, source, tests, CI, deployment, infrastructure, config, auth, and environment setup, then asking targeted harness questions only for source-unanswerable decisions. Use when local, CI, PR, preview, staging, or other non-production…

not rated 730 +5 yesterday A 125 tokens

react-performance

30

citypaul/.dotfiles

Skill Claude CodeCodex

Make React and Next.js performance changes that are measured, evidence-backed, and behaviorally safe. Routes to the right rule catalogue — vercel-react-best-practices for the 72 prioritized React/Next rules, vercel-composition-patterns for component API shape, next-best-practices for App Router semantics…

not rated 730 +5 changed 7d ago A 248 tokens

react-testing

31

citypaul/.dotfiles

Skill Claude Code

React component testing patterns including components, hooks, context, and forms. Covers Vitest Browser Mode with vitest-browser-react and @testing-library/react. Use when testing React applications. For general UI testing patterns, see the front-end-testing skill.

not rated 730 +5 changed 7d ago A 52 tokens

citypaul/.dotfiles

Skill Claude CodeCodex

Reduce total mechanism in a selected existing system or behavior path while conserving its agreed observable behavior and non-functional guarantees. Use when the user explicitly wants fewer branches, states, dependencies, layers, flags, retries, jobs, adapters, or operational moving parts and needs evidence that…

not rated 730 +5 yesterday A 110 tokens

refactoring

33

citypaul/.dotfiles

Skill Claude Code

Refactoring assessment and behavior-preserving patterns for code with a passing baseline and proportionate preservation evidence. Use when the user asks to clean up, tidy, simplify, restructure, deduplicate, collapse, or merge look-alike code in a selected area, or after GREEN establishes the passing baseline for a…

not rated 730 +5 changed 9d ago A 180 tokens

render-code-shape

34

citypaul/.dotfiles

Skill Claude CodeCodex

Render the shape of code — module boundaries, the types that cross them, signatures, and a cited call graph — for code that already exists or a change about to be built. Every name, type, and path is read from source and cited, or marked NEW; bodies collapse to one line of intent. Use when asking how something…

not rated 730 +5 yesterday A 161 tokens

secure-oauth-oidc

35

citypaul/.dotfiles

Skill Claude CodeCodex

Design, implement, audit, test, troubleshoot, or migrate secure OAuth 2.0 and OpenID Connect (OIDC) systems using RFC 9700 / BCP 240. Use for authorization servers and OpenID Providers, OAuth clients and OIDC relying parties, resource servers, native apps, browser-based apps, multi-issuer login, redirect URIs…

not rated 730 +5 changed 7d ago A 142 tokens

specification

36

citypaul/.dotfiles

Skill Claude Code

Turn fuzzy intent into shared understanding and acceptance criteria — specification as a conversation, run one question at a time, before any story is split or planned. Use when an idea, feature request, or problem statement has no agreed rules or examples yet ("let's spec this out", "what should this actually do?"…

not rated 730 +5 yesterday A 169 tokens

stack-pull-requests

37

citypaul/.dotfiles

Skill Claude CodeCodex

Decide whether planned vertical implementation work should ship as independent pull requests or as a stack of small ordered pull requests, then plan, build, review, update, and merge the stack safely. Use when one slice is too large for effective review, when later slices should proceed on the same evolving baseline…

not rated 730 +5 yesterday A 148 tokens

story-splitting

38

citypaul/.dotfiles

Skill Claude Code

Turn broad requirements, large stories, epics, features, initiatives, or backlog items into small end-to-end child stories without turning them into technical component tasks. Use when refining a backlog, decomposing epics, planning an MVP or walking skeleton, looking for vertical slices, reducing story size, applying…

not rated 730 +5 yesterday A 93 tokens

storyboard

39

citypaul/.dotfiles

Skill Claude Code

Produce a mock-audit storyboard — a single HTML page embedding related UX surfaces side-by-side, with per-mock audit checklists, a flow diagram, and gap cards for missing mocks. Use when reviewing several mocks together would materially reduce context-switching or expose cross-surface gaps, or when the user asks to…

not rated 730 +5 yesterday A 76 tokens

structure-codebase

40

citypaul/.dotfiles

Skill Claude CodeCodex

Design, audit, and evolve physical source and package structures that expose real architectural boundaries while keeping related behavior together. Use when creating or reviewing repository trees, deciding where files or packages belong, reducing flat folders, organizing by feature, route, screen, use case, bounded…

not rated 730 +5 yesterday A 156 tokens

tdd

41

citypaul/.dotfiles

Skill Claude Code

RED-GREEN-REFACTOR for production behavior changes, followed by mutation testing or alternate evidence once at the end-of-phase PR-readiness gate. Use before implementing new features, bug fixes, or any changed observable behavior, and as the governing workflow for mixed implementation work. Load it for any request to…

not rated 730 +5 changed 7d ago A 265 tokens

teach-me

42

citypaul/.dotfiles

Skill Claude Code

Structured learning and tutoring for any topic. Use when the user wants to learn a concept, be quizzed, create a learning plan, generate a structured course, or produce reviewable HTML lessons. Invoked via /teach-me [topic].

not rated 730 +5 yesterday A 52 tokens

technical-writing

43

citypaul/.dotfiles

Skill Claude Code

Writing developer-facing prose that can be skimmed first and trusted enough to finish — READMEs, guides, tutorials, reference docs, proposals, PR descriptions, release notes. Load before drafting, rewriting, restructuring, or editing any technical document, including a request to rewrite or improve a README, when a…

not rated 730 +5 changed 9d ago A 152 tokens

citypaul/.dotfiles

Skill Claude Code

Review test quality using Dave Farley's eight properties of good tests. Use when assessing a test file or suite for understandability, maintainability, repeatability, atomicity, necessity, granularity, speed, and evidence of test-first development.

not rated 730 +5 yesterday A 53 tokens

testing

45

citypaul/.dotfiles

Skill Claude Code

Testing patterns for behavior-driven tests. Use when writing tests, creating test factories, structuring test files, or deciding what to test. Do NOT use for UI-specific testing (see front-end-testing or react-testing skills).

not rated 730 +5 changed 9d ago A 46 tokens

twelve-factor

46

citypaul/.dotfiles

Skill Claude Code

Twelve-Factor App patterns for software-as-a-service and long-running process applications. Use when configuring deploy-time environment, backing services, process startup/shutdown, or operational parity. Apply individual principles to frontends, serverless functions, and CLIs only where their runtime and platform…

not rated 730 +5 changed 7d ago A 64 tokens

typescript-strict

47

citypaul/.dotfiles

Skill Claude Code

TypeScript strict mode patterns including schema-first development, branded types, type vs interface guidance, and tsconfig strict flags. Use when writing TypeScript code, defining types or schemas, or reviewing type safety. For immutability and pure function patterns, see the functional skill.

not rated 730 +5 yesterday A 59 tokens

ubiquitous-language

48

citypaul/.dotfiles

Skill Claude Code

One ubiquitous language per bounded context, with a repository-declared glossary as the naming authority and explicit decisions for language changes. Covers the five-step language protocol (detect, propose, decide, record, rename), optional glossary-driven lint ratchets, and safe context-wide renames. Use when naming…

not rated 730 +5 yesterday A 124 tokens

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: