Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ A curated library of high-quality, professionally crafted prompts for common dev
Install the extension using the Gemini CLI:

```bash
gemini extensions install yourusername/prompt-library-extension
gemini extensions install involvex/prompt-library-extension
```

Or install from a local directory:

```bash
git clone https://github.com/yourusername/prompt-library-extension.git
git clone https://github.com/involvex/prompt-library-extension.git
cd prompt-library-extension
gemini extensions link .
```
Expand Down Expand Up @@ -251,9 +251,9 @@ MIT License - see [LICENSE](LICENSE) file for details.

## 📞 Support

- 🐛 [Report Issues](https://github.com/yourusername/prompt-library-extension/issues)
- 💬 [Discussions](https://github.com/yourusername/prompt-library-extension/discussions)
- 📧 Email: your.email@example.com
- 🐛 [Report Issues](https://github.com/involvex/prompt-library-extension/issues)
- 💬 [Discussions](https://github.com/involvex/prompt-library-extension/discussions)
- 📧 Email: harish@harishgarg.com

## 🗺️ Roadmap

Expand Down
6 changes: 5 additions & 1 deletion commands/prompts/improve.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@ Analyze and improve the following prompt:
- Are examples provided?
- Is the level of detail clear?

**
**Improvements:**
- Define exact output format
- Provide examples of desired output
- Specify length and tone requirements
"""
2 changes: 1 addition & 1 deletion commands/testing/edge-cases.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Please identify comprehensive edge cases for the following code or feature:
- Very long strings (1MB+)
- Strings with special characters
- Unicode characters and emojis
- Null bytes (\0)
- Null bytes (\\0)
- Strings with only whitespace
- Leading/trailing whitespace

Expand Down