By dkmaker
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques (forked from obra/superpowers)
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Launch claude -p sessions in background with filtered output and structured results. Use when executing implementation plans via background headless sessions instead of subagents or manual parallel sessions.
Uses power tools
Uses Bash, Write, or Edit tools
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 collection of Claude Code plugins and tools for enhancing development workflows.
Repository: https://github.com/dkmaker/my-claude-plugins
This repository contains:
Expert knowledge system for Claude Code with comprehensive official documentation.
Location: claude-expert/
Features:
claude-docs Node.js CLI for documentation managementSee: claude-expert/README.md for detailed documentation.
Real-time web search and research through Perplexity AI.
Location: perplexity/
Features:
Requirements:
See: perplexity/README.md for setup instructions.
Browser automation and testing with Playwright.
Location: playwright/
Features:
Requirements:
See: playwright/README.md for usage instructions.
Ensures optimal Claude Code defaults and tool validation.
Location: baseline/
Features:
Requirements:
See: baseline/README.md for details.
/plugin marketplace add dkmaker/my-claude-plugins
# Install the Claude Expert plugin
/plugin install my-claude-plugins/claude-expert
# Install the Perplexity plugin (requires PERPLEXITY_API_KEY env var)
export PERPLEXITY_API_KEY="your-api-key-here"
/plugin install my-claude-plugins/perplexity
# Install the Playwright plugin
/plugin install my-claude-plugins/playwright
# Install the Baseline plugin (recommended for optimal defaults)
/plugin install my-claude-plugins/baseline
Restart Claude Code to activate installed plugins.
claude-plugins/
├── .gitignore # Git ignore configuration
├── README.md # This file
├── .claude-plugin/
│ └── marketplace.json # Plugin marketplace configuration
├── claude-expert/ # Claude Expert plugin
│ ├── README.md # Plugin documentation
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ ├── hooks/
│ │ ├── hooks.json # Hook configuration
│ │ └── scripts/
│ │ └── sessionstart.sh # Session initialization script (manages CLI)
│ └── skills/
│ └── docs/
│ └── SKILL.md # Skill definition
├── perplexity/ # Perplexity plugin
│ ├── README.md # Plugin documentation
│ └── .claude-plugin/
│ └── plugin.json # Plugin metadata with MCP config
├── playwright/ # Playwright plugin
│ ├── README.md # Plugin documentation
│ └── .claude-plugin/
│ └── plugin.json # Plugin metadata with MCP config
└── baseline/ # Baseline plugin
├── README.md # Plugin documentation
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── hooks/
│ ├── hooks.json # SessionStart hook config
│ └── scripts/
│ └── baseline-check.sh # Validation script
└── statusline.sh # Custom statusline
Once the plugin is installed, it provides several features:
Browser automation using playwright-cli for web testing, form filling, screenshots, and data extraction
Development toolkit for the my-claude-plugins marketplace repository
Ensures optimal Claude Code defaults and validates required tools. Sets up optimized statusline with GitHub integration, worktree support, and context monitoring.
Parse and analyze Claude Code session transcripts with markdown/HTML output
Cross-platform voice feedback while coding. Claude speaks progress updates aloud via ElevenLabs API.
npx claudepluginhub dkmaker/my-claude-plugins --plugin superpowersCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Agentic development framework for Claude Code — disciplined workflow routing, TDD enforcement, safety hooks, systematic debugging, and code review
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.