Cursor Commands
October 17, 2025 ยท View on GitHub
Table of Contents
Overview
This document describes the .cursor/commands folder, which contains curated commands to streamline common tasks inside Cursor. Each command is a guided checklist or index that follows our Documentation Standards and workspace rules.
Available Commands
scripts-index
- Purpose: Show a categorized index of all
package.jsonscripts with descriptions, docs, prerequisites, expected outputs, and run the chosen script on request. - File:
.cursor/commands/scripts-index.md - Usage:
- The command first displays all sections (full index)
- You tell which script to run (and args)
- It runs via bash and reports results
lint-fix
- Purpose: Identify and fix lint issues (autofix) and verify via lint/build.
- File:
.cursor/commands/lint-fix.md - Usage:
- Run lint with autofix and follow-up lint/build checks as instructed in the command.
add-documentation
- Purpose: Add new or update existing documentation following standards.
- File:
.cursor/commands/add-documentation.md - Usage:
- Follow the steps and checklist; reference Documentation Standards.
Previous: Cursor
Next: Hygen