digest
Summarize vault learnings and activity for today or a date range.
npx skills add majiayu000/claude-skill-registry --skill digest-andersonsrepo-ai-harness --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Learning Digest Summarize vault learnings and activity for a given time period. ## Current State !`ls vault/learnings/ 2>/dev/null | wc -l | tr -d ' '` total learning files !`ls vault/learnings/*-$(date +%Y%m%d)-* 2>/dev/null || echo "(none today)"` !`cat vault/daily/$(date +%Y-%m-%d).md 2>/dev/null || echo "(no daily digest yet)"` ## Date Parsing Parse `$ARGUMENTS` to determine the date range: - No args or `today` — today's date only - `YYYY-MM-DD` — specific date - `YYYY-MM-DD..YYYY-MM-DD` — date range (inclusive) Convert dates to the `YYYYMMDD` format used in filenames. ## Analysis Steps 1. **Find matching files**: `Glob` for `vault/learnings/*-YYYYMMDD-*` for each date in range 2. **Read each file**: Extract frontmatter (type, status, priority/severity, tags, pattern-key, recurrence-count) 3. **Aggregate**: - Count by type (LRN/ERR/FEAT) - Count by status - Count by area - List any with recurrence-count >= 2 (approaching promotion) - List any FEAT entries with status `requested` (potential quick wins) 4. **Check for daily digest**: Read `vault/daily/YYYY-MM-DD.md` if it exists 5. **Compile summary** ## Output Format ``` ## Learning Digest: YYYY-MM-DD ### Activity - 3 new lear
- Current State
- Date Parsing
- Analysis Steps
- Output Format
What does the digest skill do?
Summarize vault learnings and activity for today or a date range.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill digest-andersonsrepo-ai-harness --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
