By amdmax
Claude Code meta-skills (8 skills): hooks, plugin scaffolding, skill creation, refactoring, syncing, validation, output styles, and project-context injection
Comprehensive Claude Code hooks configuration for notifications, validation, auto-formatting, safety checks, and context loading.
Install JSON or YAML output styles for Claude Code — changes how Claude formats all responses to structured, machine-readable output. Use when the user wants to respond in JSON, output as YAML, build automation pipelines, pipe Claude output to scripts or tools, or switch to structured response mode. Trigger on phrases like "respond in JSON", "output as YAML", "structured output", "machine readable responses", "install output style", "json mode", "yaml mode".
Scaffold a new Claude Code plugin following the official Anthropic plugin structure (anthropics/claude-plugins-official). Use when the user wants to create a Claude Code plugin, scaffold a plugin project, or asks about the official plugin structure, plugin.json, slash commands, or how to submit a plugin to the marketplace.
Injects project context (AGENT_DOCS_DIR, active story) before every skill invocation via PreToolUse hook.
Convert monolithic SKILL.md files to modular structure with references/, config.yaml for parameters, and optional validation hooks in frontmatter. Use when skills exceed 500 lines, contain hardcoded project-specific values, or would benefit from progressive disclosure patterns.
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.
A centralized repository of reusable Claude Code skills that can be integrated into any project. These skills extend Claude's capabilities with specialized workflows, from commit automation to architecture reviews.
This marketplace contains 30+ production-ready skills abstracted from multiple projects and designed to work anywhere. Each skill is:
Install all bundles or choose specific ones:
# Add the marketplace
/plugin marketplace add aigensa/claude_marketplace
# Install all bundles
/plugin install github@thesolutionarchitect_marketplace
/plugin install development-tools@thesolutionarchitect_marketplace
/plugin install architecture-quality@thesolutionarchitect_marketplace
/plugin install content-specialized@thesolutionarchitect_marketplace
# Or install just what you need
/plugin install github@thesolutionarchitect_marketplace
Available Bundles:
See SKILL_CATALOG.md for the complete list of available skills.
# Example: Copy the commit skill to your project
cp -r .claude/skills/git:commit/ /path/to/your/project/.claude/skills/
cd /path/to/your/project/.claude/skills/git:commit/
# Copy the example config and customize it
cp config.example.yaml config.yaml
# Edit config.yaml with your project-specific values
vim config.yaml
The skill is now available in your project. Invoke it via Claude Code:
/commit
claude_marketplace/
├── .claude/
│ └── skills/ # All marketplace skills (auto-discovered)
│ ├── _templates/ # Skill creation templates
│ ├── git:commit/ # Git commit automation
│ ├── github:pull-request/ # Pull request creation
│ ├── github:story-create/ # Issue creation
│ └── [30+ more skills...]
├── docs/ # Detailed guides
│ ├── abstraction-guide.md
│ ├── configuration-reference.md
│ └── migration-notes.md
├── SKILL_CATALOG.md # Complete skill index
└── USAGE_GUIDE.md # Detailed usage instructions
Skills use template variable syntax to remain project-agnostic:
# In config.yaml
project:
prefix: "MYPROJ" # Your project prefix
name: "My Cool Project"
repository:
slug: "myorg/my-repo"
default_branch: "main"
paths:
active_story: ".agile-dev-team/active-story.yaml"
commands:
type_check: "npm run type-check"
test: "npm test"
Skills reference these as {{PROJECT_PREFIX}}, {{REPO_SLUG}}, etc.
npx claudepluginhub amdmax/claude_marketplace --plugin ccAI adoption skills (1 skill): skill discovery and workload matching for this marketplace
Development utilities (4 skills): bug fixing, debugging, experimentation, remote notebooks
Git workflow automation (1 skill): git:commit — commit with configurable numbering and message conventions
Agile dev team skills: spawn the full 5-agent TDD team or individual agents (PM, Architect, Test Architect, Backend Dev, Frontend Dev) for controlled, single-agent delegation; pm:pull-request routes PR creation to the active issue tracker (github or gitlab)
Design tools (4 skills): CSS architecture, design systems, UX, content images
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.