skills/how/SKILL.md
Recall procedural knowledge from project decisions. Triggers on "how to do X", step-by-step techniques, or implementation guidance needs. Invoke with "/how <trigger>".
npx skillsauth add ddaanet/agent-core howInstall 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 procedural 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 "how encode paths"
Section mode — look up a heading directly by name (dot prefix):
edify _recall resolve "how .Path Encoding Algorithm"
File mode — load an entire decision file (double-dot prefix, relative to agents/decisions/):
edify _recall resolve "how ..data-processing.md"
/when instead/recall, /when, or /how invocation (do not re-resolve)Returns the matched section content followed by navigation:
..file.md link for surrounding context/how entries under the same parent headingdevelopment
Verify a Python function against its intended behavior by writing an icontract contract and checking it with `edify check` (CrossHair), repairing in a loop. Triggers on "formalize", "verify this function", "add a contract and check it", or after writing a function whose correctness matters. The in-context agent holds intent and asks the user when behavior is ambiguous; CrossHair owns the deduction.
tools
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.
testing
Recall behavioral knowledge from project decisions. Triggers on "when to do X", situational patterns, or decision content for recognized situations. Invoke with "/when <trigger>".
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.