eagle-skills
v3.0.4
Published
Skills and agents for Claude Code — 11 skills + 12 agents
Maintainers
Readme
███████╗░█████╗░░██████╗░██╗░░░░░███████╗ ░██████╗██╗░░██╗██╗██╗░░░░░██╗░░░░░░██████╗
██╔════╝██╔══██╗██╔════╝░██║░░░░░██╔════╝ ██╔════╝██║░██╔╝██║██║░░░░░██║░░░░░██╔════╝
█████╗░░███████║██║░░██╗░██║░░░░░█████╗░░ ╚█████╗░█████═╝░██║██║░░░░░██║░░░░░╚█████╗░
██╔══╝░░██╔══██║██║░░╚██╗██║░░░░░██╔══╝░░ ░╚═══██╗██╔═██╗░██║██║░░░░░██║░░░░░░╚═══██╗
███████╗██║░░██║╚██████╔╝███████╗███████╗ ██████╔╝██║░╚██╗██║███████╗███████╗██████╔╝
╚══════╝╚═╝░░╚═╝░╚═════╝░╚══════╝╚══════╝ ╚═════╝░╚═╝░░╚═╝╚═╝╚══════╝╚══════╝╚═════╝11 skills + 12 agents for Claude Code. Skills give Claude domain expertise via slash commands. Agents are autonomous reviewers that audit, fix, and re-review your code.
Token saver
Eagle Skills includes a compact hook system that saves context window tokens by rewriting verbose Bash commands. 32 regex rules intercept commands like git log, docker ps, and test runners — replacing them with compact equivalents or filtering noisy output. Add your own rules with /eagle-compact-add. Full details →
Install
npm install -g eagle-skills
eagle-skills installOr run directly without installing:
npx eagle-skills installInteractive menu lets you pick what to install. Everything symlinks to ~/.claude/ — updates are instant via eagle-skills update.
Skills
Invoked via slash commands in Claude Code.
| Skill | Command | What it does |
|-------|---------|-------------|
| UX Review | /eagle-ux-review | Expert UX audits grounded in 65+ UX laws, with HTML/Word reports |
| Product Diagnostics | /eagle-product-diagnostics | Three-layer data validation: design intent + behavior + outcomes |
| Ad Review | /eagle-ad-review | Strategy-first ad creative review across any medium |
| Anti-Slop | /eagle-anti-slop | Detect and eliminate AI-generated slop in code, text, and design |
| Clean Doc | /eagle-clean-doc | Modern Word documents — Helvetica, monochrome, clean |
| Clean Sheet | /eagle-clean-sheet | Modern Excel spreadsheets — consistent styling, frozen headers |
| Multi-Stack Scaffolder | /eagle-multi-stack-scaffolder | Research-driven project scaffolding for 13+ stacks |
| CLAUDE.md | /eagle-claude-md | Lean project CLAUDE.md + LLM Wiki + Obsidian vault integration |
| Bootstrap | /eagle-bootstrap | One-time global setup: behavioral rules, hooks, vault config |
| Feature Flow | /eagle-feature-flow | Structured dev workflow: plan, build, test, review, anti-slop, commit |
| Compact Add | /eagle-compact-add | Review and add new rules to the compact token saver |
Agents
Dispatched by Claude's Agent tool. Ask Claude to run one by name, or describe what you need — Claude picks the right specialist.
| Agent | Category | What it does | |-------|----------|-------------| | Spectral Plan | lifecycle | Scopes features, evaluates approaches, produces implementation plans | | Spectral Investigate | lifecycle | Root-cause debugging — traces code paths, tests hypotheses, fixes | | Spectral Ship | lifecycle | Pre-ship pipeline — build/test/lint gates, diff review, PR creation | | Security Audit | review | Vulnerability hunting — injection, auth, data exposure, supply chain | | Architecture Review | review | Structural health — dependencies, coupling, cohesion, patterns | | Performance Review | review | Bottleneck analysis — memory leaks, N+1 queries, bundle bloat | | Code Quality | review | Readability, dead code, duplication, convention violations, test gaps | | UX Code Review | review | Frontend UX — loading states, error handling, form validation | | Accessibility Review | review | WCAG 2.1 AA — semantic HTML, ARIA, keyboard nav, contrast | | API Review | review | Endpoint consistency, contracts, error handling, versioning | | Data Integrity | review | Race conditions, partial writes, missing transactions | | Database Review | review | Schema design, query performance, migrations, indexes |
CLI
eagle-skills install # Interactive installer
eagle-skills update # Pull latest (symlinks update in place)
eagle-skills status # Show installed items, check for updates
eagle-skills usage # Show inputs, outputs, and examples
eagle-skills uninstall # Remove everythingDocs
| Topic | Link | |-------|------| | Installation guide | docs/installation.md | | All agents reference | docs/agents.md | | Compact hook system (token saver) | docs/compact-hook.md | | The three-skill pipeline | docs/pipeline.md | | UX Review methodology | docs/ux-review-methodology.md | | Product Diagnostics methodology | docs/product-diagnostics-methodology.md | | Ad Review methodology | docs/ad-review-methodology.md |
Prerequisites
- Claude Code installed
ffmpeg— required for video input in UX Review and Ad Review (brew install ffmpeg)imagemagick— optional, for Ad Review thumbnail generation (brew install imagemagick)
License
MIT
