Language-agnostic workflow plugins for Claude Code — cross-model AI collaboration, rebase automation, changelog generation, and TDD workflows
npx claudepluginhub tony/ai-workflow-pluginsA third-party Claude Code plugin marketplace providing language-agnostic AI / agentic workflow plugins for DX efficiency.
Warning: Review plugins before installing. Anthropic does not control plugin contents and cannot verify they work as intended.
Repository: tony/ai-workflow-plugins
| Plugin | Category | Description |
|---|---|---|
| commit | Development | Create git commits following project conventions with format enforcement and safety checks |
| loom | Development | Weave prompts across Claude, Gemini, and GPT in parallel — plan, execute, review, and synthesize |
| rebase | Development | Automated rebase onto trunk with conflict prediction, resolution, and quality gate verification |
| changelog | Productivity | Generate categorized changelog entries from branch commits and PR context |
| tdd | Testing | TDD bug-fix workflow — reproduce bugs as failing tests, find root cause, fix, and verify |
| model-cli | Development | Run prompts through individual AI CLIs — codex/GPT, gemini, and cursor/agent with fallback support |
| pr | Development | Generate and review gold-standard pull request descriptions with structured headings, tables, and test plans |
| research | Learning | Clone and study your project's dependencies at the exact versions you use — source repos with version-pinned git worktrees |
| tailwind | Design | Detect and fix inconsistent spacing in Tailwind CSS layouts — container fragmentation, margin/gap mixing, padding asymmetry, and more |
Add the marketplace:
/plugin marketplace add tony/ai-workflow-plugins
You can also browse available plugins with /plugin > Discover.
Then install any plugin:
/plugin install commit@ai-workflow-plugins
/plugin install loom@ai-workflow-plugins
/plugin install rebase@ai-workflow-plugins
/plugin install changelog@ai-workflow-plugins
/plugin install tdd@ai-workflow-plugins
/plugin install model-cli@ai-workflow-plugins
/plugin install pr@ai-workflow-plugins
/plugin install research@ai-workflow-plugins
/plugin install tailwind@ai-workflow-plugins
Every plugin in this repository is language-agnostic. Commands do not hardcode
language-specific tools like pytest, jest, cargo test, or ruff. Instead, they
reference the project's own conventions by reading AGENTS.md or CLAUDE.md at
runtime to discover:
This means the same plugin works whether your project uses Python, TypeScript, Rust, Go, or any other language.
Scripts use uv to manage Python dependencies.
Install uv:
curl -LsSf https://astral.sh/uv/install.sh | sh
or:
wget -qO- https://astral.sh/uv/install.sh | sh
See uv installation docs for other methods.
uv run ./scripts/marketplace.py lint
Dry-run:
uv run ./scripts/marketplace.py sync
Write changes to marketplace.json:
uv run ./scripts/marketplace.py sync --write
uv run ./scripts/marketplace.py check-outdated
Lint:
uv run ruff check ./scripts/
Format check:
uv run ruff format --check ./scripts/
Type check:
uv run basedpyright ./scripts/
See the official Claude Code plugin docs for authoring guides, component schemas, and marketplace publishing.
MIT
Automated rebase onto trunk with conflict prediction, resolution, and quality gate verification
Generate categorized changelog entries from branch commits and PR context
TDD bug-fix workflow — reproduce bugs as failing tests, find root cause, fix, and verify
Create git commits following project conventions with format enforcement and safety checks
Run prompts through individual AI CLIs — codex/GPT, gemini, and cursor/agent with fallback support
Generate and review gold-standard PR descriptions and merge commit messages with structured headings, tables, and test plans
Clone and study your project's dependencies at the exact versions you use — source repos with version-pinned git worktrees
Detect and fix inconsistent spacing in Tailwind CSS layouts — container fragmentation, margin/gap mixing, padding asymmetry, and more
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations