diff --git a/README.md b/README.md index c9c0cb0..c915e85 100644 --- a/README.md +++ b/README.md @@ -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 . ``` @@ -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 diff --git a/commands/prompts/improve.toml b/commands/prompts/improve.toml index b50d86a..75dfce0 100644 --- a/commands/prompts/improve.toml +++ b/commands/prompts/improve.toml @@ -48,4 +48,8 @@ Analyze and improve the following prompt: - Are examples provided? - Is the level of detail clear? -** \ No newline at end of file +**Improvements:** +- Define exact output format +- Provide examples of desired output +- Specify length and tone requirements +""" diff --git a/commands/testing/edge-cases.toml b/commands/testing/edge-cases.toml index f03a3c0..e88222d 100644 --- a/commands/testing/edge-cases.toml +++ b/commands/testing/edge-cases.toml @@ -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