By motlin
Implements temporal database patterns for system-time versioned tables, enabling incremental sync and cache validation using system_from/system_to columns with support for global watermarks, predicate watermarks, and item-level conditional requests
Efficient data loading patterns using system_from/system_to for cache validation. Use when implementing incremental sync, conditional fetches, polling for changes, ETags, high watermarks, or avoiding redundant data transfer in systems with temporal tables.
Temporal database patterns for system-time versioned tables. Use when working with tables that have system_from/system_to columns, temporal queries, non-destructive updates, merge/sync logic, rollback, or schema migrations involving temporal data.
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 temporal-dataDevelopment 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.)
Utilities for working with justfiles, including doc comment optimization
GitHub Actions troubleshooting and CI/CD automation
Temporal durable execution platform: CLI commands, SDK patterns (Go, TypeScript, Python, Java), workflow orchestration, and architectural guidance for reliable distributed applications
Send session lifecycle events to the claude-code-plans dashboard
Manage database migrations with version control, rollback capabilities, and automated schema evolution tracking
Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.
Commands for orchestrating complex workflows
Data engineering agents providing expertise in ETL pipelines, streaming, and data warehousing