Score banner
xiaolai xiaolai

Score

Development community

Description

--- name: score description: "Score NL programming artifacts — 100-point quality score per file" argument-hint: "[path]" allowed-tools: Read, Write, Glob, Grep, Bash, Task --- ## User Input ```text $ARGUMENTS ``` ## Workflow ### Step 1: Load Config Read `.claude/nlpm.local.md` if it exists. Extract `score_threshold` (default: 70). ### Step 2: Parse Arguments | Input | Behavior | |-------|----------| | (empty) | Score all Category A+B artifacts in cwd | | directory path | Score all artifac

Installation

Installs to ~/.claude/skills/xiaolai-nlpm-for-claude-score/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xiaolai-nlpm-for-claude-score && curl -fsSL https://raw.githubusercontent.com/xiaolai/nlpm-for-claude/HEAD/commands/score.md -o ~/.claude/skills/xiaolai-nlpm-for-claude-score/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository