Developer Tools Plugins Available in the Claude Plugins Community Repository

The anthropics/claude-plugins-community repository maintains a comprehensive marketplace at .claude-plugin/marketplace.json containing specialized developer tools plugins that equip Claude Code with structured skill sets, agents, and workflows for software engineering tasks.

These developer tools plugins extend Claude Code beyond simple code generation, providing curated collections of commands and automated agents that handle everything from test-driven development to cloud infrastructure provisioning. Each plugin is defined as a JSON entry in the marketplace file, with many bundling dozens of individual skills into a single installable package.

Core AI Development Kits

The repository features several foundational toolkits designed to augment Claude Code's base capabilities with structured software development methodologies.

AI Dev Kit

Located at line 890 in .claude-plugin/marketplace.json, the AI Dev Kit provides a full-featured developer workspace containing 59 skills and 33 agents. This plugin implements end-to-end engineering workflows including test-driven development (TDD), automated code review, security auditing, CI/CD pipeline management, ML pipeline construction, infrastructure-as-code (IaC) generation, and technical debt tracking.

AI DevKit

Defined at line 900, AI DevKit offers a structured software-development toolkit organized around a phase-based lifecycle. It guides projects through requirements gathering, design, implementation, testing, and review phases while maintaining persistent memory across sessions. The toolkit includes specialized skills for debugging, code simplification, and technical writing review.

AI First Toolkit

Found at line 914, the AI First Toolkit delivers a generic AI-assisted toolset with 15 foundational skills. These skills enable AI-powered code generation, validation, and automation across multiple programming languages without domain-specific constraints.

Claude-Code Kit

At line 3771, the Claude-Code Kit provides core utilities and skill collections that augment Claude Code's base functionality. This serves as a general-purpose enhancement layer for the core editing experience.

Cloud Platform Toolkits

For developers working with specific cloud providers, the marketplace includes dedicated toolkits that integrate directly with AWS, Azure, and GCP APIs.

AWS Dev Toolkit

The AWS Dev Toolkit (line 2109) supplies a comprehensive skill set for provisioning, deploying, and managing AWS resources directly from Claude Code. It includes capabilities for CloudFormation template generation, CDK synthesis, S3 operations, and Lambda function management without requiring external CLI configuration.

Azure DevKit

Located at line 2184, the Azure DevKit offers agents and skills for Azure resource operations, including resource listing, deployment validation, cost optimization analysis, and Cosmos DB guidance. The plugin operates without requiring external Azure CLI configuration.

GCP DevKit

At line 8861, the GCP DevKit enables creation, inspection, and management of Google Cloud Platform services including Compute Engine, Cloud Storage, and IAM policy management directly within Claude Code sessions.

Infrastructure and DevOps Kits

These plugins target container orchestration, edge computing, and continuous integration workflows.

Docker & Kubernetes DevKit

Defined at line 7364, the Docker & Kubernetes DevKit provides commands for building Docker images, managing container registries, and operating Kubernetes clusters. It includes skills for Helm chart generation, manifest validation, and pod troubleshooting.

Fastly Agent Toolkit

The Fastly Agent Toolkit (line 8318) delivers edge-compute development capabilities, including VCL (Varnish Configuration Language) authoring and Fastly service configuration management.

Buildkite Skills

Located at line 2828, Buildkite Skills provides a CI/CD pipeline toolkit covering Buildkite pipeline YAML syntax, CLI operations, REST/GraphQL API interactions, agent runtime management, and migration patterns from other CI systems.

Specialized Language and Framework Kits

Domain-specific toolkits target mobile development and analytics engineering workflows.

Flutter DevKit

At line 8574, the Flutter DevKit contains 7 specialized skills for Dart/Flutter development. It guides Claude Code through Flutter project scaffolding, Riverpod state management implementation, UI generation, widget testing, and game development using the Flame engine.

DBT Toolkit

The DBT Toolkit (line 6722) provides an analytics-engineering toolkit with 15 skills and 2 sub-agents covering dbt project scaffolding, model authoring, testing strategies, materialization configurations, and CI/CD workflows for Snowflake, BigQuery, Databricks, and PostgreSQL targets.

Data Science and Project Management Kits

Data Agent Kit Starter Pack

Found at line 6553, the Data Agent Kit Starter Pack implements end-to-end data-science workflows stored under a dalykit/ folder structure. It covers exploratory data analysis (EDA), feature engineering, model training, and evaluation pipelines.

Agentic Engineering Toolkit

At line 8624, the Agentic Engineering Toolkit provides a full-stack agentic development pipeline with 12 structured workflow skills, 5 specialist agents, and 7 slash commands. This plugin orchestrates multi-agent collaboration from initial concept through production deployment.

Virtual Team

The Virtual Team plugin (line 21388) maintains a roster of 12 senior specialist agents covering backend architecture, database design, security auditing, quality assurance, and other roles. Developers summon these agents via slash commands for role-specific code review and architectural guidance.

Knowledge Management and Startup Kits

ARIA

Located at line 1703, ARIA (Automated Research & Intelligence Assistant) captures insights, decisions, and patterns during development sessions. It promotes captured knowledge to an indexed markdown knowledge base and enforces context-aware checks against accumulated project wisdom.

AI Co-Founder Toolkit

At line 5542, the AI Co-Founder Toolkit targets startup founders with utilities including ROI calculators, market intelligence gathering, go-to-market playbook generation, pitch preparation, investor material creation, and social marketing automation.

Summary

  • The .claude-plugin/marketplace.json file serves as the central registry for developer tools plugins, with entries discoverable by searching for "devkit", "toolkit", "kit", or "dev-tool" substrings.
  • Cloud-specific kits (AWS Dev Toolkit, Azure DevKit, GCP DevKit) provide direct API integration for infrastructure management without external CLI dependencies.
  • AI Dev Kit (line 890) and AI DevKit (line 900) represent the most comprehensive offerings, bundling 59+ skills and 33+ agents for full software lifecycle management.
  • Many plugins are self-contained ecosystems—installing a single plugin like the DBT Toolkit or Flutter DevKit unlocks complete domain-specific workflows.
  • Multi-agent plugins such as Virtual Team and Agentic Engineering Toolkit transform Claude Code into a collaborative development platform with specialized role-based agents.

Frequently Asked Questions

How do I install a developer tools plugin from the Claude Plugins Community repository?

Developer tools plugins are installed by referencing their entries in .claude-plugin/marketplace.json. Each plugin definition includes metadata and skill configurations that Claude Code consumes to extend its capabilities. Install the specific plugin by name or line reference (e.g., line 890 for AI Dev Kit) to load the associated skills and agents into your workspace.

What distinguishes the AI Dev Kit from the AI DevKit plugin?

While both appear in .claude-plugin/marketplace.json (lines 890 and 900 respectively), AI Dev Kit focuses on enterprise engineering workflows with 59 skills covering TDD, security audits, and CI/CD pipelines. AI DevKit emphasizes a structured phase-based software lifecycle with persistent memory management and debugging workflows. AI Dev Kit targets comprehensive workspace management, while AI DevKit focuses on iterative development phases.

Which developer tools plugin should I use for multi-cloud infrastructure management?

For multi-cloud environments, install the AWS Dev Toolkit (line 2109), Azure DevKit (line 2184), and GCP DevKit (line 8861) simultaneously. Each provides cloud-specific resource management without conflicting configurations. For container orchestration across clouds, add the Docker & Kubernetes DevKit (line 7364) to manage Kubernetes deployments consistently regardless of the underlying cloud provider.

Are these developer tools plugins compatible with standard Claude Code installations?

Yes, all developer tools plugins in the marketplace are designed for compatibility with standard Claude Code installations. They extend the base functionality through the plugin API defined in the repository, requiring no modifications to the core Claude Code binary. Plugins like the Claude-Code Kit (line 3771) specifically ensure backward compatibility with base feature sets.

Have a question about this repo?

These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:

Share the following with your agent to get started:
curl -s "https://instagit.com/install.md"

Works with
Claude Codex Cursor VS Code OpenClaw Any MCP Client

Maintain an open-source project? Get it listed too →