Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Hacker0x01/claude-marketplace-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Power User Marketplace

A comprehensive Claude Code skills marketplace with modular plugins organized by skill category.

Overview

This marketplace provides a collection of specialized skills plugins for Claude Code, organized into focused categories for easy installation and management.

Installation

Add the Marketplace

/plugin marketplace add Hacker0x01/claude-power-user

Install Individual Plugins

Install 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

Install All Plugins

/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-user

Available Plugins

Collaboration Skills

Category: Productivity Skills: Brainstorming, planning, code review, parallel agents, git workflows, remembering conversations

Key skills:

  • brainstorming - Interactive design refinement using Socratic method
  • writing-plans - Create detailed implementation plans
  • executing-plans - Execute plans in batches with review checkpoints
  • requesting-code-review - Pre-review checklist
  • receiving-code-review - Responding to feedback
  • dispatching-parallel-agents - Concurrent subagent workflows
  • using-git-worktrees - Parallel development branches
  • finishing-a-development-branch - Clean branch completion
  • subagent-driven-development - Delegation patterns
  • remembering-conversations - Search past work

Testing Skills

Category: Development Skills: TDD, async patterns, testing anti-patterns

Key skills:

  • test-driven-development - RED-GREEN-REFACTOR cycle
  • condition-based-waiting - Async test patterns
  • testing-anti-patterns - Common pitfalls to avoid

Debugging Skills

Category: Development Skills: Systematic debugging, root cause tracing, verification, defense-in-depth

Key skills:

  • systematic-debugging - 4-phase root cause process
  • root-cause-tracing - Find the real problem
  • verification-before-completion - Ensure it's actually fixed
  • defense-in-depth - Multiple validation layers

Problem-Solving Skills

Category: Productivity Skills: Thinking techniques, simplification, pattern recognition, inversion exercises

Key skills:

  • collision-zone-thinking - Find interaction points
  • simplification-cascades - Reduce complexity systematically
  • meta-pattern-recognition - Identify patterns across domains
  • inversion-exercise - Think backwards to solve forward
  • scale-game - Explore problem at different scales
  • when-stuck - Strategies for breaking through blocks

Meta Skills

Category: Meta Skills: Writing skills, testing skills, sharing contributions, maintaining skill repositories

Key skills:

  • writing-skills - TDD for documentation, create new skills
  • testing-skills-with-subagents - Validate skill quality
  • sharing-skills - Contribute skills back via branch and PR
  • pulling-updates-from-skills-repository - Sync with upstream
  • gardening-skills-wiki - Maintain and improve skills

Research Skills

Category: Research Skills: Knowledge investigation, tracing lineages, information gathering

Key skills:

  • tracing-knowledge-lineages - Follow information sources and evolution

Architecture Skills

Category: Architecture Skills: Design patterns, productive tensions, system thinking

Key skills:

  • preserving-productive-tensions - Balance competing concerns in design

Philosophy

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

Repository Structure

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)

Contributing

To contribute improvements to skills:

  1. Fork this repository
  2. Make your changes to skills in the appropriate plugin directory
  3. Test your changes
  4. Submit a pull request

License

MIT License - see LICENSE file for details

Credits

Skills originally derived from the superpowers project by Jesse Vincent.

About

Community-editable skills for Claude Code's superpowers plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.4%
  • Shell 40.0%
  • JavaScript 3.6%