By stilero
Spawns 11 parallel agents to audit a codebase for technical debt, groups findings into actionable issues, and offers GitHub issue creation
npx claudepluginhub stilero/claude-plugins --plugin tech-debt-auditAudits codebase for API design issues: inconsistent endpoint naming, missing pagination, versioning gaps, inconsistent error responses, and missing validation schemas. Spawned by tech-debt-audit command.
Audits codebase for structural issues: circular dependencies, layer violations, pattern inconsistencies, legacy patterns, tight coupling, and missing abstractions. Spawned by tech-debt-audit command.
Audits codebase for code smells: long functions, high complexity, deep nesting, duplication, dead code, magic values, inconsistent naming, and god files. Spawned by tech-debt-audit command.
Audits codebase for over-engineering: unnecessary abstractions, premature generalization, wrapper classes adding no value, indirection layers with single implementations, and enterprise patterns in simple contexts. Spawned by tech-debt-audit command.
Audits codebase for dependency health issues: outdated packages, known CVEs, unused dependencies, unmaintained packages, duplicate versions, and license risks. Spawned by tech-debt-audit command.
Audits codebase for documentation gaps: missing API docs, stale READMEs, missing JSDoc on public APIs, missing ADRs, and outdated examples. Spawned by tech-debt-audit command.
Audits codebase for resilience issues: empty catch blocks, swallowed errors, missing error handling on async operations, inconsistent error formats, and missing retry/circuit-breaker patterns. Spawned by tech-debt-audit command.
Audits codebase for performance issues: N+1 queries, missing indexes, unbounded queries, sync bottlenecks, missing caching, and memory leak patterns. Spawned by tech-debt-audit command.
Audits codebase for security vulnerabilities: hardcoded secrets, injection vectors, missing input validation, auth gaps, CORS issues, and missing rate limiting. Spawned by tech-debt-audit command.
Audits codebase for testing gaps: untested modules, missing integration tests, low assertion density, flaky test patterns, and test quality issues. Spawned by tech-debt-audit command.
Audits codebase for TypeScript type safety issues: any usage, unsafe type assertions, missing annotations, complex types, ts-ignore comments, and strict mode gaps. Spawned by tech-debt-audit command.
A curated directory of plugins for Claude Code.
⚠️ Important: Make sure you trust a plugin before installing, updating, or using it. This directory does not control what MCP servers, files, or other software are included in plugins and cannot verify that they will work as intended or that they won't change. See each plugin's homepage for more information.
Plugins can be installed directly from this marketplace via Claude Code's plugin system.
To Add marketplace, run this command from claude:
/plugin marketplace add stilero/claude-plugins
To Add a specific plugin:
/plugin install pr-comment-fixer@stilero-tools
Each plugin follows a standard structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata (required)
├── .mcp.json # MCP server configuration (optional)
├── commands/ # Slash commands (optional)
├── agents/ # Agent definitions (optional)
├── skills/ # Skill definitions (optional)
└── README.md # Documentation
For more information on developing Claude Code plugins, see the official documentation.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Uses power tools
Uses Bash, Write, or Edit tools
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.