Skip to content

Latest commit

Β 

History

History
29 lines (21 loc) Β· 1.47 KB

File metadata and controls

29 lines (21 loc) Β· 1.47 KB

Cursor rules and commands

This file points Codex to the Cursor Skills, Rules and Commands used in this repo.

Agent behavior (scope)

  • Prefer small iterations. Do only what was asked; avoid expanding to "all" or "everything" unless the user explicitly says so.
  • Minimal scope. If the request could apply to one item or many (e.g. "migrate the X rule"), assume one and change only that item. If in doubt, ask.
  • No big refactors by default. Do not refactor or migrate other similar items in the same change; the user will ask for further steps if they want them.

Agent Skills

Skills live in .cursor/skills/. Each skill is a folder with a SKILL.md file. Codex and Claude see them via symlinks (.codex/skills β†’ .cursor/skills, .claude/skills β†’ .cursor/skills).

  • cli-tools β€” Prefer Rust-based CLI tools (eza, fd, rg, bat, etc.)
  • commits β€” Conventional Commits format and scopes
  • fish β€” Fish shell conventions
  • dotfiles β€” Project guidelines (English, minimal config, Makefile for installs)
  • johnny-decimal β€” Johnny Decimal + PARA organization
  • makefile β€” Makefile structure and install workflow
  • neovim β€” LazyVim config and plugin layout
  • scripts β€” Bash scripts conventions

Cursor Commands