JimmyPaolini/codebase

Jimmy's codebase

0Stars on the repository
60Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ask-matt

01

JimmyPaolini/codebase

Skill Claude CodeCodex

Ask which skill or flow fits your situation. A router over the skills in this repo.

0 yesterday A 22 tokens copy · 97% MIT

backup-code

02

JimmyPaolini/codebase

Skill Claude CodeCodex

Create a safety backup before potentially destructive actions. Use when running risky git commands (reset, rebase, clean, restore, checkout with overwrite, force push), applying large sweeping edits, mass refactors, broad search-and-replace, generator rewrites, or any operation that may be hard to undo. Produces a…

0 yesterday A 84 tokens original MIT

JimmyPaolini/codebase

Skill Claude CodeCodex

Tell callidescope what to do — the command-line flags (--check, --write, --addresses, --directories, --format, --config, --json, --markdown) and the callidescope.config.ts they read alongside, covering depth, breadth, and spread limits, call-stack entry points, exclusions and ignored callees, the workspace's module…

0 yesterday A 170 tokens original MIT

callidescope-trace

04

JimmyPaolini/codebase

Skill Claude CodeCodex

Run callidescope and read what it printed — a whole-workspace trace, or the depth and breadth commands against one or more callables, each addressed as file#qualified-name. Use when running callidescope or npx callidescope, when reading a call stack, a module-spread row, a breadth row, or a possibly-misplaced row…

0 yesterday A 138 tokens original MIT

callidescope-triage

05

JimmyPaolini/codebase

Skill Claude CodeCodex

Act on a callidescope run that failed — a depth gate that reported a stack over the limit, a breadth gate, a stale committed report, a module-spread or possibly-misplaced finding, a rejected command line, or a configuration refused before anything was traced. Use when callidescope exits non-zero, when a call stack got…

0 yesterday A 120 tokens original MIT

checkout-branch

06

JimmyPaolini/codebase

Skill Claude CodeCodex

Create and validate Git branch names following this codebase's Conventional Commits naming convention. Use this skill when creating branches, renaming branches, or when asked about branch naming rules and validation.

0 yesterday A 42 tokens original MIT

code-review

07

JimmyPaolini/codebase

Skill Claude CodeCodex

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

0 yesterday A 94 tokens copy · 86% MIT

codebase-design

08

JimmyPaolini/codebase

Skill Claude CodeCodex

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

0 yesterday A 57 tokens copy · 100% MIT

JimmyPaolini/codebase

Skill Claude CodeCodex

Write or edit a codependix.config.ts — which graph types run, per-project overrides, include and exclude globs, the whole-workspace graph, and where each export lands. Use when a workspace has no codependix configuration yet, when a run produced no output because everything resolved to target none, when adding a JSON…

0 yesterday A 111 tokens original MIT

codependix-export

10

JimmyPaolini/codebase

Skill Claude CodeCodex

Run a codependix dependency graph export, choose between --check and --write, point a run at a workspace root or a configuration file, or read a Mermaid block or JSON graph it produced. Use when running codependix or npx codependix, when a run exits 0 having written nothing, when looking for a flag that selects one…

0 yesterday A 121 tokens original MIT

codependix-navigate

11

JimmyPaolini/codebase

Skill Claude CodeCodex

Read a committed codependix dependency graph to answer a question about a codebase before changing it — what depends on this project, what a rename or a signature change would touch, which modules a NestJS container really wires together, or whether a file-level import cycle is real. Use when scoping the blast radius…

0 yesterday A 114 tokens original MIT

codependix-triage

12

JimmyPaolini/codebase

Skill Claude CodeCodex

Act on a codependix run that failed or reported drift — a --check that reported stale exports, a project that failed its export, a missing anchor block, a NestJS container that failed to boot, a rejected command line, or a --write that produced no files at all. Use when codependix exits non-zero, when a committed…

0 yesterday A 113 tokens original MIT

codometer-configure

13

JimmyPaolini/codebase

Skill Claude CodeCodex

Write or edit a codometer.config.ts, declaring targets, limits, custom convention counters, exclusions, or output destinations. Use when a repository has no codometer configuration yet, when adding a size or count limit, when declaring a target for compiled or generated output, when counting a naming convention no…

0 yesterday A 97 tokens original MIT

codometer-measure

14

JimmyPaolini/codebase

Skill Claude CodeCodex

Run a codometer measurement, decide where its report goes, or read a badge block or JSON report it produced. Use when running codometer or npx codometer, choosing --write and --check flags, wiring codometer into a CI step, splicing a badge block into a README, or reading a codometer JSON report's metrics, limits, or…

0 yesterday A 92 tokens original MIT

codometer-triage

15

JimmyPaolini/codebase

Skill Claude CodeCodex

Act on a codometer limit breach, a stale committed report, or a run that failed outright. Use when a codometer --check exits non-zero, when a size or count limit was breached, when a committed report reads stale against a fresh measurement even though nothing changed, when a limit fails to bind or a target matches no…

0 yesterday A 90 tokens original MIT

commit-code

16

JimmyPaolini/codebase

Skill Claude CodeCodex

Write commit messages following this codebase's Conventional Commits standard with Gitmoji support. Use this skill when creating commits or when asked about commit message formatting.

0 yesterday A 35 tokens original MIT

JimmyPaolini/codebase

Skill Claude CodeCodex

Add or change a conformetry generator, and write the template it renders. Use when a needed generator does not exist yet; when editing a conformetry configuration file; when writing or changing files under a template directory; when choosing placeholders or naming-case variants; when a generated file came out with an…

0 yesterday A 92 tokens original MIT

JimmyPaolini/codebase

Skill Claude CodeCodex

Scaffold code with a conformetry generator instead of writing it by hand. Use when adding a module, component, service, application, or package to a workspace that has a conformetry configuration; when deciding whether a generator exists for the shape you are about to create; when a generator run overwrote or…

0 yesterday A 104 tokens original MIT

JimmyPaolini/codebase

Skill Claude CodeCodex

Run a conformetry conformance check and act on what it reports. Use when a conformetry-validate target fails; when a composite lint run reports conformance differences; when a report names a missing file, a missing declaration, a missing comment, an ambiguous instance, or an unmatched instance; when deciding whether…

0 yesterday A 97 tokens original MIT

create-pull-request

20

JimmyPaolini/codebase

Skill Claude CodeCodex

Create and manage pull requests following this codebase's conventions. Use this skill when creating PRs, opening PRs for review, writing PR descriptions, or asked about PR workflows and best practices.

0 yesterday A 44 tokens original MIT

diagnosing-bugs

21

JimmyPaolini/codebase

Skill Claude CodeCodex

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

0 yesterday A 40 tokens copy · 95% MIT

domain-modeling

23

JimmyPaolini/codebase

Skill Claude CodeCodex

Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.

0 yesterday A 34 tokens copy · 100% MIT

explore-codebase

24

JimmyPaolini/codebase

Skill Claude CodeCodex

Explore codebase files, patterns, and structure for a given topic. USE WHEN gathering implementation context before planning or executing tasks, when asked to research the codebase, or when a planning agent needs a Sub-Agent A (Codebase Research). Returns a Codebase Research Summary with relevant files, existing…

0 yesterday A 82 tokens original MIT