category-management

Manage blog categories with CRUD operations and automatic slug generation.

Updated Sep 26, 2025
One-click install
npx skills add https://github.com/doitsu2014/my-blogs-rsbuild --skill category-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: category-management
Source: https://github.com/doitsu2014/my-blogs-rsbuild/tree/main/admin_side/.claude/skills/category-management
Command: npx skills add https://github.com/doitsu2014/my-blogs-rsbuild --skill category-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Categories help organize blog content, but manual slug generation and consistent data handling can slow publishing.

Core Features & Use Cases

  • CRUD for categories: create, read, update, delete categories.
  • Slug auto-generation: automatic, URL-friendly slugs from category names.
  • GraphQL & REST integration: data access via multiple APIs with Bearer auth.

Quick Start

Create a new category named 'Tech' and verify the slug 'tech' is generated automatically.