Plugin Claude Code
Collection of Claude Code plugins for task management, workflow automation, and productivity.
Plugin Claude Code
Collection of Claude Code plugins for task management, workflow automation, and productivity.
Settings file Claude Code
Agent settings configuring $schema, includeCoAuthoredBy, includeGitInstructions, enabledPlugins, extraKnownMarketplaces.
Plugin Claude Code
Block dangerous bash commands before they execute.
Hook
Runs before the agent uses a tool for Bash tool calls, executing validate-bash.sh. From motlin/claude-code-plugins.
Plugin Claude Code
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.
Agent
Find and implement the next incomplete task using Claude Code's built-in task management.
Command
Process all tasks automatically using built-in task management.
Command
Process all tasks in parallel using a team of agents.
Command
Find and implement the next incomplete task using built-in task management.
Command
Import a Claude plan file into the built-in task list.
Command
Find all TODO and TASK comments and add them to the built-in task list.
Skill Claude CodeCodex
Coordination guidelines for leading a team of task-executing agents.
Skill Claude CodeCodex
Workflow guidelines for team members executing tasks.
Plugin Claude Code
Send session lifecycle events to the claude-code-plans dashboard.
Plugin Claude Code
Code quality tools for comment cleanup and emoji enhancement.
Agent
Removes redundant, obvious, or outdated comments while preserving TODOs and linter directives. Invoke after code changes (especially bug fixes and refactors) and before running the build or committing.
Command
Remove obvious and redundant comments from all files.
Command
Remove obvious and redundant comments from uncommitted changes.
Command
Add appropriate emoji to make content more engaging.
Command
Scan code generator files for string concatenation blocks missing @formatter:off guards or broken by auto-formatting. Fix violations using the code-generation skill.
Command
Rewrite tests to use strict deep equality assertions.
Skill Claude CodeCodex
CLI guidelines. Use whenever using the Bash tool, which is almost always. Also use when you see "command not found: zoxidez" errors.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Code quality guidelines. ALWAYS use skill for ANY code changes.