A series of agents to support production ready development
Use this agent when you need to analyze specifications and create comprehensive technical architecture plans with implementation strategies. Examples: <example>Context: User has a new feature specification that needs architectural planning before implementation begins. user: 'I have a specification for a new invoice processing workflow that needs to integrate with our existing microservices. Can you help me plan the architecture?' assistant: 'I'll use the architecture-planner agent to analyze your specification and create a comprehensive technical architecture plan with implementation strategy.' <commentary>Since the user needs architectural planning for a specification, use the architecture-planner agent to provide detailed technical analysis and implementation approach.</commentary></example> <example>Context: User wants to understand how to implement a complex system integration. user: 'Here's the spec for our new MCP client integration. I need to understand the technical approach and architecture decisions.' assistant: 'Let me use the architecture-planner agent to analyze this specification and provide you with a detailed technical architecture and implementation plan.' <commentary>The user has a specification that requires architectural analysis and technical planning, which is exactly what the architecture-planner agent is designed for.</commentary></example>
Use this agent when you need to break down complex technical specifications or features into structured development tasks. Examples: <example>Context: User has a technical specification for a new API feature and needs it broken down into implementable tasks. user: 'I have the specs for a new invoice processing API endpoint that needs to handle file uploads, OCR processing, and data validation. Can you break this down into development tasks?' assistant: 'I'll use the task-breakdown-architect agent to analyze your technical specifications and create a structured set of development tasks with proper dependencies and testing strategies.'</example> <example>Context: User wants to implement a new microservice and needs a task breakdown. user: 'We need to build a new email processor service that integrates with our existing invoice system. Here are the technical requirements...' assistant: 'Let me use the task-breakdown-architect agent to break down this microservice implementation into well-structured, sequential development tasks.'</example>
Use this agent when you need to analyze the complexity of existing GitHub issues/tasks and systematically break down complex tasks into manageable subtasks. Examples: <example>Context: User has a milestone with multiple tasks and wants to ensure all tasks are appropriately scoped. user: 'I have 8 tasks in my current milestone and some seem quite complex. Can you analyze their complexity and break down any that are too complex?' assistant: 'I'll use the task-complexity-analyzer agent to analyze all tasks in your milestone, rank their complexity, and break down any tasks with complexity 7 or above.' <commentary>The user needs complexity analysis and task breakdown, which is exactly what this agent is designed for.</commentary></example> <example>Context: User is preparing for a sprint and wants to ensure no tasks are too complex for the development team. user: 'Before we start the next sprint, I want to make sure all our tasks are properly sized. Some of them look really big.' assistant: 'Let me use the task-complexity-analyzer agent to evaluate the complexity of all your current tasks and break down any that are too complex for efficient development.' <commentary>This is a perfect use case for proactive complexity analysis and task breakdown.</commentary></example>
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 claimnpx claudepluginhub eduardoarantes/claude-code-plugin-marketplace --plugin architecture-coding-agentsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A marketplace for Claude Code plugins focused on production-ready Python development.
To add this marketplace to your Claude Code installation, use one of the following methods:
Option 1: From a local directory
If you've cloned this repository locally:
/plugin marketplace add /path/to/claude-code-plugin-marketplace
Replace /path/to/claude-code-plugin-marketplace with the absolute path to the directory where you cloned this repository.
Option 2: From GitHub (when published)
/plugin marketplace add owner/repo
Replace owner/repo with the GitHub repository path.
.claude-plugin/marketplace.json in that directoryYou can install plugins at different scopes depending on your needs:
Install plugins globally for all your projects using the /plugin command:
/plugin install plugin-name@marketplace-name
This saves to ~/.claude/settings.json and applies across all projects.
Install plugins for a specific project only by manually configuring your project settings:
Create or edit .claude/settings.json in your project root:
{
"enabledMarketplaces": [
{
"name": "code-plugin-marketplace",
"source": "./.claude-plugin/marketplace.json"
}
],
"enabledPlugins": {
"python-coding-agents@code-plugin-marketplace": true,
"voice-notification@code-plugin-marketplace": true
}
}
Benefits of project-level installation:
.claude/settings.json to share with teamFor machine-specific settings that shouldn't be committed:
Create .claude/settings.local.json in your project root. This file overrides both global and project settings but stays out of version control.
Settings are applied in this order (later overrides earlier):
~/.claude/settings.json - Your personal defaults.claude/settings.json - Team shared settings.claude/settings.local.json - Machine-specific overridesA series of agents to support production-ready Python development.
Installation:
/plugin install python-coding-agents@code-plugin-marketplace
Features:
Voice notifications when Claude needs user input, with support for multiple TTS providers.
Installation:
/plugin install voice-notification@code-plugin-marketplace
Features:
Configuration:
Optional environment variables:
ELEVENLABS_API_KEY - For ElevenLabs TTS (highest quality)OPENAI_API_KEY - For OpenAI TTS (high quality)ENGINEER_NAME - Your name for personalized notifications (e.g., "Eduardo")After adding the marketplace, verify it's configured:
/plugin marketplace list
Check available plugins:
/plugin list
Manage installed plugins:
/plugin
claude-code-plugin-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── python-coding-agents/ # Python development agents plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ ├── agents/ # Agent definitions
│ └── commands/ # Custom commands
├── voice-notification/ # Voice notification plugin
│ ├── plugin.json # Plugin metadata with hooks
│ ├── notification.py # Main notification script
│ └── utils/ # TTS and LLM utilities
│ ├── tts/ # TTS providers
│ └── llm/ # LLM integrations
└── README.md
Make sure you're pointing to the marketplace directory, not the marketplace.json file:
❌ Wrong: /plugin marketplace add ./.claude-plugin/marketplace.json
Tools for product team workflows including issue validation and management
Parallel UI story validation — discovers YAML user stories, fans out bowser-qa-agents with shared auth state, aggregates pass/fail results with screenshots and a markdown report
Voice notifications when Claude needs user input
A series of agents to support production ready python development
A series of agents to support production ready typescript development
Audio feedback system with multilingual TTS announcements, AI-powered contextual messages, and sound effects for Claude Code. Transform your coding experience with intelligent voice feedback that keeps you informed without breaking your flow.
Audio feedback when Claude Code agent completes tasks using pocket-tts
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.