Expert-level development assistance for architecture, code review, system design, and technical leadership
npx claudepluginhub kjgarza/marketplace-claude --plugin senior-software-developerConduct a comprehensive architecture review of your codebase, evaluating system design, scalability, maintainability, and adherence to best practices. This command provides senior-level analysis with actionable recommendations.
Perform a thorough, senior-level code review focusing on design, maintainability, performance, security, and best practices. Provides constructive feedback with specific suggestions for improvement.
Create a comprehensive, risk-mitigated strategy for refactoring legacy code or large-scale architectural changes. This command helps plan refactoring that can be done incrementally without breaking production systems.
Design a robust, scalable system from scratch or plan major architectural changes. This command guides you through senior-level system design considerations including requirements, architecture, scalability, reliability, and tradeoffs.
Conduct a comprehensive audit of technical debt across your codebase, prioritizing issues and creating a roadmap for addressing accumulated debt. This command helps identify, quantify, and prioritize technical debt for systematic reduction.
Scaffold and setup Chrome MV3 extensions using WXT framework with React, TypeScript, and shadcn-UI. Use when creating new browser extensions, setting up content scripts, background service workers, side panels, popups, or configuring native messaging. Supports Google Docs/Overleaf integrations, DOM extraction, and cross-context communication patterns.
Generate AI-friendly Python CLIs using Click, Pydantic, and uv. Use when user wants to create a new CLI tool that follows best practices for agentic coding environments.
Detect common code smells and anti-patterns providing feedback on quality issues a senior developer would catch during review. Use when user opens/views code files, asks for code review or quality assessment, mentions code quality/refactoring/improvements, when files contain code smell patterns, or during code review discussions.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Generate production-ready monorepo structures for full-stack applications including frontends (Next.js, React), APIs (Hono, Express), and data pipelines. Use when creating new monorepo projects, scaffolding multi-project architectures (web apps, APIs, workers, CLI tools), setting up shared packages, or configuring workspace tooling with Bun, PNPM, or Yarn.
Identify security vulnerabilities and anti-patterns providing feedback on security issues a senior developer would catch. Use when user mentions security/vulnerability/safety concerns, code involves user input/authentication/data access, working with sensitive data (passwords/PII/financial), code includes SQL queries/file operations/external API calls, user asks about security best practices, or security-sensitive files are being modified (auth, payment, data access).
Identify performance issues and bottlenecks suggesting optimizations a senior developer would recommend. Use when user mentions performance/optimization/speed issues, asks "why is this slow?" or similar questions, code contains obvious performance anti-patterns (N+1 queries, unnecessary loops, etc.), user works on performance-critical code paths, performance profiling shows bottlenecks, or large data processing or database operations detected.
Comprehensive guide for creating VS Code extensions from scratch, including project scaffolding, API usage, activation events, and packaging. Use when user wants to create/build/generate/develop a VS Code extension or plugin, asks about VS Code extension development, needs help with VS Code Extension API, discusses extension architecture, wants to add commands/webviews/language support, or mentions scaffolding a VS Code project.
A collection of useful Claude Code plugins for development workflows, research, and productivity.
Add this marketplace to your Claude Code installation:
/plugin marketplace add kjgarza/marketplace-claude
Or via the CLI:
claude plugin marketplace add kjgarza/marketplace-claude
| Plugin | Category | Description |
|---|---|---|
| kjgarza-base | utilities | Base MCP server configuration with puppeteer, fetch, sequential thinking, and context7 documentation servers |
| scholarly-comms-researcher | documentation | Expert agent for scholarly communication research with Dimensions database integration and academic search capabilities |
| senior-software-developer | development | Expert-level development assistance for architecture, code review, system design, and technical leadership |
| kjgarza-product | productivity | Product management toolkit with document processing, integrations, and research capabilities |
After adding the marketplace, install individual plugins:
/plugin install kjgarza-base@marketplace-claude
/plugin install scholarly-comms-researcher@marketplace-claude
/plugin install senior-software-developer@marketplace-claude
/plugin install kjgarza-product@marketplace-claude
Foundation plugin with MCP server configurations for:
Skills: project-scaffold, skill-creator
Expert agent for academic research and scholarly communication:
Skills: literature-review, scholar-evaluation, scientific-brainstorming, scientific-critical-thinking, scientific-visualization, scientific-writing, scikit-survival
Senior engineering expertise for:
Commands: /architecture-review, /code-review, /system-design, /refactor-strategy, /technical-debt-audit
Skills: chrome-extension-builder, cli-generator, detect-code-smells, mcp-builder, monorepo-generator, security-pattern-check, suggest-performance-fix, vscode-extension-builder
Product management toolkit:
Commands: /create-prd, /create-user-stories, /analyze-intel, /analyze-feature-request, /prioritize-backlog, /plan-usability-test, /facilitate-design-critique, /search-user-research
Agents: product-manager, scholarly-comms-researcher, senior-dev-advisor
MIT License - see LICENSE.md for details.
Kristian Garza (@kjgarza)
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement