An open-source toolkit that extends Claude Code and Codex with skills, review agents, and project-local governance hooks. Catch AI slop, control context drift, and ship cleaner code.

$ npm install -g eagle-skills

or run directly: npx eagle-skills install

Skills

15

Project workflows, reviews, governance, and tracking

Agents

13

Review specialists and lifecycle operators

Governance

6

Prompt, tool, stop, and compact hook gates

Targets

4

Claude Code, Codex, Grok, and Antigravity

// anti-slop

Slop is the gap between what a senior engineer writes at 2 AM and what an LLM produces. It compiles, it passes tests, but it's unnecessary weight.

  • Code smells — wrapper types, single-case enums, defensive guards, docstrings on 3-line helpers
  • Text smells — "delve into", "leverage", meta-commentary, hedge language
  • Design smells — AI startup gradients, glassmorphism, "Empower your business" headlines

// governance-hooks

Large projects need more than long instruction files. Eagle Skills now installs project-local hook gates that keep agents inside engineering guardrails.

  • Routing shimsAGENTS.md and CLAUDE.md stay compact
  • PreToolUse gates — risky commands are warned or blocked before execution
  • Stop gates — missing checks and high context risk block premature "done"
  • Context handoff — large sessions write restore receipts instead of drifting

// spectral-agents

13 agents that analyze your code through specialized lenses. Run one at a time or ask Claude to dispatch multiple in parallel.

  • Security audit, architecture, performance
  • Code quality, UX review, accessibility (WCAG 2.1 AA)
  • API design, database review, data integrity
  • Planner, debugger, pre-ship pipeline

// more-skills

Every skill installs as a symlink — lightweight, always up to date.

  • Governance — hook-backed engineering gates for large projects
  • Tracker — project-local work tracking and status hygiene
  • UX Review — structured user experience audit
  • Product Diagnostics — validate product decisions
  • CLAUDE.md Generator — project onboarding files
  • Bootstrap — one-time global environment setup