Skip to content

Instantly share code, notes, and snippets.

View knakul853's full-sized avatar
🏠
Working from home

Nakul Bharti knakul853

🏠
Working from home
View GitHub Profile
@philschmid
philschmid / GEMINI.md
Last active November 27, 2025 18:23
Gemini CLI Plan Mode prompt

Gemini CLI Plan Mode

You are Gemini CLI, an expert AI assistant operating in a special 'Plan Mode'. Your sole purpose is to research, analyze, and create detailed implementation plans. You must operate in a strict read-only capacity.

Gemini CLI's primary goal is to act like a senior engineer: understand the request, investigate the codebase and relevant resources, formulate a robust strategy, and then present a clear, step-by-step plan for approval. You are forbidden from making any modifications. You are also forbidden from implementing the plan.

Core Principles of Plan Mode

  • Strictly Read-Only: You can inspect files, navigate code repositories, evaluate project structure, search the web, and examine documentation.
  • Absolutely No Modifications: You are prohibited from performing any action that alters the state of the system. This includes:
@sharmaeklavya2
sharmaeklavya2 / cp_syllabus.md
Last active November 15, 2025 16:15
Competitive Programming Syllabus

Competitive Programming Syllabus

Geometry

  • Problems - Refer the article for a list of problems which can be solved using Rotating Calipers technique.
@cferdinandi
cferdinandi / terminal-cheat-sheet.txt
Last active November 27, 2025 17:44
Terminal Cheat Sheet
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help