README section generator prompt for developers
Generate a clear, scannable README section such as installation, usage, or contributing, with a working code example.
متى تستخدم هذا البرومبت
- When publishing a new open-source repo.
- When an existing README is missing a section like Configuration.
- When standardizing README structure across team projects.
نص البرومبت
Write a {{focus}} section for a README.md, for a {{language}} project using {{framework}}. Keep it clear, scannable, and include a code example where relevant.
{{CLIPBOARD}}{{focus}}{{language}}{{framework}}{{CLIPBOARD}}الكتلة {{CLIPBOARD}} تُستبدل تلقائياً بما نسخته قبل الضغط على «نسخ».
كيف تستخدمه
- انسخ البرومبت بالزر أو املأ المتغيرات أولاً.
- الصقه في ChatGPT أو Claude أو Gemini.
- عدّل النتيجة أو أعد الطلب بتغيير المتغيرات.
مثال على النتيجة
## Installation
```bash
npm install my-package
```
Requires Node.js 18+. After installing, import it directly:
```js
import { parse } from 'my-package';
```نصائح للاستخدام
- Set the focus field to the exact section name (Installation, Usage, Contributing, Configuration).
- Paste your actual package.json or setup commands for accuracy.
- Ask for badges (build status, license) only if you already have the URLs to back them.
أسئلة شائعة
- Can it write the whole README at once?
- Yes, run it once per section (Installation, Usage, Contributing, etc.) for more focused, higher-quality results than one giant prompt.
- Will it invent features my project doesn't have?
- It only documents what you paste or describe; be specific about actual behavior to avoid generic filler.