andersondelmondes

Caveman Init — Development skill for Claude Code

Development community

Drop the always-on caveman activation rule into the current repo for every IDE agent.

How to install Caveman Init

Installs to ~/.claude/skills/andersondelmondes-claude.ai-caveman-caveman-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/andersondelmondes-claude.ai-caveman-caveman-init && curl -fsSL https://raw.githubusercontent.com/andersondelmondes/Claude.AI-Caveman/HEAD/commands/caveman-init.md -o ~/.claude/skills/andersondelmondes-claude.ai-caveman-caveman-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Caveman Init does


description: Drop the always-on caveman activation rule into the current repo for every IDE agent argument-hint: "[--dry-run|--force] [--only ]"

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

Alternatives in Development

  • Claude Coder — Kodu is an autonomous coding agent that lives in your IDE 5.2k ★
  • Claudecode.nvim — A Claude Code Neovim IDE Extension 2.3k ★
  • 13 Bridge IDE — Prompt 13: Bridge Layer (VS Code / JetBrains IDE Integration) 2.3k ★

Full documentation available on GitHub

View Source Repository