Cursor rule
When creating a user-level rule, check for overlapping project-level rules and offer to remove them.
Cursor rule
When creating a user-level rule, check for overlapping project-level rules and offer to remove them.
Cursor rule
Bootstrap direnv environment before running any shell commands in workspaces with .envrc.
Cursor rule
Markdown file organization — README.md at roots only, all other docs in docs/ folders.
Cursor rule
Use the gh CLI for all GitHub operations (PRs, issues, releases, API, Actions).
Cursor rule
Always ask user to confirm before creating git commits.
Cursor rule
Triage and maintain GitHub repos — issues, PRs, cherry-picks, releases, publishing.
Cursor rule
Always install the latest version of packages — never guess or hardcode versions.
Cursor rule
Follow markdownlint rules when writing or editing Markdown files.
Cursor rule
Never use sleep, for loops, or polling patterns to wait for commands. Use Shell tool's blockuntilms and terminal file reading instead.
Cursor rule
CRITICAL: Every Cursor workspace should have a sandbox-domains.txt file at the workspace root with an allowlist of network domains for sandbox commands.
Cursor rule
Use trash (del) instead of rm for file deletion on this machine.
Skill Claude CodeCodex
Ensures all shell commands run inside the project's Nix flake environment via direnv. Use when running any shell command in a workspace that has a .envrc and flake.nix, especially for pnpm, node, surreal, pulumi, or any tool provided by the flake.
Skill Claude CodeCodex
Find, download, and integrate low-poly 3D models (GLB/GLTF) for web projects. Use when the user needs 3D assets, furniture models, game assets, or asks about KayKit, poly.pizza, Kenney, Sketchfab, or Three.js models.
Skill Claude CodeCodex
Interact with GitHub via the gh CLI for PRs, issues, releases, Actions, and API calls. Use when performing any GitHub operation such as creating PRs, viewing issues, checking CI status, making API requests, or managing releases.
Skill Claude CodeCodex
Triage and maintain GitHub repositories — assess open issues/PRs, cherry-pick contributions, manage releases, and publish packages. Use when the user wants to catch up on a repo, review open issues, merge community PRs, cut a release, or publish to package registries.
Skill Claude CodeCodex
Write Markdown files that pass markdownlint with zero warnings. Use when creating or editing .md, .mdc, or .mdx files, writing documentation, updating README files, or creating Cursor rules and skills.
Skill Claude CodeCodex
Wait for commands and processes to complete without using sleep or polling loops in shell. Use when running any shell command that needs to wait for completion, start a dev server, or monitor a background process.
Skill Claude CodeCodex
Manage git worktrees for top-level repos and submodules in any workspace. Use when the user wants to work on multiple branches in parallel, create a worktree, check out a feature branch alongside main, fork a dependency as a submodule, or manage worktrees across submodules.