Skip to main content

Reposeek

Reposeek helps coding agents and developers choose the open-source repo worth building on before writing code. Describe what you need in plain language — a framework, library, starter, template, SDK, UI kit, tool, or reference app — and Reposeek returns ranked GitHub repositories with summaries and metadata.
REPOSEEK_API_KEY="replace-me" npx @reposeek/cli@latest search "local AI assistant that remembers screen activity" --limit 3

When to use Reposeek

Use Reposeek when the next step is choosing what to build on:
  • macOS menu bar timer app
  • self-hosted calendly alternative
  • local AI assistant that remembers screen activity
After you select a repo, switch to that repo’s current docs, README, or source code for implementation details.

Access surfaces

  • CLI: npx @reposeek/cli@latest search "<query>"
  • REST API: POST https://api.reposeek.ai/v1/search
  • Health check: GET https://api.reposeek.ai/health
  • Agent docs index: /llms.txt
  • Agent skill install: npx skills add SamuelZ12/reposeek
  • Addable agent skill: /skill.md

Start here