do-task
01Agent
Find and implement the next incomplete task using Claude Code's built-in task management.
A Claude Code skill for tracking and completing tasks from a markdown task list
Agent
Find and implement the next incomplete task using Claude Code's built-in task management.
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.
Agent
Commit local changes to git. Use this agent for ALL git commits.
Agent
Use this agent to handle git merge conflicts.
Agent
Rebases local commits on top of the upstream remote/branch. Invoke after committing code to git, typically following the commit-handler agent.