master-aggregator

Scan project directories for Running Tasks.md files and add discovered tasks to a master file.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/arjunrattan-lab-ai/AICopilot-Projects --skill master-aggregator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: master-aggregator
Source: https://github.com/arjunrattan-lab-ai/AICopilot-Projects/tree/main/.github/skills/master-aggregator
Command: npx skills add https://github.com/arjunrattan-lab-ai/AICopilot-Projects --skill master-aggregator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of discovering new tasks from Running Tasks.md files within projects and adding them to a master file, streamlining the organization of tasks.

Core Features & Use Cases

  • Task Discovery: Scans all projects to find new tasks in Running Tasks.md files.
  • Task Addition: Adds discovered tasks to a master file, ready for further processing.
  • Use Case: Ideal for managing project tasks across multiple files, ensuring that no tasks are overlooked.

Quick Start

Execute the master-aggregator skill to discover and add new tasks to the master file.

Frequently Asked Questions about master-aggregator

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

FAQPage Schema
How do I aggregate tasks from multiple markdown files into a single master file?

To aggregate tasks from markdown files into a master file, this skill scans project directories for Running Tasks.md files, parses them for task data, and automatically adds discovered tasks to the master file.

What is the best way to automate task discovery across project directories?

Automating task discovery across project directories is handled by scanning all projects for Running Tasks.md files, parsing the markdown for new tasks, and appending them to a master file to ensure nothing is overlooked.

Can I use this to organize tasks if my projects use Running Tasks.md files?

Yes, you can use this to organize tasks if your projects use Running Tasks.md files. It is specifically designed to parse this markdown format and consolidate the discovered tasks into a master file.

How do I ensure no project tasks are overlooked when managing multiple files?

To ensure no project tasks are overlooked when managing multiple files, the task discovery process scans all project directories and automatically extracts task data from every Running Tasks.md file it finds.

Are there limitations to aggregating tasks from markdown files?

A limitation of aggregating tasks from markdown files is that the skill requires project directories to contain Running Tasks.md files specifically; it cannot parse other file formats or extract tasks from different markdown structures.