Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By motlin
Enforce code quality across your projects by automatically cleaning redundant comments and dead code from git changes or entire repos, adding engaging emojis to docs and comments, fixing Java code generator formatting issues with @formatter guards, upgrading test assertions to strict deep equality in Jest/Vitest, and guiding optimal Bash/Git CLI usage.
npx claudepluginhub motlin/claude-code-plugins --plugin codeRemove obvious and redundant comments from all files
Remove obvious and redundant comments from uncommitted changes
Add appropriate emoji to make content more engaging
Scan code generator files for string concatenation blocks missing @formatter:off guards or broken by auto-formatting. Fix violations using the code-generation skill.
Rewrite tests to use strict deep equality assertions
CLI guidelines. Use whenever using the Bash tool, which is almost always. Also use when you see "command not found: __zoxide_z" errors.
This skill should be used when the user asks to "fix formatter-off", "fix code generation formatting", "fix auto-formatted string concatenation", "add formatter off", or when writing, reviewing, or generating Java code generators that build source code via string concatenation. Also applies proactively when creating new code generation methods or modifying existing ones — always use @formatter:off guards and the one-output-line-per-source-line convention.
Code quality guidelines. ALWAYS use skill for ANY code changes.
Guidelines for comments in code. Use when adding, editing, or removing comments.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Auto-configure code quality tools and generate custom /fix command for parallel agent-based fixing
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
GitHub Actions troubleshooting and CI/CD automation
Perform a comprehensive code review of recent changes
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
Codex-powered code review gate. Creates a review checkpoint that triggers Codex CLI review when Claude exits.
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
Automatically copies gitignored files and configures direnv/mise when agent worktree isolation creates a worktree
GitHub Actions troubleshooting and CI/CD automation
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