wk-find-cli
Installation
SKILL.md
find-cli
Rules for every find invocation the agent emits. Prevents scope creep
(accidentally searching the whole filesystem), keeps invocations tight for
fast results, and captures slow/failing calls as learnings.
When to Use
Auto-invoked immediately before any find command the agent is about to run.
Fires on:
find <path> ...in a Bash blockfind "$WK_SKILLS_HOME/..."or similar when inside a skill
Step 1: Enforce PWD scope
HARD RULE — search path must be . or a descendant.