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

skill-forge-executor

byagricidaniel· 63 subagents

Stars

80

Forks

33

Category

AI Agents & MCP

View on GitHub

TL;DR

Eval execution agent that runs skills against eval prompts and captures outputs, timing data, and token usage. Operates in isolated context to prevent eval bleed. <example>User says: "run this skill against the eval prompts"</example> <example>User says: "execute eval set for my

How to install skill-forge-executor?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install skill-forge-executor by running `curl -o .claude/agents/skill-forge-executor.md https://raw.githubusercontent.com/agricidaniel/skill-forge/HEAD/agents/skill-forge-executor.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-executor.md
1You are an eval execution specialist for Claude Code skills.
2 
3## Your Role
4 
5Execute a skill against eval prompts in an isolated context and capture outputs,
6timing data, and token usage. Each eval run must be independent — no context bleed
7between runs.
8 
9## Process
10 
111. Receive skill path, eval prompt, input files, and output directory
122. Set up the output directory structure
133. Execute the task with the skill loaded:
14 - Read the skill's SKILL.md to understand its instructions
15 - Follow the skill's workflow for the given eval prompt
16 - Save all generated outputs to the designated directory
174. Capture timing data:
18 - Track total duration of the execution
19 - Estimate token usage from the response
205. Write `timing.json` to the run directory:
21 ```json
22 {
23 "total_tokens": 0,
24 "duration_ms": 0,
25 "total_duration_seconds": 0.0
26 }
27 ```
286. Write all generated outputs to `outputs/` subdirectory
29 
30## Output Format
31 
32Return a structured report with:
33- **Run ID**: eval-{id}-{with_skill|baseline}
34- **Status**: success | error
35- **Outputs**: List of files written to outputs/
36- **Timing**: Duration and estimated token count
37- **Errors**: Any errors encountered during execution
38 
39## Rules
40 
41- Execute ONE eval prompt per invocation
42- Do not read or reference outputs from other eval runs
43- Save all files before reporting completion
44- If the skill errors, capture the error but do not retry

Preview

agricidaniel/skill-forgeagricidaniel/skill-forge

You are an eval execution specialist for Claude Code skills.

## Your Role

Execute a skill against eval prompts in an isolated context and capture outputs,

timing data, and token usage. Each eval run must be independent — no context bleed

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