experienced-engineer

Comprehensive plugin with specialized engineering subagents (API Architect, Security Specialist, Code Quality Reviewer, etc.) and productivity commands for software teams

View on GitHub
Author Anand Tyagi
Namespace @ananddtyagi/claude-code-marketplace
Category productivity
Version 1.0.0
Stars 527
Downloads 2
self.md verified
Table of content

Comprehensive plugin with specialized engineering subagents (API Architect, Security Specialist, Code Quality Reviewer, etc.) and productivity commands for software teams

Installation

npx claude-plugins install @ananddtyagi/claude-code-marketplace/experienced-engineer

Contents

Folders: agents, commands, hooks

Files: AGENTS_REFERENCE.md, README.md

Documentation

A comprehensive Claude Code plugin that provides specialized engineering subagents and productivity commands to help software teams work more efficiently.

Overview

The Experienced Engineer plugin gives you instant access to specialized expert agents covering all major roles in a software engineering team. Whether you need help with API design, security review, performance optimization, or testing strategies, this plugin has you covered.

Features

๐Ÿค– Specialized Subagents

Access expert-level guidance from 10 specialized engineering roles:

โšก Productivity Commands

/code-explain

Deep dive into your codebase to answer questions and explain functionality:

Get thorough explanations with code snippets, execution flow, and architectural context.

/update-claude

Automatically update your CLAUDE.md file to reflect major changes in the codebase. This command helps keep your project documentation current so Claude (and your team) always has an up-to-date understanding of your architecture.

๐ŸŽฃ Smart Hooks

Auto-Documentation Hook: Automatically prompts to update CLAUDE.md after detecting significant code changes (50+ lines modified). This ensures your project documentation stays in sync with major refactoring or feature additions.

Installation

From Marketplace

# Add the marketplace (if not already added)
/plugin marketplace add cc-marketplace

# Install the plugin
/plugin install experienced-engineer@cc-marketplace

Local Development

# Add local marketplace
/plugin marketplace add /path/to/cc-marketplace

# Install plugin
/plugin install experienced-engineer@cc-marketplace

Usage

Using Subagents

Access any specialist agent through the /agent command:

# Get API design review
/agent api-architect

# Security code review
/agent security-specialist

# Performance optimization suggestions
/agent performance-engineer

Or use the interactive agent selector:

/agents

Then select the specialist you need.

Using Commands

Code Explanation

# Ask about any part of your codebase
/code-explain How does the authentication middleware work?

# Get detailed explanations
/code-explain Where is the database connection pool configured?

Documentation Updates

# Manually trigger CLAUDE.md update
/update-claude

Or let the auto-hook prompt you after major changes!

Use Cases

๐Ÿ” Code Review

๐Ÿ—๏ธ Architecture Planning

๐Ÿš€ Performance & Optimization

๐Ÿ“ Documentation & Testing

๐ŸŽจ Frontend & UX

Plugin Structure

experienced-engineer/
โ”œโ”€โ”€ .claude-plugin/
โ”‚   โ””โ”€โ”€ plugin.json              # Plugin manifest
โ”œโ”€โ”€ agents/
โ”‚   โ”œโ”€โ”€ api-architect.md         # API design expert
โ”‚   โ”œโ”€โ”€ security-specialist.md   # Security review expert
โ”‚   โ”œโ”€โ”€ code-quality-reviewer.md # Code quality expert
โ”‚   โ”œโ”€โ”€ ux-ui-designer.md        # UX/UI design expert
โ”‚   โ”œโ”€โ”€ database-architect.md    # Database design expert
โ”‚   โ”œโ”€โ”€ performance-engineer.md  # Performance optimization expert
โ”‚   โ”œโ”€โ”€ devops-engineer.md       # DevOps & infrastructure expert
โ”‚   โ”œโ”€โ”€ testing-specialist.md    # Testing strategy expert
โ”‚   โ”œโ”€โ”€ documentation-writer.md  # Documen

...(truncated)

## Source

[View on GitHub](https://github.com/ananddtyagi/claude-code-marketplace)
Tags: productivity engineeringteamproductivitycode-qualitybest-practicesagentssubagents