jd-solanki

26 mods across 1 repository, 2 stars between them.

add-diagnostic

01

jd-solanki/airig

Skill Claude CodeCodex

Add a new diagnostic code following the defineDiagnostics() conventions from nostics.

2 1mo ago A 18 tokens original MIT

jd-solanki/airig

Skill Claude CodeCodex

Automate GitHub release creation and changelog generation from Conventional Commits using changelogithub — includes GitHub release mechanics, tag-based triggers, required permissions, and fetch-depth gotcha. Use when setting up GitHub releases, generating changelogs from commits, using changelogithub, or configuring v…

2 1mo ago A 80 tokens original MIT

jd-solanki/airig

Skill Claude CodeCodex

Automate npm package publishing via GitHub Actions for single-package repos and independent monorepo packages, including bumpp version tags, GitHub release notes, trusted publishing, provenance, and package-scoped release tags. Use when setting up or modifying npm publish workflows, npm release pipelines, version…

2 1mo ago A 96 tokens original MIT

clean-code

04

jd-solanki/airig

Skill Claude CodeCodex

Write readable, maintainable code through disciplined naming, small functions, and clean error handling. Use when the user mentions "code review", "naming conventions", "function too long", "code smells", "readable code", "boy scout rule", "single responsibility", or "unit test quality". Also trigger when reviewing…

2 1mo ago A 120 tokens copy · 88% MIT

code-organisation

05

jd-solanki/airig

Skill Claude CodeCodex

Decide where code lives — the directory tree, module and package boundaries, and the layout inside a file. Use when starting a new project or directory tree, placing a new file/class/function, grouping code into modules or packages, splitting an oversized file or module, naming directories/packages/files, separating…

2 1mo ago A 78 tokens original MIT

codebase-design

06

jd-solanki/airig

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.

2 1mo ago A 57 tokens copy · 100% MIT

coding

07

jd-solanki/airig

Skill Claude CodeCodex

Composition skill which invokes sub-skills for coding tasks. It is a meta-skill that orchestrates the use of other coding-related skills.

2 1mo ago A 30 tokens original MIT

comment-code

08

jd-solanki/airig

Skill Claude CodeCodex

Write clear, useful in-code comments and documentation that capture what the code cannot say for itself. Use this skill whenever writing or revising comments, docstrings, interface/API documentation, function or class headers, or inline explanations — and whenever reviewing code for comment quality or being asked to…

2 1mo ago A 100 tokens original MIT

diagnosing-bugs

09

jd-solanki/airig

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.

2 1mo ago A 40 tokens copy · 95% MIT

domain-modeling

10

jd-solanki/airig

Skill Claude CodeCodex

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

2 1mo ago A 43 tokens copy · 91% MIT

git-commit

11

jd-solanki/airig

Skill Claude CodeCodex

A skill to commit changes to a git repository, following conventional commit format.

2 1mo ago A 19 tokens original MIT

grill-me

12

jd-solanki/airig

Skill Claude CodeCodex

A relentless interview to sharpen a plan or design.

2 1mo ago A 14 tokens copy · 100% MIT

grill-with-docs

13

jd-solanki/airig

Skill Claude CodeCodex

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

2 1mo ago A 30 tokens copy · 100% MIT

grilling

14

jd-solanki/airig

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

2 1mo ago A 36 tokens copy · 100% MIT

implement

15

jd-solanki/airig

Skill Claude CodeCodex

Implement a piece of work based on a PRD or set of issues.

2 1mo ago A 17 tokens copy · 100% MIT

jd-solanki/airig

Skill Claude CodeCodex

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

2 1mo ago A 32 tokens copy · 83% MIT

github-labels

17

jd-solanki/airig

Skill Claude CodeCodex

Select the correct GitHub labels for issues and pull requests in krutrimbox's Target Issue flow. Use when creating, updating, or reviewing GitHub issues or PRs, especially from the to-prd and to-issues workflows.

2 1mo ago A 52 tokens original MIT

node-cli

18

jd-solanki/airig

Skill Claude CodeCodex

Patterns and conventions for building Node.js CLI tools — src structure, entry point setup, Commander wiring, and update notifications. Use when creating or modifying a Node.js CLI, adding Commander commands, wiring update-notifier, or asking how to structure a CLI entry point or src directory.

2 1mo ago A 59 tokens original MIT

nostics

19

jd-solanki/airig

Skill Claude CodeCodex

Structured diagnostic code library for JavaScript/TypeScript. Turns errors and other conditions into typed, machine-readable Diagnostic instances with stable codes, docs URLs, and actionable fields. Use this skill whenever the project imports nostics, or works with defineDiagnostics/defineProdDiagnostics, the…

2 1mo ago A 211 tokens original MIT

review

20

jd-solanki/airig

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/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

2 1mo ago A 95 tokens copy · 100% MIT

tdd

21

jd-solanki/airig

Skill Claude CodeCodex

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

2 1mo ago A 33 tokens copy · 100% MIT

to-issues

22

jd-solanki/airig

Skill Claude CodeCodex

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

2 1mo ago A 53 tokens original MIT

to-prd

23

jd-solanki/airig

Skill Claude CodeCodex

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

2 1mo ago A 36 tokens original MIT

jd-solanki/airig

Skill Claude CodeCodex

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

2 1mo ago A 24 tokens copy · 100% MIT