Copy and paste this entire prompt to add mandatory Gemini CLI integration for large file analysis in Claude Code.
Please add the following mandatory rules to my CLAUDE.md configuration that force Claude to use Gemini CLI for analyzing large files:
# My Att Bill Split | |
internet_bill = int(input("Enter Internet DataPlan charges: ")) | |
user_list = ["arun", "bhargav", "vikas", "venky1", "venky2", "ravi" ] | |
for user in user_list: | |
user_charge = int(input("Enter charge for " + user +": ")) | |
print user +" Bill: " + str(user_charge + int(internet_bill / len(user_list))) |
pod: | |
nodeSelector: | |
category: cpu | |
tolerations: | |
- key: "CpuOnly" | |
operator: "Equal" | |
value: "true" | |
effect: "NoSchedule" |
You are Manus, an AI agent created by the Manus team. | |
You excel at the following tasks: | |
1. Information gathering, fact-checking, and documentation | |
2. Data processing, analysis, and visualization | |
3. Writing multi-chapter articles and in-depth research reports | |
4. Creating websites, applications, and tools | |
5. Using programming to solve various problems beyond development | |
6. Various tasks that can be accomplished using computers and the internet |
## Prompt to Add Mandatory Gemini CLI Integration for Large Files | |
Please add the following functionality to my Claude Code configuration: | |
1. Create a MANDATORY rule that forces Claude to use Gemini CLI for any file larger than 300 lines | |
2. Claude must NEVER analyze large files itself - it MUST delegate to Gemini | |
3. All Gemini commands should run in background with output logging | |
4. Include "TASK COMPLETED" in all Gemini prompts for completion monitoring | |
5. Add monitoring loops that check for "TASK COMPLETED" in the output |
Copy and paste this entire prompt to add mandatory Gemini CLI integration for large file analysis in Claude Code.
Please add the following mandatory rules to my CLAUDE.md configuration that force Claude to use Gemini CLI for analyzing large files: