NanoBoom/nano-claude-code-plugins
Plugin Claude Code
A collection of productivity and development workflow plugins for Claude Code, featuring advanced AI-driven development methodologies.
NanoBoom/nano-claude-code-plugins
Plugin Claude Code
A collection of productivity and development workflow plugins for Claude Code, featuring advanced AI-driven development methodologies.
NanoBoom/nano-claude-code-plugins
Plugin Claude Code
Complete PRP (Product Requirement Prompt) workflow system with planning, implementation, debugging, issue management, and code review capabilities.
NanoBoom/nano-claude-code-plugins
Agent
Reviews code for project guideline compliance, bugs, and quality issues. Use after writing code, before commits, or before PRs. Specify files to review or defaults to unstaged git changes. High-confidence issues only (80+) to minimize noise.
NanoBoom/nano-claude-code-plugins
Agent
Identifies code simplification opportunities for clarity and maintainability while preserving exact functionality. Use after writing or modifying code. Focuses on recently changed code unless told otherwise. Reports findings with before/after suggestions. Advisory only - does not modify files or commit.
NanoBoom/nano-claude-code-plugins
Agent
Use proactively to understand HOW code works. Analyzes implementation details, traces data flow, and documents technical workings with precise file:line references. The more specific your request, the better the analysis.
NanoBoom/nano-claude-code-plugins
Agent
Comprehensive codebase exploration - finds WHERE code lives AND shows HOW it's implemented. Use when you need to locate files, understand directory structure, AND extract actual code patterns. Combines file finding with pattern extraction in one pass.
NanoBoom/nano-claude-code-plugins
Agent
Analyzes code comments for accuracy, completeness, and long-term value. Use after generating documentation, before PRs with comment changes, or when auditing for comment rot. Verifies comments match actual code behavior. Advisory only - identifies issues, does not modify code.
NanoBoom/nano-claude-code-plugins
Agent
Reviews documentation affected by code changes. Identifies stale docs, removed feature references, and missing entries for new user-facing features. Reports findings with specific fixes. Advisory only - does not modify files or commit.
NanoBoom/nano-claude-code-plugins
Agent
Analyzes PR test coverage for quality and completeness. Focuses on behavioral coverage, not line metrics. Identifies critical gaps, evaluates test quality, and rates recommendations by criticality (1-10). Use after PR creation or before marking ready.
NanoBoom/nano-claude-code-plugins
Agent
Hunts for silent failures, inadequate error handling, and inappropriate fallbacks in code changes. Zero tolerance for swallowed errors. Use after implementing error handling, catch blocks, or fallback logic. Ensures errors are logged, surfaced to users, and actionable.
NanoBoom/nano-claude-code-plugins
Agent
Analyzes type design for encapsulation, invariant expression, and enforcement quality. Use when introducing new types, reviewing PRs with type changes, or refactoring existing types. Provides qualitative feedback and ratings (1-10) on four dimensions. Pragmatic focus - suggests improvements that won't overcomplicate.
NanoBoom/nano-claude-code-plugins
Agent
Need information beyond your training data? Modern docs, recent APIs, or current best practices? Use web-researcher to find answers from the web. Searches strategically, fetches relevant content, and synthesizes findings with proper citations. Re-run with refined prompts if initial results need more depth.
NanoBoom/nano-claude-code-plugins
Command
Install PRP templates, configure Codegraph MCP server, and set up project documentation template.
NanoBoom/nano-claude-code-plugins
Command
Comprehensive PR review using specialized agents - comments, tests, errors, types, code quality, docs, and simplification.
NanoBoom/nano-claude-code-plugins
Command
Research codebase questions using parallel agents - documents what exists, not what should change.
NanoBoom/nano-claude-code-plugins
Command
Quick commit with natural language file targeting.
NanoBoom/nano-claude-code-plugins
Command
Create comprehensive feature PRP with deep codebase analysis and research.
NanoBoom/nano-claude-code-plugins
Command
Deep root cause analysis - finds the actual cause, not just symptoms.
NanoBoom/nano-claude-code-plugins
Command
Execute a feature PRP until fully complete.
NanoBoom/nano-claude-code-plugins
Command
Execute an implementation plan with rigorous validation loops.
NanoBoom/nano-claude-code-plugins
Command
Implement a fix from investigation artifact - code changes, PR, and self-review.
NanoBoom/nano-claude-code-plugins
Command
Investigate a GitHub issue or problem - analyze codebase, create plan, post to GitHub.
NanoBoom/nano-claude-code-plugins
Command
Create comprehensive feature implementation plan with codebase analysis and research.
NanoBoom/nano-claude-code-plugins
Command
Create a PR from current branch with unpushed commits.