← ClaudeAtlas

whats-new-cslisted

Human-friendly change summary — categorizes filesystem changes, correlates with changelog entries, and flags potential plugin impact. The quick status check.
brennacodes/brenna-plugs · ★ 1 · Data & Documents · score 70
Install: claude install-skill brennacodes/brenna-plugs
<purpose> Generate a human-friendly summary of what changed in a tracked target since the last snapshot (or a given time). Categorizes changes into structural, configuration, plugin, and data changes. Correlates with parsed changelog entries when available. Flags structural changes that might affect installed plugins and suggests running `/cs-dep-doctor`. </purpose> <steps> <step id="load-config" number="1"> <description>Load Configuration</description> <load-config> <action>Resolve the user's home directory.</action> <command language="bash" output="home" tool="Bash">echo $HOME</command> <constraint>Never pass `~` to the Read tool.</constraint> <read path="<home>/.things/config.json" output="config" /> <if condition="config-missing">Tell the user: "Run `/things:setup-things` first." Then stop.<exit /></if> <read path="<home>/.things/claude-scout/preferences.json" output="preferences" /> <if condition="preferences-missing">Tell the user: "Run `/setup-cs` first." Then stop.<exit /></if> <read path="<home>/.things/claude-scout/targets.json" output="targets" /> </load-config> </step> <step id="resolve-target-and-args" number="2"> <description>Resolve Target and Arguments</description> <action>Parse `$ARGUMENTS` for:</action> - **target-id**: First positional arg, or fall back to `preferences.default_target` - **--since**: Time or snapshot ref. Default: last snapshot - **--changelog-only