Dev utilities and Claude Code plugins for the Luthien team
npx claudepluginhub luthienresearch/internal-utilsRecord footguns, edge cases, and non-obvious behaviors to project documentation
Manage Trello boards, lists, and cards via the Trello REST API
Overview of Luthien dev tools and team conventions
End-to-end autonomous development pipeline: goal → plan → TDD → implement → validate → PR → review loop → merge → close tracking
bash <(curl -fsSL https://raw.githubusercontent.com/LuthienResearch/internal-utils/main/install.sh)
Or if you already have Node.js: npx luthien-internal-utils
Interactive setup wizard for Luthien dev tools. Walks you through installing Claude Code plugins, MCP servers, and CLI utilities — each item is optional.
Installs the luthien CLI via pipx (pipx install luthien-cli) and optionally runs luthien onboard to set up the local AI Control gateway. If already installed, checks gateway health and offers to re-run onboarding if it's not running.
| Plugin | Source | Description |
|---|---|---|
context7 | official | Query library documentation and code examples |
slack | official | Search, read, and send Slack messages |
gotcha | this repo | Record footguns, edge cases, and non-obvious behaviors |
refactor-pass | this repo | Focused code cleanup with test verification |
trello | this repo | Manage Trello boards, lists, and cards |
luthien-meta | this repo | Overview of all Luthien tools (/luthien command) |
Run /luthien in Claude Code for an overview of available tools and conventions.
./scripts/publish.sh
Auto-bumps the patch version if it matches the current published version, builds, and publishes.
Create a directory under plugins/ with a plugin.json and skills/commands. See existing plugins for the structure. Publish a new version after adding.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.