npx claudepluginhub nairon-ai/flux --plugin flux[--since YYYY-MM-DD] [--until YYYY-MM-DD] [--format table|json|yaml] [--export FILE]flux//scoreInteractively collects lead scoring parameters (scope, model, data, focus) and calculates score from demographic and behavioral factors with breakdown, actions, or full analysis.
/scoreDesigns lead scoring model interactively: gathers scope, focus, signals, platform via questions, confirms config table, outputs framework for HubSpot/Salesforce/CRM.
/scoreScores vendor proposals against project evaluation criteria using 0-3 rubric, calculates weighted totals, persists scores in JSON. Supports vendor, compare, audit actions.
/scoreCalculate automation potential scores using 6-factor weighted algorithm
Compute your AI-native capability score from legacy session transcript data.
Run the scoring script. The plugin root is detected automatically:
# Detect plugin root
PLUGIN_ROOT="${DROID_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT:-$(git rev-parse --show-toplevel 2>/dev/null || pwd)}}"
if [ -z "$PLUGIN_ROOT" ]; then
# Fallback: find latest version in plugin cache
PLUGIN_ROOT=$(ls -td ~/.claude/plugins/cache/nairon-flux/flux/*/ 2>/dev/null | head -1)
fi
python3 "${PLUGIN_ROOT}/scripts/flux-score.py" $ARGUMENTS
--since YYYY-MM-DD - Only analyze sessions from this date--until YYYY-MM-DD - Only analyze sessions until this date--format table|json|yaml - Output format (default: table)--export FILE - Export score to YAML file for recruiting/evidence| Dimension | Weight | What it measures |
|---|---|---|
| Interview Depth | 25% | Exploration before implementation |
| Pushback Ratio | 20% | Critical evaluation of AI suggestions |
| Prompt Quality | 25% | Specificity, file refs, requirements |
| Iteration Efficiency | 15% | Prompts-to-completion, error rate |
| Tool Breadth | 15% | Diversity across SDLC phases |