← ClaudeAtlas

digestlisted

NOTE: this skill requires connected ~~chat / ~~email / ~~project-tracker / ~~docs MCPs, which are typically only present in Cowork — the Code variant exists for parity but most users will want the Cowork variant. Cross-tool rollup of what's pending, what shipped, and what's blocked across chat / email / project tracker / docs. Use when user says '/digest', 'weekly digest', 'cross-tool rollup', 'what's pending across my tools', 'summarize this week', 'standup digest'. Probes all 4 ~~categories and degrades gracefully — produces a digest even with only 1-2 MCPs connected, surfacing which categories were unavailable.
mikeprasad/aria-knowledge · ★ 12 · AI & Automation · score 63
Install: claude install-skill mikeprasad/aria-knowledge
# /digest — Cross-Tool Weekly Rollup Synthesize a digest of activity across connected MCPs into `intake/digests/{YYYY-MM-DD}.md`. Pulls from `~~chat` + `~~email` + `~~project tracker` + `~~docs` to produce a "what's pending / what shipped / what's blocked" rollup. Composite of all 4 categories — the most cross-tool of the v2.18.0 skills. ## Step 0: Resolve Config Read `~/.gemini/antigravity/aria-knowledge.local.md` and extract `knowledge_folder`. If the file doesn't exist, stop: "aria-knowledge is not configured. Run /setup to get started." Lazily create `{knowledge_folder}/intake/digests/` if it doesn't exist. ## Step 1: Probe Connected MCPs (all 4 categories) Check Claude's available tool list for each `~~category`. The digest runs with ANY non-zero set of connected MCPs — gather from whichever are connected, surface gaps for the rest. | Category | MCP options | Status | |---|---|---| | `~~chat` | slack, ms365 | <connected: list / not connected> | | `~~email` | gmail, ms365 | <connected: list / not connected> | | `~~project tracker` | linear, asana, atlassian, monday, clickup, notion | <connected: list / not connected> | | `~~docs` | notion, atlassian, box, egnyte, google docs | <connected: list / not connected> | If NO MCPs in ANY category are connected, output the standard fallback notice and stop: > No required MCPs connected for `/digest`. Connect at least one of: Slack/MS365 (~~chat), Gmail/MS365 (~~email), Linear/Asana/etc. (~~project tracker), or Notion/Conf