rebrand

Update Go module paths, container names, database credentials, and i18n translations for a new brand.

16|11|Updated Jun 12, 2025
One-click install
npx skills add https://github.com/liwoo/goravel-inertia-tw-starter --skill rebrand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rebrand
Source: https://github.com/liwoo/goravel-inertia-tw-starter/tree/main/.claude/skills/rebrand
Command: npx skills add https://github.com/liwoo/goravel-inertia-tw-starter --skill rebrand

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rebranding an application requires sweeping changes across the codebase and infrastructure: updating the Go module path, Docker/Helm/CI names, database identifiers, i18n translations, environment files, and frontend assets to reflect a new brand.

Core Features & Use Cases

  • Automated, end-to-end branding across modules, containers, databases, and translations.
  • Safe, auditable replacements with verification steps to ensure no stale references remain.
  • Use cases include renaming the portal, adjusting CI/CD and deployment descriptors, and updating user-facing branding in UI.

Quick Start

Provide a new brand name as the argument to the command, and run the automated rebranding workflow to propagate updates across code, configs, and assets.

Frequently Asked Questions about rebrand

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rebrand a Go application across Docker, Helm, and CI/CD pipelines?

End-to-end rebranding involves updating Go module paths, Docker and Helm configurations, CI/CD pipelines, and Kubernetes manifests to reflect a new brand name. It handles both code changes and documentation updates to ensure consistency across the entire stack.

Does rebranding an application automatically update i18n translations and frontend assets?

Yes, rebranding an application automatically updates i18n translations and frontend assets to reflect the new brand name. The process ensures user-facing branding in the UI is adjusted alongside backend infrastructure changes.

What is the best way to ensure no stale brand strings remain after renaming an application?

The best way to ensure no stale brand strings remain is to enforce a full verification build and perform a search and replace across all references. This automated verification step guarantees no outdated brand strings are left behind.

Can I update database credentials and Kubernetes manifests when renaming my application?

Yes, you can update database credentials and Kubernetes manifests when renaming your application. The rebranding workflow applies changes across module paths, database identifiers, and deployment descriptors to ensure full coverage.

How do I start an automated rebranding workflow for my application?

To start an automated rebranding workflow, provide a new brand name as the argument to the command. The workflow then propagates updates automatically across code, configs, and assets to complete the rebrand.