5umm3r

Orca Init — Development skill for Claude Code

Development community

Install the generic "Orca worktree rules" block in this repository.

How to install Orca Init

Installs to ~/.claude/skills/5umm3r-orca-dev-ops-orca-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/5umm3r-orca-dev-ops-orca-init && curl -fsSL https://raw.githubusercontent.com/5umm3r/orca-dev-ops/HEAD/commands/orca-init.md -o ~/.claude/skills/5umm3r-orca-dev-ops-orca-init/SKILL.md

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

What Orca Init does


description: Install the generic "Orca worktree rules" block in this repository allowed-tools: Bash(sh:*), Read

Run `${CLAUDE_PLUGIN_ROOT}/scripts/orca-init.sh` to install the generic rules block for child worktrees in the current repository's `.claude/CLAUDE.md`.

Steps:

  1. Run it without arguments.

    sh "${CLAUDE_PLUGIN_ROOT}/scripts/orca-init.sh"
  2. Branch on the exit code.

    • 0.claude/CLAUDE.md was created, updated, or left unchanged. Report the ou

Alternatives in Development

  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • Clean Worktree (Interactive) — Interactive cleanup of worktrees: lists merged/stale branches and asks confirmation before deleting 25.5k ★
  • Worktree Cleanup — Remove worktrees and branches that have been merged: $ARGUMENTS 23.4k ★

Full documentation available on GitHub

View Source Repository