This repository contains two comprehensive Markdown guides designed to help developers learn to code using AI and craft effective AI-driven coding prompts.
- LearnToCode.md: A curated collection of AI prompts to help you learn programming concepts, write code, maintain quality, troubleshoot issues, and deepen your understanding of core software engineering topics. Includes a glossary of terms.
- ultimate-coding-prompt-guide.md: An index to scenario-specific prompt guides. See:
- Clone this repository:
git clone https://github.com/<USERNAME>/<REPO>.git cd <REPO>
- Open the guides in your preferred Markdown viewer or editor:
Copy and paste the prompts from these guides into your AI coding assistant (e.g., ChatGPT, Claude Sonnet, GitHub Copilot) to accelerate learning, development, and troubleshooting.
-
ultimate-coding-prompt-guide.md: Updated initial prompt to a robust feature prompt template with clear requirements, best practices, error handling, and unit tests.
-
ultimate-coding-prompt-guide.md: Added Next.js-specific frontend prompt template with SSR/SSG, dynamic routing, and testing guidelines.
-
ultimate-coding-prompt-guide.md: Split the monolithic guide into four scenario-specific files (
writing-new-code.md
,modifying-existing-code.md
,troubleshooting.md
,learning-to-code-guide.md
), and refactoredultimate-coding-prompt-guide.md
into an index linking to them.
Contributions, issues, and suggestions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-name
). - Make your changes and commit them.
- Push to the branch and open a pull request.
Please follow the existing style and guidelines when adding or modifying prompts.
This project is licensed under the MIT License - see the LICENSE file for details.