Install
openclaw skills install readme-authoringDeep README workflow—audience, value proposition, quickstart, configuration, troubleshooting, contributing, and badges/links hygiene. Use when bootstrapping repos or improving onboarding for open source or internal libraries.
openclaw skills install readme-authoringA README is the front door of a repository. Optimize for time-to-first-success: install, run, verify—then add depth for contributors and operators.
Trigger conditions:
Initial offer:
Use six stages: (1) audience & promise, (2) above-the-fold, (3) quickstart, (4) configuration & operations, (5) contributing & governance, (6) maintenance). Confirm package ecosystem and license.
Goal: First paragraph states what the project does, for whom, and non-goals if confusing.
Exit condition: Reader knows in 30 seconds if this repo matches their need.
Goal: Title, optional badges (CI, version, license), one screenshot or demo GIF if UI helps.
Goal: Copy-paste commands that work on a clean machine; pin versions or point to release tags.
Goal: Environment variables table with defaults; ports; production notes (TLS, scaling, observability).
Goal: Link CONTRIBUTING.md, code of conduct, issue/PR templates; security disclosure policy for OSS.
Goal: Changelog link or release notes; owning team; deprecation notices when relevant.
docs/.