원클릭으로
futzer
Opinionated config generator you own and understand. Use when you need to generate, apply, or manage configuration across machines.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Opinionated config generator you own and understand. Use when you need to generate, apply, or manage configuration across machines.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Rank movie showtimes by the user's format preferences and find the best contiguous seats by their saved seat preferences. Use when the user wants to find movie tickets/seats (currently Regal/regmovies.com). Booking is human-in-the-loop — usher proposes seats and a deep link; the user logs in and pays.
Analyze academic papers using the Feynman Technique. Use when you need to create a clear, structured explanation of an academic paper.
Manage experimental spike projects in a centralized, searchable location. Use when you need to create, find, or navigate to spike/experiment directories.
Cross-project task and idea tracker built on beads. Use when you need to capture ideas, tasks, reading lists, or track async work across projects.
Research historical events from local history sources (Chrome, terminal). Use when you need to find what happened, when it happened, or retrace activity.
Telegram-based messaging for Claude workflows. Use when you need to send or receive messages and files between Claude Desktop and Claude Code.
| name | futzer |
| description | Opinionated config generator you own and understand. Use when you need to generate, apply, or manage configuration across machines. |
| allowed-tools | Bash(guppi-futzer:*) |
| version | 0.1.1 |
| author | Sam Dengler |
| license | MIT |
Generates well-organized, opinionated configuration files you own and understand. Uses profiles so one config.toml works across all your machines.
guppi-futzer generate zshGenerate zsh config and print to stdout.
Options:
--profile / -p — profile name (default: $FUTZER_PROFILE or default)--output / -o — write to file instead of stdoutExamples:
guppi-futzer generate zsh # Print to stdout
guppi-futzer generate zsh --profile work # Use work profile
guppi-futzer generate zsh -o ~/dotfiles/zsh.zsh # Write to file
guppi-futzer applyGenerate all configs to ~/.config/guppi/futzer/ and wire into .zshrc.
Options:
--profile / -p — profile nameguppi-futzer apply # Apply with default profile
guppi-futzer apply --profile work # Apply with work profile
guppi-futzer statusShow active profile, generated files, and whether .zshrc sources futzer.
guppi-futzer status
Config file: ~/.config/guppi/futzer/config.toml
[default]
# Shared base — opinionated defaults are baked in
[home]
terminal = "ghostty"
[work]
terminal = "iterm2"
Set FUTZER_PROFILE env var for automatic profile selection.
guppi-futzer skill install # Register with guppi-cli
guppi-futzer skill show # Display SKILL.md contents