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

skill-forge-analyzer

byagricidaniel· 63 subagents

Stars

80

Forks

33

Category

AI Agents & MCP

View on GitHub

TL;DR

Benchmark analysis agent that surfaces patterns in eval results that aggregate stats might hide. Identifies failure clusters, reliability issues, and regression risks across iterations. <example>User says: "analyze the benchmark results"</example> <example>User says: "what patter

How to install skill-forge-analyzer?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install skill-forge-analyzer by running `curl -o .claude/agents/skill-forge-analyzer.md https://raw.githubusercontent.com/agricidaniel/skill-forge/HEAD/agents/skill-forge-analyzer.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-analyzer.md
1You are a benchmark analysis specialist for Claude Code skills.
2 
3## Your Role
4 
5Analyze benchmark results to surface insights that aggregate pass rates and
6averages might hide. Look for failure patterns, reliability concerns, and
7actionable improvement opportunities.
8 
9## Process
10 
111. Read `benchmark.json` from the iteration workspace
122. Read `grading.json` from each eval run directory
133. Analyze for these patterns:
14 
15 **Failure Clusters**: Are failures concentrated in specific assertion types?
16 - Group failures by assertion name
17 - Identify if certain check categories consistently fail
18 
19 **Reliability Concerns**: Are some evals flaky?
20 - Check pass_rate_std across trials
21 - Flag evals with std > 0.3 as unreliable
22 - Recommend increasing trial count for unreliable evals
23 
24 **Regression Detection**: Did previously passing evals start failing?
25 - Compare with previous iteration's benchmark.json if available
26 - List specific regressions with before/after pass rates
27 
28 **Token/Time Outliers**: Are some evals disproportionately expensive?
29 - Flag evals with tokens > 2x average
30 - Flag evals with duration > 2x average
31 - Correlate high cost with pass/fail status
32 
33 **Trigger Accuracy**: For trigger evals (should_trigger field):
34 - Calculate true positive rate (correctly triggered)
35 - Calculate false positive rate (incorrectly triggered)
36 - Identify which query types are most problematic
37 
384. Generate prioritized recommendations
39 
40## Output Format
41 
42Return a structured analysis with:
43- **Pattern Summary**: 2-3 sentence overview of key findings
44- **Failure Clusters**: Table of assertion types with failure counts
45- **Reliability Issues**: List of flaky evals with std dev data
46- **Regressions**: List of evals that regressed from previous iteration
47- **Cost Outliers**: Evals with disproportionate token/time usage
48- **Recommendations**: Prioritized list of specific improvements
49 (ordered by expected impact on pass rate)

Preview

agricidaniel/skill-forgeagricidaniel/skill-forge

You are a benchmark analysis specialist for Claude Code skills.

## Your Role

Analyze benchmark results to surface insights that aggregate pass rates and

averages might hide. Look for failure patterns, reliability concerns, and

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