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

Gather project information:

  • Project name (from package.json, pyproject.toml, etc.)
Related skills

More from armanzeroeight/fastagent-plugins

Installs
8
GitHub Stars
27
First Seen
Feb 4, 2026