Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By jugrajsingh
Git workflow validation - enforces explicit file staging, conventional commits, and blocks AI footers
npx claudepluginhub jugrajsingh/skillgarden --plugin gitmasteryGenerate changelog from git commits
Create atomic commits with conventional format (no AI footers)
Start a new feature branch using git-flow
Complete current git-flow branch (feature, release, hotfix)
Initialize git-flow configuration for a repository
Create atomic git commits with conventional format. Hooks enforce no wildcards, no AI footers, conventional format. Presents each commit for user review via AskUserQuestion before execution.
Complete current git-flow branch (feature, release, or hotfix)
Generate changelog from git commits following Keep a Changelog format
Initialize git-flow configuration for a repository
Create a versioned release with semantic versioning
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
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.
Git commit workflow: atomic commits, validation, conventions
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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.
Codebase cleanup and hygiene — dead code detection, duplication scan, staleness check, safe removal with archiving
Python project scaffolding, configuration management, and best practices auditing with uv-native tooling
CLAUDE.md lifecycle management - init, audit, sync, and optimize project context files
Parallel sub-agent research with persistent reports, evidence-backed analysis, and generic dispatch
Makefile generation for local development, deployment, and root orchestration with audit capabilities
A plugin marketplace for Claude Code that brings developer best practices as composable plugins. Install what you need, they work together seamlessly.
Git workflow validation with enforcement. Explicit file staging, conventional commits, no AI footers.
What it enforces:
git add . → Blocked. List files explicitly.git commit -m "fixed stuff" → Blocked. Use type(scope): subjectCommands:
| Command | Description |
|---|---|
/gitmastery:commit | Atomic commits with conventional format |
/gitmastery:feature | Start a feature branch |
/gitmastery:finish | Complete current branch |
/gitmastery:release | Create versioned release |
/gitmastery:changelog | Generate Keep a Changelog format |
/gitmastery:init | Initialize git-flow |
CLAUDE.md lifecycle management. Generate, audit, sync, and optimize hierarchical context files throughout a repository.
Commands:
| Command | Description |
|---|---|
/claudemd:init | Generate root + module-level CLAUDE.md files |
/claudemd:audit | Health check all context files for anti-patterns and staleness |
/claudemd:sync | Detect and fix drift between docs and codebase |
/claudemd:optimize | Reduce context cost while preserving signal |
Structured error escalation protocol. 3-strike workflow when stuck on a problem: diagnose, pivot, escalate.
Commands:
| Command | Description |
|---|---|
/unstuck | Start the escalation protocol |
Design brainstorming, implementation planning with 3-file persistence, session recovery, and worktree isolation. Drives the front of the development workflow.
Commands:
| Command | Description |
|---|---|
/planner:brainstorm | Explore design ideas through guided dialogue |
/planner:plan | Create implementation plan with task decomposition and batching |
/planner:resume | Recover session state via 5-Question Reboot Test |
/planner:handoff | Generate session transfer document |
/planner:worktree | Set up git worktree isolation for a branch |
Persistence: Creates docs/plans/{slug}-task_plan.md, findings.md, and progress.md for cross-session project memory.
Parallel sub-agent research with persistent reports. Dispatches locator, analyzer, and pattern-finder agents for evidence-backed codebase analysis.
Commands:
| Command | Description |
|---|---|
/researcher:research | Research a codebase question with parallel sub-agents |
/researcher:dispatch | Dispatch parallel agents for independent problems |
Agents: locator (haiku, fast file finding), analyzer (sonnet, data flow tracing), pattern-finder (sonnet, existing pattern discovery).
Codebase cleanup and hygiene. Assess dead code, duplication, and staleness, then execute cleanup with safety gates.
Commands:
| Command | Description |
|---|---|
/tidyup:assess | Analyze codebase for cleanup candidates (read-only) |
/tidyup:cleanup | Execute cleanup with user approval and test verification |
Safety: Never deletes files -- archives to .archive/ instead. Always runs tests after changes.
Batch execution with subagent pipeline, TDD enforcement, code review, verification, and branch completion. The execution engine for plans created by planner.
Commands:
| Command | Description |
|---|---|
/shipit:execute | Execute plan with implement-review-verify pipeline |
/shipit:tdd | Run RED-GREEN-REFACTOR cycle for a single task |
/shipit:review | Dispatch comprehensive code review |
/shipit:verify | Evidence-before-claims verification gate |
/shipit:ship | Complete branch (merge, PR, keep, or discard) |
/shipit:describe-pr | Generate PR description from changes and plan |
Pipeline: Each task goes through implementer → spec-reviewer → quality-reviewer agents. Uses Claude Code native Tasks for real-time coordination.
Python project scaffolding and best practices. Generate pyproject.toml, Pydantic Settings, pre-commit hooks, and audit existing projects.
Commands:
| Command | Description |
|---|---|
/pysmith:setup | Full Python dev environment (pyproject + settings + pre-commit + makefile) |
/pysmith:pyproject | Generate pyproject.toml with uv-native config |
/pysmith:settings | Generate Pydantic Settings + YAML configuration |
/pysmith:precommit | Generate .pre-commit-config.yaml with security hooks |
/pysmith:patterns | Browse 9 copy-paste Python code patterns |
/pysmith:audit | Audit project against Python best practices |
Makefile generation for development and deployment. Supports role-separated Makefiles with self-documenting targets.
Commands: