bolder

bolder is a command for Claude Code from obiwancenobi/klamben. It costs 27 tokens per session (456 once invoked), scanned A, original, Apache-2.0.

A command for making a cautious or visually flat interface more assertive through stronger hierarchy, typography, color, spacing, and primary actions.

In plain words
What is it for?
Use it when a Flutter screen needs clearer headings, stronger calls to action, more noticeable accents, or better visual emphasis.
Why use it?
It addresses screens that feel generic, timid, or hard to scan because important elements do not stand out enough.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it when a Flutter screen needs clearer headings, stronger calls to action, more noticeable accents, or better visual emphasis.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/obiwancenobi/klamben/bolder
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.

Clone the repo
git clone --depth 1 https://github.com/obiwancenobi/klamben

Made for: Claude Code.

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 bolder

README.md
[![agentmods](https://agentmods.dev/badge/commands/obiwancenobi/klamben/bolder.svg)](https://agentmods.dev/commands/obiwancenobi/klamben/bolder)
Your own site
<a href="https://agentmods.dev/commands/obiwancenobi/klamben/bolder"><img src="https://agentmods.dev/badge/commands/obiwancenobi/klamben/bolder.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 456 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.00027 $0.00456
Opus 5 $0.00014 $0.00228
Sonnet 5 $0.00005 $0.00091
Haiku 4.5 $0.00003 $0.00046

Measured 8d ago against content hash 25941c780ffe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

bolder 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 8d 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.

src/commands/bolder.md · 50 lines

What it actually says

/bolder

Make a timid design more confident. For screens that feel generic, flat, or forgettable.

When to use

  • Screen looks like every other Flutter app
  • User says "this is boring" / "make it pop" / "it needs more energy"
  • After /critique says the hierarchy is flat

Process

  1. Check design context: If .klamben.md exists in the project root, read it first. Apply the project's brand personality — "bold" means different things for enterprise vs consumer apps.
  2. Increase typographic contrast:
    • Promote primary heading from titleMediumheadlineMedium
    • Increase weight on CTAs (FontWeight.w600w700)
    • Add more size difference between heading and body (at least 2 scale steps)
  3. Strengthen color usage:
    • Move primary action from OutlinedButtonFilledButton
    • Use primaryContainer backgrounds for key sections instead of plain surface
    • Add accent color on the most important element
  4. Increase spatial contrast:
    • More padding above primary content (create breathing room)
    • Tighter grouping within related items (reduce internal spacing)
    • Larger touch targets on primary CTAs
  5. Add visual anchors:
    • Hero element (image, avatar, icon) at the top
    • Visual separator between sections (not just whitespace)
    • Bottom CTA bar for primary action if currently inline
  6. Show before/after reasoning for each change

Do NOT

  • Make it garish — bolder ≠ louder
  • Add gradients, shadows, or decorative elements
  • Break accessibility (maintain contrast ratios)
  • Override brand guidelines from .klamben.md
  • Add motion (that's /animate)
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. 8d ago First seen · 50 lines · 27 tokens per session scan A 25941c780ffe

Subscribe to this mod's changes

bolder is a command published in the GitHub repository obiwancenobi/klamben (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 27 tokens to every session and 456 once invoked, about $0.0001 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.