By amdmax
Development utilities (4 skills): bug fixing, debugging, experimentation, remote notebooks
Automate investigation and fixing of reported bugs from GitHub backlog. Use when user requests bug fixing, wants to pick up issues from backlog, or says phrases like 'fix this bug', 'investigate bug report', 'work on reported issue'. REQUIRED: Always create regression tests before committing any fix.
Hypothesis-driven bug investigation with mandatory regression tests
Orchestrates safe experiments and code changes in isolated git worktrees with background processing. Use when the user wants to try changes, experiment with code, test alternatives, or explore modifications without affecting main codebase. Triggers on phrases like "experiment with", "try out", "test in isolation", "worktree experiment".
Run Python code and notebooks on a Jupyter kernel, remote or local. Use when running GPU-intensive or training code on a remote box, or when running experiments locally via Jupyter.
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 development-toolsAI adoption skills (1 skill): skill discovery and workload matching for this marketplace
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)
Claude Code meta-skills (8 skills): hooks, plugin scaffolding, skill creation, refactoring, syncing, validation, output styles, and project-context injection
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.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Frontend design skill for UI/UX implementation
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.