Add Category banner
elnatand elnatand

Add Category

Development community

Description

# add-category ## Description Add a new movie or TV show category to the app. Thanks to the category abstraction pattern, this only requires adding an enum value, an API endpoint, and a string resource. ## Usage ``` /add-category [type] [category_name] [display_name] ``` - `type`: `movie` or `tvshow` - `category_name`: PascalCase enum value name (e.g., `Upcoming`, `AiringToday`) - `display_name`: English display text (e.g., `"Upcoming"`, `"Airing Today"`) If arguments are not provided, the s

Installation

Installs to ~/.claude/skills/elnatand-cmp-moviedb-add-category/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elnatand-cmp-moviedb-add-category && curl -fsSL https://raw.githubusercontent.com/elnatand/cmp-moviedb/HEAD/.claude/skills/add-category.md -o ~/.claude/skills/elnatand-cmp-moviedb-add-category/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository