task-classifier
Analyzes task descriptions and classifies them into categories for agent selection
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Usage
- Classification Categories
- Output Format
- Integration with Agent Selector
- Examples
- Implementation Details
- Used By
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
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.
