News Digest
Description
Claude Code Skill: collect your own feeds, score novelty/significance/relevance, derive a reading priority from a swappable profile, and digest only what is worth reading. Engine is public; your corpus stays private.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
news-digest
A Claude Code Skill that collects your own feeds, decides what is worth reading, and compiles a digest of only that.
Feeds forwarded into a chat channel produce 130–180 items a day, which means nobody reads any of them. This skill draws three distinctions instead:
- Is it worth reading? — the significance of the event and your own relationship to it are scored separately
- Is it new? — each article is checked against the continuing stories you have already been following
- Has it gone stale? — topics that turned up again with no new facts are named as such
The third one is the point: it leaves behind a record of *why something did not need reading*.
Code here, data elsewhere
This repository holds the engine and nothing else. Your feed list, your relevance profile, and the article corpus live in a separate **corpus repository** that you own and keep private — it names what you watch and what you care about, which is not something to publish.
news-digest (public) your-corpus (private)
skill, scripts, profiles, config/ data/ digests/
examples, tests .newsrc.toml
The corpus repository contains no code, and one installed skill can serve several corpora. `.newsrc.toml` is the contract between them: it declares the config and schema versions, the evaluation profile, and where digests are sent. The skill refuses to run against a version it does not support, so an engine update cannot quietly corrupt a corpus.
Profiles
The engine knows nothing about any subject area. A **profile** supplies the evaluation axes, the decision table that turns axis scores into a reading priority, the rubric the agent reads before scoring, and the digest layout.
Three axes ship as the base, kept deliberately domain-neutral because their frames of reference are orthogonal:
| Axis | The question | Frame |
|---|---|---|
novelty |
What does this add to what is already known? | time |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11