AGENTS
01Agent
Global instructions for all projects. Project-specific AGENTS.md (or CLAUDE.md) files override these defaults.
Agent
Global instructions for all projects. Project-specific AGENTS.md (or CLAUDE.md) files override these defaults.
Command
Agent settings configuring data, sops.
Command
@source https://github.com/trailofbits/claude-code-config @description End-to-end: plan, implement, test, review, fix, push, and PR for a GitHub issue. @arguments $ISSUENUMBER: GitHub issue number to fix.
Command
@source https://github.com/trailofbits/claude-code-config @description Evaluate and merge dependabot PRs with parallel builds, dependency-aware batching, and transitive dep analysis. @arguments $REPO: GitHub org/repo (e.g., trailofbits/algo). $OPTIONS: Optional flags — "--skip-config-audit" skips Phase 0 (use in batch…
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.
Skill Claude CodeCodex
Clarify requirements before implementing. Use when serious doubts arise.
Skill Claude CodeCodex
Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.
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.
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.
Skill Claude CodeCodex
Restate the last message in plain human language, with no jargon.
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…
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.
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.
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…
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…
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…
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…
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.
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…
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'…
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.
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.
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.
Skill Claude CodeCodex
Read this skill before making git commits and pushing.