npx claudepluginhub johnclyde/clydehubComprehensive Git workflow management plugin with CI automation and lint fixing
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
A comprehensive Claude Code plugin for managing Git workflows with automated linting, type checking, and CI validation.
/commit [message]Create a smart commit with automatic linting and type checking.
Workflow:
Important: Does NOT run tests. No Claude attribution added.
/pr [title]Create a pull request with validation.
Workflow:
gh pr creategh pr checksImportant: Relies on GitHub PR checks, not local test runs.
/lint-fixRun all linters and automatically fix issues.
Detects and runs:
pnpm biome check --writeuv run ruff check --fix, uv run ruff format/ci-checkRun comprehensive CI validation locally.
Runs in order:
Important: Stops at first failure.
/syncSync current branch with main/master.
Workflow:
Important: No stashing. Requires clean working directory.
/test-debug [test-name]Debug a specific failing test.
Workflow:
Important: For investigating specific failures, not running full suite.
@git-workflowSpecialized agent for Git operations with strict adherence to:
/plugin install clydehub
This plugin is opinionated and configured for:
MIT