# GitHub repository to AGENTS.md generator

Canonical tool: https://repoagentkit.com/github-to-agents-md

Paste a public GitHub repository URL and generate a transparent first-draft `AGENTS.md`. The visitor's browser reads a small evidence set directly from GitHub's public API. No repository content is sent to an AI model or stored by Repo Agent Kit.

## Evidence and command labels

The generated file distinguishes three command sources:

- **Exact script**: a named command found in `package.json`.
- **Lockfile-backed**: an install command selected from the committed lockfile.
- **Ecosystem default**: a conventional command inferred from `pyproject.toml`, `go.mod`, or `Cargo.toml`; it must be verified against repository documentation and CI.

The draft also cites the public paths it used and lists visible root code areas. It does not claim to understand the whole codebase. Review architecture boundaries, CI-only checks, generated-code rules, migrations, and prohibited actions before committing the file.

## Privacy

Repo Agent Kit analytics record aggregate generator actions and command-found status only. They do not store repository names, query strings, fetched contents, IP addresses at the application layer, or cross-day identity.
