Stats
Actions
Tags
From forgeplan
Show which nodes depend on a shared model and what updates they need.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forgeplan:affectedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find all nodes that depend on a shared model.
Find all nodes that depend on a shared model.
node "${CLAUDE_PLUGIN_ROOT}/scripts/find-affected-nodes.js" $ARGUMENTS
Parse the JSON output and present:
=== Affected Nodes: [model-name] ===
Model fields: [field list]
[count] node(s) affected:
1. [node-id] — [node name] ([status])
→ /forgeplan:spec [node-id]
→ /forgeplan:build [node-id]
...
npx claudepluginhub cspergel/forgedev --plugin forgeplanCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.