ワンクリックで
readme-writing
Use when creating, rewriting, or improving README files for public repositories
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when creating, rewriting, or improving README files for public repositories
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when debugging Cortex-R5 or Cortex-R firmware — TCM, MPU, caches, DFSR/DFAR aborts, exceptions, GIC/VIC interrupts, lockstep or split mode, ECC, or JTAG bring-up
Use when integrating or debugging heatshrink embedded compression — encoder/decoder sink/poll/finish loops, window/lookahead sz2, HSER/HSDR codes, or static vs dynamic alloc
Use when integrating, porting, or debugging micro-ecc (uECC) ECDH, ECDSA, key generation, uECC_set_rng, signatures, curve selection, or key/signature byte formats on an MCU
Use when debugging OpenOCD, J-Link, ST-Link, CMSIS-DAP, probe connection, reset scripts, flash algorithms, GDB attach, semihosting, RTT, or SWD/JTAG failures
Use when integrating, refactoring, or debugging PLOOC object-oriented C - def_class encapsulation, private_member protection, vtable dispatch, or inheritance-style structs
Use when integrating or debugging Li-ion charger/fuel gauge ICs (BQ24295, BQ27441, MAX17048) over I2C, covering charge start, watchdog host mode, NTC/JEITA faults, and SOC jumps
| 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: