rebrand

rebrand is a skill for Claude Code from ahpxex/open-dashboard. It costs 33 tokens per session (360 once invoked), scanned A, original, MIT.

A central setup for changing an app's name, logo, description, colours, theme, and navigation in one place.

In plain words
What is it for?
Use it when adapting an existing app template into a new product. It covers updating the visible brand, browser metadata, login pages, menu items, and colour settings.
Why use it?
It prevents branding details from being scattered through the code, so a product rebrand is less likely to leave old names or styles behind.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the open-dashboard plugin — 4 skills shipped together

Good fit Use it when adapting an existing app template into a new product. It covers updating the visible brand, browser metadata, login pages, menu items, and colour settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ahpxex/open-dashboard/rebrand
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 ahpxex/open-dashboard --skill rebrand
Clone the repo
git clone --depth 1 https://github.com/ahpxex/open-dashboard

Made for: Claude Code.

Or install open-dashboard, the plugin that ships this one along with the rest of its 4 skills.

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 rebrand

README.md
[![agentmods](https://agentmods.dev/badge/skills/ahpxex/open-dashboard/rebrand/github.svg)](https://agentmods.dev/skills/ahpxex/open-dashboard/rebrand)
Your own site
<a href="https://agentmods.dev/skills/ahpxex/open-dashboard/rebrand"><img src="https://agentmods.dev/badge/skills/ahpxex/open-dashboard/rebrand/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 rebrand

Your own site · 80×15
<a href="https://agentmods.dev/skills/ahpxex/open-dashboard/rebrand"><img src="https://agentmods.dev/badge/skills/ahpxex/open-dashboard/rebrand.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 360 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.00033 $0.00360
Opus 5 $0.00016 $0.00180
Sonnet 5 $0.00007 $0.00072
Haiku 4.5 $0.00003 $0.00036

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

Security

Grade A, and why

rebrand 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.

.claude/skills/rebrand/SKILL.md · 34 lines

What it actually says

Rebrand

The single rebrand surface is src/config/app.ts (appConfig). It is consumed by the sidebar (logo + name + nav), the root document head (title + description), the theme provider, and the auth pages (brand header). Nothing else should hardcode the product name or logo.

Steps

  1. Edit src/config/app.ts:

    • name — product name (sidebar, <title>, auth header).
    • description<meta name="description">.
    • logo — any Phosphor icon component (e.g. import { RocketIcon }).
    • theme{ defaultTheme: "light" | "dark" | "system", enableSystem }.
  2. Navigation lives in src/lib/sidebar-items.ts (mainMenuItems, bottomMenuItems), surfaced as appConfig.nav. Add/remove/reorder items; keep the // create-resource:anchor line (the generator inserts above it).

  3. Theme tokens (colours) are CSS variables in src/styles/app.css (--primary, --chart-1..5, …) for light and .dark. Charts and StatusChips re-theme automatically.

Verify

bun run check, then load the app: the sidebar, browser tab title, and the login page all show the new brand. The appConfig unit test asserts the nav invariants (src/config/app.test.ts).

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 · 34 lines · 33 tokens per session scan A 2af1508e2965

Subscribe to this mod's changes

rebrand is a skill published in the GitHub repository ahpxex/open-dashboard (139 stars, last pushed 2mo ago), licensed MIT. It adds 33 tokens to every session and 360 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

kiranism-shadcn-dashboard

Guide for building features, pages, tables, forms, themes, and navigation in this Next.js 16 shadcn dashboard template. Use this skill whenever the user wants to add a new page, create a feature module, build a data table, add a form, configure navigation items, add a theme, set up RBAC access control, or work with…

Kiranism/next-shadcn-dashboard-starter · 142 tokens

ctx

A project-context tool for recording important lessons about bugs and failure-prone code in nearby AGENTS.md documents. These documents give coding agents repository-specific guidance.

yilecoding/fastapi-react-admin · 67 tokens

ui-and-theme

Frontend/design system skill for the svelteflare monorepo. Use this whenever the user wants to build or modify UI — pages, sections, components, layouts, forms, cards, tables, dialogs, dashboards, or landing pages. Also invoke for anything theme-related: light/dark mode, custom colors, design tokens, typography, or…

pinebasedev/svelteflare · 159 tokens

shadcn

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…

Kiranism/next-shadcn-dashboard-starter · 94 tokens

web-design-guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

Kiranism/next-shadcn-dashboard-starter · 44 tokens

yafa-ui-dashboard

Design, build, refactor, or review polished responsive analytics dashboards, SaaS admin dashboards, business intelligence interfaces, and data-heavy product UI using Yafa-UI. Covers sidebar navigation, one-row page headers, multi-color KPI cards, charts, tables, filters, Lucide icons, accessible states, and mobile…

rejourneyco/yafa-ui-dashboard · 119 tokens