By tvishwanadha
Layered code review framework with extensible core reviews, parallel orchestration, and project-local customization
Deep code reviewer for logic analysis, skill quality audits, and complex review types. Invoke via Task tool with a review skill and scope.
Fast code reviewer for pattern matching, documentation checks, and straightforward review types. Invoke via Task tool with a review skill and scope.
This skill should be used when the user asks to "add a review type", "create a custom review", "add security review", "add performance review", or "create a new review category". Create a new custom review type with project-specific rules.
This skill should be used when the user asks to "create a reviewer agent", "add a custom agent", "create a review agent", or "add a specialized reviewer". Create a custom reviewer agent with a specific model and tools.
This skill should be used when the user asks to "customize a review", "override review defaults", "add project-specific review rules", "extend review-logic", or "create local review overrides". Create or modify a local review override for a core review type.
This skill should be used when the user asks to "customize self-review", "change review types", "adjust confidence threshold", "add review types to self-review", or "configure the review orchestrator". Create or modify a self-review-extension skill.
This skill should be used when the user asks to "review docs", "check README accuracy", "audit documentation", or "review API docs". Review documentation for accuracy, completeness, and quality.
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.
Personal collection of AI coding assistant plugins for reuse across projects. Compatible with both Claude Code and OpenAI Codex.
| Name | Description |
|---|---|
| adr | Architecture Decision Records - consult and manage ADRs |
| reviewer | Layered code review framework with extensible core reviews and parallel orchestration |
| codex | Codex-powered code review, plan review, and completion verification |
| reviewer-extras | Extra review types for the reviewer framework that depend on other plugins |
| planner | Enhanced planning with complexity scoring, sub-problem decomposition, and plan review |
Add this marketplace to your Claude Code settings, then install plugins:
claude plugin install teja-skills/adr
claude plugin install teja-skills/reviewer
claude plugin install teja-skills/codex
claude plugin install teja-skills/reviewer-extras
claude plugin install teja-skills/planner
All plugins except codex (which is Claude-specific) are also available via the Codex marketplace at .agents/plugins/marketplace.json.
plugins/<plugin-name>/.claude-plugin/plugin.json with the plugin manifestskills/<skill-name>/SKILL.md.claude-plugin/marketplace.json.codex-plugin/plugin.json manifest (copy version/description/author/license from Claude manifest, add interface block).agents/plugins/marketplace.json with policy and categorySee AGENTS.md for conventions, or consult the claude-plugins-guide, codex-plugins-guide, and skills-guide reference skills for detailed authoring rules.
Each plugin follows the standard plugin structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Claude Code manifest
├── .codex-plugin/
│ └── plugin.json # Codex manifest
├── skills/ # Agent Skills
│ └── skill-name/
│ └── SKILL.md # Skill definition
├── agents/ # Agent definitions (optional)
│ └── agent-name.md
└── README.md # Plugin documentation (optional)
/reviewer:self-review # full review
/reviewer:self-review --diff main # review changes vs main branch
Enhanced planning with complexity scoring, sub-problem decomposition, and plan review
Extra review types for the reviewer framework that depend on other plugins
Codex-powered code review, plan review, and completion verification
Architecture Decision Records - consult and manage ADRs for project design decisions
npx claudepluginhub tvishwanadha/skills --plugin reviewerCode review plugin with a standalone reviewer agent and two skill strategies: disposable subagents for one-shot reviews and persistent team members for iterative reviews
Double-check layer for the Official Codex plugin — wraps every Codex interaction with Claude's independent critical evaluation. Review, adversarial, rescue, verify, research.
Comprehensive code review with architecture, security, and PR enhancement
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns