原始内容
📦 Install Now · 🤖 Explore Agents · 📖 Documentation · ⭐ Star this repo
What is this?
Go Development Assistant is a Claude Code plugin with 8 agents and 12 skills for Go development. Master concurrency, web development, microservices, and cloud-native applications with expert AI agents.
📑 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-go
# Step 2️⃣ Install the plugin
/plugin install go-development-assistant@pluginagentmarketplace-go
# 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-go.git
cd custom-plugin-go
# Load locally
/plugin load .
# Restart Claude Code
✅ Verify Installation
After restart, you should see these agents:
go-development-assistant:01-go-fundamentals
go-development-assistant:02-go-concurrency
go-development-assistant:03-go-web
go-development-assistant:04-go-database
go-development-assistant:05-go-testing
go-development-assistant:06-go-cli
go-development-assistant:07-go-microservices
go-development-assistant:08-go-devops
✨ Features
| Feature | Description |
|---|---|
| 🤖 8 Agents | Specialized AI agents for Go tasks |
| 🛠️ 12 Skills | Reusable capabilities with Golden Format |
| ⌨️ 4 Commands | Quick slash commands |
| 🔄 SASMP v1.3.0 | Full protocol compliance |
| 🐹 Cloud Native | Goroutines, channels, Kubernetes ready |
🤖 Agents
8 Specialized Agents
| # | Agent | Purpose |
|---|---|---|
| 1 | 01-go-fundamentals | Go basics, syntax, variables, control flow |
| 2 | 02-go-concurrency | Goroutines, channels, sync primitives |
| 3 | 03-go-web | HTTP servers, Gin, REST APIs |
| 4 | 04-go-database | SQL, GORM, data persistence |
| 5 | 05-go-testing | Unit tests, benchmarks, coverage |
| 6 | 06-go-cli | CLI application development |
| 7 | 07-go-microservices | gRPC, service architecture |
| 8 | 08-go-devops | Docker, Kubernetes, deployment |
🛠️ Skills
Available Skills
| Skill | Description | Invoke |
|---|---|---|
go-fundamentals |
Go language basics | Skill("go-development-assistant:go-fundamentals") |
go-concurrency |
Goroutines and channels | Skill("go-development-assistant:go-concurrency") |
go-web-apis |
HTTP and REST development | Skill("go-development-assistant:go-web-apis") |
go-database |
SQL and ORM patterns | Skill("go-development-assistant:go-database") |
go-testing |
Testing strategies | Skill("go-development-assistant:go-testing") |
go-cli-tools |
CLI development | Skill("go-development-assistant:go-cli-tools") |
go-grpc |
gRPC and Protocol Buffers | Skill("go-development-assistant:go-grpc") |
go-docker |
Containerization | Skill("go-development-assistant:go-docker") |
go-cli |
Command-line interfaces | Skill("go-development-assistant:go-cli") |
go-performance |
Optimization techniques | Skill("go-development-assistant:go-performance") |
go-kubernetes |
K8s deployment | Skill("go-development-assistant:go-kubernetes") |
go-modules |
Module management | Skill("go-development-assistant:go-modules") |
⌨️ Commands
| Command | Description |
|---|---|
/go-check |
Run comprehensive quality checks |
/go-new |
Create new Go project |
/go-build |
Build for multiple platforms |
/go-debug |
Debug with Delve |
📚 Documentation
| Document | Description |
|---|---|
| CHANGELOG.md | Version history |
| CONTRIBUTING.md | How to contribute |
| LICENSE | License information |
📁 Project Structure
Click to expand
custom-plugin-go/
├── 📁 .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── 📁 agents/ # 8 agents
├── 📁 skills/ # 12 skills (Golden Format)
├── 📁 commands/ # 4 commands
├── 📁 hooks/
├── 📄 README.md
├── 📄 CHANGELOG.md
└── 📄 LICENSE
📅 Metadata
| Field | Value |
|---|---|
| Version | 2.1.0 |
| Last Updated | 2025-12-31 |
| Status | Production Ready |
| SASMP | v1.3.0 |
| Agents | 8 |
| Skills | 12 |
| 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 |