scoring

Score skill execution quality with a 5-dimension rubric and update the local registry.

27|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/Shmayro/singularity-claude --skill scoring-shmayro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scoring
Source: https://github.com/Shmayro/singularity-claude/tree/main/skills/scoring
Command: npx skills add https://github.com/Shmayro/singularity-claude --skill scoring-shmayro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a structured score and telemetry after each skill execution, enabling continuous quality improvement of singularity-managed skills.

Core Features & Use Cases

  • 5-dimension scoring rubric (Correctness, Completeness, Edge Case Handling, Efficiency, Reusability) to rate performance 0-20 per dimension.
  • Threshold-driven maintenance: trigger repair or crystallization based on averages and run counts.
  • Registry and telemetry: record scores locally and emit telemetry for auditing and learning.

Quick Start

After a skill completes, run the scoring workflow to evaluate its performance and update the score registry.

Frequently Asked Questions about scoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate skill performance after a managed execution?

To evaluate skill performance, run the scoring workflow to apply a 5-dimension rubric. This generates a 0-100 score to rate execution quality and compare results across multiple tracked runs.

What is a 5-dimension scoring rubric for execution assessment?

A 5-dimension scoring rubric for execution assessment rates performance 0-20 per dimension across Correctness, Completeness, Edge Case Handling, Efficiency, and Reusability. These dimensions combine to produce a comprehensive 0-100 score.

How do I trigger automated repair or crystallization based on assessment scores?

Trigger repair or crystallization by using threshold-driven maintenance rules based on assessment scores. The scoring system monitors score averages and run counts to automatically initiate these maintenance decisions.

How do I record evaluation results and emit telemetry locally?

To record evaluation results and emit telemetry locally, the scoring skill writes results to the local registry and emits telemetry through provided scripts. This enables continuous quality improvement and auditing.

Does the scoring workflow require specific dependencies to assess execution quality?

The scoring workflow requires no external dependencies to assess execution quality. It operates entirely through local scripts and references to evaluate tracked skills and update the registry.

Why do I need continuous quality monitoring for my tracked skills?

You need continuous quality monitoring for tracked skills to enable structured scoring and telemetry after each execution. This process identifies performance degradation over time and triggers necessary maintenance actions.