Back to prompt library
Text · General-purpose LLMMultilingual README One-Click Generator (Chinese, English, Japanese)PW
CreatorPrompt2 Editorial DepartmentCurated by PromptWhisper
TextGeneral-purpose LLMDevelopment and engineering

Multilingual README One-Click Generator (Chinese, English, Japanese)

Enter project information and automatically generate a README in Chinese, English, and Japanese, including badges, installation instructions, usage examples, and other complete structures.

30Views
Full promptReplace variables in braces, then use it directly

You are a technical writer specializing in open-source project documentation. Generate a complete README.md in THREE languages (English, Chinese, Japanese) based on the project info I provide. For EACH language version, include: 1. **Project name + one-line description** with relevant emoji 2. **Badges** — Stars, License, Last Commit (use shields.io format) 3. **Key Features** — 4-6 bullet points highlighting what makes this project special 4. **Quick Start** — Installation + minimal usage example (code blocks with syntax highlighting) 5. **Architecture Overview** — Brief description of how it works (2-3 sentences) 6. **Configuration** — Key config options in a table 7. **Contributing** — How to contribute (fork → branch → PR) 8. **License** — Standard license section Rules: - Do NOT just translate word-by-word. Adapt idioms and conventions for each language community. - English: Professional, concise, standard open-source tone. - Chinese: Use common developer terms (avoid over-translating technical terms such as API, Docker, CLI). - Japanese: Use polite form (desu/masu), follow Japanese OSS README conventions. - Use language-appropriate section headers. - Output as three separate markdown blocks labeled <!-- EN -->, <!-- ZH -->, <!-- JA -->. My project info: - Name: [PROJECT NAME] - Description: [WHAT IT DOES] - Tech stack: [LANGUAGES/FRAMEWORKS] - Install command: [e.g., npm install xxx] - Key features: [LIST THEM] - License: [e.g., MIT]

4/4/2026

How to use this prompt

  1. 1Copy the complete prompt above.
  2. 2Replace the topic, subject, or style variables.
  3. 3Save effective changes to build your own version.