原始内容
📦 Install Now · 🤖 Explore Agents · 📖 Documentation · ⭐ Star this repo
What is this?
Api Design Assistant is a Claude Code plugin with 7 agents and 7 skills for api design development.
📑 Table of Contents
Click to expand
🚀 Quick Start
Prerequisites
- Claude Code CLI v2.0.27+
- Active Claude subscription
Installation (Choose One)
Option 1: From Marketplace (Recommended)
# Step 1️⃣ Add the marketplace
/plugin marketplace add pluginagentmarketplace/custom-plugin-api-design
# Step 2️⃣ Install the plugin
/plugin install custom-plugin-api-design@pluginagentmarketplace-api-design
# Step 3️⃣ Restart Claude Code
# Close and reopen your terminal/IDE
Option 2: Local Installation
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-api-design.git
cd custom-plugin-api-design
# Load locally
/plugin load .
# Restart Claude Code
✅ Verify Installation
After restart, you should see these agents:
custom-plugin-api-design:02-backend-patterns
custom-plugin-api-design:05-security-compliance
custom-plugin-api-design:04-devops-infrastructure
custom-plugin-api-design:06-frontend-integration
custom-plugin-api-design:03-database-performance
... and 2 more
✨ Features
| Feature | Description |
|---|---|
| 🤖 7 Agents | Specialized AI agents for api design tasks |
| 🛠️ 7 Skills | Reusable capabilities with Golden Format |
| ⌨️ 4 Commands | Quick slash commands |
| 🔄 SASMP v1.3.0 | Full protocol compliance |
🤖 Agents
7 Specialized Agents
| # | Agent | Purpose |
|---|---|---|
| 1 | 02-backend-patterns | Backend development expertise covering Node.js, Python, Go, |
| 2 | 05-security-compliance | Security architecture, authentication, authorization, encryp |
| 3 | 04-devops-infrastructure | Infrastructure, deployment, and operations - Docker, Kuberne |
| 4 | 06-frontend-integration | Frontend development and API consumption - React, TypeScript |
| 5 | 03-database-performance | Database design, optimization, and performance tuning - SQL, |
| 6 | 07-scaling-patterns | Enterprise patterns for scaling - microservices, async opera |
| 7 | 01-api-architect | Expert in API architecture, contract design, versioning stra |
🛠️ Skills
Available Skills
| Skill | Description | Invoke |
|---|---|---|
scaling-patterns |
Enterprise scaling patterns for microservices, event-driven | Skill("custom-plugin-api-design:scaling-patterns") |
database-patterns |
Database design, optimization, and caching strategies for SQ | Skill("custom-plugin-api-design:database-patterns") |
backend-patterns |
Production-grade backend patterns for Node.js, Python, Go, a | Skill("custom-plugin-api-design:backend-patterns") |
api-architecture |
REST, GraphQL, and hybrid API architecture patterns for buil | Skill("custom-plugin-api-design:api-architecture") |
devops-patterns |
Infrastructure, deployment, and operations patterns for Dock | Skill("custom-plugin-api-design:devops-patterns") |
security-patterns |
Security architecture, authentication, authorization, and co | Skill("custom-plugin-api-design:security-patterns") |
frontend-patterns |
Frontend development and API integration patterns for React, | Skill("custom-plugin-api-design:frontend-patterns") |
⌨️ Commands
| Command | Description |
|---|---|
/architect |
Design Your Plugin API System |
/audit |
Audit Your API Design |
/roadmap |
Get Implementation Roadmap |
/secure |
Security & Compliance Guide |
📚 Documentation
| Document | Description |
|---|---|
| CHANGELOG.md | Version history |
| CONTRIBUTING.md | How to contribute |
| LICENSE | License information |
📁 Project Structure
Click to expand
custom-plugin-api-design/
├── 📁 .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── 📁 agents/ # 7 agents
├── 📁 skills/ # 7 skills (Golden Format)
├── 📁 commands/ # 4 commands
├── 📁 hooks/
├── 📄 README.md
├── 📄 CHANGELOG.md
└── 📄 LICENSE
📅 Metadata
| Field | Value |
|---|---|
| Version | 2.0.0 |
| Last Updated | 2025-12-29 |
| Status | Production Ready |
| SASMP | v1.3.0 |
| Agents | 7 |
| Skills | 7 |
| Commands | 4 |
🤝 Contributing
Contributions are welcome! Please read our Contributing Guide.
- Fork the repository
- Create your feature branch
- Follow the Golden Format for new skills
- Submit a pull request
⚠️ Security
Important: This repository contains third-party code and dependencies.
- ✅ Always review code before using in production
- ✅ Check dependencies for known vulnerabilities
- ✅ Follow security best practices
- ✅ Report security issues privately via Issues
📝 License
Copyright © 2025 Dr. Umit Kacar & Muhsin Elcicek
Custom License - See LICENSE for details.
👥 Contributors
|
Dr. Umit Kacar Senior AI Researcher & Engineer |
Muhsin Elcicek Senior Software Architect |