npx claudepluginhub tvishwanadha/skillsCodex MCP tool usage, thread configuration, and thread lifecycle. Consult this skill when an agent or skill needs Codex MCP tool reference for code review, plan review, or completion verification.
Codex-powered plan review, completion verification, and code review. This skill should be used on multi-file changes or after context compactions.
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
Give Claude Code a second opinion using OpenAI Codex - automatic plan review via hooks
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Double-check layer for the Official Codex plugin — wraps every Codex interaction with Claude's independent critical evaluation. Review, adversarial, rescue, verify, research.
Command-driven Claude/Codex review workflows for multi-round plan and implementation review.
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
Comprehensive code review with architecture, security, and PR enhancement
OpenAI Codex CLI integration with MCP server and skills for plan review, code review, and codebase analysis