Skip to content

mezoistvan/better-coding-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Instantly Boost Your Coding Agent's Performance with 3 Simple Prompts

This repository provides three straightforward prompts designed to significantly enhance the performance of your LLM coding agents. These client-side prompting techniques, explained comprehensively in the linked article, ensure better accuracy and quality in your coding tasks.

Overview of Prompts

  1. Plan: Guides your agent to thoroughly analyze the task and create a detailed, step-by-step solution plan.
  2. Code: Directs your agent to implement the previously developed plan effectively and accurately.
  3. Review: Allows your agent to review implemented code rigorously, identify potential issues, and make necessary improvements.

Why Use These Prompts?

  • Immediate Improvement: Boosts the effectiveness of any LLM agent instantly.
  • Cost-Effective: Ideal for IDEs or services with flat-rate monthly subscriptions.
  • Easy to Integrate: Simply copy the prompts into your existing workflow.

Recommended Workflow

Use each prompt in a separate LLM conversation for optimal results:

  • First, generate a detailed Plan.
  • Next, execute this plan using the Code prompt.
  • Finally, ensure quality with the Review prompt.

Additional Context

For the best results, consider adding an AI-README.md file to your repository to give agents essential context about your project structure and standards.

Learn More

For a detailed explanation and further insights into the methodology, see the full article here.

Happy coding!

About

Use this 4 prompts to get much better results out of your coding agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published