Executes bash commands
Hook triggers when Bash tool is used
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.
Claude Code plugins for productivity workflows - skills, agents, commands, and hooks.
dot-claude is a collection of plugins that extend Claude Code with specialized capabilities for software engineering workflows. It provides:
| Plugin | Purpose |
|---|---|
| core | Essential workflows: TDD enforcement, verification, brainstorming |
| workflow | Planning and execution: plans, subagents, worktrees, branch finishing |
| review | Code review: requesting reviews, receiving feedback, security analysis |
| testing | Test patterns: anti-patterns, condition-based waiting |
| commit | Git workflows with Conventional Commits, PR generation, branch organization |
| python | Python development with uv, pytest, FastAPI, Django, async patterns |
| doc | Documentation generation, API docs, tutorials, Amazon-style memos |
| shell | Shell scripting with Google Shell Style Guide |
| debug | Distributed systems debugging and log correlation |
| meta | Plugin development: writing skills, testing skills, marketplace analysis |
| blackbox | Flight recorder hooks for telemetry and recovery |
Note: The
superplugin has been split into focused modules:core,workflow,review,testing, anddebug. See MIGRATION.md for migration guide.
# macOS - install system dependencies
brew install jq yq ripgrep fd coreutils
# Install uv (fast Python package manager)
curl -LsSf https://astral.sh/uv/install.sh | sh
git clone https://github.com/pedroproenca/dot-claude.git
cd dot-claude
uv sync
uv run python scripts/validate-plugins.py
uv run pre-commit install
/sync-claude-config
Skills are invoked automatically when relevant, or manually via the Skill tool:
# TDD workflow
skill: core:tdd
# Python project setup
skill: python:uv-package-manager
# Documentation writing
skill: doc:amazon-writing
Slash commands expand to full prompts:
/workflow:plan # Create implementation plan
/commit:new # Create Conventional Commit
/python:refactor # Refactor Python file
/doc:gen # Generate documentation
Agents are specialized subagents invoked via Task tool:
# Code review
Task(subagent_type="review:code-reviewer", prompt="Review the authentication module")
# Python expertise
Task(subagent_type="python:python-expert", prompt="Optimize async database queries")
# Security analysis
Task(subagent_type="review:security-reviewer", prompt="Audit API endpoints for OWASP vulnerabilities")
The core plugin enforces test-driven development through multiple mechanisms:
The commit plugin validates git commits:
feat, fix, docs, refactor, test, chore| Hook | Plugin | Type | Behavior |
|---|---|---|---|
| TDD Guard | core | PreToolUse | Blocks production file edits unless test files edited first |
| Verification | core | Stop | Requires test/build evidence before completion claims |
| Worktree Guard | workflow | PreToolUse | Warns about git worktree awareness |
| Git Safety | commit | PreToolUse | Validates git commands before execution |
| Commit Validation | commit | PostToolUse | Enforces Conventional Commits format |
| Shell Validation | shell | PreToolUse | Checks shell syntax before file creation |
| Context Preservation | shell | PreCompact | Preserves important context during compaction |
| Flight Recorder | blackbox | PreToolUse | Captures file modifications for telemetry |
Skills (3):
npx claudepluginhub pproenca/dot-claude-old --plugin commitDevelopment workflow with TDD, debugging, and collaboration skills
Git worktree management expert for @desplega.ai/wts
Git worktree management for parallel development workflows
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development