🧪
QualityTypeScript

Skillgrade

by mgechev

Skillgrade is a Quality skill for Claude Code, published by mgechev in skillgrade.

684 stars48 forkson mgechev/skillgradeAdded 2026/08/23+1% in starsRepository updated 2026/08/20
agentclaude-codecodexevalgemini-cliskill
Install in seconds
Install Skillgrade
Copy Skillgrade into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/mgechev/skillgrade/tree/main/skills/skillgrade-setup ~/.claude/skills/skillgrade-setup

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/mgechev/skillgrade.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/skillgrade-setup/SKILL.md in mgechev/skillgrade
Installs to
~/.claude/skills/skillgrade-setup
Collection
One of 5 skills cataloged from this repository
Category
Quality1354 skills

What Skillgrade does

Skillgrade sets up and runs evaluation pipelines for agent skills. Use it to initialize eval configs, run trials, review results, and wire evaluations into CI.

Skillgrade is cataloged under Quality on DirSkills. Skillgrade comes from a repository tagged agent, claude-code, codex, eval and gemini-cli.

Documentation

README

Skillgrade Evaluation Setup

Procedures

Step 1: Install Skillgrade

  1. Verify Node.js 20+ and Docker are available.
  2. Run npm i -g skillgrade to install the CLI globally.

Step 2: Initialize an Eval Configuration

  1. Navigate to the skill directory (must contain a SKILL.md).
  2. Set the appropriate API key environment variable (GEMINI_API_KEY, ANTHROPIC_API_KEY, or OPENAI_API_KEY).
  3. Run skillgrade init to generate an eval.yaml with AI-powered tasks and graders.
  4. If an eval.yaml already exists, pass --force to overwrite: skillgrade init --force.
  5. Without an API key, a well-commented template is generated instead.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Skillgrade

  • What else does mgechev publish alongside Skillgrade?

    Skillgrade is one of 5 skills that DirSkills catalogs from mgechev/skillgrade, the repository it ships in. Its siblings there include Angular Modern APIs, Code Formatter and Skillgrade Graders. Each one is a separate skill with its own page in this directory, installs the same way Skillgrade does, and is maintained by mgechev in that same repository. The rest of the collection is listed on the mgechev/skillgrade page.

  • How does Skillgrade compare to other Quality skills?

    Skillgrade ranks #1062 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skillgrade against them. Open each page to compare what they document and how they install.