This README consolidates and supersedes the previous README_short.md and the original README.md.
It has been audited against the current source code (see list at the end of this file)
and should be treated as the single source of truth for how the MCP servers work.
| #!/usr/bin/env python3 | |
| """ | |
| Generate a concatenated code review bundle from a configuration file. | |
| This script creates a single markdown document containing all files that need review. | |
| It is designed to be a robust command-line utility for both human and agent use. | |
| Additionally, it can perform AI-powered code reviews using LiteLLM with various models. | |
| AGENT VERIFICATION INSTRUCTIONS: | |
| - Run this script directly to execute working_usage() |
# Gemini CLI Stress Test Harness
This Python tool benchmarks the response time and reliability of the Google Gemini CLI on complex or large prompts, supporting concurrent execution for load testing.
---
## Features
- **Concurrent execution:** Run multiple parallel Gemini CLI jobs.Prove that we can use a background Claude Code process to verify results and block task progression until verification completes.
This is a self-contained POC. All required command files are in the commands/ subdirectory.
All tasks should be executed with the current working directory as:
Based on hands-on testing and user research
Claude Code is marketed as an "agentic coding" tool that can autonomously write code and replace developer workflows. After extensive testing and research into user experiences, the reality is starkly different: Claude Code functions as an unreliable, expensive file manager that requires constant supervision and frequently misrepresents its own actions.
Ask Gemini Flash this question and get a quick, balanced response: $ARGUMENTS
- Provide clear, concise answers (limit ~500 tokens)
- Use creative but accurate tone
- For complex code tasks, suggest using ask-gemini-pro instead
- If unable to answer, explain why clearly
| -- File: gemini_automator_clipboard.applescript | |
| -- Purpose: Use clipboard to paste the entire prompt at once | |
| -- Updated to use precise coordinates (929, 816) to click the chat input field | |
| -- Date: May 21, 2025 | |
| on run | |
| -- Set parameters | |
| set outputFilePath to "/Users/robert/Desktop/gemini_answer.txt" | |
| set targetURL to "gemini.google.com" | |
| set result to "" |
A specialized tool to manage context isolation and focused task execution with Claude Code, solving the critical challenge of context length limitations and task focus when working with Claude on complex, multi-step projects.
Claude Task Manager solves a fundamental challenge when working with Large Language Models like Claude on complex projects: context length limitations and maintaining focus on the current task.