The Prompt Engineering Extension equips your Gemini CLI agent with world-class prompt engineering expertise. It provides a specialized skill designed to help you craft, optimize, and refine high-quality prompts for Large Language Models (LLMs).
This extension adds the Prompt Engineering skill to your agent, enabling it to:
- Master Prompt Design: Apply advanced methodologies like Chain of Thought (CoT), Tree of Thoughts (ToT), and the PCTR framework.
- Adversarial Hardening: Proactively identify and fix potential flaws, loopholes, and ambiguities in your prompts.
- Best Practices: Ground every suggestion in proven prompt engineering techniques.
- Efficiency: Use structured workflows to build effective prompts faster.
To install this extension, navigate to the directory where you want to clone the repository and run:
gemini extension install https://gitlab.com/jeremy-sebayhi-public-work/gemini-cli/prompt-engineering-extension.gitNote: Ensure you have the Gemini CLI installed and configured.
Once installed, the agent will automatically utilize the Prompt Engineering skill whenever you ask for help with creating or improving prompts.
Example Requests:
- "Help me write a system prompt for a customer support bot."
- "Refine this prompt to make it less verbose and more precise."
- "Analyze this prompt for potential loop holes."
- "Design a prompt using the Chain of Thought technique for a complex reasoning task."
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.