make-tweakable

make-tweakable is a skill for Claude Code, Codex from Onevium/awesome-claude-skills. It costs 95 tokens per session (661 once invoked), scanned A, original, MIT.

A hidden floating settings panel for a single-file HTML design or prototype. It lets someone adjust selected colors, fonts, spacing, text, layout options, or feature switches while comparing variations in the same file.

In plain words
What is it for?
Use it when someone wants to try different visual or content settings live, restore defaults, and optionally keep choices after refreshing.
Why use it?
It makes design exploration quicker without maintaining several separate versions of the page. The finished view can remain clean when the panel is closed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when someone wants to try different visual or content settings live, restore defaults, and optionally keep choices after refreshing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/onevium/awesome-claude-skills/make-tweakable
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Onevium/awesome-claude-skills --skill make-tweakable
Clone the repo
git clone --depth 1 https://github.com/Onevium/awesome-claude-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for make-tweakable

README.md
[![agentmods](https://agentmods.dev/badge/skills/onevium/awesome-claude-skills/make-tweakable/github.svg)](https://agentmods.dev/skills/onevium/awesome-claude-skills/make-tweakable)
Your own site
<a href="https://agentmods.dev/skills/onevium/awesome-claude-skills/make-tweakable"><img src="https://agentmods.dev/badge/skills/onevium/awesome-claude-skills/make-tweakable/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for make-tweakable

Your own site · 80×15
<a href="https://agentmods.dev/skills/onevium/awesome-claude-skills/make-tweakable"><img src="https://agentmods.dev/badge/skills/onevium/awesome-claude-skills/make-tweakable.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 661 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00095 $0.00661
Opus 5 $0.00048 $0.00331
Sonnet 5 $0.00019 $0.00132
Haiku 4.5 $0.00010 $0.00066

Measured 10d ago against content hash d876e7cedf5f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

make-tweakable scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/design/make-tweakable/SKILL.md · 45 lines

What it actually says

添加可调参数面板

在不制造多个版本文件的前提下,让用户探索少量高价值设计轴。参数面板服务于评审,不应变成简陋的 Figma 替代品。

1. 选择可调项

确认或建议真正影响方向的变量,例如主色、字体、字号、密度、布局、组件样式、标题和功能开关。通常控制在 3–8 项,每项都应对应用户想比较的决策。

2. 设计面板

面板默认浮动在不遮挡主要内容的位置,使用紧凑纵向布局,并提供清楚的显示/隐藏按钮或键盘快捷键。按值类型选择控件:颜色选择器、下拉或按钮组、滑块、开关和文本输入。

3. 接通状态

视觉 token 通过 CSS 自定义属性更新;文案、布局和功能开关使用明确的 JS 状态。默认值集中在普通对象中,使面板关闭时仍能完整渲染。

需要跨刷新保留探索结果时使用 localStorage,安全解析旧数据并提供恢复默认值。首次渲染前应用已保存状态,避免闪烁。

4. 保持成品感

关闭面板后应完全隐藏全部编辑界面,页面看起来仍是可交付成品。面板不得修改业务数据、调用真实后端或泄露调试信息。

5. 验证

逐项更改参数,确认影响范围正确;刷新后检查持久化;恢复默认值;在面板关闭时检查布局、键盘焦点和移动端遮挡。

示例

输入:“让我现场调这个落地页的颜色和间距。”

**输出:**在同一 landing.html 中加入可隐藏 Tweaks 面板,提供主色、强调色、紧凑/常规/宽松密度和基础字号四项控制;使用 CSS 变量实时更新,可恢复默认值并选择性持久化。

来源与许可

本 Skill 基于 Trystan Sarrade 的 claude-design-system-prompt 进行中文化与 Claude Skill 规范适配。上游与本改编均按 MIT License 发布,详见 LICENSE.txt

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 45 lines · 95 tokens per session scan A d876e7cedf5f

Subscribe to this mod's changes

make-tweakable is a skill published in the GitHub repository Onevium/awesome-claude-skills (1 stars, last pushed 13d ago), licensed MIT. It adds 95 tokens to every session and 661 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

web-artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

lingxling/awesome-skills-cn · 64 tokens

image-to-code

Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…

frankxai/claude-skills-library · 116 tokens

apple-design

Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and depth, typography (optical sizing, tracking, leading)…

frankxai/claude-skills-library · 80 tokens

web-design-expert

Web design and UX guidance for visual systems, accessibility, interaction patterns, and performance-aware interfaces. Use when designing a website's look and feel, improving UX/accessibility, or reviewing a UI for polish and performance.

frankxai/claude-skills-library · 48 tokens

ui-ux-pro-max

UI/UX design intelligence for web and mobile. Searchable local database with 84 styles, 192 color palettes, 74 font pairings, 192 product types, 98 UX guidelines, 104 icon entries, 16 GSAP motion presets, and 25 chart types across 22 stacks (React, Next.js, Vue, Nuxt, Svelte, Astro, SwiftUI, React Native, Flutter…

frankxai/claude-skills-library · 162 tokens

review-animations

Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned.

frankxai/claude-skills-library · 34 tokens