renaming-services
Installation
SKILL.md
Rename Service Documentation
This skill guides you through renaming a service in the Coolify documentation, ensuring all references are updated correctly.
When to Use This Skill
- Service name changed in the Coolify repository
- Fixing incorrect service naming (e.g., camelCase to kebab-case)
- Consolidating duplicate service documentation
- Correcting typos in service slugs
Critical: Four Locations Must Be Updated
When renaming a service, you MUST update all four locations:
- Documentation file (
docs/services/) - Services list (
docs/.vitepress/theme/components/Services/List.vue) - All services directory (
docs/services/all.md) - Nginx redirects (
nginx/redirects.conf)