Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.reposeek.ai/llms.txt

Use this file to discover all available pages before exploring further.

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 "react admin dashboard" --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
  • react admin dashboard
  • auth library for nextjs
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