By tony
Create git commits following project conventions with format enforcement and safety checks
A 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
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.
npx claudepluginhub tony/ai-workflow-plugins --plugin commitGenerate categorized changelog entries from branch commits and PR context
Generate and review gold-standard PR descriptions and merge commit messages with structured headings, tables, and test plans
Detect and fix inconsistent spacing in Tailwind CSS layouts — container fragmentation, margin/gap mixing, padding asymmetry, and more
Run prompts through individual AI CLIs — codex/GPT, gemini, and cursor/agent with fallback support
Automated rebase onto trunk with conflict prediction, resolution, and quality gate verification
AI-powered conventional commit message generator with smart analysis
Intelligent git commits with conventional format, semantic analysis, and changelog generation
Structured commit messages following the Conventional Commits specification
Professional git commits with Conventional Commits, auto-detection, and security validation
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.