{"id":47907825,"url":"https://github.com/tony/ai-workflow-plugins","last_synced_at":"2026-04-04T04:59:00.781Z","repository":{"id":337241136,"uuid":"1152775321","full_name":"tony/ai-workflow-plugins","owner":"tony","description":"Claude Code Plugins, Commands, and Skills","archived":false,"fork":false,"pushed_at":"2026-03-30T16:19:15.000Z","size":830,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T04:58:57.469Z","etag":null,"topics":["claude-code","claude-marketplace","claude-plugin","claude-plugins","claude-skills","multi-model"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tony.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-08T12:18:15.000Z","updated_at":"2026-03-30T16:19:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tony/ai-workflow-plugins","commit_stats":null,"previous_names":["tony/claude-plugins"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tony/ai-workflow-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tony%2Fai-workflow-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tony%2Fai-workflow-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tony%2Fai-workflow-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tony%2Fai-workflow-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tony","download_url":"https://codeload.github.com/tony/ai-workflow-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tony%2Fai-workflow-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31388169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","claude-marketplace","claude-plugin","claude-plugins","claude-skills","multi-model"],"created_at":"2026-04-04T04:58:59.227Z","updated_at":"2026-04-04T04:59:00.775Z","avatar_url":"https://github.com/tony.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ai-workflow-plugins\n\nA third-party [Claude Code plugin marketplace](https://code.claude.com/docs/en/plugin-marketplaces.md)\nproviding language-agnostic AI / agentic workflow plugins for DX efficiency.\n\n\u003e **Warning:** Review plugins before installing. Anthropic does not control plugin\n\u003e contents and cannot verify they work as intended.\n\n**Repository:** [tony/ai-workflow-plugins](https://github.com/tony/ai-workflow-plugins)\n\n## Plugins\n\n| Plugin | Category | Description |\n|--------|----------|-------------|\n| [commit](plugins/commit/) | Development | Create git commits following project conventions with format enforcement and safety checks |\n| [loom](plugins/loom/) | Development | Weave prompts across Claude, Gemini, and GPT in parallel — plan, execute, review, and synthesize |\n| [rebase](plugins/rebase/) | Development | Automated rebase onto trunk with conflict prediction, resolution, and quality gate verification |\n| [changelog](plugins/changelog/) | Productivity | Generate categorized changelog entries from branch commits and PR context |\n| [tdd](plugins/tdd/) | Testing | TDD bug-fix workflow — reproduce bugs as failing tests, find root cause, fix, and verify |\n| [model-cli](plugins/model-cli/) | Development | Run prompts through individual AI CLIs — codex/GPT, gemini, and cursor/agent with fallback support |\n| [pr](plugins/pr/) | Development | Generate and review gold-standard pull request descriptions with structured headings, tables, and test plans |\n| [research](plugins/research/) | Learning | Clone and study your project's dependencies at the exact versions you use — source repos with version-pinned git worktrees |\n| [tailwind](plugins/tailwind/) | Design | Detect and fix inconsistent spacing in Tailwind CSS layouts — container fragmentation, margin/gap mixing, padding asymmetry, and more |\n\n## Installation\n\nAdd the marketplace:\n\n```console\n/plugin marketplace add tony/ai-workflow-plugins\n```\n\nYou can also browse available plugins with `/plugin \u003e Discover`.\n\nThen install any plugin:\n\n```console\n/plugin install commit@ai-workflow-plugins\n```\n\n```console\n/plugin install loom@ai-workflow-plugins\n```\n\n```console\n/plugin install rebase@ai-workflow-plugins\n```\n\n```console\n/plugin install changelog@ai-workflow-plugins\n```\n\n```console\n/plugin install tdd@ai-workflow-plugins\n```\n\n```console\n/plugin install model-cli@ai-workflow-plugins\n```\n\n```console\n/plugin install pr@ai-workflow-plugins\n```\n\n```console\n/plugin install research@ai-workflow-plugins\n```\n\n```console\n/plugin install tailwind@ai-workflow-plugins\n```\n\n## Design Philosophy\n\nEvery plugin in this repository is **language-agnostic**. Commands do not hardcode\nlanguage-specific tools like `pytest`, `jest`, `cargo test`, or `ruff`. Instead, they\nreference the project's own conventions by reading `AGENTS.md` or `CLAUDE.md` at\nruntime to discover:\n\n- How to run the test suite\n- How to run linters and formatters\n- How to run type checkers\n- What commit message format to use\n- What test patterns to follow\n\nThis means the same plugin works whether your project uses Python, TypeScript, Rust, Go,\nor any other language.\n\n## Development\n\nScripts use [uv](https://docs.astral.sh/uv/) to manage Python dependencies.\n\nInstall uv:\n\n```bash\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\nor:\n\n```bash\nwget -qO- https://astral.sh/uv/install.sh | sh\n```\n\nSee [uv installation docs](https://docs.astral.sh/uv/getting-started/installation/) for\nother methods.\n\n### Lint and validate\n\n```bash\nuv run ./scripts/marketplace.py lint\n```\n\n### Sync marketplace manifest with plugin directories\n\nDry-run:\n\n```bash\nuv run ./scripts/marketplace.py sync\n```\n\nWrite changes to marketplace.json:\n\n```bash\nuv run ./scripts/marketplace.py sync --write\n```\n\n### Check for outdated entries\n\n```bash\nuv run ./scripts/marketplace.py check-outdated\n```\n\n### Code quality for scripts\n\nLint:\n\n```bash\nuv run ruff check ./scripts/\n```\n\nFormat check:\n\n```bash\nuv run ruff format --check ./scripts/\n```\n\nType check:\n\n```bash\nuv run basedpyright ./scripts/\n```\n\n## Documentation\n\nSee the [official Claude Code plugin docs](https://code.claude.com/docs/en/plugins) for\nauthoring guides, component schemas, and marketplace publishing.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftony%2Fai-workflow-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftony%2Fai-workflow-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftony%2Fai-workflow-plugins/lists"}