weekly-skill-digest

Collect backlog and trigger data to post a weekly Discord digest.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DisruptionEngineer/build-useful-skills --skill weekly-skill-digest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-skill-digest
Source: https://github.com/DisruptionEngineer/build-useful-skills/tree/main/weekly-skill-digest
Command: npx skills add https://github.com/DisruptionEngineer/build-useful-skills --skill weekly-skill-digest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the weekly digest of skill pipeline activity by reading backlog data and trigger logs, then posting a structured summary to Discord.

Core Features & Use Cases

  • Discord digest posting: Publishes a formatted embed to the #skill-digest channel summarizing skills built this week, pruning candidates, and stalled backlog ideas.
  • Staleness and backlog insights: Detects stale skills (no triggers in 30+ days) and highlights raw/ready backlog ideas for review.
  • Pipeline health metrics: Computes registry health metrics (total skills, built count, backlog size, conversion rate, average time to build) for governance and planning.

Quick Start

Configure the cron job to run every Sunday at 9:00 UTC and verify the backlog and trigger data sources are accessible.

Frequently Asked Questions about weekly-skill-digest

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

FAQPage Schema
How do I automate a weekly Discord digest for backlog and pipeline metrics?

You can automate a weekly Discord digest by running a scheduled cron job that reads your backlog and trigger data, computes pipeline health metrics, and posts a formatted summary embed to your Discord channel.

How does stale skill detection work for a registry backlog?

Stale skill detection works by reading trigger logs and flagging skills with no recorded triggers for 30 or more days, highlighting them as pruning candidates in your weekly digest for review.

Can I use cron to post pipeline health metrics to Discord?

Yes, you can configure a cron job to run on a weekly schedule, such as every Sunday at 9:00 UTC, to automatically compute registry health metrics and post them to a Discord channel.

What data sources are needed to generate weekly skill activity summaries?

You need accessible idea-backlog and skill-trigger data sources, typically formatted as JSON files, to gather the raw backlog ideas and trigger logs required to compute pipeline metrics.

What is the best way to track skill conversion rates and average time to build?

The best way to track conversion rates and average time to build is to aggregate registry data from your backlog and trigger logs, computing total skills, built count, and backlog size for governance.

What pipeline metrics are included in a weekly Discord activity embed?

Pipeline metrics included in a Discord activity embed cover total skills, built count, backlog size, conversion rate, average time to build, recently built skills, pruning candidates, and stalled ideas.