# Discover Open Source Projects

Use this skill when an agent needs to find candidate GitHub repositories for a task, compare discovery options, or build a shortlist for deeper inspection.

## Inputs

- Query or user goal
- Optional category, deployment target, language, and Cloudflare readiness constraints
- Optional limit

## Procedure

1. Check `https://git.top/api/trust` before high-confidence production recommendations.
2. Query `https://git.top/api/search?q={query}&limit=5` or call MCP `search_projects`.
3. Prefer results whose `metadata.source` is `d1` and whose classification evidence matches the user goal.
4. Use `https://git.top/api/project/{owner}/{repo}` or MCP `get_project` before making final claims.

## Outputs

- Candidate repositories
- Category, deployment, and Cloudflare readiness evidence
- Quality signal confidence and metadata source
