Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 598 Bytes

File metadata and controls

36 lines (26 loc) · 598 Bytes

cc-patcher

Patch Claude Code to load AGENTS.md / agents.md and skills from .agents/skills alongside Claude Code's native .claude/skills locations. Prevents claude lock in and less sym links.

Build

bun install
bun run build

Publish

npm publish

Usage

cc-patcher patch
cc-patcher status
cc-patcher claude --dangerously-skip-permissions

Shell alias for auto update

alias claude='cc-patcher claude'

If needed, point the wrapper at the real Claude binary:

export CC_PATCHER_REAL_CLAUDE="$HOME/.local/bin/claude"