By krmcbride
Essential tooling for discovering docs, cleaning up code, deep thinking (ultraplan), and systematic code review.
Amend the last commit with an improved subject and body following conventional commit best practices
Conduct systematic multi-step code review with severity-classified findings and actionable fixes
Multi-perspective analysis using for, against, and neutral viewpoints to reach informed decisions through blinded consensus.
Conduct deep systematic investigation of complex problems using multi-step analysis with confidence tracking
Delegate repetitive tasks to specialized agent to preserve context. Use when user asks to fix linting errors, fix diagnostics, rename variables across files, update imports, fix formatting issues, or perform other mechanical bulk changes across multiple files.
Find real-world code examples across millions of GitHub repositories. Use when the user wants to see how others implement something, find usage patterns, or discover code examples in the wild.
Look up library and framework documentation. Use when the user asks about API docs, library usage, framework features, or mentions specific libraries/packages by name.
Fetch GitHub issues, PRs, repo contents, and code using the gh CLI. Use when the user shares GitHub URLs (issues, PRs, repos, source files) or asks about GitHub content. The gh CLI provides complete content that web fetching often misses due to JavaScript rendering.
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A personal plugin marketplace for Claude Code featuring essential tools for deep investigation, systematic code review, documentation lookup, and code maintenance.
/plugin marketplace add krmcbride/claude-plugins
/plugin marketplace list krmcbride
/plugin install essentials@krmcbride
# Restart Claude Code to activate
Essential tooling for discovering docs, cleaning up code, deep thinking (ultraplan), and systematic code review.
Features:
Systematic multi-step investigation of complex problems with confidence-based progression.
/ultraplan I need help designing a better architecture for...
What it does:
Multi-step code review with severity-classified findings and actionable fixes.
/codereview src/auth.py src/middleware.py
What it does:
Focus areas:
Best for:
Fetches library documentation via Context7's HTTP API using the "code execution" pattern.
What it does:
Why code execution? Instead of always loading MCP tool definitions into context, Claude writes API calls only when needed—reducing context usage and demonstrating the pattern from Anthropic's code execution blog post.
Find real-world code examples across millions of GitHub repositories using grep.app.
What it does:
Complements documentation-lookup: While documentation-lookup fetches official docs, code-examples finds real-world usage in production code.
Mechanical code maintenance specialist for tedious cleanup work.
What it does:
Analyze complex decisions from multiple viewpoints using specialized debate agents.
/consensus Should we migrate to microservices?
What it does:
This marketplace follows the Claude Code plugin specification.
Structure:
.claude-plugin/
marketplace.json # Marketplace manifest
essentials/
.claude-plugin/
plugin.json # Plugin manifest
commands/ # Custom slash commands
agents/ # Specialized subagents
skills/ # Proactive capabilities
.mcp.json # MCP server configurations
npx claudepluginhub krmcbride/claude-pluginsObservability and monitoring integrations
Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work. This is followed by Plan, then Execute.
Curated skills for Claude Code and Codex power users - tool selection, workflow optimization, and productivity
Deep analysis mode with extended reasoning for complex problems
Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work. This is followed by Plan, then Execute.
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.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.