Propagate Why banner
Rupali59 Rupali59

Propagate Why

Development community

Description

--- allowed-tools: Bash(node "${CLAUDE_PLUGIN_ROOT}/cli.mjs" why:*) description: Find out why one file is declared to follow another, and what verified it last --- ## Your task Run the command below for the edge the user names. It needs an edge id: ``` node "${CLAUDE_PLUGIN_ROOT}/cli.mjs" why <edge_id> [--all] [--json] ``` If the user gave a file rather than an edge id, run `propagate status` or `reconcile` first to find the id, then come back. Report the declared reason (`why`) and the ver

Installation

Installs to ~/.claude/skills/rupali59-propagate-propagate-why/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rupali59-propagate-propagate-why && curl -fsSL https://raw.githubusercontent.com/Rupali59/propagate/HEAD/commands/propagate-why.md -o ~/.claude/skills/rupali59-propagate-propagate-why/SKILL.md

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

Full documentation available on GitHub

View Source Repository