By revmischa
Code analysis tools: /analyze command with bug-finder, code-simplifier, and type-checker agents
npx claudepluginhub revmischa/claude-code --plugin code-analysisFind subtle bugs, edge cases, and potential failure modes in recently written code. Use after implementing a feature to stress-test the logic. Excels at adversarial thinking.
Analyze code for simplification opportunities: abstractions, unnecessary complexity, more elegant solutions. Use after writing substantial code to ensure it's as clean and maintainable as possible.
Improve type safety: add hints, replace Any with narrow types, introduce TypeVars/generics, resolve type: ignore markers. Use after writing code or when refactoring to ensure maximum type safety.
Internal Claude Code extensions for METR employees.
Add the marketplace:
/plugin marketplace add METR/claude-code
Install plugins:
/plugin install datadog-mcp@metr-claude-code
/plugin install code-analysis@metr-claude-code
Datadog monitoring integration via MCP. Provides tools for:
Requirements:
DD_API_KEY and DD_APP_KEY environment variablesuv package managerCode analysis tools for improving code quality.
Command:
/analyze - Run type-checker, bug-finder, and code-simplifier on recent changesAgents:
bug-finder - Find subtle bugs, edge cases, and potential failure modescode-simplifier - Identify unnecessary complexity and simplification opportunitiestype-checker - Improve Python type safetyAdd new plugins to the plugins/ directory following the existing structure:
plugins/
your-plugin/
.claude-plugin/
plugin.json
skills/
commands/
agents/
hooks.json (optional)
Then add an entry to .claude-plugin/marketplace.json.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Uses power tools
Uses Bash, Write, or Edit tools
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Performance optimization suite with profiling, bundle analysis, and speed improvement tools
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement