search-first
Installation
SKILL.md
Search First Skill
Never code from stale knowledge. Always verify current API signatures, package versions, and patterns before implementing.
The Search-First Pattern
1. SEARCH: Find current docs/examples for the specific API/framework
2. VERIFY: Check version compatibility (package.json, requirements.txt)
3. UNDERSTAND: Read the actual current API surface
4. IMPLEMENT: Write code against verified, current patterns
5. VALIDATE: Test that it actually works