auto-categorization

Categorize inventory items and generate tags using keyword and regex rules.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Arnutt-N/hr-ims --skill auto-categorization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-categorization
Source: https://github.com/Arnutt-N/hr-ims/tree/main/.claude/skills/auto-categorization
Command: npx skills add https://github.com/Arnutt-N/hr-ims --skill auto-categorization

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Inventory item categorization and tagging are automated to reduce manual sorting and improve data consistency.

## Core Features & Use Cases

  • Categorize items by name, description, and patterns using keyword and regex rules
  • Auto-tag items based on patterns, history, and similarity signals
  • Learn from user corrections and apply batch categorization for multiple items

### Quick Start Provide an item description and let the system classify and tag it automatically.

Frequently Asked Questions about auto-categorization

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

FAQPage Schema
How do I automatically categorize inventory items and generate tags?

To automatically categorize inventory items and generate tags, provide an item description and the system classifies it using keyword and regex rules. It returns category and tag suggestions instantly based on pattern recognition.

Can I process multiple inventory items for categorization in a batch?

Yes, batch processing is supported for multiple inventory items. The system applies keyword and pattern-based rules to categorize items in bulk, utilizing a caching layer to optimize the batch operations.

Does the auto-categorization system learn from user corrections?

Yes, the auto-categorization system learns from user corrections. When you adjust a category or tag suggestion, the system updates its rules to improve future pattern recognition and auto-tagging accuracy.

How does pattern recognition work for inventory tagging?

Pattern recognition for inventory tagging works by analyzing item names, descriptions, and historical data using keyword and regex rules. It identifies similarity signals to automatically generate accurate tags.

Do I need Prisma to use this auto-categorization and tagging system?

Yes, Prisma is required as the system exposes category suggestions, auto-categorization, correction learning, and batch processing via Prisma queries to interact with your inventory database.

What is the best way to maintain data consistency in inventory categorization?

The best way to maintain data consistency in inventory categorization is to automate sorting with keyword and regex rules. This reduces manual entry errors and standardizes tagging across all items.