Slash command index

~ / Slash Commands

01 — index

Explicit, deterministic prompts you trigger by name. The right tool when you want it run exactly when you say so, across Cursor, Antigravity, Codex CLI, and Claude Code.

/commit-push-pr

Commit, Push & PR

Commit changes, push a feature branch, and open a GitHub pull request.

/typescript

Convert to TypeScript

Convert JavaScript code to TypeScript with proper types.

/create-pr

Create Pull Request

Push the current feature branch and open a GitHub pull request from existing commits.

/fix-tests

Fix Failing Tests

Run the project's JS/TS test suite, diagnose failures, and fix them until green.

/lint

Fix Lint Errors

Fix JS/TS linting and formatting issues without changing behavior.

/favicon

Generate Favicons

Generate favicons from a source image

/groom-github-pr

Groom GitHub PR

Rebase, squash commits, and refresh a GitHub PR title and description to match the latest diff.

/modernize-js

Modernize JavaScript

Rewrite selected code using modern JavaScript APIs available in current Node.js LTS and baseline browsers (2023+).

/deslop

Remove AI Code Slop

Clean up AI-generated code artifacts and maintain consistent style.

/fix-merge-conflicts

Resolve Merge Conflict

Enhanced prompt for Cursor's Resolve in Chat — three-way merge reasoning, propose before apply.

/update-deps

Update Dependencies

Update JS/TS dependencies within current semver ranges using the detected package manager.

/commit

Write Commit Message

Generate a Conventional Commit message from the current diff.

/pr-description

Write PR Description

Generate or refresh a GitHub PR title and description from the branch diff — no rebase or squash.

/yolo

YOLO Deploy

Commit and push on the current branch — fast path for personal projects.

Slash commands in a world of skills

Agents are shipping more skills, capabilities the model decides when to invoke. Slash commands are different. Reach for one when you want the exact prompt, run exactly when you say so.

01

You decide when

No model judgment about whether to run. You typed /commit, you get a commit message, with no detours, no ambient surprises.

02

Same prompt, every agent

One Markdown file works in Cursor, Codex CLI, Antigravity, and Claude Code, even when each ships different built-in skills.

03

Deterministic transformations

One-shot work with a scoped input and a predictable output: modernize this JS, write a Conventional Commit, generate favicons.

Suggest a command.

Have a useful command idea? Share your suggestions or request new slash commands on X.

Copied to clipboard!