DJRHails/dotfiles

Automatically configure new devices with all the nice-to-haves

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

arxiv

01

DJRHails/dotfiles

Skill Claude CodeCodex

Search and retrieve academic papers from arXiv using their free REST API. No API key needed. Search by keyword, author, category, or ID. Combine with WebFetch or the ocr-and-documents skill to read full paper content.

2 7d ago C 52 tokens copy · 84% MIT

DJRHails/dotfiles

Skill Claude CodeCodex

Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.

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

blogwatcher

04

DJRHails/dotfiles

Skill Claude CodeCodex

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. Add blogs, scan for new articles, and track what you've read. Requires the blogwatcher CLI on PATH (installed via Go) — check command -v blogwatcher first and skip if it is not installed.

2 7d ago A 66 tokens original MIT

brainstorming

05

DJRHails/dotfiles

Skill Claude CodeCodex

You MUST use this before designing genuinely new features, components, or capabilities where the requirements are still open. Explores user intent, requirements and design before implementation. Not for bug fixes, refactors, or small well-specified changes — bias toward action applies there.

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

bro

06

DJRHails/dotfiles

Skill Claude CodeCodex

Restate the last message in plain human language, with no jargon.

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

cdn-upload

07

DJRHails/dotfiles

Skill Claude CodeCodex

Upload local files (figures, images, any asset) to the user's public CDN at cdn.hails.info (Cloudflare R2) and get back public https URLs. Use when an image/file needs a public URL — e.g. embedding a figure inline in a PRIVATE-repo GitHub PR/issue description (private-repo raw/blob links do NOT render; a public…

2 7d ago A 123 tokens original MIT

chrome-cdp

08

DJRHails/dotfiles

Skill Claude CodeCodex

Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome). Requires Node.js 22+ and a local Chromium-family browser with remote debugging enabled — check node --version before relying on this skill.

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

cmux-browser

09

DJRHails/dotfiles

Skill Claude CodeCodex

End-user browser automation with cmux. Use when you need to open sites, interact with pages, wait for state changes, and extract data from cmux browser surfaces. Requires the macOS cmux app — skip on hosts without a reachable cmux socket.

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

cmux-customization

10

DJRHails/dotfiles

Skill Claude CodeCodex

Customize cmux for an end user. Use when changing cmux.json actions, custom commands, workspace layouts, plus-button behavior, surface tab bar buttons, Command Palette entries, Dock controls, sidebar and app settings, shortcuts, notifications, browser routing, examples-library presets, or Ghostty-backed terminal…

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

cmux-diagnostics

11

DJRHails/dotfiles

Skill Claude CodeCodex

Run end-user cmux diagnostics. Use when cmux hooks, notifications, session restore, settings, browser automation, socket access, CLI control, or agent resume behavior is not working, or when the user asks for a cmux health check, doctor report, or support-safe debug summary. Requires the macOS cmux app — skip on hosts…

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

cmux-fork-session

12

DJRHails/dotfiles

Skill Claude CodeCodex

Fork the current agent session — Claude Code or pi — into a new cmux split pane (or tab): opens a split beside the caller, relaunches this session forked (claude --fork-session / pi --fork), titles it 'fork: ', and keeps that title. Use when the user asks to fork/duplicate/branch the current session into a new split…

2 7d ago A 137 tokens original MIT

DJRHails/dotfiles

Skill Claude CodeCodex

Guide and apply cmux keyboard shortcut customization. Use when the user asks to customize, rebind, unbind, reset, audit, or create shortcut templates for cmux, including tmux-style, Vim-style, terminal-first, browser-heavy, iTerm/Terminal-like, or agent-triage layouts. Requires the macOS cmux app — skip on hosts…

2 7d ago A 83 tokens copy · 97% MIT

cmux-markdown

14

DJRHails/dotfiles

Skill Claude CodeCodex

Open markdown files in a formatted viewer panel with live reload. Use when you need to display plans, documentation, or notes alongside the terminal with rich rendering (headings, code blocks, tables, lists). Requires the macOS cmux app — skip on hosts without a reachable cmux socket.

2 7d ago A 64 tokens copy · 92% MIT

cmux-rebuild

15

DJRHails/dotfiles

Skill Claude CodeCodex

Manage the user's durable dev sessions — zellij sessions on remote hosts (bonbon, taffy) reached over mosh, plus the local host's (trifle) own detached zellij sessions, surfaced as cmux tabs via ssh::durable / zellij::resume. Load when the user wants to rebuild/resurrect lost cmux durable surfaces after a cmux restart…

2 7d ago A 232 tokens original MIT

cmux-settings

16

DJRHails/dotfiles

Skill Claude CodeCodex

View and edit cmux settings in /.config/cmux/cmux.json. Use when the user wants to change cmux preferences (appearance, sidebar, notifications, automation, browser, shortcuts), set a value by JSON path, validate the file, open it in an editor, or look up which keys cmux recognizes. Triggers on '/cmux-settings'…

2 7d ago B 124 tokens copy · 97% MIT

cmux-workspace

17

DJRHails/dotfiles

Skill Claude CodeCodex

Work inside the current cmux workspace and terminal. Use for cmux workspace, current workspace, caller surface, panes, surfaces, socket targeting, and non-interfering cmux automation. Requires the macOS cmux app — skip on hosts without a reachable cmux socket.

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

cmux

18

DJRHails/dotfiles

Skill Claude CodeCodex

End-user control of cmux topology and routing (windows, workspaces, panes/surfaces, focus, moves, reorder, identify, trigger flash). Use when automation needs deterministic placement and navigation in a multi-pane cmux layout. Requires the macOS cmux app — skip on hosts without a reachable cmux socket.

2 7d ago A 68 tokens copy · 88% MIT

codename

19

DJRHails/dotfiles

Skill Claude CodeCodex

Suggest a codename for a project. Fetches naming philosophy from hails.info/writing/codenames, studies the project context, then proposes names that are suggestive (not descriptive), memorable, and free of pop culture references.

2 7d ago A 50 tokens original MIT

commit

20

DJRHails/dotfiles

Skill Claude CodeCodex

Read this skill before making git commits and pushing.

2 7d ago A 11 tokens original MIT

differential-review

22

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

23

DJRHails/dotfiles

Skill Claude CodeCodex

Agent settings configuring data, sops.

2 7d ago A 0 tokens original MIT

emil-design-eng

24

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