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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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=() |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://docs.obsidian.md llms-full.txt | |
| ## Obsidian Developer Docs | |
| [](https://docs.obsidian.md/Home)[Developer Documentation](https://docs.obsidian.md/Home) | |
| Plugins | |
| Themes | |