← ClaudeAtlas

readme-writing-readme-fileslisted

README quality standards for engaging, accessible, scannable content including problem-solution hooks, plain language (no unexplained jargon), acronym context, paragraph limits (≤5 lines), benefits-focused language, visual hierarchy, and progressive disclosure. Essential for creating effective README files that welcome and guide users.
wahidyankf/ose-primer · ★ 2 · Data & Documents · score 75
Install: claude install-skill wahidyankf/ose-primer
# Writing README Files ## Purpose This Skill provides comprehensive guidance for writing **high-quality README files** that are engaging, accessible, and scannable. READMEs serve as the entry point for repositories, projects, and directories, requiring special attention to clarity, structure, and user experience. **When to use this Skill:** - Creating repository README.md files - Writing project/package README files - Creating directory README files for navigation - Updating existing READMEs for clarity - Reviewing READMEs for quality standards ## Core README Principles ### Problem-Solution Hook **Start with WHY**: Begin with a clear problem-solution hook that immediately shows value. ✅ **Good opening**: ```markdown # Project Name **Problem**: Managing enterprise Shariah-compliant rules is complex and time-consuming. **Solution**: Open Sharia Enterprise provides automated, validated rule management. ``` ❌ **Weak opening**: ```markdown # Project Name This is a project that does things. ``` ### Plain Language Requirement **Avoid unexplained jargon**: Use plain language and explain technical terms on first use. ✅ **Good**: ```markdown Uses **Nx** (a monorepo build system) to manage multiple applications. ``` ❌ **Bad**: ```markdown Uses Nx for the monorepo. ← What's Nx? What's a monorepo? ``` **Acronym Context**: Define acronyms on first use. ✅ **Good**: `WCAG (Web Content Accessibility Guidelines)` ❌ **Bad**: `WCAG compliance required` ### Paragraph Length