Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
athola avatar

Skills Eval

  • 125 installs
  • 325 repo stars
  • Updated August 2, 2026
  • athola/claude-night-market

Benchmark how well an agent skill loads, discovers tools, and preserves context before you ship it to users.

About

Skills-eval is a meta agent skill from Claude Night Market for analyzing how other skills behave under advanced tool use: dynamic discovery, programmatic multi-step calling, and context preservation. Solo builders and skill authors install it when a SKILL.md package is nearly ready but they need measurable signals—discovery latency, parallel call opportunities, context churn—instead of subjective chat review. The readme centers on shell-invoked analyzers under skills/skills-eval/scripts, including tool-performance-analyzer and discovery-optimizer with MCP benchmark comparisons. It fits ship-phase review for agent products and also supports build-phase agent-tooling hardening. Expect intermediate complexity: you need a skill path, local repo layout, and comfort running analysis scripts on your own packages.

  • tool-performance-analyzer scripts with discovery, programmatic-calling, and parallel-analysis focus flags
  • discovery-optimizer benchmarks against MCP standards for loading patterns
  • Tracks loading efficiency, keyword matching, contextual tool loading, and tool cache behavior
  • Assesses sequential vs parallel multi-step tool workflows and error recovery
  • Context preservation analysis for context window utilization

Skills Eval by the numbers

  • 125 all-time installs (skills.sh)
  • Ranked #236 of 782 Skill Development skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/athola/claude-night-market --skill skills-eval

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs125
repo stars325
Security audit3 / 3 scanners passed
Last updatedAugust 2, 2026
Repositoryathola/claude-night-market

What it does

Benchmark how well an agent skill loads, discovers tools, and preserves context before you ship it to users.

Files

SKILL.mdMarkdownGitHub ↗

Skills Evaluation and Improvement

Table of Contents

1. Overview 2. Quick Start 3. Evaluation Workflow 4. Evaluation and Optimization 5. 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/anti-rationalization.md).

Resources

Shared Modules: Cross-Skill Patterns

  • Anti-Rationalization Patterns: See anti-rationalization.md
  • Enforcement Language: See enforcement-language.md
  • Trigger Patterns: See trigger-patterns.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-benchmarking.md

Tools and Automation

  • Tools: Executable analysis utilities in scripts/ directory.
  • Automation: Setup and validation scripts in scripts/automation/.

Related skills

FAQ

Is Skills Eval safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Skill Developmentagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.