agent-skills
01Plugin Claude Code
Reusable Claude Code agent skills — orchestration, code review, and workflow automation.
Plugin Claude Code
Reusable Claude Code agent skills — orchestration, code review, and workflow automation.
Command
Add new entries to project CHANGELOG.md following Keep a Changelog format.
Command
Please run coderabbit --prompt-only, let it run as long as it needs (run it in the background) and review any issues and determine if we should fix them or not.
Command
Interview me about a feature and make a plan.
Command
Interview me about a feature and make a linear project & issues.
Command
Interview me about the plan.
Command
run the dev server in the background.
Command
Update README and documentation with changes since last commit.
Skill Claude CodeCodex
Use when running a hierarchy of Claude Code orchestrators across multiple cmux workspaces — a single lead orchestrator that reads and drives several per-project sub-orchestrators over the cmux control plane, relays the human operator's decisions down, runs a continuous-digest or overnight-autonomous watch loop…
Skill Claude CodeCodex
Spin up an independent, autonomous Claude Code instance in a separate cmux pane that watches a GitHub PR end-to-end: it polls for new review comments and CI status, drives every check to green (fixing failures with tests, not just waiting), fixes each review comment with a failing-test-first change, and replies to…
Skill Claude CodeCodex
Control the cmux terminal multiplexer locally via its socket API and CLI. Use this skill when creating workspaces, splitting panes, sending text/keys to surfaces, posting notifications, setting sidebar status, or automating any cmux terminal operation.
Skill Claude CodeCodex
Use whenever you are an agent that needs to act on X/Twitter — post (with media), reply, build a thread, publish an article, read a timeline or search, manage bookmarks, or engage (like, repost, follow) — through the finch CLI or its bundled MCP server. Trigger on: "post this to X/Twitter", "reply to this tweet"…
Skill Claude CodeCodex
Use whenever you are an agent inside a multi-agent orchestration fleet (the conductor, a project-orchestrator, or a worker/builder seat) and need to report your own status so the level above you can see it, or need to check what your own children are doing right now. Trigger on: starting a new task, getting blocked…
Skill Claude CodeCodex
Daily Gmail triage toward inbox zero via the gog CLI — sorts unread mail in the inbox and a secondary "other inbox" label into Urgent/Reply Soon/Waiting/FYI buckets with a specific suggested action per email (Reply/Defer/Archive/Label/Delete), and never executes any of it without explicit approval. Use this whenever…
Skill Claude CodeCodex
Bulk-clear a secondary Gmail label ("oib" / "other inbox" in this guide) to zero via the gog CLI — groups every message under that label by sender/domain, proposes one action per group (remove the label, trash, or "needs judgment"), and only executes on explicit per-group approval. Use this when the user wants to…
Skill Claude CodeCodex
Triage personal WhatsApp unread chats via the wacli CLI, with a specific suggested action per chat (Reply/Defer/Archive/Mute/Mark read). Never sends, archives, mutes, or otherwise touches anything without explicit approval. Use this whenever the user asks to "check my WhatsApp," "triage my chats," or wants a pass on…
Skill Claude CodeCodex
Add a new entry to the project's CHANGELOG.md following the Keep a Changelog format and Semantic Versioning. Use when the user asks to "add a changelog entry", "update the changelog", "log this change", or runs /add-to-changelog with a version, change type, and message. Creates CHANGELOG.md if missing, adds the entry…
Skill Claude CodeCodex
Checks a GitHub, GitLab, or Perforce (p4) pull request (or merge request, or shelved changelist) for unresolved review comments, failing status checks, and incomplete PR descriptions. Waits for pending checks to complete, categorizes issues as actionable or informational, and optionally fixes and resolves them. Use…
Skill Claude CodeCodex
Runs a Greptile CLI review for the current local branch, installing or authenticating the CLI when needed, then summarizes JSON findings for the user. Use when the user wants Greptile feedback before opening a PR, outside a hosted PR review flow, or directly from a local checkout.
Skill Claude CodeCodex
Use after completing file changes - strongest for source code (AST-aware linting, security, tests), lighter support for markdown/config. Dispatches CodeRabbit reviewer subagent via the gob background runner. ALWAYS request review before considering work complete.
Skill Claude CodeCodex
Reorganize a Convex backend into per-domain folders — each domain owns convex/DOMAIN/schema.ts (exporting DOMAINTables, spread into the root schema) plus optional queries.ts / mutations.ts / model.ts, internal/private/public trust-tier subfolders, and an optional convex/DOMAIN/http.ts composed into the root http.ts.…
Skill Claude CodeCodex
Set up REMOTE execution of a focus-stealing Electron/GUI Playwright E2E suite so it runs on a remote headless Linux box (Xvfb virtual display) via crabbox + E2B, instead of opening real windows that steal the local machine's mouse and keyboard. Adds a test:e2e:remote script, a .crabbox.yaml, and a Dockerfile-built E2B…
Skill Claude CodeCodex
Iteratively improves a PR (GitHub), MR (GitLab), or shelved changelist (Perforce) until Greptile gives it a 5/5 confidence score with zero unresolved comments. Triggers Greptile review, fixes all actionable comments, pushes/re-shelves, re-triggers review, and repeats. Use when the user wants to fully optimize a…
Skill Claude CodeCodex
Analyze changes since the last git commit and update README.md, docs in /docs/, and CLAUDE.md/AGENTS.md to reflect new features, config, commands, and architectural changes. Use when the user asks to "update the docs", "sync the README", "document what changed", or runs /update-docs. No arguments — it detects changes…