By tvishwanadha
Architecture Decision Records - consult and manage ADRs for project design decisions
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 adrEnhanced planning with complexity scoring, sub-problem decomposition, and plan review
Layered code review framework with extensible core reviews, parallel orchestration, and project-local customization
Extra review types for the reviewer framework that depend on other plugins
Codex-powered code review, plan review, and completion verification
Architecture Decision Records authoring and management
Make your AI agent code with your project's architecture, rules, and decisions.
AI-powered architecture documentation framework with ADRs, reviews, and pragmatic mode
Architecture Deep Research — scan a repo, draft a PRD, run live deep research, get a cited handoff. Use when picking a topology, retrieval architecture, event bus, storage engine, auth pattern, or any system-design decision before code lands.
Interactive skill that analyzes a task, proposes an agent team composition, and creates the team after user confirmation
ADRs Management plugins for Architecture Decision Records analysis, generation, and linking