readme

Installation
SKILL.md

What I do

  1. Analyze project structure: Examine directory layout, source files, and configuration
  2. Detect project type: Identify language/framework from package.json, Cargo.toml, go.mod, requirements.txt, etc.
  3. Extract metadata: Get project name, description, scripts, dependencies from config files
  4. Check existing README: Review current README.md content if it exists
  5. Detect codebase changes: Analyze recent git changes to understand what's new or modified
  6. Generate README: Create comprehensive README with appropriate sections
  7. Update existing README: Edit current README.md to reflect codebase changes
  8. Show preview: Display generated content for confirmation before writing

How to use

Invoke me directly with /readme:

  • /readme - generate a new README for the project
  • /readme update - update existing README based on recent changes
  • /readme minimal - create a bare-bones README
  • /readme detailed - include all possible sections
Installs
3
First Seen
Mar 4, 2026
readme — tktrev/coding-agents-skills