From aa932ffcba26053b97cd30d31771793622a550af Mon Sep 17 00:00:00 2001 From: tukuaiai Date: Fri, 19 Dec 2025 02:37:36 +0800 Subject: [PATCH] docs(en): add preface, 5-min quick start, fix all paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add 🎲 Preface section - Add ⚡ 5-Minute Quick Start section with English prompt - Fix libs/external paths - Fix skills paths - All 19 local links verified ✅ --- i18n/en/README.md | 45 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/i18n/en/README.md b/i18n/en/README.md index 1119b07..648ccc2 100644 --- a/i18n/en/README.md +++ b/i18n/en/README.md @@ -61,14 +61,14 @@

Curated Prompts Skills Collection - Prompts Library + Prompts Library Online Prompt Sheet System Prompts Repo Getting Started Practice Projects Common Pitfalls Resource Aggregation - Chat Vault + Chat Vault

[📋 Tools & Resources](#-the-tools-qi) @@ -81,6 +81,43 @@ AI interpretation link for this repository: [zread.ai/tukuaiai/vibe-coding-cn](h +## 🎲 Preface + +**This is a constantly growing and self-negating project. All current experience and capabilities may become meaningless as AI evolves. So always maintain an AI-first mindset, don't be complacent, all experience may become obsolete - view it dialectically 🙏🙏🙏** + +--- + +
+⚡ 5-Minute Quick Start + +## ⚡ 5-Minute Quick Start + +> Already have network and development environment? Start Vibe Coding directly! + +**Step 1**: Copy the prompt below and paste it into [Claude](https://claude.ai/) or [ChatGPT](https://chatgpt.com/) + +``` +You are a professional AI programming assistant. I want to develop a project using the Vibe Coding approach. + +Please ask me first: +1. What project do you want to build? (one sentence description) +2. What programming languages are you familiar with? (it's okay if you're not familiar with any) +3. What is your operating system? + +Then help me: +1. Recommend the simplest tech stack +2. Generate project structure +3. Guide me step by step to complete development + +Requirement: After completing each step, ask me if it was successful before continuing to the next step. +``` + +**Step 2**: Follow AI's guidance to turn your ideas into reality 🚀 + +**That's it!** Read on for more advanced content 👇 + +
+ --- ## 🚀 Getting Started (Beginners) @@ -261,12 +298,12 @@ It is recommended to only choose models from the first tier for complex tasks to * **Core Resources**: * [**Meta-Prompt Library**](https://docs.google.com/spreadsheets/d/1ngoQOhJqdguwNAilCl1joNwTje7FWWN9WiI2bo5VhpU/edit?gid=1770874220#gid=1770874220): A collection of advanced prompts for generating prompts. * [**Meta-Skill**](./skills/claude-skills/SKILL.md): A skill for generating skills. - * [**Skills Library**](./i18n/en/skills): A modular skill repository that can be directly integrated. + * [**Skills Library**](./skills): A modular skill repository that can be directly integrated. * [**Skill Generator**](https://github.com/yusufkaraaslan/Skill_Seekers): A tool to convert any material into agent-usable skills. * [**Online Prompt Database**](https://docs.google.com/spreadsheets/d/1ngoQOhJqdguwNAilCl1joNwTje7FWWN9WiI2bo5VhpU/edit?gid=2093180351#gid=2093180351&range=A1): An online table containing hundreds of user and system prompts for various scenarios. * [**Third-party System Prompt Repository**](https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools): Gathers system prompts from various AI tools. * **Internal Project Documentation**: - * [**prompts-library Tool Description**](./libs/external/prompts-library/): This tool supports converting prompts between Excel and Markdown formats, and includes hundreds of selected prompts. + * [**prompts-library Tool Description**](../../libs/external/prompts-library/): This tool supports converting prompts between Excel and Markdown formats, and includes hundreds of selected prompts. * [**coding_prompts Collection**](./prompts/coding_prompts/): Dedicated prompts for the Vibe Coding process. * [**System Prompt Construction Principles**](./documents/00-fundamentals/System%20Prompt%20Construction%20Principles.md): A comprehensive guide on how to build efficient and reliable AI system prompts. * [**Development Experience Summary**](./documents/00-fundamentals/Development%20Experience.md): Includes practical experience on variable naming, file structure, coding standards, and architectural principles.