> ## 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 documentation

> Find the open-source repo worth building on before implementation starts.

# 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.

```bash theme={null}
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`](/skill.md)

## Start here

* [Quickstart](/quickstart)
* [CLI integration](/integrations/cli)
* [Search API](/api/search)
* [Search result fields](/search/results)
