Create a new feature branch, open a draft implementation PR early, and continue implementation in the same PR using standardized templates.
10
AI 88
semantic-commit
graysurf3/16/2026
Commit staged changes using Semantic Commit format.
10
AI 86
delegate-parallel
graysurf3/16/2026
Decompose a multi-part goal into parallelizable tasks and execute them via parallel subagents, integrating and validating iteratively.
10
AI 82
chrome-devtools-debug-companion
graysurf3/16/2026
Use the chrome-devtools MCP server as a debugging companion to Playwright for browser-specific root-cause analysis (console, network, rendering, storage, and performance). Use when Playwright exposes...
10
AI 82
screen-record
graysurf3/16/2026
Capture recordings or screenshots for a window/display via the screen-record CLI (macOS 12+ and Linux).
10
AI 82
image-processing
graysurf4/1/2026
Validate SVG inputs and convert trusted SVG to png/webp/svg
10
AI 80
desktop-notify
graysurf3/8/2026
Send desktop notifications (macOS/Linux) with a project-title wrapper.
9
AI 89
agent-doc-init
graysurf3/8/2026
Initialize baseline agent-docs files safely for new repositories using dry-run-first workflow.
9
AI 88
sql-mysql
graysurf3/8/2026
Run MySQL queries via mysql client using a prefix + env file convention.
9
AI 88
graphql-api-testing
graysurf3/8/2026
Test GraphQL APIs with repeatable, file-based operations and variables under <project>/setup/graphql, with per-project endpoint presets in setup/graphql/endpoints.env, using the bundled api-gql CLI. U...
9
AI 88
playwright
graysurf3/8/2026
Automate a real browser via Playwright CLI using the wrapper script.
9
AI 88
semgrep-find-and-fix
graysurf3/8/2026
Scan a repo using its checked-in Semgrep configuration (local rules only), triage findings, and either fix the most severe issues or open a report-style PR. Use when a repo already has Semgrep config...
9
AI 85
ask-questions-if-underspecified
graysurf3/8/2026
Clarify requirements before implementing changes or plans when a request is underspecified. Use when objectives, scope, constraints, acceptance criteria, or environment details are unclear and you nee...
9
AI 85
close-bug-pr
graysurf3/8/2026
Merge and close a bug PR with gh after a quick PR hygiene review (title, required sections, testing notes) aligned with create-bug-pr. Use when the user asks to merge/close a bug PR, delete the remote...
9
AI 82
create-plan-rigorous
graysurf3/8/2026
Create an extra-thorough implementation plan (sprints + atomic tasks) and get a subagent review. Use when the user wants a more rigorous plan than usual.
9
AI 82
create-plan
graysurf3/8/2026
Create a comprehensive, phased implementation plan and save it under docs/plans/. Use when the user asks for an implementation plan (make a plan, outline the steps, break down tasks, etc.).
9
AI 78
semantic-commit-autostage
graysurf3/8/2026
Autostage (git add) and commit changes using Semantic Commit format for fully automated workflows where Codex owns the full change set and the user should not manually stage files.
9
AI 78
create-bug-pr
graysurf3/8/2026
Create a new bugfix branch, open a draft implementation PR early, and continue implementation in the same PR using standardized templates.