signal

Sync task state from session logs, emails, and messages.

2|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/doasfrancisco/mcp_servers --skill signal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: signal
Source: https://github.com/doasfrancisco/mcp_servers/tree/main/skills/signal
Command: npx skills add https://github.com/doasfrancisco/mcp_servers --skill signal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, git, powershell, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines task management by centralizing intake, tracking progress, and orchestrating work across different tools and environments.

Core Features & Use Cases

  • Task Intake: Parses handwritten or verbal task inputs.
  • Progress Tracking: Syncs task status from session logs, email, and messages.
  • Work Orchestration: Dispatches tasks to appropriate terminal tabs or directly within the session.
  • Context Persistence: Maintains task state and context across sessions.

Quick Start

Use the signal skill to sync your tasks and then ask what's next.

Frequently Asked Questions about signal

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

FAQPage Schema
How do I sync task status from session logs and messages?

You can sync task status from session logs, emails, and messages by centralizing intake and tracking progress. The Skill parses these inputs to maintain context and dispatch work to terminal tabs or directly within the session.

How does task orchestration dispatch work to terminal tabs?

Task orchestration dispatches work to terminal tabs using a PowerShell script that spawns new tabs with the required task context. This solves fragmented task management by routing work across different tools and environments.

Do I need Python and PowerShell for task management and orchestration?

Yes, task management and orchestration requires Python3 for session checking scripts and PowerShell for spawning new terminal tabs with task context. Git is also listed as a dependency for the workflow.

What is the best way to maintain context persistence across task management sessions?

The best way to maintain context persistence across task management sessions is by syncing state from session logs, emails, and messages. This centralizes task state and context tracking to prevent fragmented workflows.

Can I parse handwritten or verbal task inputs for progress tracking?

Yes, you can parse handwritten or verbal task inputs for progress tracking. The Skill's task intake feature processes these inputs to orchestrate and track work across different tools and environments.

When should I not use terminal tab orchestration for task management?

You should not use terminal tab orchestration for task management if your environment lacks PowerShell support for spawning tabs or Python3 for session checking, as these are required dependencies for dispatching and syncing work.