By motlin
Enforce consistent formatting in skill and agent instruction files by replacing numbered steps with descriptive headers and substituting personal data with generic placeholders.
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
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub motlin/claude-code-plugins --plugin plugin-and-skill-devTemporal database patterns for system-time versioned tables
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.)
Utilities for working with justfiles, including doc comment optimization
GitHub Actions troubleshooting and CI/CD automation
Core orchestration guidelines for conversation style, code style, testing, tool conventions, and workflow automation
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
Claude Code customization tools. Includes 0 agents, 13 commands, and 12 skills.
Commands for orchestrating complex workflows
Plugin development tools: scaffold new plugins, validate SKILL.md frontmatter, audit hooks for silent failures
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration