用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/easyzoom/aix-skills --skill readme-writing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | readme-writing |
| description | Use when creating, rewriting, or improving README files for public repositories |
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: