fix(ui): rename claude-code-plugins to skills in page_metadata.ts

page_utils.test.ts enforces that every menuGroups entry has a matching
description and vice versa. The left nav uses 'skills' but page_metadata.ts
still had 'claude-code-plugins', causing two test failures.
This commit is contained in:
Ishaan Jaffer
2026-04-17 15:49:24 -07:00
parent 33175a8ee7
commit e073feec0a
@@ -33,7 +33,7 @@ export const pageDescriptions: Record<string, string> = {
"ui-theme": "Customize dashboard appearance",
"tag-management": "Organize resources with tags",
prompts: "Manage and version prompt templates",
"claude-code-plugins": "Configure Claude Code plugins",
skills: "Browse and manage Claude Code skills",
usage: "View legacy usage dashboard",
"router-settings": "Configure routing and load balancing settings",
"logging-and-alerts": "Set up logging and alert configurations",