armanzeroeight/fastagent-plugins
🚀 A collection of Claude subagents, skills, rules, guides, and blueprints for Developers, Engineers, and Creators. | Covering programming languages, DevOps, Cloud, and beyond.
Deep Analysis
专业级 Claude Code 插件市场,提供分层组织的 AI 代理、技能和命令,覆盖开发、DevOps 和云计算领域
Core Features
Technical Implementation
- Token 效率优先设计,按需加载避免 token 浪费
- 渐进式披露策略,详细文档仅在需要时加载
- 覆盖全栈技术栈:React/Next.js/Go/Python/Terraform/K8s/AWS/Azure/GCP 等
- Agent 自动委派 Skill 执行,无需手动干预
- 完善的文档和贡献指南
- 代码审查、调试和重构工作流
- Terraform/K8s/Docker 基础设施即代码
- CI/CD 流水线设计(GitHub Actions)
- 多云平台(AWS/Azure/GCP)成本优化和架构设计
- 全栈开发(React/Next.js/Python/Go)
- 依赖 Claude Code 插件系统(可能是未发布的新特性)
- 部分插件可能仅有目录结构但内容待完善
- 插件质量和深度参差不齐
- 需要用户理解三层体系才能高效使用

FastAgent Plugins
Professional AI Agents & Skills for Claude Code | Covering Development, DevOps, Cloud, and Beyond
[!IMPORTANT]
🌟 This project will be part of a bigger ecosystem! STAY TUNED🥇 Your contributions will be recognized and featured with your name and GitHub profile.
🙌 Join our community of developers making AI coding better for everyone!
What is FastAgent?
FastAgent is a curated collection of professional plugins for Claude Code that extend your AI coding assistant with specialized agents, skills, and commands. Our approach is simple: pick only what you need, avoid token bloat, and get better results.
Why FastAgent?
- 🎯 Focused & Efficient: Each plugin is laser-focused on specific technologies or roles
- 💰 Token-Conscious: Only load what you need - save tokens, save costs
- 🔧 Modular Design: Mix and match plugins based on your workflow
- 📦 Easy Installation: One command to add capabilities
- 🚀 Production-Ready: Battle-tested patterns and best practices
Our Plugin Philosophy
We organize plugins into three tiers to make it easy to choose what you need:
🌟 Essential Tier
Broad-spectrum plugins that benefit most developers. These cover fundamental workflows like code review, debugging, and refactoring.
Who should use: Everyone
👤 Role Tier
Role-based plugins combining multiple technologies and workflows for specific job functions.
Who should use: Developers in specialized roles
🔧 Tech Tier
Technology-specific plugins for deep expertise in particular tools and frameworks. Choose the ones matching your stack.
Who should use: Developers working with specific technologies
Quick Start
1. Install Claude Code
Make sure you have Claude Code installed.
2. Add the FastAgent Marketplace
# In Claude Code, run:
/plugin marketplace add armanzeroeight/agents-skills
3. Browse and Install Plugins
# Open the plugin browser
/plugin
# Or install directly
/plugin install <plugin-name>@fastagent-marketplace
4. Start Using
Once installed, agents and skills activate automatically based on your work context. Commands are available via slash commands.
Available Plugins
🌟 Essential Tier (6 plugins)
| Plugin | Description | Agents | Skills | Commands |
|---|---|---|---|---|
| testing-toolkit | Comprehensive testing toolkit for test strategy, coverage analysis, and test data generation | Test Strategist | Test Coverage Analyzer, Test Data Generator | /run-tests, /coverage-report |
| git-workflow-toolkit | Git workflow and branching strategy toolkit with commit message generation and branch management | Git Expert | Commit Message Generator, Branch Strategy Advisor | /smart-commit, /branch-cleanup |
| developer-toolkit | Essential development tools for code review, debugging, and refactoring | Code Reviewer, Debugger, Refactoring Architect | Code Review Practices | /quick-review, /debug-trace |
| security-toolkit | Comprehensive security toolkit for vulnerability scanning, secrets detection, and dependency auditing | Security Architect | Vulnerability Scanner, Secrets Detector, Dependency Audit | /security-scan |
| documentation-toolkit | Comprehensive documentation toolkit for README generation, API documentation, and changelog management | Docs Architect | README Generator, API Docs Generator, Changelog Manager | /generate-docs |
| code-quality-toolkit | Comprehensive code quality toolkit for detecting code smells, analyzing complexity, and planning refactoring | Quality Architect | Code Smell Detector, Complexity Analyzer, Refactoring Advisor | /quality-check |
🔧 Tech Tier (18 plugins)
| Plugin | Description | Agents | Skills | Commands |
|---|---|---|---|---|
| docker-toolkit | Docker containerization toolkit for image optimization and security scanning | Container Architect | Dockerfile Optimizer, Image Security Scanner | /optimize-image |
| python-toolkit | Python development toolkit with UV for fast package management and project structure | Python Expert | Python Packaging, Dependency Manager | /setup-project |
| react-toolkit | React development toolkit for component architecture and state management | React Architect | Component Patterns, State Management Advisor | /create-component |
| api-toolkit | API design toolkit for REST with endpoint design and OpenAPI documentation | API Architect | REST API Designer, API Documentation Generator | /generate-openapi |
| database-toolkit | Database design toolkit for schema modeling and query optimization | Database Architect | Schema Designer, Query Optimizer | /analyze-query |
| aws-toolkit | AWS cloud toolkit for service selection, cost optimization, and security | AWS Architect | AWS Cost Optimizer, Security Group Analyzer | /estimate-cost |
| terraform-toolkit | Complete Terraform IaC toolkit with module scaffolding and state management | Terraform Expert | Module Scaffolder, State Manager, Cost Estimator, Documentation Generator, Dependency Analyzer, Upgrade Assistant | - |
| kubernetes-toolkit | Kubernetes container orchestration toolkit for production-ready manifests | K8s Expert | Kubernetes Best Practices | - |
| nginx-toolkit | Nginx web server toolkit for load balancing, SSL/TLS configuration, and performance optimization | Config Architect | Load Balancer, SSL Helper | /optimize-nginx |
| cloudformation-toolkit | CloudFormation infrastructure as code toolkit for stack design and template validation | CFN Architect | Stack Designer, Template Validator | /validate-template |
| ansible-toolkit | Ansible automation toolkit for playbook design, role creation, and inventory management | Playbook Architect | Role Builder, Inventory Manager | /lint-playbook |
| azure-toolkit | Azure cloud toolkit for cost optimization, ARM templates, and infrastructure design | Azure Architect | Azure Cost Optimizer, ARM Template Helper | /estimate-azure-cost |
| gcp-toolkit | Google Cloud Platform toolkit for cost optimization, Cloud Build configuration, and infrastructure design | GCP Architect | GCP Cost Optimizer, Cloud Build Helper | /estimate-gcp-cost |
| dbt-toolkit | dbt data transformation toolkit for model building, testing, and documentation | DBT Architect | Model Builder, Test Generator | /validate-dbt |
| github-actions-toolkit | GitHub Actions CI/CD toolkit for workflow design, custom action creation, and matrix optimization | Workflow Architect | Action Builder, Matrix Optimizer | /optimize-workflow |
| react-native-toolkit | React Native mobile development toolkit for native module integration and performance optimization | RN Architect | Native Module Helper, Performance Optimizer | /create-native-module |
| nextjs-toolkit | Next.js framework toolkit for rendering strategies (SSR/SSG/ISR) and App Router patterns | Next.js Expert | SSR/SSG Advisor, App Router Helper | /create-page |
| go-toolkit | Go programming language toolkit for concurrency patterns, error handling, and idiomatic Go practices | Go Expert | Goroutine Patterns, Error Handling | /check-go |
👤 Role Tier (4 plugins)
| Plugin | Description | Agents | Skills | Commands |
|---|---|---|---|---|
| frontend-developer | Comprehensive frontend toolkit combining React, accessibility, performance, and responsive design | Frontend Lead | Accessibility Checker, Performance Optimizer, Responsive Design Advisor | /audit-accessibility |
| backend-developer | Comprehensive backend toolkit combining API design, database, security, and scalability | Backend Lead | API Security Checker, Database Migration Helper | /create-migration |
| devops-engineer | Comprehensive DevOps toolkit combining CI/CD pipelines, infrastructure automation, and monitoring | DevOps Lead | CI/CD Optimizer, Infrastructure Monitor | /check-pipeline |
| data-engineer | Comprehensive data engineering toolkit combining ETL pipelines, data quality, and data architecture | Data Architect | ETL Designer, Data Quality Checker | /validate-pipeline |
How It Works
Agents = Strategy
Agents make high-level architectural decisions and choose the right approach. They focus on the "what" and "why".
Example: The Code Reviewer agent decides review scope, prioritizes issues, and determines severity levels.
Skills = Tactics
Skills handle specific operations with focused, step-by-step instructions. They focus on the "how".
Example: The Code Review Practices skill provides detailed guidance on conducting effective reviews.
Commands = Quick Actions
Commands are user-invoked shortcuts for frequently-used prompts.
Example: /quick-review triggers a fast code review of specific files.
The Magic: Automatic Delegation
Agents automatically delegate to skills when needed. You get strategic thinking at the top level and tactical execution when required - all without manual intervention.
Team Configuration (Optional)
For automatic plugin installation across your team, add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"fastagent-marketplace": {
"source": {
"source": "github",
"repo": "armanzeroeight/agents-skills"
}
}
},
"enabledPlugins": [
"developer-toolkit@fastagent-marketplace",
"terraform-toolkit@fastagent-marketplace"
]
}
When team members trust the repository, plugins install automatically.
Usage Examples
Using Agents
Agents activate automatically based on context:
# Code review
> Review my recent changes
# Debugging
> Help me debug this error
# Infrastructure design
> Design a Terraform module for our V
Related Skills
wshobson/agents
wshobsonIntelligent automation and multi-agent orchestration for Claude Code
The most comprehensive Claude Code plugin ecosystem, covering full-stack development scenarios with a three-tier model strategy balancing performance and cost.
ComposioHQ/awesome-claude-skills
ComposioHQA curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
The most comprehensive Claude Skills resource list; connect-apps is a killer feature.
code-yeongyu/oh-my-opencode
code-yeongyuThe Best Agent Harness. Meet Sisyphus: The Batteries-Included Agent that codes like you.
Powerful multi-agent coding tool, but note OAuth limitations.
nextlevelbuilder/ui-ux-pro-max-skill
nextlevelbuilderAn AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
Essential for designers; comprehensive UI/UX knowledge base.
thedotmack/claude-mem
thedotmackA Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.
A practical solution for Claude's memory issues.
OthmanAdi/planning-with-files
OthmanAdiClaude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
Context engineering best practices; an open-source implementation of Manus mode.

