Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 12, 2026·2 min de lectura

ReadmeAI — Generate README from a Repo URL

ReadmeAI generates a README from a local repo path or GitHub URL, with offline mode plus OpenAI/Anthropic/Gemini/Ollama backends for LLM polish.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Stage only · 29/100Stage only
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando CLI universal
npx tokrepo install 88d8e7ea-1ba9-4bc6-bc8b-1c7a88a7b5d4
Introducción

ReadmeAI generates a README from a local repo path or GitHub URL, with offline mode plus OpenAI/Anthropic/Gemini/Ollama backends for LLM polish.

  • Best for: maintainers who need consistent READMEs across many repos, and teams onboarding new contributors
  • Works with: Python 3.9+, local repos or GitHub URLs, optional LLM API keys (OpenAI/Anthropic/Gemini) or Ollama
  • Setup time: 5–10 minutes

Practical Notes

  • README states Python 3.9+ requirement and supports pip/pipx/uv tool installs.
  • Usage examples include offline mode and OpenAI/Anthropic/Gemini/Ollama backends.

How to Use It Without “Doc Drift”

If your README is generated once and never revisited, it quickly diverges from reality. A practical loop:

  1. Keep a .readmeaiignore (ReadmeAI supports ignore patterns) so vendor folders don’t pollute your docs.
  2. Re-run on release candidates (or weekly) and commit diffs like any other docs change.
  3. Start with offline mode to get structure, then switch to an LLM backend only when you want tone/wording improvements.

What to Check in the Output

Before you ship the generated README:

  • Does it include the minimum runnable command for your project?
  • Are environment variables and ports correct?
  • Are “Installation” steps actually reproducible on a clean machine?

FAQ

Q: Do I need an API key? A: No. The README documents an offline mode; add API keys only for LLM-backed generation.

Q: What inputs are supported? A: The CLI accepts a local repository path or a GitHub URL as the repository source.

Q: How do I isolate installs? A: Use pipx or uv tool install so readmeai runs in an isolated environment.

🙏

Fuente y agradecimientos

Source: https://github.com/eli64s/readme-ai > License: MIT > GitHub stars: 2,898 · forks: 283

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados