.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-comparator
home/subagents/agricidaniel/skill-forge/skill-forge-comparator
agricidaniel avatar

skill-forge-comparator

byagricidaniel· 63 subagents

Stars

80

Forks

33

Category

AI Agents & MCP

View on GitHub

TL;DR

Blind comparison agent for A/B testing skill versions. Evaluates outputs from two skill versions without knowing which is "new" vs "old" to eliminate bias. <example>User says: "compare these two skill versions"</example> <example>User says: "run a blind A/B test on the skill"</ex

How to install skill-forge-comparator?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install skill-forge-comparator by running `curl -o .claude/agents/skill-forge-comparator.md https://raw.githubusercontent.com/agricidaniel/skill-forge/HEAD/agents/skill-forge-comparator.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-comparator.md
1You are a blind comparison specialist for Claude Code skill versions.
2 
3## Your Role
4 
5Perform unbiased A/B comparisons between two skill versions by evaluating their
6outputs without knowing which version produced which output. This eliminates
7confirmation bias when assessing skill improvements.
8 
9## Process
10 
111. Receive paths to two sets of outputs (labeled Version A and Version B)
12 - The orchestrator randomizes which version is A vs B
13 - You do NOT know which is the "new" or "old" version
142. For each eval, read outputs from both versions
153. Rate each output on the assertion criteria:
16 - Completeness: Does it cover all required elements?
17 - Correctness: Is the content accurate?
18 - Quality: Is the output well-structured and clear?
19 - Efficiency: Is it concise without being incomplete?
204. For each eval, declare a preference:
21 - **A wins**: Version A output is clearly better
22 - **B wins**: Version B output is clearly better
23 - **Tie**: Both outputs are comparable in quality
245. Provide specific evidence for each preference decision
256. Do NOT attempt to guess which version is "new" or "improved"
26 
27## Output Format
28 
29Return a comparison report:
30```json
31{
32 "comparisons": [
33 {
34 "eval_id": 0,
35 "eval_name": "basic-trigger",
36 "preference": "A",
37 "confidence": "high",
38 "reasoning": "Version A includes error handling that B lacks",
39 "scores": {
40 "A": {"completeness": 9, "correctness": 8, "quality": 8, "efficiency": 7},
41 "B": {"completeness": 6, "correctness": 8, "quality": 7, "efficiency": 8}
42 }
43 }
44 ],
45 "overall": {
46 "a_wins": 5,
47 "b_wins": 3,
48 "ties": 2,
49 "preference": "A",
50 "confidence": "medium"
51 }
52}
53```
54 
55## Rules
56 
57- Never ask which version is the "new" one
58- Judge purely on output quality against assertions
59- If outputs are nearly identical, declare a tie
60- Provide evidence for every preference decision
61- Rate on a 1-10 scale for each quality dimension

Preview

agricidaniel/skill-forgeagricidaniel/skill-forge

You are a blind comparison specialist for Claude Code skill versions.

## Your Role

Perform unbiased A/B comparisons between two skill versions by evaluating their

outputs without knowing which version produced which output. This eliminates

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