task-manager

Create, monitor, and terminate background processes with status tracking.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/looklee/LookaleeCode --skill task-manager-looklee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-manager
Source: https://github.com/looklee/LookaleeCode/tree/main/LookaleeCode/desktop/skills/task-manager
Command: npx skills add https://github.com/looklee/LookaleeCode --skill task-manager-looklee

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of managing long-running and concurrent background tasks, enabling users to create, view, and stop tasks efficiently.

Core Features & Use Cases

  • Task Lifecycle Management: Create, list, monitor, and stop background processes with ease.
  • Concurrency Support: Handle multiple tasks simultaneously across different sessions.
  • Use Case: A developer needs to run multiple test suites in the background while monitoring their progress and stopping any that are taking too long.

Quick Start

Use the task-manager skill to create a background task that runs a test suite and check its output.

Frequently Asked Questions about task-manager

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

FAQPage Schema
How do I manage long-running background tasks in a development environment?

Managing long-running background tasks involves creating processes, tracking their status, and retrieving output automatically. This skill handles task lifecycle management and concurrency support for concurrent processes across different sessions.

Can I run multiple background processes simultaneously and monitor their progress?

Yes, you can run multiple background processes simultaneously. The system provides concurrency support to handle multiple tasks across different sessions, allowing you to monitor progress and stop tasks taking too long.

How do I stop a background process that is taking too long to complete?

To stop a background process taking too long, you use task termination commands. The system tracks task status and allows you to efficiently stop background processes through command-line-like instructions.

Do I need external dependencies to script background task automation?

No external dependencies are required to script background task automation. The system operates using core scripting capabilities to create, monitor, and terminate background processes within your operational environment.

What is the best way to track output from concurrent background processes?

The best way to track output from concurrent background processes is using built-in status tracking and output retrieval commands. This allows efficient monitoring of multiple tasks simultaneously across different sessions.

When do I need automated background process management for my scripts?

Automated background process management is needed when running multiple test suites or long-duration tasks. It enables efficient creation, monitoring, and termination of concurrent background processes within development workflows.