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

When to Apply This Skill

Installs
2
GitHub Stars
2
First Seen
Jun 21, 2026
search-first — rajbharti06/the-orchestrator