task-manager

Manage team tasks via CLI with archival, bulk cleanup, and dependency visibility.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gustavo-v-monteiro/custom-claudecode --skill task-manager-gustavo-v-monteiro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-manager
Source: https://github.com/gustavo-v-monteiro/custom-claudecode/tree/main/src/skills/task-manager
Command: npx skills add https://github.com/gustavo-v-monteiro/custom-claudecode --skill task-manager-gustavo-v-monteiro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Task Manager CLI provides a centralized, lightweight way to manage team tasks outside Claude Code's built-in tooling, enabling quick archival, bulk cleanup, and visibility of task dependencies.

Core Features & Use Cases

  • Archive completed tasks: Safely move finished work to an archive for historical reference.
  • Bulk cleanup: Remove clutter from the active task list with minimal effort.
  • Dependency visualization: Inspect task relationships to understand priorities and sequencing.
  • CLI-driven management: Control tasks directly from your terminal using simple npx commands.

Quick Start

Use the Task Manager CLI to list, archive, or clean up tasks:

  • List tasks: npx cc-mirror tasks
  • View all tasks: npx cc-mirror tasks --status all
  • Archive resolved tasks: npx cc-mirror tasks archive --resolved
  • Clean resolved tasks: npx cc-mirror tasks clean --resolved

Frequently Asked Questions about task-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage team tasks from the command line?

You can manage team tasks from the command line using a CLI tool that supports listing, archiving, and bulk cleanup via simple npx commands. This provides a lightweight way to maintain task lists directly from your terminal.

Can I archive completed tasks for historical reference using a CLI?

Yes, archiving completed tasks via the CLI safely moves finished work to an archive, preserving task history. Use the archive command with resolved tasks to declutter your active list without losing data.

What is the best way to clean up resolved tasks in bulk?

The best way to clean up resolved tasks in bulk is using the clean command with the resolved flag. This removes clutter from the active task list with minimal effort directly from the terminal.

Can I visualize task dependencies to understand priorities and sequencing?

Yes, you can inspect task relationships to visualize dependencies and understand priorities. This feature helps project teams track relationships and sequencing directly from the command line.

Does the task manager CLI require any external dependencies to run?

No external dependencies are required. The task manager CLI operates using npx commands, enabling context auto-detection and straightforward task management without installing additional packages.

How do I list all tasks regardless of their status?

To list all tasks regardless of status, run the list command with the all status flag. This displays every task in the system, providing full visibility over both active and archived items.