Agent skill
brand-customization
Rebrand the site with custom name, colors, fonts, logo, and identity. Modify all touchpoints from site metadata to visual styling. Use when the user mentions "rebrand", "customize", "change colors", "change font", "change logo", "change name", "accent color", "theme", or "dark mode".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/brand-customization
SKILL.md
Brand Customization
Rebrand Website Foundation by modifying these touchpoints:
Site Metadata
astro.config.mjs— Changesiteto your production URLwrangler.jsonc— Changenameto your project name, updatedestination_addresspackage.json— ChangenamefieldBase.astro— Update defaultdescriptionprop
Visual Identity
- Favicon — Replace
public/favicon.svg,public/favicon.ico,public/apple-icon.png - Logo — Replace
public/wave-artisan-logo.svg, updateHeader.astroalttext andsrc - OpenGraph image — Replace
public/opengraph.png(1200x630 recommended)
Text Content
Header.astro— Logoalttext (line 20)Footer.astro— Copyright text and contact email (lines 10, 13)index.astro— Hero heading and description (lines 27-31)Base.astro— Default description in Props (line 15)
Colors
Edit src/styles/global.css to customize the OKLCH gray palette or add accent colors. See color system reference.
Fonts
Replace the variable font files in public/fonts/ and update the @font-face declarations in global.css. See typography reference.
After Rebranding
Run verification to ensure nothing broke:
bun run check && bun run test && bun run build
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?