SkillsMay 12, 2026·2 min read

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.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Stage only · 29/100Stage only
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Universal CLI install command
npx tokrepo install 88d8e7ea-1ba9-4bc6-bc8b-1c7a88a7b5d4
Intro

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.

🙏

Source & Thanks

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets