/rebranding
When the user wants to plan or execute a rebrand—domain change, 301 redirects, migration, or announcement. Also use when the user mentions "rebranding," "rebrand," "domain change," "domain migration," "301 redirect," "change domain name," "rebrand announcement," "social media
$ npx -y skills add kostja94/marketing-skills --skill rebranding --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/rebranding
Context preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to plan or execute a rebrand—domain change, 301 redirects, migration, or announcement. Also use when the user mentions "rebranding," "rebrand," "domain change," "domain migration," "301 redirect," "change domain name," "rebrand announcement," "social media
SKILL.md
rebranding.SKILL.mdname: rebranding-strategy
description: When the user wants to plan or execute a rebrand—domain change, 301 redirects, migration, or announcement. Also use when the user mentions "rebranding," "rebrand," "domain change," "domain migration," "301 redirect," "change domain name," "rebrand announcement," "social media rebrand," "brand launch," or "domain redirect." For domain choice, use domain-selection.
metadata:
version: 1.0.1
Strategy: Rebranding
Guides rebranding execution: domain change, 301 redirects, migration checklist, and communication (social media, internal). Plan for months, not days or weeks. See **domain-selection** for initial domain choice; **domain-architecture** for domain structure decisions; **multi-domain-brand-seo** when multiple domains coexist.
**When invoking**: On **first use**, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On **subsequent use** or when the user asks to skip, go directly to the main output.
Initial Assessment
**Check for project context first:** If `.claude/project-context.md` or `.cursor/project-context.md` exists, read it for brand and product info.
Identify: 1. **Scope**: Full rebrand (name, domain, identity) vs partial (logo, messaging only) 2. **Domain change**: Yes or no; old → new mapping 3. **Timeline**: Target launch date; typical 4–12 weeks 4. **Channels**: Website, social, product UI, directories, email
Rebranding Timeline (Typical)
| Phase | Duration | Focus | |-------|----------|-------| | **Audit & plan** | Weeks 1–2 | Brand audit; inventory touchpoints; migration plan | | **Prepare** | Weeks 2–6 | New assets; redirect mapping; staging; backup | | **Pre-launch** | Week 6–8 | Internal announcement; social handle check; teasers | | **Launch** | Week 8+ | Go live; 301 redirects; multi-channel announcement | | **Post-launch** | 2–4 weeks | Monitor search, traffic; fix 404s; iterate |
**Principle**: Plan for months. Avoid changing domain and major structure in one migration—split into smaller migrations when possible.
301 Redirect Best Practices
| Practice | Purpose | |----------|---------| | **1:1 mapping** | Each old URL → most relevant new URL; never redirect all to homepage | | **301 (permanent)** | Use 301, not 302; 302 does not fully transfer SEO equity | | **No chains/loops** | Old URL → final destination directly; avoid A→B→C | | **Redirect mapping sheet** | Document every old→new mapping; prevents ~80% of migration failures | | **Don't block in robots.txt** | Redirected URLs should not be disallowed |
Common Mistakes
- Redirect chains (multiple hops)
- Redirect loops
- Redirecting everything to homepage
- Using 302 for permanent moves
- Blocking redirected URLs in robots.txt
Domain Migration Checklist
Pre-Migration
- [ ] Create SEO migration plan
- [ ] Collect benchmarks (GA4, GSC, rankings)
- [ ] Run site crawler; inventory all pages
- [ ] Create redirect mapping sheet (old URL → new URL)
- [ ] Purchase new domain; configure DNS
- [ ] Technical SEO audit
- [ ] Staging environment; backup
- [ ] Check for manual penalties on both domains
Launch
- [ ] Implement 301 redirects
- [ ] Update Google Search Console (change of address)
- [ ] Update sitemaps, robots.txt
- [ ] Verify new site works; test redirects (curl, Screaming Frog)
- [ ] Add GA4 annotation for migration date
Post-Migration
- [ ] Monitor GSC coverage; fix "Page with Redirect" issues
- [ ] Fix 404s immediately
- [ ] Expect temporary ranking fluctuation (2–4 weeks)
- [ ] Do not delete old site as fallback
Social Media Announcement
Three Phases
| Phase | Actions | |-------|---------| | **Pre-Launch** | Finalize new identity; audit social presence; secure handles across platforms; internal alignment | | **Build Anticipation** | Tease with sneak peeks; cryptic visuals; influencer/ambassador previews; avoid announcing too soon | | **Execute** | All platforms updated together; new bios, handles, visuals; compelling rebrand story (why, not what) |
What to Avoid
- Don't list steps or technical details—focus on story and benefit
- Don't announce before all pieces are in place (mixed messaging)
- Don't rely on one channel—multi-channel rollout
- Don't bombard with "why we rebranded" unless it resonates
Rebrand Story
- **Anchor**: Emotionally resonating narrative; why now; how it benefits customers
- **Avoid**: "We changed our logo" / "We updated our website" without context
Internal Communication
- Brief all employees before public launch
- Explain strategic reasons; equip them to answer customer questions
- Update email signatures, Slack, internal docs
- Internal FAQ for common rebrand questions
Output Format
- **Timeline** (phases, milestones)
- **Redirect mapping** approach (template, tools)
- **Migration checklist** (customized)
- **Social announcement plan** (phases, channels, content angles)
- **Internal communication** (briefing, FAQ)
Related Skills
- **domain-selection**: Domain choice (Brand/PMD/EMD, TLD); informs new domain choice when rebranding
- **domain-architecture**: Domain structure before/after rebrand
- **website-structure**: New site structure after migration
- **schema-markup**: Update Organization schema on new domain
- **multi-domain-brand-seo**: When old and new domains coexist during transition
- **branding**: Brand strategy, identity; rebranding implements the change
- **brand-protection**: Sync impersonation checks when rebranding; update official domain declaration
- **gtm-strategy**: Repositioning GTM; when repositioning includes rebrand
Read more
name: rebranding-strategy description: When the user wants to plan or execute a rebrand—domain change, 301 redirects, migration, or announcement. Also use when the user mentions "rebranding," "rebrand," "domain change," "domain migration," "301 redirect," "change domain name," "rebrand announcement," "social media rebrand," "brand launch," or "domain redirect." For domain choice, use domain-selection. metadata: version: 1.0.1
Strategy: Rebranding
Guides rebranding execution: domain change, 301 redirects, migration checklist, and communication (social media, internal). Plan for months, not days or weeks. See **domain-selection** for initial domain choice; **domain-architecture** for domain structure decisions; **multi-domain-brand-seo** when multiple domains coexist.
**When invoking**: On **first use**, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On **subsequent use** or when the user asks to skip, go directly to the main output.
Initial Assessment
**Check for project context first:** If `.claude/project-context.md` or `.cursor/project-context.md` exists, read it for brand and product info.
Identify: 1. **Scope**: Full rebrand (name, domain, identity) vs partial (logo, messaging only) 2. **Domain change**: Yes or no; old → new mapping 3. **Timeline**: Target launch date; typical 4–12 weeks 4. **Channels**: Website, social, product UI, directories, email
Rebranding Timeline (Typical)
| Phase | Duration | Focus | |-------|----------|-------| | **Audit & plan** | Weeks 1–2 | Brand audit; inventory touchpoints; migration plan | | **Prepare** | Weeks 2–6 | New assets; redirect mapping; staging; backup | | **Pre-launch** | Week 6–8 | Internal announcement; social handle check; teasers | | **Launch** | Week 8+ | Go live; 301 redirects; multi-channel announcement | | **Post-launch** | 2–4 weeks | Monitor search, traffic; fix 404s; iterate |
**Principle**: Plan for months. Avoid changing domain and major structure in one migration—split into smaller migrations when possible.
301 Redirect Best Practices
| Practice | Purpose | |----------|---------| | **1:1 mapping** | Each old URL → most relevant new URL; never redirect all to homepage | | **301 (permanent)** | Use 301, not 302; 302 does not fully transfer SEO equity | | **No chains/loops** | Old URL → final destination directly; avoid A→B→C | | **Redirect mapping sheet** | Document every old→new mapping; prevents ~80% of migration failures | | **Don't block in robots.txt** | Redirected URLs should not be disallowed |
Common Mistakes
- Redirect chains (multiple hops)
- Redirect loops
- Redirecting everything to homepage
- Using 302 for permanent moves
- Blocking redirected URLs in robots.txt
Domain Migration Checklist
Pre-Migration
- [ ] Create SEO migration plan
- [ ] Collect benchmarks (GA4, GSC, rankings)
- [ ] Run site crawler; inventory all pages
- [ ] Create redirect mapping sheet (old URL → new URL)
- [ ] Purchase new domain; configure DNS
- [ ] Technical SEO audit
- [ ] Staging environment; backup
- [ ] Check for manual penalties on both domains
Launch
- [ ] Implement 301 redirects
- [ ] Update Google Search Console (change of address)
- [ ] Update sitemaps, robots.txt
- [ ] Verify new site works; test redirects (curl, Screaming Frog)
- [ ] Add GA4 annotation for migration date
Post-Migration
- [ ] Monitor GSC coverage; fix "Page with Redirect" issues
- [ ] Fix 404s immediately
- [ ] Expect temporary ranking fluctuation (2–4 weeks)
- [ ] Do not delete old site as fallback
Social Media Announcement
Three Phases
| Phase | Actions | |-------|---------| | **Pre-Launch** | Finalize new identity; audit social presence; secure handles across platforms; internal alignment | | **Build Anticipation** | Tease with sneak peeks; cryptic visuals; influencer/ambassador previews; avoid announcing too soon | | **Execute** | All platforms updated together; new bios, handles, visuals; compelling rebrand story (why, not what) |
What to Avoid
- Don't list steps or technical details—focus on story and benefit
- Don't announce before all pieces are in place (mixed messaging)
- Don't rely on one channel—multi-channel rollout
- Don't bombard with "why we rebranded" unless it resonates
Rebrand Story
- **Anchor**: Emotionally resonating narrative; why now; how it benefits customers
- **Avoid**: "We changed our logo" / "We updated our website" without context
Internal Communication
- Brief all employees before public launch
- Explain strategic reasons; equip them to answer customer questions
- Update email signatures, Slack, internal docs
- Internal FAQ for common rebrand questions
Output Format
- **Timeline** (phases, milestones)
- **Redirect mapping** approach (template, tools)
- **Migration checklist** (customized)
- **Social announcement plan** (phases, channels, content angles)
- **Internal communication** (briefing, FAQ)
Related Skills
- **domain-selection**: Domain choice (Brand/PMD/EMD, TLD); informs new domain choice when rebranding
- **domain-architecture**: Domain structure before/after rebrand
- **website-structure**: New site structure after migration
- **schema-markup**: Update Organization schema on new domain
- **multi-domain-brand-seo**: When old and new domains coexist during transition
- **branding**: Brand strategy, identity; rebranding implements the change
- **brand-protection**: Sync impersonation checks when rebranding; update official domain declaration
- **gtm-strategy**: Repositioning GTM; when repositioning includes rebrand
Markdown skill library for AI agents - SEO, content, pages, paid ads, channels, strategies. Add project context + skills; your agent delivers tailored, production-ready output. Works with Cursor, Claude Code, OpenClaw, Lovable, and any AI that reads markdown.
Repo: kostja94/marketing-skills
Other skills on kostja94-marketing-skills.
- /google-search-console
When the user wants to analyze Google Search Console data, use the GSC API, or interpret search performance. Also use when the user mentions "GSC," "Search Console," "indexing report," "Core Web Vitals," "Enhancements," "Insights report," "search performance," "search queries,"
Open skill - /seo-monitoring
When the user wants to build an SEO data analysis system, monitor indexing/traffic/keywords/backlinks, or set up benchmarks. Also use when the user mentions "SEO data analysis," "SEO monitoring," "article database," "traffic benchmark," "penalty recovery," "SEO work document,"
Open skill - /ai-traffic
When the user wants to track AI search traffic in GA4 or GSC. Also use when the user mentions "AI traffic," "ChatGPT referral," "Perplexity traffic," "AI Overviews," "GA4 AI sources," "AI search analytics," "track AI referrals," "AI search traffic," "Claude traffic," or "how to
Open skill - /traffic
When the user wants to analyze website traffic sources, attribution, or dark traffic. Also use when the user mentions "traffic sources," "dark traffic," "direct traffic," "UTM parameters," "traffic attribution," "channel attribution," "attribution optimization," "channel
Open skill - /tracking
When the user wants to set up, audit, or optimize analytics tracking (GA4, events, conversions). Also use when the user mentions "Google Analytics," "GA4," "event tracking," "conversions," "attribution model," "gtag," "data layer," "GA4 setup," "conversion tracking," "event
Open skill - /community-forum
When the user wants to promote via forums, communities, or invite users to join a community. Also use when the user mentions "forum promotion," "Indie Hacker," "Hacker News," "community growth," "Discord promotion," "vertical community," "brand encyclopedia," "Wikipedia,"
Open skill

