A comprehensive Claude Code skills marketplace with modular plugins organized by skill category.
This marketplace provides a collection of specialized skills plugins for Claude Code, organized into focused categories for easy installation and management.
/plugin marketplace add Hacker0x01/claude-power-userInstall only the skill categories you need:
# Collaboration skills
/plugin install collaboration-skills@claude-power-user
# Testing skills
/plugin install testing-skills@claude-power-user
# Debugging skills
/plugin install debugging-skills@claude-power-user
# Problem-solving skills
/plugin install problem-solving-skills@claude-power-user
# Meta skills (for creating and managing skills)
/plugin install meta-skills@claude-power-user
# Research skills
/plugin install research-skills@claude-power-user
# Architecture skills
/plugin install architecture-skills@claude-power-user/plugin install collaboration-skills@claude-power-user testing-skills@claude-power-user debugging-skills@claude-power-user problem-solving-skills@claude-power-user meta-skills@claude-power-user research-skills@claude-power-user architecture-skills@claude-power-userCategory: Productivity Skills: Brainstorming, planning, code review, parallel agents, git workflows, remembering conversations
Key skills:
brainstorming- Interactive design refinement using Socratic methodwriting-plans- Create detailed implementation plansexecuting-plans- Execute plans in batches with review checkpointsrequesting-code-review- Pre-review checklistreceiving-code-review- Responding to feedbackdispatching-parallel-agents- Concurrent subagent workflowsusing-git-worktrees- Parallel development branchesfinishing-a-development-branch- Clean branch completionsubagent-driven-development- Delegation patternsremembering-conversations- Search past work
Category: Development Skills: TDD, async patterns, testing anti-patterns
Key skills:
test-driven-development- RED-GREEN-REFACTOR cyclecondition-based-waiting- Async test patternstesting-anti-patterns- Common pitfalls to avoid
Category: Development Skills: Systematic debugging, root cause tracing, verification, defense-in-depth
Key skills:
systematic-debugging- 4-phase root cause processroot-cause-tracing- Find the real problemverification-before-completion- Ensure it's actually fixeddefense-in-depth- Multiple validation layers
Category: Productivity Skills: Thinking techniques, simplification, pattern recognition, inversion exercises
Key skills:
collision-zone-thinking- Find interaction pointssimplification-cascades- Reduce complexity systematicallymeta-pattern-recognition- Identify patterns across domainsinversion-exercise- Think backwards to solve forwardscale-game- Explore problem at different scaleswhen-stuck- Strategies for breaking through blocks
Category: Meta Skills: Writing skills, testing skills, sharing contributions, maintaining skill repositories
Key skills:
writing-skills- TDD for documentation, create new skillstesting-skills-with-subagents- Validate skill qualitysharing-skills- Contribute skills back via branch and PRpulling-updates-from-skills-repository- Sync with upstreamgardening-skills-wiki- Maintain and improve skills
Category: Research Skills: Knowledge investigation, tracing lineages, information gathering
Key skills:
tracing-knowledge-lineages- Follow information sources and evolution
Category: Architecture Skills: Design patterns, productive tensions, system thinking
Key skills:
preserving-productive-tensions- Balance competing concerns in design
These skills embody proven development principles:
- Test-Driven Development - Write tests first, always
- Systematic over ad-hoc - Process over guessing
- Complexity reduction - Simplicity as primary goal
- Evidence over claims - Verify before declaring success
- Domain over implementation - Work at problem level, not solution level
claude-power-user/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── plugins/
│ ├── collaboration/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json # Plugin metadata
│ │ └── skills/ # Collaboration skills
│ ├── testing/ # Testing skills plugin
│ ├── debugging/ # Debugging skills plugin
│ ├── meta/ # Meta skills plugin
│ ├── problem-solving/ # Problem-solving skills plugin
│ ├── research/ # Research skills plugin
│ └── architecture/ # Architecture skills plugin
└── skills/ # Original skills directory (reference)
To contribute improvements to skills:
- Fork this repository
- Make your changes to skills in the appropriate plugin directory
- Test your changes
- Submit a pull request
MIT License - see LICENSE file for details
Skills originally derived from the superpowers project by Jesse Vincent.