source-triage
Source triage
Repo-only skill. It lives in this repo's .claude/skills/ so Claude Code auto-loads it
whenever you work in skills-extended. It's kept out of plugin.json's skills array
and marked metadata.internal: true — the skills CLI scans .claude/skills/
directly, so the manifest omission alone isn't enough; the internal flag is what hides
it from npx skills add (installable only with INSTALL_INTERNAL_SKILLS=1). It keeps
LOG.md — the durable record of every source item we've looked at and what
we decided. The point is incremental: each run only triages items not already in the
log, so harvesting the watch-list compounds instead of repeating.
Sources. The watch-list is the Inspiration section of README.md — upstream plus
every repo we credit or watch (incl. brooks-lint and Claude Code /code-review). LOG.md's
## Sources registry mirrors it as owner/name rows with per-track last synced
markers; sync iterates the registry. A row marked credit-only (no live public repo — e.g. a deprecated source) is a past inspiration credit and is skipped by sync.