From caveman
Generates per-repo caveman activation rule files for all major IDE agents (Cursor, Windsurf, Cline, Copilot) with optional dry-run or force-overwrite.
How this command is triggered — by the user, by Claude, or both
Slash command
/caveman:caveman-init [--dry-run|--force] [--only <agent>]The summary Claude sees in its command listing — used to decide when to auto-load this command
Write the per-repo caveman rule files (Cursor, Windsurf, Cline, Copilot, AGENTS.md) into the current repo, then report the result. How to run the init script — pick the first that applies: 1. If `src/tools/caveman-init.js` exists in the current repo (you are inside a caveman checkout), run: `node src/tools/caveman-init.js $ARGUMENTS` 2. Otherwise download and run the standalone script (it is self-contained and supports stdin execution): `curl -fsSL https://raw.githubusercontent.com/JuliusBrussee/caveman/main/src/tools/caveman-init.js | node - $ARGUMENTS` Use `--dry-run` first if the user...
Write the per-repo caveman rule files (Cursor, Windsurf, Cline, Copilot, AGENTS.md) into the current repo, then report the result.
How to run the init script — pick the first that applies:
src/tools/caveman-init.js exists in the current repo (you are inside a caveman checkout), run: node src/tools/caveman-init.js $ARGUMENTScurl -fsSL https://raw.githubusercontent.com/JuliusBrussee/caveman/main/src/tools/caveman-init.js | node - $ARGUMENTSUse --dry-run first if the user did not pass --force, so we never silently overwrite an existing rule file.
npx claudepluginhub invidtiv/caveman/caveman-initGenerates per-repo caveman activation rule files for all major IDE agents (Cursor, Windsurf, Cline, Copilot) with optional dry-run or force-overwrite.
/tldr-initDrops always-on TLDR activation rule files for Cursor, Windsurf, Cline, Copilot, opencode, and AGENTS.md into the current repo. Supports --dry-run, --force, and --only flags.
/init-workspace-flow-rulesCreates IDE/OS/project-specific agent rule files for workspace customization if explicitly enabled (Phase 4 of init-workspace-flow). Skips otherwise.
/bm-initOnboards basemind into a repo by writing basemind.toml, gitignoring the cache, and injecting a rules block into CLAUDE.md / AGENTS.md / ai-rulez. Also supports capability selection and idempotent re-runs.
/ai-coding-configInteractively sets up or updates AI coding configurations for Claude Code, Cursor, Aider, and Continue. Detects tools, manages repo, guides plugin installation. Supports update argument.
/install-rulesInstalls Governor compact-mode rule files into a project for AI agents like Codex, Gemini, Cursor, Windsurf, or Cline. Supports --project, --agents all/codex/cursor, and --force via Python script.