jimmy-classify

Classify text into predefined categories using ensemble voting with confidence scoring.

2|2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/andrewthetechie/jimmy-skills --skill jimmy-classify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jimmy-classify
Source: https://github.com/andrewthetechie/jimmy-skills/tree/main/.claude/skills/jimmy-classify
Command: npx skills add https://github.com/andrewthetechie/jimmy-skills --skill jimmy-classify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the classification of text into predefined categories, providing rapid results with confidence scoring for each classification.

Core Features & Use Cases

  • Text Classification: Efficiently categorize text into a specified set of categories.
  • Ensemble Voting: Utilizes multiple classification votes to enhance accuracy.
  • Confidence Scoring: Provides a confidence score for the majority-vote classification.
  • Use Case: For a support ticket routing system, classify tickets into "bug report", "feature request", or "user query" with confidence.

Quick Start

Use the jimmy-classify skill to classify the text "New feature request: Auto-save documents" with categories ["bug", "feature", "question"] and 5 votes.

Frequently Asked Questions about jimmy-classify

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

FAQPage Schema
How do I classify text into predefined categories with confidence scoring?

To classify text with confidence scoring, you provide the text input, specify your category labels, and set the number of votes. The skill uses ensemble voting to return a majority-vote classification and a confidence score.

Can I use ensemble voting for commit message labeling and content tagging?

Yes, you can use ensemble voting for commit message labeling and content tagging. The classification mechanism is optimized specifically for these tasks, efficiently categorizing text into your specified labels using multiple votes.

What is the best way to route support tickets automatically using text classification?

The best way to route support tickets is to classify text into categories like bug report, feature request, or user query. You define these labels and the system outputs a category with a confidence score to guide routing.

Do I need to define category labels before classifying my text?

Yes, you need to define category labels before classifying text. The classification process requires a text input, your predefined category labels, and a specified number of votes to generate an accurate ensemble result.

How does ensemble voting improve text classification accuracy?

Ensemble voting improves text classification accuracy by utilizing multiple classification votes. This mechanism aggregates results to determine a majority-vote category and calculates a confidence score for that final classification.