digest

Generate daily or weekly markdown digests of action items from connected MCP sources.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/sun2443/designer-skills --skill digest-sun2443
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: digest
Source: https://github.com/sun2443/designer-skills/tree/main/enterprise-search/skills/digest
Command: npx skills add https://github.com/sun2443/designer-skills --skill digest-sun2443

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of information overload by turning scattered updates from multiple connected tools into a single, readable daily or weekly summary with clear action items.

Core Features & Use Cases

  • Daily/Weekly digest generation: Produce a structured summary for the last 24 hours or the last 7 days, or for a custom range via a --since date or weekday.
  • Cross-source aggregation: Scans connected MCP sources (such as chat, email, cloud storage, project trackers, CRM, and knowledge bases) and merges results by topic/project rather than by tool.
  • Actionable output structure: Extracts and organizes Action Items, Decisions, Mentions, and Documents Updated, including source and date attribution for each item.
  • Graceful degradation: If some sources are unreachable, it still generates the best digest possible from the sources that succeeded.

Quick Start

Use the digest command to generate a daily summary of your most important action items, decisions, mentions, and updated documents from the last 24 hours.

Frequently Asked Questions about digest

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

FAQPage Schema
How do I generate a daily summary of action items and decisions across multiple work tools?

To generate a daily summary of action items and decisions across multiple work tools, use a cross-source aggregation command to scan connected sources and compile a structured markdown digest. It extracts action items, decisions, mentions, and document updates from the last 24 hours.

What is the best way to catch up on project updates after being away for a week?

The best way to catch up on project updates after time away is generating a weekly activity digest. It scans your connected sources over a custom date range, deduplicates cross-source events, and organizes progress grouped by project or topic.

Can I aggregate mentions and document updates from different tools into one report?

Yes, you can aggregate mentions and document updates from different connected sources into one report. The digest merges results by topic rather than by tool, scanning chat, email, cloud storage, project trackers, CRM, and knowledge bases.

Does the weekly digest still work if some connected sources are unreachable?

Yes, the weekly digest still works if some connected sources are unreachable. It applies graceful degradation to generate the best possible digest from the sources that succeeded, while reporting which sources were successfully included in the summary.

How do I customize the time window for a cross-tool activity digest?

You can customize the time window for a cross-tool activity digest by parsing time-window flags. Use a custom range via a `--since` date or specify a weekday to define the exact period for scanning your connected sources.

What is cross-tool aggregation for daily summaries and how does it handle duplicates?

Cross-tool aggregation for daily summaries is the process of scanning connected sources to extract work updates. It handles duplicates by deduplicating cross-source events, ensuring your structured markdown digest contains only unique action items and decisions.