tony/ai-workflow-plugins
πͺMarketplacetony/ai-workflow-plugins
Claude Code Plugins, Commands, and Skills
Add this Marketplace
/plugin marketplace add tony/ai-workflow-pluginsPlugins in this Marketplace
action
developmentTake tickets to branches in isolated git worktrees β resolve Linear/GitHub issues strictly read-only, name branches by the team's own conventions, land gated commits, and fan out multiple tickets in parallel
business
productivityMeasure and report the business value of AI skills and agentic workflows β provenance-tagged data collection and audience-tiered reports in engineer-hours and cycle time, never currency
changelog
productivityGenerate categorized changelog entries from branch commits and PR context; refresh or recut a branch's own entries as it evolves
commit
developmentCreate git commits following project conventions with format enforcement and safety checks
double-check
productivityMake verification requests return the re-derived answer instead of a diff against the agent's prior turn β an ambient skill for 'double check' / 'are you sure' moments plus an /align command to repair a chat where the diff already happened
github-actions
developmentUpdate GitHub Actions pins across one repo or a whole fleet β verify every target tag exists before writing it, research each upgrade against real release notes, land one commit per action on trunk, then close dependabot's PRs by citing the commit that superseded them
lean
developmentWrite tight, slop-free prose and code, and tighten existing files in place with no commits β a model-invocable writing discipline plus a working-tree cleanup command
merge-pr
developmentMerge PRs via gh with merge commits matching the repo's own git history β readiness checks and CI watch before every merge, plus multi-PR runs with stack detection, rebase, and conflict resolution between merges
model-cli
developmentRun prompts through individual AI CLIs β Antigravity/agy (Gemini), codex/GPT, and cursor/agent with fallback support
pr
developmentGenerate, refresh, recut, and review gold-standard PR descriptions; detect AI slop, brittle counts, and verbose commit messages on branch commits and resolve via fixup commits and autosquash with quality-gate checks
pytest-optimizer
testingProfile a pytest suite, rank safe speedups with a safety-first rubric, and apply each as its own verified commit
rebase
developmentAutomated rebase onto trunk with conflict prediction, resolution, and quality gate verification
release
developmentCut and bump releases with safe defaults β no push, no tag, no tag push without an explicit flag β and roll new releases out to every downstream consumer repo with CI verification
research
learningClone and study your project's dependencies at the exact versions you use β source repos with version-pinned git worktrees
review
developmentAddress code-review findings on the current branch β provenance-gated to changes the branch introduced, one finding per commit, simplest pragmatic fix, with quality gates before every commit and prompted history rewrites
ruff
developmentMove one repo or a whole fleet onto a new ruff release β work out which rules the release can actually fire against each repo's own select list, gate on the resolver being able to see the version at all, then land one reviewed commit per rule with the upstream rule doc cited
situate
developmentGain situational awareness before touching a repository β read the branch against trunk, its diff, its pull request and review threads, its linked tickets, and the project's own conventions, then report where the work stands; optionally search prior AI conversations for decisions the repository never recorded
slop
developmentScan repo tracked files for AI slop, brittle counts, and verbose noise; resolve each finding as an atomic forward-going commit with quality-gate verification
spike
developmentProve a path fast in a no-commit spike β a single probe or a bakeoff of competing strategies in git worktrees β exit through the project's quality gates into stashes, and hand back a commit-by-commit implementation plan
tailwind
designDetect and fix inconsistent spacing in Tailwind CSS layouts β container fragmentation, margin/gap mixing, padding asymmetry, and more
tdd
testingTDD bug-fix workflow β reproduce bugs as failing tests, find root cause, fix, and verify
terraform
developmentMove Terraform and OpenTofu versions across any repository layout β discover every root module instead of assuming one, move every declaration of a provider together because constraints combine across modules, and refresh each lock file without narrowing its platform coverage
weave
developmentRun independent adversarial participants through host-native sub-agents by default or separate model CLIs by choice β brainstorm, refine, plan, execute, architect, review, and synthesize