An open API service indexing awesome lists of open source software.

https://github.com/pluginagentmarketplace/custom-plugin-backend

Backend development plugin for Claude AI - FastAPI, database management, API design, and server-side development tools
https://github.com/pluginagentmarketplace/custom-plugin-backend

ai api backend claude database development fastapi marketplace plugin python

Last synced: 5 months ago
JSON representation

Backend development plugin for Claude AI - FastAPI, database management, API design, and server-side development tools

Awesome Lists containing this project

README

          

Backend Assistant


[![Version](https://img.shields.io/badge/Version-2.0.0-blue?style=for-the-badge)](https://github.com/pluginagentmarketplace/custom-plugin-backend/releases)
[![License](https://img.shields.io/badge/License-Custom-yellow?style=for-the-badge)](LICENSE)
[![Status](https://img.shields.io/badge/Status-Production-brightgreen?style=for-the-badge)](#)
[![SASMP](https://img.shields.io/badge/SASMP-v1.3.0-blueviolet?style=for-the-badge)](#)

[![Agents](https://img.shields.io/badge/Agents-8-orange?style=flat-square&logo=robot)](#-agents)
[![Skills](https://img.shields.io/badge/Skills-2-purple?style=flat-square&logo=lightning)](#-skills)
[![Commands](https://img.shields.io/badge/Commands-4-green?style=flat-square&logo=terminal)](#-commands)


[๐Ÿ“ฆ **Install Now**](#-quick-start) ยท [๐Ÿค– **Explore Agents**](#-agents) ยท [๐Ÿ“– **Documentation**](#-documentation) ยท [โญ **Star this repo**](https://github.com/pluginagentmarketplace/custom-plugin-backend)

---

### What is this?

> **Backend Assistant** is a Claude Code plugin with **8 agents** and **2 skills** for backend development.

---

## ๐Ÿ“‘ Table of Contents

Click to expand

- [Quick Start](#-quick-start)
- [Features](#-features)
- [Agents](#-agents)
- [Skills](#-skills)
- [Commands](#-commands)
- [Documentation](#-documentation)
- [Contributing](#-contributing)
- [License](#-license)

---

## ๐Ÿš€ Quick Start

### Prerequisites

- Claude Code CLI v2.0.27+
- Active Claude subscription

### Installation (Choose One)

Option 1: From Marketplace (Recommended)

```bash
# Step 1๏ธโƒฃ Add the marketplace
/plugin marketplace add pluginagentmarketplace/custom-plugin-backend

# Step 2๏ธโƒฃ Install the plugin
/plugin install backend-development-assistant@pluginagentmarketplace-backend

# Step 3๏ธโƒฃ Restart Claude Code
# Close and reopen your terminal/IDE
```

Option 2: Local Installation

```bash
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-backend.git
cd custom-plugin-backend

# Load locally
/plugin load .

# Restart Claude Code
```

### โœ… Verify Installation

After restart, you should see these agents:

```
backend-development-assistant:01-programming-fundamentals
backend-development-assistant:07-testing-security
backend-development-assistant:03-api-development
backend-development-assistant:04-architecture-patterns
backend-development-assistant:02-database-management
... and 2 more
```

---

## โœจ Features

| Feature | Description |
|---------|-------------|
| ๐Ÿค– **8 Agents** | Specialized AI agents for backend tasks |
| ๐Ÿ› ๏ธ **2 Skills** | Reusable capabilities with Golden Format |
| โŒจ๏ธ **4 Commands** | Quick slash commands |
| ๐Ÿ”„ **SASMP v1.3.0** | Full protocol compliance |

---

## ๐Ÿค– Agents

### 8 Specialized Agents

| # | Agent | Purpose |
|---|-------|---------|
| 1 | **01-programming-fundamentals** | Master programming languages, package management, and versio |
| 2 | **07-testing-security** | Comprehensive testing strategies (unit, integration, E2E, co |
| 3 | **03-api-development** | Design and build professional APIs with REST, GraphQL, and g |
| 4 | **04-architecture-patterns** | Master system architecture, SOLID principles, 23 GoF design |
| 5 | **02-database-management** | Master database systems including relational (PostgreSQL, My |
| 6 | **06-devops-infrastructure** | Deploy applications with Docker and Kubernetes, set up CI/CD |
| 7 | **05-caching-performance** | Optimize application and database performance through cachin |

---

## ๐Ÿ› ๏ธ Skills

### Available Skills

| Skill | Description | Invoke |
|-------|-------------|--------|
| `databases` | Master relational and NoSQL databases. Learn PostgreSQL, MyS | `Skill("backend-development-assistant:databases")` |
| `devops` | Deploy applications with Docker and Kubernetes, automate wit | `Skill("backend-development-assistant:devops")` |
| `security` | Secure backend applications against OWASP threats. Implement | `Skill("backend-development-assistant:security")` |
| `api-design` | Design and build professional APIs with REST, GraphQL, and g | `Skill("backend-development-assistant:api-design")` |
| `languages` | Master programming languages for backend development. Learn | `Skill("backend-development-assistant:languages")` |
| `architecture` | Master architectural design with SOLID principles, design pa | `Skill("backend-development-assistant:architecture")` |
| `performance` | Optimize application performance through caching strategies, | `Skill("backend-development-assistant:performance")` |

---

## โŒจ๏ธ Commands

| Command | Description |
|---------|-------------|
| `/learn` | Start learning backend development. Choose a learning path a |
| `/assess` | Assess your knowledge and readiness for each agent. Take ass |
| `/browse-agent` | Browse available agents in the custom-plugin-backend system. |
| `/projects` | View all hands-on projects across the 7 agents. Get project |

---

## ๐Ÿ“š Documentation

| Document | Description |
|----------|-------------|
| [CHANGELOG.md](CHANGELOG.md) | Version history |
| [CONTRIBUTING.md](CONTRIBUTING.md) | How to contribute |
| [LICENSE](LICENSE) | License information |

---

## ๐Ÿ“ Project Structure

Click to expand

```
custom-plugin-backend/
โ”œโ”€โ”€ ๐Ÿ“ .claude-plugin/
โ”‚ โ”œโ”€โ”€ plugin.json
โ”‚ โ””โ”€โ”€ marketplace.json
โ”œโ”€โ”€ ๐Ÿ“ agents/ # 8 agents
โ”œโ”€โ”€ ๐Ÿ“ skills/ # 2 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** | 8 |
| **Skills** | 2 |
| **Commands** | 4 |

---

## ๐Ÿค Contributing

Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md).

1. Fork the repository
2. Create your feature branch
3. Follow the Golden Format for new skills
4. 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](../../issues)

---

## ๐Ÿ“ License

Copyright ยฉ 2025 **Dr. Umit Kacar** & **Muhsin Elcicek**

Custom License - See [LICENSE](LICENSE) for details.

---

## ๐Ÿ‘ฅ Contributors

Dr. Umit Kacar

Senior AI Researcher & Engineer

Muhsin Elcicek

Senior Software Architect

---

**Made with โค๏ธ for the Claude Code Community**

[![GitHub](https://img.shields.io/badge/GitHub-pluginagentmarketplace-black?style=for-the-badge&logo=github)](https://github.com/pluginagentmarketplace)