By motlin
Task management system using markdown checkboxes in .llm/todo.md with slash commands for planning, implementing, and tracking tasks across git worktrees
Capture conversation planning into self-contained tasks at end of discussion
Import a Claude plan file into the task list as individual tasks
Find and implement the next incomplete task from the project task list
Add a task to the project task list
Process all tasks automatically
Add a self-contained task to .llm/todo.md. Use when the user asks to add one task or append work to the markdown task list.
Work through all incomplete tasks in .llm/todo.md with one subagent and commit per task, continuing past blocked tasks.
Find and implement the next incomplete task from .llm/todo.md.
Import a plan markdown file into .llm/todo.md as self-contained implementation tasks.
Convert a planning discussion into self-contained tasks in .llm/todo.md.
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 and Codex that enhance terminal integration, task management, and development workflows.
Claude Code installs plugins from .claude-plugin/marketplace.json. Codex installs the translated
plugins marked AVAILABLE in .agents/plugins/marketplace.json.
| Plugin | Claude Code | Codex |
|---|---|---|
| orchestration | Available | Available |
| markdown-tasks | Available | Available |
| tmux-titles | Available | Available |
| iterm2-titles | Available | Available |
ghostty-titles | Available | Available |
| build | Available | Available |
| code | Available | Available |
| git | Available | Available |
| github | Available | Available |
| java | Available | Available |
| justfile | Available | Available |
git-guards | Available | Available |
plugin-and-skill-dev | Available | Available |
temporal-data | Available | Available |
| stop-phrase-guard | Available | Available |
bash-guards | Available | Available |
investigation-report | Available | Available |
builtin-tasks | Available | Not available |
| worktree-setup | Available | Not available |
claude-code-plans | Available | Available |
The intentionally unavailable Codex entries remain visible in the Codex marketplace metadata so the two marketplaces stay in one-to-one parity:
builtin-tasks still exposes Claude-specific commands and agents rather than Codex skill
entrypoints.worktree-setup depends on Claude Code's WorktreeCreate hook, which Codex does not support.claude-code-plans sends SessionStart, PostToolUse, and Stop from Codex. Claude Code also
sends SessionEnd, TaskCompleted, and WorktreeCreate.
The skills in this repository follow the Agent Skills specification and
can be discovered or installed with Vercel's open skills
CLI independently of the Claude Code and Codex plugin marketplaces.
List every skill published from the default branch:
npx skills add motlin/claude-code-plugins --list
List skills from a local checkout, including unmerged branch work:
npx skills add . --list
Install one skill for Codex or Claude Code:
npx skills add motlin/claude-code-plugins --skill markdown-tasks --agent codex
npx skills add motlin/claude-code-plugins --skill markdown-tasks --agent claude-code
The skills CLI installs skill instructions and bundled resources. Use the product-specific plugin
marketplaces below when hooks, commands, agents, or other plugin capabilities are also required.
Add the marketplace from GitHub:
claude plugin marketplace add motlin/claude-code-plugins
For local development or use behind a firewall, clone the repository and run:
./install-local.sh
The no-argument invocation remains equivalent to ./install-local.sh claude. Install an individual
plugin from the registered marketplace with:
claude plugin install markdown-tasks@motlin-claude-code-plugins
Add the marketplace from GitHub:
codex plugin marketplace add motlin/claude-code-plugins
Then install any available plugin:
codex plugin add markdown-tasks@motlin-claude-code-plugins
For local development, clone the repository and install every Codex-compatible plugin from the local marketplace:
./install-local.sh codex
Use ./install-local.sh all to install both product variants. Codex mode re-registers a marketplace
of the same name when it points elsewhere and reinstalls already-installed local plugins so the
Codex cache reflects the checked-out source.
npx claudepluginhub motlin/claude-code-plugins --plugin markdown-tasksUpdates tmux window title with Claude Code status indicators showing current activity (working, editing files, running commands, etc.)
Test and build automation tools that loop until all commits pass
Block dangerous git commands before they execute
Updates iTerm2 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
Cotask — task management with TASKS.md kanban dashboard
Commands for automating repetitive tasks and workflows
CLI-free taskmd plugin. Manage tasks stored as markdown files using only Claude's native tools — no CLI binary required.
Task management skill for coordinating complex agent work
Task orchestration using Claude Code's built-in task tools with slash commands for importing plans and executing tasks individually, sequentially, or with a team
Task lifecycle management: unified execution (run, sync, handover modes), task creation, and PR checklist registration