Source Delta banner
musharna musharna

Source Delta

Development community

Description

--- description: Show which captured sources are new, persisting, recurring, or dropped for a context argument-hint: [context-name] [--since 90d] --- Report how the sources captured under a `context:` label have changed across runs. Run (defaults to the `general` context when no argument is given): ```bash "${CLAUDE_PLUGIN_ROOT}/hooks/run-python.sh" "${CLAUDE_PLUGIN_ROOT}/scripts/source_delta.py" ${ARGUMENTS:-general} ``` Present the markdown it prints. The buckets mean: - **New** — first s

Installation

Installs to ~/.claude/skills/musharna-zotero-provenance-source-delta/SKILL.md

Terminal
mkdir -p ~/.claude/skills/musharna-zotero-provenance-source-delta && curl -fsSL https://raw.githubusercontent.com/musharna/zotero-provenance/HEAD/commands/source-delta.md -o ~/.claude/skills/musharna-zotero-provenance-source-delta/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository