Skill Claude CodeCodex
Agent settings configuring data, sops.
Skill Claude CodeCodex
Agent settings configuring data, sops.
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.
Skill Claude CodeCodex
Agent settings configuring data, sops.
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.
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"…
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.
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.
Skill Claude CodeCodex
Agent settings configuring data, sops.
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…
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.
Skill Claude CodeCodex
Write a path-free, clipboard-ready handoff prompt that lets another agent investigate, discuss, or pick up a specific task.
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…
Skill Claude CodeCodex
Set up Raindrop AI traces for an agent and verify they flow into Workshop.
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…
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.
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.
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.
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…
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.
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…
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.
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.
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.
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.