task

Create and track tasks with subtasks and documents via CLI.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/alceupassos/hub --skill task-alceupassos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task
Source: https://github.com/alceupassos/hub/tree/main/packages/builtin-skills/src/task
Command: npx skills add https://github.com/alceupassos/hub --skill task-alceupassos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines task management and execution, reducing the complexity of managing multiple tasks and ensuring they are completed efficiently.

Core Features & Use Cases

  • Task Creation and Tracking: Create, track, and manage tasks with a simple CLI.
  • Subtask Management: Organize tasks into subtasks with dependencies and reordering capabilities.
  • Document and Topic Management: Store and reference documents, and manage conversations within tasks.
  • Use Case: For project managers, this Skill can help organize team tasks, track progress, and ensure deadlines are met.

Quick Start

Use the task skill to create a new task with the command 'lh task create -i "Prepare weekly report" --priority 3'.

Frequently Asked Questions about task

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

FAQPage Schema
How do I manage tasks and subtasks using a CLI?

You can manage task creation and tracking via a CLI by using commands to create tasks, organize them into subtasks with dependencies, and reorder them as needed. This approach streamlines project management workflows.

What is subtask organization for project management?

Subtask organization is the process of breaking down a main task into smaller, dependent components. It allows you to track progress, manage document references, and reorder items efficiently within team collaboration scenarios.

Can I store and reference documents within task management workflows?

Yes, you can store and reference documents directly within your tasks. The system supports document and topic management, allowing you to attach relevant files and manage conversation tracking alongside the task execution.

Does this task management skill require command line interaction?

Yes, this task management skill requires CLI interaction for task manipulation and execution. You need to use command line inputs to create, track, and organize your project tasks and subtasks effectively.

What's the best way to create a high priority task for a weekly report?

The best way to create a high priority task is using a CLI command with priority flags. For example, you can input a command specifying the task description and a priority level to instantly generate and track the item.