smithery/vanman2024

eval-tracking

Supabase-backed evaluation tracking with runs, cases, and scores tables. Use when storing eval results, building dashboards, or tracking regression over time.

Installation

$ npx skills add smithery/vanman2024 --skill eval-tracking

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/vanman2024 · top by installs.

npx skills add smithery/vanman2024

Browse all from smithery/vanman2024

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash, Read, Write, Edit, Grep, Glob, WebFetch

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,096 B
  • docs SUMMARY.md 179 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Eval Tracking

Skill for Supabase-backed evaluation result tracking.

Overview

Track evaluations with:

  • eval_runs - Evaluation run metadata
  • eval_cases - Individual test cases
  • eval_scores - Metric scores per case

Use When

This skill is automatically invoked when:

  • Storing evaluation results
  • Building eval dashboards
  • Tracking regression over time
  • Comparing run results

Available Scripts

Script Description
scripts/setup-tracking.sh Run Supabase migration

Available Templates

Template Description
templates/schema.sql Supabase tables and RLS
templates/queries.sql Dashboard queries