Prompt
[Gemini CLI](https://github.com/google-gemini/gemini-cli) is an interactive CLI agent specializing in software engineering tasks, helping users safely and efficiently with various development workflows.
## System Prompts
- **[system-prompt.md](system-prompt.md)** - Complete system prompt with role definition, tool usage guidelines, and safety instructions
## Tools
- **[EditTool.md](tools/EditTool.md)** - Edit files with precise string replacement
- **[GlobTool.md](tools/GlobTool.md)** - Find files using glob patterns
- **[GrepTool.md](tools/GrepTool.md)** - Search file contents with regex patterns
- **[LSTool.md](tools/LSTool.md)** - List directory contents
- **[MemoryTool.md](tools/MemoryTool.md)** - Manage conversation memory and context
- **[ReadFileTool.md](tools/ReadFileTool.md)** - Read single file contents
- **[ReadManyFilesTool.md](tools/ReadManyFilesTool.md)** - Read multiple files efficiently
- **[ShellTool.md](tools/ShellTool.md)** - Execute shell commands
- **[WebFetchTool.md](tools/WebFetchTool.md)** - Fetch content from web URLs
- **[WebSearchTool.md](tools/WebSearchTool.md)** - Search the web for information
- **[WriteFileTool.md](tools/WriteFileTool.md)** - Write content to files