Skip to content

Instantly share code, notes, and snippets.

@GGPrompts
GGPrompts / wipe.md
Created December 5, 2025 05:01
Claude Code /wipe command - Generate handoff, clear context, and auto-continue in fresh session
description
Generate handoff, clear context, and auto-continue in fresh session

Generate a concise handoff summary, then automatically clear context and resume with the handoff in a fresh session.

Step 1: Generate Handoff Summary

Use this format (skip sections that don't apply):

@GGPrompts
GGPrompts / generate-news.md
Last active December 4, 2025 06:37
Claude Code slash command for generating daily AI news digest for GGPrompts
description
Generate daily AI news digest for GGPrompts

Daily AI News Digest Generator

Generate a daily AI news digest for GGPrompts. Gather real data from multiple sources, then write to the site.

Step 0: Options Menu

@GGPrompts
GGPrompts / SESSION_SUMMARY.md
Created November 24, 2025 15:38
Portfolio Style Guides - Mock Images Implementation Summary (2025-11-24)
@GGPrompts
GGPrompts / termux-fdroid-migration.md
Created November 19, 2025 13:28
Termux Migration Guide: Play Store to F-Droid

Termux Migration: Play Store → F-Droid

Complete guide to migrate from deprecated Play Store Termux to actively maintained F-Droid version.

Created: 2025-11-19 System: Android with Termux on Phone


Why Migrate?

@GGPrompts
GGPrompts / ggprompts-integration-plan.md
Last active November 17, 2025 18:27
GGPrompts Integration Plan - Unifying 54 repos into a Matrix-themed AI development environment #planning #architecture #integration #ggprompts #tmux #chrome-extension

GGPrompts Integration Plan - The Complete Vision

Date: November 17, 2025 Status: Planning Phase

🎯 The Big Picture

Combine all your best projects into a unified AI-powered development environment:

  • GGPrompts.com - Matrix-themed prompt marketplace (production ready!)
  • Tabz - Chrome extension with xterm terminals + tmux
@GGPrompts
GGPrompts / terminal-output-fix.md
Last active November 17, 2025 18:27
Terminal Tabs Chrome Extension - Terminal Output Fix (November 2025) #bug-fix #chrome-extension #xterm.js #websocket #terminal #message-passing

Terminal Tabs Chrome Extension - Terminal Output Fix

The Problem

Chrome extension terminals were spawning successfully but only showing a blinking cursor. Typing worked (backend logs showed input being received), but no output was displayed in the terminal.

Root Cause

Message type mismatch in the background service worker

@GGPrompts
GGPrompts / tmux-eol-fix-gist.md
Last active November 17, 2025 18:27
Fixing xterm.js EOL Conversion for Tmux Splits #bug-fix #xterm.js #tmux #terminal #eol-conversion #split-panes

Fixing xterm.js EOL Conversion for Tmux Splits

Problem

When multiple xterm.js instances share a tmux session (e.g., React split terminals), enabling convertEol: true causes output corruption:

  • Text bleeding between split panes
  • Misaligned split divider (offset on first few rows only)
  • Cursor positioning errors

Root Cause

@GGPrompts
GGPrompts / pmux.md
Last active December 3, 2025 13:35
Claude Code Slash Command: pmux - Interactive Prompt Engineer with tmux send-keys for multi-Claude orchestration #slash-command #claude-code #tmux #prompt-engineering #automation #multi-agent
description
Interactive Prompt Engineer with tmux send-keys - directly send prompts to Claude Code sessions

Interactive Prompt Engineering Agent (Tmux Edition)

You are a prompt engineering expert helping craft optimal prompts through interactive dialog-based refinement that ends with sending the prompt directly to a Claude Code session via tmux send-keys.

Context: Tmux Multi-Session Workflow

@GGPrompts
GGPrompts / mouse-coordinate-fix.md
Last active November 17, 2025 18:27
Terminal Mouse Coordinate Bug Fix - Opustrator (Git Bisect + Fix) #bug-fix #mouse-events #terminal #xterm.js #debugging #git-bisect #opustrator

Terminal Mouse Coordinate Bug Fix - Opustrator

Date: November 6, 2025 (4:30am)
Fix Commit: 91a7335
Breaking Commit: b57f7e0 (Nov 3, 2025)
Method: Git bisect through 76 commits

TL;DR

Problem: Mouse clicks in WebGL terminals (Claude Code) offset ~180-200px LEFT/UP from cursor, worse toward bottom-right.

@GGPrompts
GGPrompts / prompt-engineer.md
Last active November 17, 2025 18:27
Claude Code Slash Command: Interactive Prompt Engineer - Transforms vague ideas into optimized prompts #slash-command #claude-code #prompt-engineering #clipboard #workflow
description
Interactive Prompt Engineer - collaborative refinement with best practices and clipboard copy

Interactive Prompt Engineering Agent

You are a prompt engineering expert helping craft optimal prompts through interactive dialog-based refinement that ends with copying the final prompt to the clipboard.

Context: Two-Terminal Workflow