From luthien-meta
Overview of Luthien dev tools, plugins, MCP servers, and team conventions. Use when asking "what tools do we have", "how do I use X", or wanting an orientation to the Luthien dev environment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/luthien-meta:luthienThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Overview of tools and conventions for the Luthien team.
Overview of tools and conventions for the Luthien team.
/slack:summarize-channel, /slack:find-discussions, /slack:channel-digest, /slack:standup, /slack:draft-announcement./gotcha./refactor-pass or ask for a "cleanup pass"./trello or ask to "check trello".claude plugin add superpowersAccess the Seattle AI Safety Slack workspace via MCP tools. Provides slack_search_public, slack_read_channel, slack_send_message, and more.
Configured automatically by the setup wizard, or manually add to ~/.claude/settings.json:
{
"mcpServers": {
"slack-seattle-ai-safety": {
"type": "http",
"url": "https://mcp.slack.com/mcp",
"oauth": {
"clientId": "1601185624273.8899143856786",
"callbackPort": 3118
}
}
}
}
Standalone Python CLI for Trello. Install via the setup wizard or copy scripts/trello to your PATH.
Quick start:
TRELLO_API_KEY and TRELLO_TOKEN as env vars or edit the scripttrello boards to verify.worktrees/<branch>/)dev/context/ directories for persistent knowledge (learnings, decisions, gotchas)Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub luthienresearch/internal-utils --plugin luthien-meta