This file points Codex to the Cursor Skills, Rules and Commands used in this repo.
- 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.
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 scopesfishβ Fish shell conventionsdotfilesβ Project guidelines (English, minimal config, Makefile for installs)johnny-decimalβ Johnny Decimal + PARA organizationmakefileβ Makefile structure and install workflowneovimβ LazyVim config and plugin layoutscriptsβ Bash scripts conventions