← Portfolio
PLUGINS & ORCHESTRATION

my-gg-plugins

Claude Code plugin marketplace. Skills, agents, hooks, and commands -- a full ecosystem for extending Claude Code's capabilities.

9
Stars
3.1 MB
Size
Dec 2025
Created

Project Overview

A marketplace of reusable plugins for Claude Code -- the AI coding assistant from Anthropic. Each plugin is a self-contained unit (skill, agent, hook, or command) that extends Claude Code with new capabilities. The collection covers everything from automated workflows to specialized domain agents, designed to be installed and composed together.

The marketplace pattern enables discoverability, versioning, and dependency management across plugins, turning Claude Code from a single assistant into a composable platform.

Tech Stack

Python 96% Shell 4%
Python
Core plugin runtime and marketplace logic
Claude Code SDK
Skills, hooks, agents, and command APIs
Shell Scripts
Installation and setup automation
Plugin Architecture
Modular, composable extension system

Architecture

Plugin Registry
Central marketplace index -- discovers, catalogs, and versions all available plugins
Plugin Types
Four categories: Skills (capabilities), Agents (autonomous workers), Hooks (lifecycle events), Commands (CLI extensions)
Dependency Resolution
Plugins declare dependencies on other plugins, enabling composed workflows and shared state
Claude Code Runtime
Installed plugins are loaded into Claude Code sessions, extending the AI with new tools and behaviors

Key Features

Skills
Capability Extensions
Reusable skill modules that teach Claude Code new domain-specific abilities, from code review to deployment automation.
Agents
Autonomous Workers
Self-directed agents that handle complex multi-step workflows without manual intervention.
Hooks
Lifecycle Events
Intercept and extend Claude Code's lifecycle -- pre-commit validation, post-generation transforms, session setup.
Commands
CLI Extensions
Custom slash commands that integrate directly into the Claude Code interface for quick actions.
Marketplace
Discovery & Install
Browse, search, and install plugins from the marketplace. Versioned releases with compatibility metadata.
Ecosystem
Composable Pipelines
Chain plugins together into automated pipelines -- from issue triage to PR review to deployment.

Stats

9
GitHub Stars
3.1 MB
Repository Size
96%
Python
4
Plugin Types

Lessons Learned