DJRHails

60 mods across 1 repository, 2 stars between them.

differential-review

26

DJRHails/dotfiles

Skill Claude CodeCodex

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and prevents security regressions.

2 7d ago A 61 tokens copy · 84% MIT

discord

27

DJRHails/dotfiles

Skill Claude CodeCodex

Agent settings configuring data, sops.

2 7d ago A 0 tokens original MIT

emil-design-eng

28

DJRHails/dotfiles

Skill Claude CodeCodex

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

2 7d ago A 35 tokens copy · 95% MIT

find-skills

29

DJRHails/dotfiles

Skill Claude CodeCodex

Discover and install NEW agent skills from the open skills ecosystem (npx skills, skills.sh). Use when the user explicitly asks to find, search for, or install a skill ("find a skill for X", "is there a skill that can..."), or wants to extend agent capabilities with new skills. Do NOT use for general "how do I do X"…

2 7d ago A 86 tokens original MIT

frontend-design

30

DJRHails/dotfiles

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2 7d ago A 43 tokens copy · 86% MIT

frontend-slides

31

DJRHails/dotfiles

Skill Claude CodeCodex

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

2 7d ago A 63 tokens original MIT

gantry-cli

32

DJRHails/dotfiles

Skill Claude CodeCodex

Agent settings configuring data, sops.

2 7d ago A 0 tokens original MIT

github-actions

33

DJRHails/dotfiles

Skill Claude CodeCodex

Conventions for GitHub Actions workflow YAML in DJRHails repos — self-hosted taffy runners by default (GitHub-hosted minutes are billed), the fork guard for public repos, hermetic tooling because the runner has no sudo, and the cases that deliberately stay hosted. READ THIS BEFORE writing or editing any file under…

2 7d ago B 96 tokens original MIT

grilling

34

DJRHails/dotfiles

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.

2 7d ago A 38 tokens copy · 100% MIT

handoff

35

DJRHails/dotfiles

Skill Claude CodeCodex

Write a path-free, clipboard-ready handoff prompt that lets another agent investigate, discuss, or pick up a specific task.

2 7d ago A 28 tokens copy · 94% MIT

import-papers

36

DJRHails/dotfiles

Skill Claude CodeCodex

Process PDFs in research/dump/, extract metadata, generate bibtex entries, and move files to research/papers/. Use when importing research papers or managing a paper bibliography. Only applies inside a checkout that has research/dump/ and research/papers.bib, and requires the pdftotext CLI (poppler-utils) — skip on…

2 7d ago A 76 tokens original MIT

instrument-agent

37

DJRHails/dotfiles

Skill Claude CodeCodex

Set up Raindrop AI traces for an agent and verify they flow into Workshop.

2 7d ago A 20 tokens copy · 95% MIT

interactive-cli

38

DJRHails/dotfiles

Skill Claude CodeCodex

Control interactive CLI processes across multiple turns using tmux. Use when a command requires interactive input (y/n prompts, confirmations, menu selection, pdb, REPL, etc.) — any program that reads from stdin and cannot be run non-interactively. If a command fails with EOFError or hangs waiting for input, use this…

2 7d ago A 70 tokens original MIT

mcporter

39

DJRHails/dotfiles

Skill Claude CodeCodex

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

2 7d ago A 41 tokens copy · 80% MIT

merge-queue

40

DJRHails/dotfiles

Skill Claude CodeCodex

Rescue PRs that are stuck in a GitHub merge queue. Use when a PR can't be force-pushed, gh pr merge --auto says "already queued", or Vercel preview fails because of a commit-email mismatch. Covers dequeue via GraphQL, force-push, re-enable automerge, and the Vercel commit-email diagnosis.

2 7d ago A 77 tokens original MIT

ml-paper-writing

41

DJRHails/dotfiles

Skill Claude CodeCodex

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

2 7d ago A 65 tokens original MIT

notion

42

DJRHails/dotfiles

Skill Claude CodeCodex

Fetch Notion pages as Markdown from the CLI using your existing browser session cookies — no per-page integration grants. Search workspaces, list logged-in identities across browser profiles. Use when the user references a Notion page URL/ID, says "import this Notion page", asks to search Notion, or wants to inspect…

2 7d ago A 76 tokens original MIT

patch-stack-action

43

DJRHails/dotfiles

Skill Claude CodeCodex

Manage patch-stack forks — setup, daily patch editing, and sync workflows. Use when a repo references DJRHails/patch-stack-action, has commits prefixed "patch-stack:", or has patch/ branches.

2 7d ago A 46 tokens original MIT

playwriter

44

DJRHails/dotfiles

Skill Claude CodeCodex

Control the user own Chrome browser via Playwriter extension with Playwright code snippets in a stateful local js sandbox via playwriter cli. Use this over other Playwright MCPs to automate the browser — it connects to the user's existing Chrome instead of launching a new one. Use this for JS-heavy websites…

2 7d ago A 99 tokens original MIT

pr-comments

45

DJRHails/dotfiles

Skill Claude CodeCodex

Fetch, triage, and address PR review comments for the current branch. Use when asked to check PR comments, address review feedback, fix PR comments, or pull PR comments.

2 7d ago A 39 tokens original MIT

process-transcript

46

DJRHails/dotfiles

Skill Claude CodeCodex

Transform video/podcast transcripts into structured, dense notes following KB style guide. Extracts key concepts, quotes, actionable advice, and frameworks. Use when the user provides a transcript (video, podcast, interview, talk) and wants it turned into notes, a summary, or key takeaways.

2 7d ago A 63 tokens original MIT

prose-conventions

47

DJRHails/dotfiles

Skill Claude CodeCodex

Writing style conventions for prose, essays, and non-fiction. Apply when writing or editing text. Covers voice, sentence structure, AI patterns to avoid, and editorial principles.

2 7d ago A 39 tokens original MIT

python-conventions

48

DJRHails/dotfiles

Skill Claude CodeCodex

Python coding conventions, modern tooling, and project setup. Apply when writing or reviewing Python code, creating projects, writing scripts, or migrating from legacy tools. Covers uv, ruff, ty, type hints, code structure, async, testing, and project configuration.

2 7d ago A 57 tokens original MIT