By tony
Detect and fix inconsistent spacing in Tailwind CSS layouts — container fragmentation, margin/gap mixing, padding asymmetry, and more
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.
Generate 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
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
Clone and study your project's dependencies at the exact versions you use — source repos with version-pinned git worktrees
npx claudepluginhub tony/ai-workflow-plugins --plugin tailwindTailwind CSS v4 tools for initialization, auditing, migration, and optimization
Expert Tailwind CSS v4.1 - CSS-first configuration, @theme, @utility, @variant, Oxide engine 5x faster, OKLCH colors, container queries, 15 specialized skills
Frontend platform discipline: CSS, Tailwind CSS v4, accessibility, and browser-specific practices
Find unused CSS and consolidate stylesheets
Comprehensive code formatting plugin with Prettier integration. Use when you need to format code, validate formatting, or maintain consistent code style. Activates with phrases like 'format my code', 'check formatting', or 'apply code style'. Supports JavaScript, TypeScript, JSON, CSS, Markdown, and many other file types with automatic formatting on file operations.
Code style, tech stack, and workflow conventions for React/Next.js/TypeScript, TailwindCSS, Supabase projects.