Agent skill · Workflow & Productivity

task-classifier

Analyzes task descriptions and classifies them into categories for agent selection

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill classifier-masharratt-claude-flow-novice-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/agent/classifier-masharratt-claude-flow-novice-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Task Classifier Skill Analyzes task descriptions using keyword matching to suggest appropriate agent specializations. ## Usage ```bash ./.claude/skills/task-classifier/classify-task.sh "Task description" ``` ## Classification Categories | Category | Keywords | Use Case | |----------|----------|----------| | **frontend** | ui, ux, react, component, css, styling, layout, responsive, interface | UI/UX development | | **backend** | api, endpoint, server, database, rest, graphql, service, authentication | Server-side development | | **devops** | docker, kubernetes, ci/cd, deployment, infrastructure, container, pipeline | Infrastructure work | | **testing** | test, qa, validation, coverage, integration, unit, e2e | Quality assurance | | **security** | security, auth, encryption, vulnerability, audit, penetration | Security work | | **data** | database, sql, migration, schema, data, model, entity | Data modeling | | **performance** | performance, optimization, speed, cache, memory, cpu | Performance tuning | | **general** | (default) | General development | ## Output Format Comma-separated list of classifications: ```bash $ classify-task.sh "Create a React dashboard with API integration

What's inside
Steps it walks through
  1. Usage
  2. Classification Categories
  3. Output Format
  4. Integration with Agent Selector
  5. Examples
  6. Implementation Details
  7. Used By
Ships with 1 file
  • metadata.json
Commands it runs
classify-task.sh "Create a React dashboard with API integration"
Frontend task
classify-task.sh "Build responsive navigation component"
frontend
Full-stack task
classify-task.sh "Create REST API with React admin panel"
DevOps task
classify-task.sh "Setup CI/CD pipeline with Docker"
devops
Security audit
More from claude-skill-registry
All skills →
About this skill
What does the task-classifier skill do?

Analyzes task descriptions and classifies them into categories for agent selection

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill classifier-masharratt-claude-flow-novice-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going