SKILL·61F47C

complexity-scorer

majiayu000
更新于 2 months ago
20 次查看
58
9
58
在 GitHub 上查看
其他bashcomplexityscoringkeywordsanalysisclassification

关于

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.

快速安装

Claude Code

推荐
主要方式
npx skills add majiayu000/claude-skill-registry -a claude-code
插件命令备选方式
/plugin add https://github.com/majiayu000/claude-skill-registry
Git 克隆备选方式
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/complexity-scorer

在 Claude Code 中复制并粘贴此命令以安装该技能

GitHub 仓库

majiayu000/claude-skill-registry
路径: skills/data/complexity-scorer
0
FAQ

Frequently asked questions

What is the complexity-scorer skill?

complexity-scorer is a Claude Skill by majiayu000. Skills package instructions and resources that Claude loads on demand, so Claude can perform complexity-scorer-related tasks without extra prompting.

How do I install complexity-scorer?

Use the install commands on this page: add complexity-scorer to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does complexity-scorer belong to?

complexity-scorer is in the bash category, tagged bash, complexity, scoring, keywords, analysis and classification.

Is complexity-scorer free to use?

Yes. complexity-scorer is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

相关推荐技能

state-directory-manager
其他

这是一个帮助bash脚本管理持久化状态目录的Claude Skill。它遵循XDG Base Directory规范,为脚本提供配置、状态和缓存目录的标准管理方式。适用于需要保存用户偏好、缓存数据或日志文件的CLI工具开发。

查看技能
bash-cli-framework
其他

Bash CLI Framework 提供了一套标准化的 Bash 脚本开发模式,特别适合需要构建具有一致、专业用户界面的命令行工具。它包含了颜色定义、日志记录、标题显示和错误处理等核心功能,能快速提升脚本的可读性和健壮性。当你开发需要用户交互或跨项目使用的 Bash CLI 工具时,使用此框架可以避免重复造轮子,确保输出格式和错误处理的一致性。

查看技能
content-collections

Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。

查看技能
polymarket

这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。

查看技能