Skip to main content
Back to registry

search-first

affaan-m/everything-claude-code

Systematizes the "search for existing solutions before implementing" workflow.

Installs596
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill search-first
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Systematizes the "search for existing solutions before implementing" workflow. Use this skill when: Before writing a utility or adding functionality, mentally run through: For non-trivial functionality, launch the researcher agent: The planner should invoke researcher before Phase 1 (Architecture Review): The architect should consult researcher for: Combine for progressive discovery: - Starting a new feature that likely has existing solutions - Adding a dependency or integration - The user asks "add X functionality" and you're about to write code - Before creating a new utility, helper, or abstraction - Does this already exist in the repo? → rg through relevant modules/tests first - Is this a common problem? → Search npm/PyPI - Is there an MCP for this? → Check ~/.claude/settings.json and search - Is there a skill for this? → Check ~/.claude/skills/ - Is there a GitHub implementation/template? → Run GitHub code search for maintained OSS before writing net-new code - Linting → eslint , ruff , textlint , markdownlint - Formatting → prettier , black , gofmt - Testing → jest , pytest , go test - Pre-commit → husky , lint-staged , pre-commit - Claude SDK → Context7 for latest docs - Prompt management → Check MCP servers - Document processing → unstructured , pdfplumber , mammoth - HTTP clients → httpx (Python), ky / got (Node) - Validation → zod (TS), pydantic (Python) - Database →...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does search-first do?

Systematizes the "search for existing solutions before implementing" workflow.

Is search-first good?

search-first does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does search-first work with?

search-first currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to search-first?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install search-first?

npx skills add https://github.com/affaan-m/everything-claude-code --skill search-first

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering