Skip to content

Instantly share code, notes, and snippets.

@aparente
aparente / README.md
Last active June 5, 2026 22:53
[SUPERSEDED — split into github.com/aparente/cmux-claude-tab-rename + github.com/aparente/claude-code-sessions]

SUPERSEDED — split into two focused repos

The content of this gist has moved into two focused, separately-maintained GitHub repos:

Auto-rename cmux tabs to match your Claude Code session name. Pre-launch + SessionStart + Stop hook + on-exit restore.

claude-checkpoint, claude-restore, claude-sessions catalog. Snapshot + restore your live Claude sessions, recover across crashes, search every session ever. >

@aparente
aparente / SKILL.md
Last active June 9, 2026 20:52
tufte-viz Claude Code skill — Edward Tufte data visualization principles

name: tufte-viz description: | Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays

#!/bin/bash
# Snapshot all live Claude Code sessions + cmux workspace layout.
# Dead PIDs are pruned. Run via launchd every 5 minutes.
CHECKPOINT="$HOME/.claude/session-checkpoint.json"
SESSIONS_DIR="$HOME/.claude/sessions"
[ -d "$SESSIONS_DIR" ] || exit 0
live=()
@aparente
aparente / Obsidian llms.txt
Created March 13, 2025 02:33
llms.txt generated for Obsidian documentation using https://llmstxt.firecrawl.dev
This file has been truncated, but you can view the full file.
# https://docs.obsidian.md llms-full.txt
## Obsidian Developer Docs
[![](https://publish-01.obsidian.md/access/caa27d6312fe5c26ebc657cc609543be/Assets/obsidian-lockup-docs.svg)](https://docs.obsidian.md/Home)[Developer Documentation](https://docs.obsidian.md/Home)
Plugins
Themes