Back to Skills

complexity-scorer

majiayu000
Updated 8 days ago
14 views
58
9
58
View on GitHub
Otherbashcomplexityscoringkeywordsanalysisclassification

About

This skill scores task complexity using keyword matching and configurable heuristics, helping developers route tasks, prioritize work, or recommend resources. It's ideal for building intelligent dispatchers or auto-classifying requests based on patterns. Avoid it for simple yes/no classification or when machine learning would be more appropriate.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/complexity-scorer

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/complexity-scorer
0

Related Skills

state-directory-manager

Other

This skill provides bash scripts with XDG Base Directory compliant state management for persisting data, configuration, and cache between runs. It's ideal for CLI tools that need to store user preferences, cache results, or manage logs following standard specifications. Developers should use it when building portable bash tools that require persistent state across multiple executions.

View skill

bash-cli-framework

Other

This bash CLI framework provides standardized patterns for colors, logging, headers, and error handling in bash scripts. Use it when building professional CLI tools that need consistent output formatting and user-friendly interaction. It's ideal for bash-based projects where Python or Node frameworks would be overkill.

View skill

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill