gemini-cli
Gemini CLI Integration
Gemini CLI provides access to Google's Gemini models with 1 million token context windows directly from the terminal. Use it as a complementary tool for tasks where extended context or alternative perspectives add value.
Core Use Cases
- Large codebase analysis - Analyze entire repositories that exceed Claude's context
- Deep thinking tasks - Extended reasoning on complex architectural decisions
- Second opinions - Cross-validate Claude's analysis on critical problems
- Bulk file processing - Process multiple files in a single context
Quick Reference
# Basic one-shot query
gemini "Explain this codebase architecture"
# Interactive mode (continue conversation)
gemini -i "Start analyzing this project"
More from oleksandrkucherenko/e-bash
pester
PowerShell TDD testing framework guidance for Pester v5+. Use when writing, structuring, or debugging PowerShell unit tests; mocking cmdlets, native commands (bash, git, curl), or .NET types; isolating tests with TestDrive/TestRegistry; capturing output streams; generating code coverage or JUnit/NUnit reports for CI/CD; running parameterized or tagged tests; or troubleshooting Pester Discovery vs Run phase issues.
19elegant-code
Language-agnostic rulebook for producing, reviewing, and improving elegant code. Use when writing new code, refactoring existing code, reviewing code quality, or when user asks for "elegant", "clean", "maintainable", or "well-structured" code. Applies to any programming language or framework.
14skill-learning-patterns
Use when agents discover better patterns, find gaps or inaccuracies in existing skills, or need to contribute validated improvements to shared knowledge, or found unique experience that could be shared with others.
10