task-manager

Manage and archive team tasks from the CLI with filters.

2.3k|295|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/numman-ali/cc-mirror --skill task-manager-numman-ali
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-manager
Source: https://github.com/numman-ali/cc-mirror/tree/main/src/skills/task-manager
Command: npx skills add https://github.com/numman-ali/cc-mirror --skill task-manager-numman-ali

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a CLI-based approach to manage, archive, and clean up team tasks beyond Claude Code's built-in tooling, reducing clutter and preserving task history.

Core Features & Use Cases

  • Task overview and quick actions: List, view details, archive, delete, and graph task dependencies to understand project relationships.
  • Bulk cleanup and archival: Move completed tasks to archive for history preservation and easier daily focus.
  • Cross-team and variant visibility: Inspect tasks across teams and variants to coordinate work and track progress.

Quick Start

Use the task-manager skill to view and manage tasks:

  • npx cc-mirror tasks
  • npx cc-mirror tasks --status all
  • npx cc-mirror tasks graph
  • npx cc-mirror tasks archive --resolved
  • 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 bulk archive resolved team tasks from the CLI?

You can bulk archive resolved team tasks from the CLI by running the archive command with the resolved status filter. This moves completed items to an archive, preserving task history while reducing daily list clutter.

Can I view a dependency graph for team tasks in the CLI?

Yes, you can generate a dependency graph for team tasks directly in the CLI. This visualizes task relationships across teams and variants, helping you coordinate work and track project dependencies effectively.

What is the best way to clean up completed tasks without losing history?

The best way to clean up completed tasks without losing history is archiving them. The CLI supports moving resolved tasks to an archive, ensuring you preserve task history while keeping your active workspace focused.

Does the task manager support filtering tasks by status across different teams?

Yes, the task manager supports filtering tasks by status across different teams and variants. You can use optional status controls like all or resolved to inspect tasks and coordinate cross-team progress.

How do I list and inspect cross-team tasks from the command line?

To list and inspect cross-team tasks from the command line, use the tasks command with optional filters. This provides visibility across teams and variants, allowing you to view details and track progress efficiently.