By motlin
Automates build validation and testing across all commits in a branch, automatically fixing failures in a retry loop until every commit passes, with dev server monitoring and battery-aware precommit checks.
Test every commit in the current branch, fix failures, and loop until all pass
Run tests on all commits and fix failures in a loop
Run just precommit and fix failures without committing
Set up git test for the current project
Start the dev server and keep it running
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.
Fix broken builds and clean up commit history with fixup commits and autosquash rebasing
Start or restart a project dev server on a specific or discovered port, wait until it is ready, and monitor it for automatic recovery. Use when the user asks to start, restart, keep alive, watch, or monitor a development server.
Running precommit checks and build validation. ALWAYS use after ANY code changes.
Uses power tools
Uses Bash, Write, or Edit tools
Based 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 automaticallyStop hook that catches ownership-dodging and session-quitting phrases and writes an informational warning to stderrFrom 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 stop-phrase-guard@motlin-claude-code-plugins
npx claudepluginhub motlin/claude-code-plugins --plugin buildDevelopment guidelines for writing stable, maintainable skills, agents, and commands
Updates iTerm2 window title with Claude Code status indicators showing current activity (working, editing files, running commands, etc.)
Updates tmux window title with Claude Code status indicators showing current activity (working, editing files, running commands, etc.)
Temporal database patterns for system-time versioned tables
Core orchestration guidelines for conversation style, code style, testing, tool conventions, and workflow automation
Core orchestration guidelines for conversation style, code style, testing, tool conventions, and workflow automation
Claude Code hooks for enforcing best practices and workflow automation
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Git workflow automation and conventional commits
Reliability hooks for Claude Code - prevents common mistakes and enforces quality standards
Base plugin — commit command, code quality hooks, auto-format and check hooks for all projects