By motlin
Automate a complete build-test-fix loop: run precommit checks, test every commit in a branch, iteratively fix failures via fixup commits and autosquash rebasing, and block session end until code is reviewed.
Start the dev server and keep it running
Run just precommit and fix failures without committing
Run tests on all commits and fix failures in a loop
Test every commit in the current branch, fix failures, and loop until all pass
Set up git test for the current project
Fix broken builds and clean up commit history with fixup commits and autosquash rebasing
Use this agent after making code changes to run pre-commit checks (formatting, builds, tests) before returning control to the user. Should be invoked automatically after any code modifications.
Uses power tools
Uses Bash, Write, or Edit tools
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.
Collection of plugins for Claude Code that enhance terminal integration and task management.
todo.md) and let Claude Code implement them automaticallyFrom GitHub:
claude plugin marketplace add motlin/claude-code-plugins
For local development or if you are behind a firewall, clone first and add from a local directory:
claude plugin marketplace add "$(pwd)"
claude plugin install markdown-tasks@motlin-claude-code-plugins
claude plugin install orchestration@motlin-claude-code-plugins
claude plugin install tmux-titles@motlin-claude-code-plugins
claude plugin install iterm2-titles@motlin-claude-code-plugins
claude plugin install build@motlin-claude-code-plugins
claude plugin install code@motlin-claude-code-plugins
claude plugin install git@motlin-claude-code-plugins
claude plugin install github@motlin-claude-code-plugins
claude plugin install java@motlin-claude-code-plugins
claude plugin install justfile@motlin-claude-code-plugins
claude plugin install offline-claude-code-guide@motlin-claude-code-plugins
Updates iTerm2 window title with Claude Code status indicators showing current activity (working, editing files, running commands, etc.)
Core orchestration guidelines for conversation style, code style, testing, tool conventions, and workflow automation
Java and Maven tools for OpenRewrite import ordering and POM dependency management
Code quality tools for comment cleanup and emoji enhancement
GitHub Actions troubleshooting and CI/CD automation
npx claudepluginhub motlin/claude-code-plugins --plugin buildCore orchestration guidelines for conversation style, code style, testing, tool conventions, and workflow automation
Claude Code hooks for enforcing best practices and workflow automation
Sets up and manages Husky Git hooks by configuring pre-commit hooks, establishing commit message standards, integrating with linting tools, and ensuring code quality on commits.
Base plugin — commit command, code quality hooks, auto-format and check hooks for all projects
Auto-configure code quality tools and generate custom /fix command for parallel agent-based fixing
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests