rebrand — community rebrand, website-foundation, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

关于此技能

非常适合需要网站重新命名和自定义功能的前端代理。 Applies brand customization across the entire site — colors, fonts, logos, metadata, and social images. Use when rebranding, changing the site identity, or applying a new theme.

bluewaves-creations bluewaves-creations
[0]
[0]
更新于: 3/4/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 6/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
6/11
Quality Score
30
Canonical Locale
en
Detected Body Locale
en

非常适合需要网站重新命名和自定义功能的前端代理。 Applies brand customization across the entire site — colors, fonts, logos, metadata, and social images. Use when rebranding, changing the site identity, or applying a new theme.

核心价值

赋予代理商重新命名网站的能力,方法是更新配置文件(如 astro.config.mjs)并使用色调颜色和网站 URL 自定义网站外观,利用 OKLCH 值和 JSONC 格式。

适用 Agent 类型

非常适合需要网站重新命名和自定义功能的前端代理。

赋予的主要能力 · rebrand

使用新品牌信息更新网站基础
使用色调颜色和 OKLCH 值自定义网站外观
在 astro.config.mjs 中配置网站 URL 和联系电子邮件

! 使用限制与门槛

  • 需要访问诸如 astro.config.mjs 和 wrangler.jsonc 的配置文件
  • 仅限于网站基础模板的自定义

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

rebrand 是什么?

非常适合需要网站重新命名和自定义功能的前端代理。 Applies brand customization across the entire site — colors, fonts, logos, metadata, and social images. Use when rebranding, changing the site identity, or applying a new theme.

如何安装 rebrand?

运行命令:npx killer-skills add bluewaves-creations/website-foundation/rebrand。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

rebrand 适用于哪些场景?

典型场景包括:使用新品牌信息更新网站基础、使用色调颜色和 OKLCH 值自定义网站外观、在 astro.config.mjs 中配置网站 URL 和联系电子邮件。

rebrand 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

rebrand 有哪些限制?

需要访问诸如 astro.config.mjs 和 wrangler.jsonc 的配置文件;仅限于网站基础模板的自定义。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add bluewaves-creations/website-foundation/rebrand。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    rebrand 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

rebrand

安装 rebrand,这是一款面向AI agent workflows and automation的 AI Agent Skill。支持 Claude Code、Cursor、Windsurf,一键安装。

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Walk the user through a complete rebranding of the Website Foundation template.

Steps

1. Gather Brand Information

Ask the user for:

  • Brand name (e.g., "Acme Corp")
  • Tagline (one-line description)
  • Contact email (e.g., "hello@acme.com")
  • Site URL (e.g., "https://acme.com")
  • Accent color (optional — e.g., "ocean blue", "#3b82f6", or an OKLCH value)

2. Update Configuration Files

  • astro.config.mjs — Change site to the new URL
  • wrangler.jsonc — Change name to the new project name (kebab-case), update destination_address to the new contact email
  • package.json — Change name field to match

3. Update Text Content

  • src/layouts/Base.astro — Update the default description prop (line 15)
  • src/components/Header.astro — Update the logo alt text (line 20)
  • src/components/Footer.astro — Update copyright text (line 10) and contact email (line 13)
  • src/pages/index.astro — Update the hero <h1> heading (line 27) and description paragraph (line 29-31)
  • src/pages/blog/index.astro — Update the page title in <Base> (line 15)

4. Update Visual Identity (if accent color provided)

  • src/styles/global.css — Add accent color tokens in the @theme block:
    css
    1--color-accent-600: oklch(50% 0.18 <hue>); 2--color-accent-500: oklch(60% 0.18 <hue>); 3--color-accent-400: oklch(70% 0.15 <hue>);

5. Note Asset Replacements

Tell the user they should replace these files with their own assets:

  • public/favicon.svg — Browser tab icon (SVG)
  • public/favicon.ico — Fallback favicon
  • public/apple-icon.png — Apple touch icon (180x180)
  • public/wave-artisan-logo.svg — Header logo (update src in Header.astro if filename changes)
  • public/opengraph.png — Social media preview image (1200x630)
  • public/fonts/ — Font files (if changing fonts, update global.css and Base.astro preload tags)

6. Verify

Run all checks to confirm nothing broke:

bash
1bun run check && bun run test && bun run build

Report the results to the user.

相关技能

寻找 rebrand 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具