From aix-skills
Use when creating, rewriting, or improving README files for public repositories
How this skill is triggered — by the user, by Claude, or both
Slash command
/aix-skills:readme-writingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write README files that help a visitor understand the project in the first screen, trust it within one minute, and try it without guessing. A good README is a landing page, setup guide, and trust signal at the same time.
Write README files that help a visitor understand the project in the first screen, trust it within one minute, and try it without guessing. A good README is a landing page, setup guide, and trust signal at the same time.
Use this skill when:
README.md.Do not use it for long-form product docs, API references, or internal-only runbooks unless the user specifically wants a README-style entry page.
Identify the primary reader. Decide whether the README is for users, developers, contributors, evaluators, or agents. Put the most important reader first.
Write the first screen. Include project name, one-sentence value proposition, optional language links, visual banner or screenshot, and trust badges.
Explain the project quickly. State what it does, who it is for, and why it is different. Avoid marketing fluff that does not help someone decide whether to continue.
Show the fastest path to value. Provide a short quickstart with commands that can be copied. Include expected output when it reduces uncertainty.
Show structure and capabilities. List key directories, features, or modules. Use tables for scanability when comparing multiple items.
Add proof. Include screenshots, SVG diagrams, badges, test commands, examples, or links to demos. Prefer local assets for long-lived public repos.
Cover contribution and license. Link to contribution docs, issue templates, validation commands, and license.
Verify the README. Check links, commands, image paths, and consistency with the actual repository.
# Project Name
Language links, badges, and hero image.
One-sentence value proposition.
## Why This Exists
## Features
## Quickstart
## Examples
## Project Structure
## Contributing
## License
Adjust the sections to the project. Keep the README useful, not ceremonial.
docs/assets/ for stability.For multilingual repositories:
README.md as the default language most GitHub visitors should see.README.zh-CN.md for full translations.Before claiming completion:
User:
Make this repository README more attractive for GitHub.
Agent:
npx claudepluginhub easyzoom/aix-skills --plugin aix-skillsGuides creation and improvement of README files for open-source or software projects. Follows community best practices for structure, badges, and quick-start sections.
Create, improve, and review GitHub OSS README.md files. Organize information around What, Why, How to start, Help, and Maintainers, and make the shortest credible path to Quickstart and docs obvious. Use this skill for new README creation, README restructuring, README review, and deciding when detailed documentation should move out of the README. Trigger on README-related requests such as "create a README", "improve this README", "add a Quickstart", "make a GitHub README template", or "review this README".
Type-driven README updater. Detects repo family, confirms it with the user, asks for style, audience, and depth, then generates from the matching template workflow. Auto-invoke on 'update readme' and 'refresh readme'.