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.

/review

Code Review

Structured review of the selected diff or file: bugs, perf, security, readability.

/typescript

Convert to TypeScript

Convert JavaScript code to TypeScript with proper types.

/lint

Fix Lint Errors

Fix linting and formatting issues without changing behavior.

/fix-merge-conflicts

Fix Merge Conflicts

Fix all merge conflicts non-interactively and make the repo buildable.

/favicon

Generate Favicons

Generate favicons from a source image

/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.

/security

Security Audit

Audit selected code for exploitable vulnerabilities, with severity and fixes.

/visualize

Visualize Code

Use mermaid diagram to visualize the data lineage of the referenced code or project.

/commit

Write Commit Message

Generate a Conventional Commit message from the current diff.

/test

Write Tests

Scaffold tests for the selected code, matching your project's framework.

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!