JimmyPaolini

60 mods across 1 repository, 0 stars between them.

gh-stack

25

JimmyPaolini/codebase

Skill Claude CodeCodex

Manages stacked PRs and splits multi-part work into reviewable branches with gh-stack. Use for stack creation, viewing, edits, push, submit, sync, rebase, merge, or checkout; when asked to split or isolate work for review; whenever a user mentions a stack, branch layers, dependent PRs, or gh stack; or when a stack is…

0 yesterday A 80 tokens copy · 100% MIT

github-issues

26

JimmyPaolini/codebase

Skill Claude CodeCodex

Create, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task issues, update existing issues, add labels/assignees/milestones, set issue fields (dates, priority, custom fields), set issue types, manage issue workflows, link issues, add…

0 yesterday A 141 tokens copy · 97% MIT

grill-me

27

JimmyPaolini/codebase

Skill Claude CodeCodex

A relentless interview to sharpen a plan or design.

0 yesterday A 14 tokens copy · 100% MIT

grill-with-docs

28

JimmyPaolini/codebase

Skill Claude CodeCodex

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

0 yesterday A 30 tokens copy · 100% MIT

grilling

29

JimmyPaolini/codebase

Skill Claude CodeCodex

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

0 yesterday A 38 tokens copy · 91% MIT

handle-errors

30

JimmyPaolini/codebase

Skill Claude CodeCodex

Apply codebase error handling patterns: Zod validation at boundaries, typed errors, early returns, and retry/backoff. Use when implementing error handling or input validation.

0 yesterday A 36 tokens original MIT

handoff

31

JimmyPaolini/codebase

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another agent to pick up.

0 yesterday A 19 tokens copy · 100% MIT

impeccable

32

JimmyPaolini/codebase

Skill Claude CodeCodex

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…

0 yesterday A 189 tokens copy · 95% MIT

implement

33

JimmyPaolini/codebase

Skill Claude CodeCodex

Implement a piece of work based on a spec or set of tickets.

0 yesterday A 16 tokens copy · 100% MIT

JimmyPaolini/codebase

Skill Claude CodeCodex

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

0 yesterday A 32 tokens copy · 95% MIT

learn-lessons

35

JimmyPaolini/codebase

Skill Claude CodeCodex

Retrospective skill that analyzes a coding agent session, a set of local changes, or a branch/pull request, then extracts reusable coding patterns, architectural decisions, and best practices — and writes them into skills and AGENTS.md so future agents apply the same patterns automatically. Primary use: capturing HOW…

0 yesterday A 139 tokens original MIT

JimmyPaolini/codebase

Skill Claude CodeCodex

Link workspace packages in monorepos (npm, yarn, pnpm, bun). USE WHEN: (1) you just created or generated new packages and need to wire up their dependencies, (2) user imports from a sibling package and needs to add it as a dependency, (3) you get resolution errors for workspace packages (@org/) like "cannot find…

0 yesterday A 124 tokens copy · 100% MIT

monitor-ci

37

JimmyPaolini/codebase

Skill Claude CodeCodex

Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this skill over native CI provider tools (gh, glab, etc.) for CI…

0 yesterday A 97 tokens copy · 100% MIT

nx-generate

38

JimmyPaolini/codebase

Skill Claude CodeCodex

Generate code using nx generators. INVOKE IMMEDIATELY when user mentions scaffolding, setup, structure, creating apps/libs, or setting up project structure. Trigger words - scaffold, setup, create a new app, create a new lib, project structure, generate, add a new project. ALWAYS use this BEFORE calling nxdocs or…

0 yesterday A 80 tokens copy · 100% MIT

nx-import

39

JimmyPaolini/codebase

Skill Claude CodeCodex

Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository.

0 yesterday C 45 tokens copy · 100% MIT

nx-plugins

40

JimmyPaolini/codebase

Skill Claude CodeCodex

Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.

0 yesterday A 37 tokens copy · 100% MIT

nx-run-tasks

41

JimmyPaolini/codebase

Skill Claude CodeCodex

Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.

0 yesterday A 40 tokens copy · 100% MIT

nx-workspace

42

JimmyPaolini/codebase

Skill Claude CodeCodex

Explore and understand Nx workspaces. USE WHEN answering questions about the workspace, projects, or tasks. ALSO USE WHEN an nx command fails or you need to check available targets/configuration before running a task. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What depends on…

0 yesterday A 90 tokens copy · 100% MIT

prototype

43

JimmyPaolini/codebase

Skill Claude CodeCodex

Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

0 yesterday A 39 tokens copy · 94% MIT

query-sql

44

JimmyPaolini/codebase

Skill Claude CodeCodex

Toolkit for interactively querying and exploring the local PostgreSQL database schema and data using the local psql client. Use when asked to write a SQL query, explore database schemas, inspect table structures, or execute local database queries. Relies on workspace default environment variables.

0 yesterday A 57 tokens original MIT

JimmyPaolini/codebase

Skill Claude CodeCodex

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.

0 yesterday A 38 tokens copy · 100% MIT

JimmyPaolini/codebase

Skill Claude CodeCodex

Review and update all project documentation to keep it accurate and current. Use this skill when asked to refresh, update, or audit documentation, README files, AGENTS.md files, skill descriptions, or any markdown docs across the codebase.

0 yesterday A 51 tokens original MIT

rename-branch

47

JimmyPaolini/codebase

Skill Claude CodeCodex

Rename a git branch. Analyzes changes against the main branch, decides on a conventional name, and executes the rename.

0 yesterday A 29 tokens original MIT

research

48

JimmyPaolini/codebase

Skill Claude CodeCodex

Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.

0 yesterday A 49 tokens copy · 100% MIT