Skip to content

Commit c812044

Browse files
chore: sync content to repo (#10023)
Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
1 parent 56d14fa commit c812044

28 files changed

Lines changed: 66 additions & 51 deletions

File tree

src/data/roadmaps/vibe-coding/content/ask-ai-to-handle-your-git-and-github-cli-tasks@vDSSzh5TwZ8zzY0rWRXu4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You don't need to memorize Git commands. Ask AI to write commit messages, create branches, push code, and manage your repository for you. This removes one of the biggest barriers beginners face with version control and keeps the workflow moving smoothly.
44

5-
Learn more from the following resources:
5+
Visit the following resources to learn more:
66

77
- [@article@AI Coding Best Practices for Modern Development - GitHub](https://github.com/kurdin/ai-coding-best-practices-for-modern-development)
88
- [@article@Automatic Commit Message Generation in Cursor IDE - Cursor Forum](https://forum.cursor.com/t/feature-request-integration-of-automatic-commit-message-generation-in-cursor-ide/1654)

src/data/roadmaps/vibe-coding/content/ask-ai-to-keep-the-code-modular-and-aim-for-smaller-modulesfiles@FoQ15wo0cV2Tntru6jV-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Visit the following resources to learn more:
66

77
- [@article@Vibe Coding Principles: Modularity and Coupling Principles](https://blog.synapticlabs.ai/what-is-modular-programming-loose-coupling)
88
- [@article@Clean Code: What Is Refactoring and Why It Matters - Refactoring.Guru](https://refactoring.guru/refactoring/what-is-refactoring)
9-
- [@article@Modular Code - Quality Assurance of Code for Analysis and Research - Gov.UK](https://best-practice-and-impact.github.io/qa-of-code-guidance/modular_code.html)
9+
- [@article@Modular Code - Quality Assurance of Code for Analysis and Research - Gov.UK](https://best-practice-and-impact.github.io/qa-of-code-guidance/modular_code.html)

src/data/roadmaps/vibe-coding/content/ask-ai-to-write-tests-e2e-tests-can-help-build-a-stable-product@WLOx62vbIhIlv73jcT8zM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Every time AI builds a feature, ask it to write tests for that feature right away. End-to-end tests are especially useful because they simulate a real user going through your app and catch bugs that affect the experience before they reach real users.
44

5-
Learn more from the following resources:
5+
Visit the following resources to learn more:
66

77
- [@article@AI-Driven Testing Best Practices - Foojay.io](https://foojay.io/today/ai-driven-testing-best-practices/)
88
- [@article@AI-Powered E2E Testing: How Cursor and Release Make Quality at Speed - Release](https://release.com/blog/ai-powered-e2e-testing)

src/data/roadmaps/vibe-coding/content/ask-for-one-task-at-a-time-rather-than-five-different-items@HpbG5bcOEIZxYlVl9pwod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Keep your prompts focused. Ask AI to do one thing, review the result, and then move on to the next. When you stack multiple requests into one prompt, the AI loses focus and mistakes pile up across all of them at once.
44

5-
Learn more from the following resources:
5+
Visit the following resources to learn more:
66

77
- [@article@The Productivity Paradox of AI Coding Assistants - Cerbos](https://www.cerbos.dev/blog/productivity-paradox-of-ai-coding-assistants)
88
- [@article@Vibe Coding: Best Practices for Prompting - Supabase](https://supabase.com/blog/vibe-coding-best-practices-for-prompting)
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Tell AI what NOT to do
22

3-
Keep track of the mistakes AI keeps repeating and include them in your prompts. Telling AI what to avoid is just as important as telling it what to do. A simple line like "do not add placeholder data" can prevent a lot of unnecessary back and forth.
4-
# Articles
3+
Articles
4+
========
5+
6+
Visit the following resources to learn more:
57

68
- [@article@Negative Prompting and How to Tell AI What NOT to Do - Vibe Coder](https://blog.vibecoder.me/negative-prompting-telling-ai-what-not-to-do)
79
- [@article@Case Study: "Negative Prompting" for Code Review. Hype or Real? - Trilogy AI](https://trilogyai.substack.com/p/case-study-i-tested-the-negative)
8-
- [@article@Using Negative AI Prompts Effectively - Virtualization Review](https://virtualizationreview.com/articles/2025/12/08/using-negative-ai-prompts-effectively.aspx)
10+
- [@article@Using Negative AI Prompts Effectively - Virtualization Review](https://virtualizationreview.com/articles/2025/12/08/using-negative-ai-prompts-effectively.aspx)

src/data/roadmaps/vibe-coding/content/be-specific-about-what-you-want-rather-than-high-level-vague-instructions@JXtLbQ1JUQOPZorFy1ctF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Describe exactly what you want — layout, behavior, content, constraints. The more detail you give, the less the AI has to guess. Vague prompts produce vague results, and you end up spending more time correcting than if you had been specific from the start.
44

5-
Learn more from the following resources:
5+
Visit the following resources to learn more:
66

77
- [@article@Prompt Engineering Best Practices: Tutorial & Examples - LaunchDarkly](https://launchdarkly.com/blog/prompt-engineering-best-practices/)
88
- [@article@The Prompt Engineering Playbook for Programmers - Addy Osmani](https://addyo.substack.com/p/the-prompt-engineering-playbook-for)
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Codex
22

3-
Codex is OpenAI's code-focused model, integrated into tools like GitHub Copilot and available through the API. It is strong at translating a clearly defined requirement into working code; describe the specific behavior you want and it generates the implementation. It works best for contained, well-defined tasks rather than open-ended architectural decisions.
3+
Codex is an AI model developed by OpenAI that translates natural language instructions into functional code. It acts as the engine behind many modern programming assistants, allowing developers to describe what they want to build in plain English and receiving the corresponding code snippets in return.
44

55
Visit the following resources to learn more:
66

7-
- [@official@Codex - Official Website](https://chatgpt.com/codex)
8-
- [@video@Getting started with Codex](https://www.youtube.com/watch?v=px7XlbYgk7I)
9-
- [@official@Best practices - Codex](https://developers.openai.com/codex/learn/best-practices)
7+
- [@official@Codex Docs](https://developers.openai.com/codex)
8+
- [@video@Codex Crash Course](https://www.youtube.com/playlist?list=PL4cUxeGkcC9iDBeA8IyR1IE1kl4w5IDEG)

src/data/roadmaps/vibe-coding/content/consider-test-driven-development-tdd@Gr9WJ0tNmSsVHSA0Cx3xY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ With TDD, you write the test before the code. Ask AI to first write a test that
55
Visit the following resources to learn more:
66

77
- [@article@TDD in the Age of Vibe Coding: Pairing Red-Green-Refactor with AI](https://medium.com/@rupeshit/tdd-in-the-age-of-vibe-coding-pairing-red-green-refactor-with-ai-65af8ed32ae8)
8-
- [@video@Claude Code Agents TDD Vibe Coding Test + Research](https://www.youtube.com/watch?v=6kt6Lhz4yJU)
9-
- [@article@Test-First Prompting: Using TDD for Secure AI-Generated Code - Endor Labs](https://www.endorlabs.com/learn/test-first-prompting-using-tdd-for-secure-ai-generated-code)
8+
- [@article@Test-First Prompting: Using TDD for Secure AI-Generated Code - Endor Labs](https://www.endorlabs.com/learn/test-first-prompting-using-tdd-for-secure-ai-generated-code)
9+
- [@video@Claude Code Agents TDD Vibe Coding Test + Research](https://www.youtube.com/watch?v=6kt6Lhz4yJU)

src/data/roadmaps/vibe-coding/content/debugging@mHChjJd39ofwPBS-v_sQY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ AI is very good at fixing errors when you give it the right information. Paste t
44

55
Visit the following resources to learn more:
66

7-
- [@video@Vibe Coding Debugging: The Only Tutorial You Need for 10X Fast Debugging](https://www.youtube.com/watch?v=2h8WSChA1-o)
87
- [@article@10 Debugging Techniques and How AI Is Changing the Game - WeAreBrain](https://wearebrain.com/blog/10-effective-debugging-techniques-for-developers/)
9-
- [@article@AI-First Debugging: Tools and Techniques for Faster Root Cause Analysis - LogRocket](https://blog.logrocket.com/ai-debugging/)
8+
- [@article@AI-First Debugging: Tools and Techniques for Faster Root Cause Analysis - LogRocket](https://blog.logrocket.com/ai-debugging/)
9+
- [@video@Vibe Coding Debugging: The Only Tutorial You Need for 10X Fast Debugging](https://www.youtube.com/watch?v=2h8WSChA1-o)

src/data/roadmaps/vibe-coding/content/explicitly-tell-ai-to-think-or-brainstorm-before-complex-problems@17nFgML7zVjQYiHIOSLlK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Visit the following resources to learn more:
66

77
- [@article@Teaching AI to "Think" Before Answering](https://medium.com/@21joshishubham/teaching-ai-to-think-before-answering-1bf8c6bb16c4)
88
- [@article@What is Chain of Thought (CoT) Prompting? - IBM](https://www.ibm.com/think/topics/chain-of-thoughts)
9-
- [@article@Chain-of-Thought (CoT) Prompting Guide](https://www.promptingguide.ai/techniques/cot)
9+
- [@article@Chain-of-Thought (CoT) Prompting Guide](https://www.promptingguide.ai/techniques/cot)

0 commit comments

Comments
 (0)