Record footguns, edge cases, and non-obvious behaviors to project documentation
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.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOverview of Luthien dev tools and team conventions
Manage Trello boards, lists, and cards via the Trello REST API
End-to-end autonomous development pipeline: goal → plan → TDD → implement → validate → PR → review loop → merge → close tracking
npx claudepluginhub luthienresearch/internal-utils --plugin gotchaCommands for generating documentation and managing changelogs
Agents specialized in technical documentation and knowledge management. Focuses on documentation architecture and user-focused writing.
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Complete development toolkit - documentation, PRDs, design docs, debugging, PR workflows, and planning
Documentation quality validation: broken links, orphan docs, glossary, structure
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.