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 | |
| ################################################################################ | |
| # AUTONOMOUS AI TASK PROCESSOR | |
| # https://gist.github.com/nibzard/a97ef0a1919328bcbc6a224a5d2cfc78 | |
| ################################################################################ | |
| # | |
| # PURPOSE: | |
| # Runs Claude Code in a fully autonomous loop to process tasks from a todo | |
| # file without human intervention. The AI agent will continuously select, |