Back to the catalog

prompt-engineering-extension

A Gemini CLI extension to give the gemini cli prompt engineering skills.

Open source Open in the app JSON README (API)

About

A Gemini CLI extension to give the gemini cli prompt engineering skills.

Details

Kind
Plugins
Topic
AI, RAG & memory
Publisher
jsebayhi
Origin
gemini
Category
ferramentas
Version
0.1.0
Stars
7
Forks
2
Last push
2026-01-10T01:21:24Z
Repository state
ativo
License
MIT
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
jsebayhi/prompt-engineering-extension

README

# Prompt Engineering Extension for Gemini CLI

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).

## Features

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.

## Installation

To install this extension, navigate to the directory where you want to clone the repository and run:

```bash
gemini extension install https://gitlab.com/jeremy-sebayhi-public-work/gemini-cli/prompt-engineering-extension.git
```

*Note: Ensure you have the [Gemini CLI](https://github.com/GoogleCloudPlatform/gemini-cli) installed and configured.*

## Usage

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."

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

More