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.

Agents

Reposeek is designed for coding agents that need to choose the right open-source foundation before implementation.

Agent workflow

  1. Search Reposeek with the user’s actual product need.
  2. Inspect result count and each result’s rank, repo, url, score, summary, stars, forks, and license; keep request_id for support/debug correlation.
  3. If results are weak or sparse, refine the query instead of forcing a choice.
  4. Pick the repo that best matches the stack and constraints.
  5. Hand off to current docs or direct source review for implementation details.

Documentation lookup

Agents that need to read Reposeek docs should start with the deployed docs index:
https://docs.reposeek.ai/llms.txt
Mintlify also exposes markdown page routes for direct lookup, including:
https://docs.reposeek.ai/api/search.md
https://docs.reposeek.ai/api/errors.md
https://docs.reposeek.ai/quickstart.md

Addable skill

Install the Reposeek agent skill through the open Agent Skills CLI:
npx skills add SamuelZ12/reposeek
Agents that support direct skill artifacts can fetch it at:
https://docs.reposeek.ai/skill.md
Preview/fallback domain:
https://reposeek.mintlify.app/skill.md

Boundary

llms.txt and markdown routes help agents read Reposeek documentation. skill.md tells agents when and how to use Reposeek during repo-selection work. Neither surface replaces current docs or direct source review for the selected repo.