skills/when/SKILL.md
Recall behavioral knowledge from project decisions. Triggers on "when to do X", situational patterns, or decision content for recognized situations. Invoke with "/when <trigger>".
npx skillsauth add ddaanet/agent-core whenInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Resolve behavioral triggers against the memory index. Returns decision file content with ancestor and sibling navigation links.
Trigger mode — fuzzy-match an index entry to a decision heading:
edify _recall resolve "when writing mock tests"
Section mode — look up a heading directly by name (dot prefix):
edify _recall resolve "when .Mock Patching"
File mode — load an entire decision file (double-dot prefix, relative to agents/decisions/):
edify _recall resolve "when ..testing.md"
/how instead/recall, /when, or /how invocation (do not re-resolve)Returns the matched section content followed by navigation:
..file.md link for surrounding context/when entries under the same parent headingtools
Manage git worktrees for parallel task execution. Triggers on "create a worktree", "set up parallel work", "merge a worktree", "branch off a task", or uses the `wt`, `wt merge`, or `wt-rm` shortcuts. Worktree lifecycle: creation, focused sessions, merge ceremony, cleanup, parallel task setup.
tools
Sync edify fragments and portable justfile to match the current plugin version. Detects user-edited files and warns instead of overwriting. Use --force to overwrite conflicts.
testing
Write compact bash scripts using exec tracing pattern. Triggers when writing bash scripts with 3+ sequential commands. The exec 2>&1 + set -xeuo pipefail pattern eliminates echo statements via automatic command tracing, reducing script size by 40-60%.
tools
Archive session context to todo list and reset for new work