readme-generator

Installation
SKILL.md

README Generator

Quick Start

Generate a README based on project type:

# Detect project type
ls package.json && echo "Node.js project" || \
ls setup.py pyproject.toml && echo "Python project" || \
ls go.mod && echo "Go project"

Instructions

Step 1: Analyze Project

Installs
16
GitHub Stars
29
First Seen
Feb 4, 2026
readme-generator — armanzeroeight/fastagent-plugins