create-readme

Generate a structured README.md from project name and description.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PoyoPoak/FastAPI-App-Template --skill create-readme-poyopoak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-readme
Source: https://github.com/PoyoPoak/FastAPI-App-Template/tree/main/.agents/skills/create-readme
Command: npx skills add https://github.com/PoyoPoak/FastAPI-App-Template --skill create-readme-poyopoak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a clean, well-structured README.md for a project, reducing manual drafting time and improving consistency across repositories.

Core Features & Use Cases

  • Frontmatter-driven generation: Uses the project name and brief description to seed the README.
  • Structured templates: Produces sections such as Overview, Installation, Usage, and How to Contribute.
  • Onboarding & documentation: Great for new contributors or new repositories needing a polished starter README.

Quick Start

Provide a project context and goals, and the skill will generate a complete README.md.

Frequently Asked Questions about create-readme

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-generate a README for a new open-source project?

You can auto-generate a README by providing project context and goals. The skill creates a well-structured markdown document covering the title, setup, usage, and contribution guidance for open-source repositories.

What should a README include for onboarding new contributors?

A README for onboarding should include clear setup, usage, and contribution guidance sections. This skill outputs structured markdown templates to help new contributors understand project workflows quickly.

Can I use frontmatter to drive README generation for private repositories?

Yes, README generation supports frontmatter-driven rules by requiring a name and description. This seeds the output for both private repositories and open-source projects.

How do I create a markdown documentation file with installation and usage sections?

To create markdown documentation with installation and usage sections, provide your project context. The skill produces a production-ready document with structured templates for these standard sections.

Does this README generator work without external dependencies?

Yes, this README generator operates without external dependencies. It directly builds the markdown output from your provided project context and frontmatter rules.