Find

Laser-targeted search for a specific symbol, feature, or concept in the codebase. Token-efficient — stops the moment it has enough to answer. Use when user asks "where is X", "find the auth handler", "which file handles /checkout", "where is User model defined". Do NOT use for full repo mapping (use explore-repo for that).

rheinmir 6b23aeb 5.4 KB Updated

File contents

rheinmir/skills-kit/tree/main/skills/find commit 6b23aeb73d

Frequently asked questions

npx skillmds@latest add rheinmir/find