Use Gemini to find existing solutions before building from scratch. Uses Google Search grounding to discover code examples, libraries, and best practices to avoid reinventing the wheel.
Don't reinvent the wheel. Find existing solutions first.
# Via delegate.sh
./scripts/multi-model/delegate.sh gemini "Find existing solutions for: {your goal}"
# Via router
./scripts/multi-model/multi-model-router.sh "Find existing solutions for X"
# Direct Gemini
bash -lc "gemini 'How do others implement {feature}? Find code examples and libraries.'"
multi-model-discovery/
SKILL.md # Main skill definition
ANTI-PATTERNS.md # Common mistakes to avoid
README.md # This file
examples/
example-1-auth-discovery.md
example-2-pdf-generation.md
Works with:
codex-iterative-fix: After discovery, for implementationgemini-codebase-onboard: For understanding existing codebaseResults stored with:
discovery/{domain}/{task_id}Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer