readme

Installation
SKILL.md

README Generator

Generate READMEs that make projects shine.

Workflow

  1. Analyze the codebase (structure, dependencies, entry points)
  2. Identify key information (what it does, how to use it)
  3. Generate README following the template
  4. Output polished markdown

Step 1: Analyze Codebase

Gather information about the project:

# Project structure
find . -type f -name "*.py" -o -name "*.js" -o -name "*.ts" -o -name "*.go" | head -50
Related skills

More from kasperjunge/agent-resources-legacy

Installs
2
GitHub Stars
9
First Seen
Feb 19, 2026