classifier

Classify code, documents, and data into predefined categories with multi-label outputs.

36|6|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/oimiragieo/LLM-RULES --skill classifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: classifier
Source: https://github.com/oimiragieo/LLM-RULES/tree/main/.claude/skills/classifier
Command: npx skills add https://github.com/oimiragieo/LLM-RULES --skill classifier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill classifies code, documents, and data into predefined categories to help organize and search more efficiently.

Core Features & Use Cases

  • Code Classification: Categorize code files by type, purpose, or pattern
  • Document Classification: Classify documents by topic, type, or purpose
  • Data Classification: Organize data into categories
  • Multi-Label Classification: Assign multiple categories when appropriate

Quick Start

Classify all files in src/ by functionality to return categorized results.

Frequently Asked Questions about classifier

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

FAQPage Schema
How do I automatically categorize code files by type and purpose?

Code classification organizes source files into predefined categories by analyzing their content, purpose, or patterns. This Skill applies classification across codebases to sort files by type, functionality, or domain, enabling faster navigation during project onboarding and codebase organization.

Can I classify documents and data into multiple categories at once?

Multi-label classification assigns multiple categories to a single document or data item when it matches several patterns or topics. This Skill supports multi-label outputs so items fitting multiple categories are tagged appropriately rather than forced into a single bucket.

What's the best way to organize large datasets and documentation repositories?

Pattern-based classification organizes data and documents by analyzing content against predefined categories, enabling efficient retrieval and governance. This Skill applies across datasets and documentation repositories to group items by type, topic, or purpose without manual tagging.

How do I validate classification accuracy and track results?

Classification validation and accuracy tracking measure how consistently items are categorized and identify misclassifications. This Skill includes validation mechanisms and accuracy monitoring to ensure reliable organization and quality assurance in ongoing data management.

Does this work with streaming data and large volumes?

Streaming support enables classification of continuous data flows and large-scale datasets without requiring batch processing. This Skill handles streaming inputs to classify items as they arrive, supporting real-time data organization and cataloging workflows.

What happens when classification patterns aren't clear?

Graceful error handling manages edge cases where data doesn't fit predefined categories cleanly. This Skill includes error handling and fallback mechanisms to process ambiguous or non-standard items without interrupting the full classification workflow.