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
- Search Reposeek with the user’s actual product need.
- Inspect result count and each result’s
rank,repo,url,score,summary,stars,forks, andlicense; keeprequest_idfor support/debug correlation. - If results are weak or sparse, refine the query instead of forcing a choice.
- Pick the repo that best matches the stack and constraints.
- 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:Addable skill
Install the Reposeek agent skill through the open Agent Skills CLI: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.