cdbattags

18 mods across 1 repository, 4 stars between them.

deduplicate-rules

01

cdbattags/ai

Cursor rule

When creating a user-level rule, check for overlapping project-level rules and offer to remove them.

4 6mo ago A 330 tokens original MIT

cdbattags/ai

Cursor rule

Bootstrap direnv environment before running any shell commands in workspaces with .envrc.

4 6mo ago A 563 tokens original MIT

documentation

03

cdbattags/ai

Cursor rule

Markdown file organization — README.md at roots only, all other docs in docs/ folders.

4 6mo ago A 369 tokens original MIT

gh-cli

04

cdbattags/ai

Cursor rule

Use the gh CLI for all GitHub operations (PRs, issues, releases, API, Actions).

4 6mo ago A 559 tokens original MIT

github-repo-triage

06

cdbattags/ai

Cursor rule

Triage and maintain GitHub repos — issues, PRs, cherry-picks, releases, publishing.

4 6mo ago A 459 tokens original MIT

cdbattags/ai

Cursor rule

Always install the latest version of packages — never guess or hardcode versions.

4 6mo ago A 257 tokens original MIT

cdbattags/ai

Cursor rule

Never use sleep, for loops, or polling patterns to wait for commands. Use Shell tool's blockuntilms and terminal file reading instead.

4 6mo ago A 318 tokens original MIT

sandbox-domains

10

cdbattags/ai

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.

4 6mo ago A 444 tokens original MIT

use-trash-not-rm

11

cdbattags/ai

Cursor rule

Use trash (del) instead of rm for file deletion on this machine.

4 6mo ago C 272 tokens original MIT

cdbattags/ai

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.

4 6mo ago B 66 tokens original MIT

find-3d-assets

13

cdbattags/ai

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.

4 6mo ago C 66 tokens original MIT

gh-cli

14

cdbattags/ai

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.

4 6mo ago A 53 tokens original MIT

github-repo-triage

15

cdbattags/ai

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.

4 6mo ago A 66 tokens original MIT

cdbattags/ai

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.

4 6mo ago A 48 tokens original MIT

process-monitoring

17

cdbattags/ai

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.

4 6mo ago A 44 tokens original MIT

submodule-worktree

18

cdbattags/ai

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.

4 6mo ago A 62 tokens original MIT