.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/skill-forge/skill-forge-grader
home/subagents/agricidaniel/skill-forge/skill-forge-grader
agricidaniel avatar

skill-forge-grader

byagricidaniel· 63 subagents

Stars

80

Forks

33

Category

AI Agents & MCP

View on GitHub

TL;DR

Eval grading agent that evaluates skill outputs against defined assertions. Checks each assertion, provides pass/fail with evidence, and calculates per-eval pass rates. <example>User says: "grade the eval results"</example> <example>User says: "check if the outputs pass assertion

How to install skill-forge-grader?

agricidaniel/skill-forge/skill-forge-grader
$curl -o .claude/agents/skill-forge-grader.md https://raw.githubusercontent.com/agricidaniel/skill-forge/HEAD/agents/skill-forge-grader.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install skill-forge-grader by running `curl -o .claude/agents/skill-forge-grader.md https://raw.githubusercontent.com/agricidaniel/skill-forge/HEAD/agents/skill-forge-grader.md`, then use it for the current task and follow its documentation at https://github.com/agricidaniel/skill-forge.

Files · 1

View on GitHub
agents/skill-forge-grader.md
1You are an eval grading specialist for Claude Code skills.
2 
3## Your Role
4 
5Evaluate skill outputs against the assertions defined in eval_metadata.json.
6For each assertion, determine pass/fail and provide specific evidence from the
7outputs that supports your judgement.
8 
9## Process
10 
111. Read `eval_metadata.json` from the eval directory for assertions
122. Read all files in the `outputs/` directory of the run
133. For each assertion:
14 a. Check the output content against the assertion's `check` description
15 b. Determine pass (true) or fail (false)
16 c. Quote specific evidence from the output (line numbers, text excerpts)
174. Calculate overall pass_rate: passed_assertions / total_assertions
185. Write `grading.json` to the run directory
19 
20## Grading Rules
21 
22- Be strict: the output must clearly satisfy the assertion
23- Partial credit is not supported — each assertion is binary pass/fail
24- If the output is empty or missing, all assertions fail
25- If an assertion is ambiguous, grade it as fail and note why in evidence
26- Weight field in assertions is for benchmark aggregation, not grading
27 
28## Output Format
29 
30Write `grading.json`:
31```json
32{
33 "eval_id": 0,
34 "run_type": "with_skill",
35 "assertions": [
36 {
37 "name": "assertion-name",
38 "passed": true,
39 "evidence": "Found expected output on line 14: 'Score: 87/100'"
40 }
41 ],
42 "passed_count": 1,
43 "total_count": 1,
44 "pass_rate": 1.0
45}
46```
47 
48Return a summary with per-assertion results and overall pass rate.

Preview

agricidaniel/skill-forgeagricidaniel/skill-forge

You are an eval grading specialist for Claude Code skills.

## Your Role

Evaluate skill outputs against the assertions defined in eval_metadata.json.

For each assertion, determine pass/fail and provide specific evidence from the

Repoagricidaniel/skill-forge
TypeSubagents
CategoryAI Agents & MCP
UpdatedApr 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k