What problem does it solve?
Projects often start with missing or overly bloated CLAUDE.md files, causing assistants to duplicate global rules and waste context during onboarding.
Core Features & Use Cases
- Lean project onboarding: generates a minimal CLAUDE.md containing only project-unique identity, commands, architecture invariants, vocabulary, constraints, and conventions.
- Idempotent setup workflow: checks what already exists (global CLAUDE.md sections, wiki directories, CLAUDE.md sections, symlinks, and install state) and only adds what’s missing.
- LLM Wiki + Obsidian integration: bootstraps raw/wiki directory structure, creates starter wiki pages, and links the wiki into the user’s Obsidian vault when available.
- Eagle skills installation & linking: installs (via cloning/pulling) and symlinks the expected set of Eagle skills and agents for supported Claude Code targets.
Use case: Start a new repository or onboard an existing one so an AI assistant can immediately understand the repo without copying global guidance.
Quick Start
Use /eagle-claude-md to initialize a new CLAUDE.md and bootstrap the LLM Wiki and Obsidian vault link for the current project.