Skip to content
Development
Skill

/skills-eval

Evaluate Claude skill quality through auditing. Use when reviewing or auditing skills.

From plugin
claude-night-market
337200 skills59 agents162 commands1 MCP
Install
$ npx -y skills add athola/claude-night-market --skill skills-eval --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/skills-eval

Context preview

The summary Claude sees to decide when to auto-load this skill.

Evaluate Claude skill quality through auditing. Use when reviewing or auditing skills.

SKILL.md

skills-eval.SKILL.md
name: skills-eval
description: 'Evaluate Claude skill quality through auditing. Use when reviewing or auditing skills.'
alwaysApply: false
category: skill-management
tags:
- evaluation
- improvement
- skills
- optimization
- quality-assurance
- tool-use
- performance-metrics
dependencies:
- modular-skills
tools: []
provides:
  infrastructure:
  - evaluation-framework
  - quality-assurance
  - improvement-planning
  patterns:
  - skill-analysis
  - token-optimization
  - modular-design
  sdk_features:
  - agent-sdk-compatibility
  - advanced-metrics
  - dynamic-discovery
estimated_tokens: 1800
usage_patterns:
- skill-audit
- quality-assessment
- improvement-planning
- skills-inventory
- tool-performance-evaluation
- dynamic-discovery-optimization
- advanced-tool-use-analysis
- programmatic-calling-efficiency
- context-preservation-quality
- token-efficiency-optimization
- modular-architecture-validation
- integration-testing
- compliance-reporting
- performance-benchmarking
complexity: advanced
model_hint: deep
evaluation_criteria:
  structure_compliance: 25
  metadata_quality: 20
  token_efficiency: 25
  tool_integration: 20
  claude_sdk_compliance: 10
modules:
- modules/advanced-tool-use-analysis.md
- modules/authoring-checklist.md
- modules/evaluation-criteria.md
- modules/evaluation-framework.md
- modules/evaluation-workflows.md
- modules/integration-testing.md
- modules/integration.md
- modules/performance-benchmarking.md
- modules/pressure-testing.md
- modules/trigger-isolation-analysis.md
- modules/troubleshooting.md
- modules/skill-authoring-best-practices.md
role: entrypoint

Skills Evaluation and Improvement

When NOT To Use

  • Writing a new skill (use `abstract:skill-authoring`)
  • Evaluating hooks (use `abstract:hooks-eval`)
  • Evaluating rules (use `abstract:rules-eval`)

Table of Contents

1. [Overview](#overview) 2. [Quick Start](#quick-start) 3. [Evaluation Workflow](#evaluation-workflow) 4. [Evaluation and Optimization](#evaluation-and-optimization) 5. [Resources](#resources)

Overview

This framework audits Claude skills against quality standards to improve performance and reduce token consumption. Automated tools analyze skill structure, measure context usage, and identify specific technical improvements. Run verification commands after each audit to confirm fixes work correctly.

The `skills-auditor` provides structural analysis, while the `improvement-suggester` ranks fixes by impact. Compliance is verified through the `compliance-checker`. Runtime efficiency is monitored by `tool-performance-analyzer` and `token-usage-tracker`.

Quick Start

Basic Audit

Run a full audit of all skills or target a specific file to identify structural issues.

# Audit all skills
make audit-all

# Audit specific skill
make audit-skill TARGET=path/to/skill/SKILL.md

Analysis and Optimization

Use `skill_analyzer.py` for complexity checks and `token_estimator.py` to verify the context budget.

make analyze-skill TARGET=path/to/skill/SKILL.md
make estimate-tokens TARGET=path/to/skill/SKILL.md

Improvements

Generate a prioritized plan and verify standards compliance using `improvement_suggester.py` and `compliance_checker.py`.

make improve-skill TARGET=path/to/skill/SKILL.md
make check-compliance TARGET=path/to/skill/SKILL.md

Evaluation Workflow

Start with `make audit-all` to inventory skills and identify high-priority targets. For each skill requiring attention, run analysis with `analyze-skill` to map complexity. Generate an improvement plan, apply fixes, and run `check-compliance` to verify the skill meets project standards. Finalize by checking the token budget for efficiency.

Evaluation and Optimization

Quality assessments use the `skills-auditor` and `improvement-suggester` to generate detailed reports. Performance analysis focuses on token efficiency through the `token-usage-tracker` and tool performance via `tool-performance-analyzer`. For standards compliance, the `compliance-checker` automates common fixes for structural issues.

Scoring and Prioritization

We evaluate skills across five dimensions: structure compliance, content quality, token efficiency, activation reliability, and tool integration. Scores above 90 represent production-ready skills, while scores below 50 indicate critical issues requiring immediate attention.

Improvements are prioritized by impact. Critical issues include security vulnerabilities or broken functionality. High-priority items cover structural flaws that hinder discoverability. Medium and low priorities focus on best practices and minor optimizations.

Structural Patterns

**Deprecated**: `skills/shared/modules/` directories. Shared modules must be relocated into the consuming skill's own `modules/` directory. The evaluator flags any remaining `skills/shared/` as a structural warning.

**Current**: Each skill owns its modules at `skills/<skill-name>/modules/`. Cross-skill references use relative paths (e.g., `../skill-authoring/modules/description-writing.md`).

Resources

Shared Modules: Cross-Skill Patterns

  • **Skill Selection**: See [skill-selection-judgment.md](../../shared-modules/skill-selection-judgment.md)
  • **Trigger Patterns**: See [trigger-patterns.md](modules/evaluation-criteria.md)

Skill-Specific Modules

  • **Trigger Isolation Analysis**: See `modules/trigger-isolation-analysis.md`
  • **Authoring Checklist**: See `modules/authoring-checklist.md`
  • **Evaluation Workflows**: See `modules/evaluation-workflows.md`
  • **Advanced Tool Use Analysis**: See `modules/advanced-tool-use-analysis.md`
  • **Evaluation Framework**: See `modules/evaluation-framework.md`
  • **Integration Patterns**: See `modules/integration.md`
  • **Troubleshooting**: See `modules/troubleshooting.md`
  • **Pressure Testing**: See `modules/pressure-testing.md`
  • **Integration Testing**: See `modules/integration-testing.md`
  • **Performance Benchmarking**: See `modules/performance-benchmar
Read more
Ships withclaude-night-market

A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.

Get the whole plugin

Other skills on claude-night-market.