Skip to content

Instantly share code, notes, and snippets.

@mdaraban
mdaraban / #🚀 GitHub Copilot: A Persona-Based Approach.md
Created August 29, 2025 17:13 — forked from kasuken/#🚀 GitHub Copilot: A Persona-Based Approach.md
GitHub Copilot: A Persona-Based Approach - All my chat modes

In this gist, you can find all the VS Code chat modes I am using in my projects for the Persona based approach technique I created.

You will find an article about on my dev.to blog (dev.to/kasuken)

# Moving Cursor Chat History Between Computers
## Overview
This guide explains how to transfer your complete Cursor chat history from one computer to another. Cursor stores all conversations in a SQLite database that can be backed up and restored.
## Prerequisites
- Administrative access on both computers
- Cursor installed on the destination computer
@mdaraban
mdaraban / gemini.md
Created September 8, 2025 19:31 — forked from steipete/gemini.md
gemini.md to teach Claude to use google's gemini cli as his tool

Using Gemini CLI for Large Codebase Analysis

When analyzing large codebases or multiple files that might exceed context limits, use the Gemini CLI with its massive context window. Use gemini -p to leverage Google Gemini's large context capacity.

File and Directory Inclusion Syntax

Use the @ syntax to include files and directories in your Gemini prompts. The paths should be relative to WHERE you run the gemini command:

Examples:

@mdaraban
mdaraban / gist:32dfa5fb0bec47320d142f5c3a56d3c9
Created October 20, 2025 08:05 — forked from deezeddd/gist:106b688e28faea4b428816ba4ca61338
claude-switch-multi [Used to switch between multiple accounts]
#!/bin/bash
# Claude Code Multi-Account Switcher
# Usage: ./claude-switch-multi.sh [account1|account2|account3|save-current|list|status]
CLAUDE_DIR="$HOME/.claude"