eagle-claude-md

Generate a minimal CLAUDE.md and bootstrap an LLM Wiki with Obsidian symlinks.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/letxbrace-droid/inrunparis --skill eagle-claude-md
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: eagle-claude-md
Source: https://github.com/letxbrace-droid/inrunparis/tree/main/.agents/skills/eagle-claude-md
Command: npx skills add https://github.com/letxbrace-droid/inrunparis --skill eagle-claude-md

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of onboarding to a new codebase without a project-specific CLAUDE.md and without the supporting LLM Wiki and skill/agent setup, which slows down effective work and causes rule duplication.

Core Features & Use Cases

  • Generates a minimal, project-specific CLAUDE.md: creates or updates CLAUDE.md with only unique project info while avoiding duplication of global rules from ~/.claude/CLAUDE.md.
  • Bootstraps an LLM Wiki: creates raw/ and wiki/ directories (index, log, summaries, concepts, entities, syntheses) to centralize knowledge for the project.
  • Links an Obsidian vault: creates or verifies a symlink from the project wiki into the user's Obsidian vault, if the vault path is available and Obsidian is installed.
  • Installs eagle-skills (skills + agents): clones/pulls eagle-skills and symlinks the required skill directories and agent markdown files into ~/.claude.

Quick Start

Ask the AI to run the eagle-claude-md onboarding for the current repository.

Frequently Asked Questions about eagle-claude-md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a project-specific CLAUDE.md for a new repository?▼

Bootstrapping an LLM Wiki creates a structured knowledge base using raw/ and wiki/ directories containing index, log, summaries, concepts, entities, and syntheses files to centralize project knowledge.

Can I link my project wiki to an Obsidian vault?▼

Yes, you can link your project wiki to an Obsidian vault. The skill creates or verifies a symlink from the project wiki into your Obsidian vault if the vault path is available and Obsidian is installed.

How do I install eagle-skills and agents into my Claude environment?▼

Installing eagle-skills clones or pulls the repository and symlinks the required skill directories and agent markdown files into ~/.claude, ensuring eagle-skills installs and reaches expected counts.

What happens if I run project onboarding documentation setup multiple times?▼

Running project onboarding documentation setup multiple times is safe because the skill is idempotent, meaning it applies changes without duplicating existing global CLAUDE.md rules or overwriting valid symlinks.

When do I need to bootstrap an LLM Wiki and CLAUDE.md?▼

You need to bootstrap an LLM Wiki and CLAUDE.md during new project setup, codebase onboarding, and when a repository lacks CLAUDE.md before significant work begins to prevent slowed effective work.