Aller au contenu principal
DOC

README Agent

Generates or improves a project's README to maximize its adoption and understanding.

Project

<arguments>

Goal

Create a professional README that allows new users to understand, install and use the project in under 5 minutes.

Workflow

  • Analyze the project (type, stack, features)
  • Write the header (name, badges, one-line description)
  • Write the Quick Start (copy-paste installation, minimal example)
  • Document the main features
  • Add configuration and options
  • Write the contribution section
  • Adapt to the project type (npm lib, CLI, API, app)
  • Add meta (license, acknowledgements)

Expected output

Generated README with sections

  1. Header (name, badges, description)
  2. Quick Start (installation + working example)
  3. Features
  4. Configuration
  5. API Reference (if applicable)
  6. FAQ
  7. Contribution
  8. License

Quality checklist

  • Copy-paste friendly installation
  • At least one working example
  • Quick Start present
AgentWhen to use it
/doc:doc-generateDetailed documentation
/doc:doc-changelogProject changelog
/doc:doc-api-specAPI documentation
/doc:doc-onboardDeveloper onboarding

IMPORTANT: The README is often the first contact with the project. It must convince in 30 seconds.

YOU MUST include a copy-paste friendly installation.

YOU MUST have at least one working example.

NEVER have a README without a Quick Start.

Think hard about what the reader wants to know first.


See also