By tvishwanadha
Extra review types for the reviewer framework that depend on other plugins
This skill should be used when the user asks to "review CLAUDE.md", "check CLAUDE.md quality", "audit project context files", "review AGENTS.md". Review CLAUDE.md and project context files for quality, structure, and inter-file relationships.
This skill should be used when the user asks to "review with codex", "codex review", or "deep code review". Review code for correctness and issues using Codex MCP tools.
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
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.
npx claudepluginhub tvishwanadha/skills --plugin reviewer-extrasEnhanced planning with complexity scoring, sub-problem decomposition, and plan review
Layered code review framework with extensible core reviews, parallel orchestration, and project-local customization
Codex-powered code review, plan review, and completion verification
Architecture Decision Records - consult and manage ADRs for project design decisions
Code 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 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.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns