How this skill is triggered — by the user, by Claude, or both
Slash command
/chuck:chuckThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
---
Chuck is a Claude Code plugin that injects the right rules and decisions into context automatically. This skill creates two HTML playgrounds for visual setup and decision logging.
Build using templates/setup-wizard.md.
Controls:
Preview: live syntax-highlighted manifest.json.
Output: complete manifest.json — paste into .chuck/manifest.json.
Build using templates/decision-logger.md.
Controls:
Preview: live decision JSON + formatted injection one-liner.
Output: pre-filled chuck decide command.
open <filename>.html to launch in browser.npx claudepluginhub cssmith615/chuck-pluginCreates self-contained interactive HTML playgrounds with controls, live previews, and copyable prompts for visual exploration of design, data, code, and documents.
Build single-purpose, throwaway HTML editors for one specific piece of data — drag-and-drop boards, form-based config editors, side-by-side prompt tuners, dataset curators, annotation tools. Always end with a Submit button (calls `submitToClaude`) so the result can be sent back to the agent. Use whenever the user wants to triage, reorder, edit, annotate, curate, prioritize, or pick values where typing prose would be tedious — Linear tickets, feature flags, prompts, datasets, transcripts, anything.
Conversational project setup that creates CLAUDE.md, ROADMAP, .gitignore, and .env.example from scratch. For new projects.