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 block
  • find "$WK_SKILLS_HOME/..." or similar when inside a skill

Step 1: Enforce PWD scope

HARD RULE — search path must be . or a descendant.

Installs
4
First Seen
Aug 19, 2026
wk-find-cli — whizzzkid/skills