By solrac97gr
Complete toolkit for Go backend development with hexagonal architecture, DDD, TDD/BDD, and automated architecture testing
Ensures API consistency, validates contracts, prevents breaking changes, enforces REST/gRPC standards
Proactively reviews code for hexagonal architecture and DDD compliance, validates dependency rules
Enforces Uber Go Style Guide best practices on all generated and modified Go code
Reviews migration scripts for safety, ensures backward compatibility, validates database changes
Expert guidance on Domain-Driven Design patterns, strategic and tactical modeling decisions
Generate complete feature implementation from Mermaid or graph diagrams
Create domain entity with repository interface
Scaffold new feature following TDD/BDD with Godog
Create application use case with tests
Review code for hexagonal architecture and DDD compliance
Admin access level
Server config contains admin-level keywords
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
A personal collection of custom plugins and skills for Claude Code.
This repository contains custom plugins that extend Claude Code's functionality through user-defined skills. Each plugin can provide one or more skills that can be invoked during Claude Code sessions using the /skill-name command.
Complete toolkit for Go backend development following hexagonal architecture, Domain-Driven Design (DDD), and Test-Driven Development with Godog BDD framework.
Features:
Skills: /start-project, /new-feature, /new-entity, /new-usecase, /from-diagram, /review-arch, /update-arch-tests
Comprehensive React development plugin with TypeScript, Vite, Tailwind CSS, and modern testing tools. Provides TDD workflows, accessibility compliance, performance optimization, and intelligent code review agents.
Features:
Skills: /start-project, /new-component, /new-hook, /new-context, /new-feature, /from-diagram, /review-code, /review-a11y, /update-tests, /optimize-performance
Meta-plugin for analyzing projects and generating custom Claude Code plugins tailored to your codebase patterns and workflows.
Features:
Skills: /analyze-project, /generate-plugin
Use Cases:
To use these plugins with Claude Code:
marketplace-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── [plugin-name]/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ ├── skills/ # Skill definitions
│ ├── agents/ # AI agent definitions
│ ├── servers/ # MCP servers
│ └── README.md # Plugin documentation
└── CLAUDE.md # Development guide
# Go backend development
/start-project my-backend-api
/new-feature user-management
# React frontend development
/start-project my-react-app
/new-component Button
# Generate custom plugin for your project
/analyze-project
/generate-plugin
Easy Way (Recommended):
Use the plugin-helper plugin to generate a custom plugin for your project:
# Analyze your project
/analyze-project
# Review the analysis report
# Then generate the plugin
/generate-plugin
Manual Way:
Create a new directory under plugins/:
mkdir -p plugins/my-plugin/.claude-plugin
mkdir -p plugins/my-plugin/skills/my-skill
Add plugin metadata in .claude-plugin/plugin.json:
{
"name": "my-plugin",
"description": "Description of what your plugin does",
"version": "1.0.0"
}
Create a skill in skills/my-skill/SKILL.md:
---
description: Brief description
---
Instructions for Claude when this skill is invoked.
Register the plugin in .claude-plugin/marketplace.json:
{
"plugins": [
{
"name": "my-plugin",
"source": "./plugins/my-plugin",
"description": "Description of what your plugin does"
}
]
}
npx claudepluginhub solrac97gr/marketplace-plugins --plugin go-devComprehensive React development plugin with TypeScript, Vite, Tailwind CSS, and modern testing tools. Provides TDD workflows, accessibility compliance, performance optimization, and intelligent code review agents.
Meta-plugin for analyzing projects and generating custom Claude Code plugins tailored to your codebase patterns and workflows
Scaffold new projects and add features with best-practice templates
Full-stack agents — frontend, backend, API, DevOps architects
The maragu fabrik plugin.
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Give soul to your workflow. 58 AI-powered skills across 17 roles — PM, Dev, Backend, Frontend, QA, UX, Data, Detect, WordPress, Release, Security, DevOps, and Core. Spec-to-ship pipeline: scaffold, implement, test, secure, deploy. Features two-phase workflow with human approval, quality-reviewer agent, token optimization, and continuous improvement via LEARN.md system.