概要
This skill implements a specialized Git architectural pattern that isolates AI-specific metadata, such as CLAUDE.md and .claude/ directories, from your project's production codebase. By utilizing a dedicated orphan 'context' branch and a nested worktree structure, it ensures that AI instructions and tooling never clutter your business logic or code reviews. This methodology provides a sophisticated separation of concerns, allowing developers to manage AI prompts and configurations independently while Claude Code maintains full visibility across both the configuration and the nested source code worktrees.