dev
25Skill Claude CodeCodex
End-to-end autonomous development: goal → plan → TDD → implement → validate → PR → address feedback → wait for merge → close tracking. Human approves plan and merge only. Example: /dev implement rate limiting.
Skill Claude CodeCodex
End-to-end autonomous development: goal → plan → TDD → implement → validate → PR → address feedback → wait for merge → close tracking. Human approves plan and merge only. Example: /dev implement rate limiting.
Skill Claude CodeCodex
Wrap up after implementation: cleanup, devchecks, e2e, changelog, PR ready, monitor feedback, wait for merge. Use when joining mid-flow after implementation. /dev does this automatically.
Skill Claude CodeCodex
Ticket kickoff only (setup + plan + draft PR + failing tests). Use /dev for the full autonomous pipeline. Accepts goal or Trello card. Example: /start-ticket implement rate limiting.
Plugin Claude Code
Find flaws in plans, designs, and code.
Agent
Use this agent when the user wants aggressive critique, a devil's advocate perspective, or wants someone to find flaws in their work. Dispatch when the user asks you to tear apart an idea, steelman the opposite position, or asks 'what am I missing?' about something they're invested in. This agent investigates actively…
Skill Claude CodeCodex
This skill should be used when the user asks to "play devil's advocate", "tear this apart", "what am I missing", "steelman the opposite", "find the flaws", "strongest objection to this", "critique this aggressively", "attack this plan", "poke holes in this", or invokes "/devil" with or without a target argument.
Plugin Claude Code
Generate images using Gemini 3 Pro (Nano Banana Pro).
Command
Generate an image using Gemini 3 Pro (Nano Banana Pro).
Plugin Claude Code
Watch the current branch's PR and respond to CI failures, reviews, and conflicts.
Command
Watch the current branch's PR and respond to CI failures, reviews, and conflicts.
Skill Claude CodeCodex
This skill should be used when the user asks to "watch this PR", "monitor the PR", "keep an eye on CI", "watch for reviews", "babysit this PR", or wants autonomous PR monitoring that detects and responds to CI failures, review comments, and merge conflicts on the current branch's PR.
Plugin Claude Code
Interview-driven spec writing workflow — deep requirements gathering before implementation.
Skill Claude CodeCodex
This skill should be used when the user asks to "write a spec", "spec this out", "let's spec", "requirements gathering", "interview me about this feature", "define the requirements", or wants a structured interview-driven specification before implementation.
Plugin Claude Code
Track timestamps of user prompts and Claude responses for temporal context.
Plugin Claude Code
Opinionated dev workflow: brainstorming, debugging, TDD, verification, planning, code review, and agent coordination.
Skill Claude CodeCodex
This skill should be used when receiving code review feedback, requesting review before merging, or when completing a major feature. Covers both giving and receiving reviews with technical rigor.
Skill Claude CodeCodex
This skill should be used when encountering any bug, test failure, or unexpected behavior — before proposing fixes. Also appropriate when a previous fix attempt didn't work, when under time pressure to fix something, or when thinking 'just try changing X'.
Skill Claude CodeCodex
This skill should be used when facing 2+ independent tasks that can be worked on without shared state, or when coordinating subagent-driven implementation of a plan. Covers parallel dispatch and sequential task orchestration.
Skill Claude CodeCodex
This skill should be used when writing implementation plans for multi-step tasks, or when executing an existing written plan. Appropriate after a design is approved and before touching code, or when picking up a plan file to implement.
Skill Claude CodeCodex
This skill should be used when implementing any feature or bugfix, before writing implementation code. Also when fixing a bug without a regression test, or when tempted to 'write tests after'.
Skill Claude CodeCodex
This skill should be used when about to claim work is complete, fixed, or passing — before committing, creating PRs, or telling the user 'done'. Requires running verification commands and reading output before making success claims.
MCP server Claude CodeCodexCursor
MCP server for accessing Chromium browser data (tabs, history, bookmarks) from Brave, Chrome, and Chromium. Runs locally from the chromium-sync-mcp Python package.