wandb-project-analyst

wandb-project-analyst is a skill for Claude Code from happyhappy-jun/writing-driven-autoresearch. It costs 96 tokens per session (766 once invoked), scanned A, original, Apache-2.0.

An analysis guide for Weights & Biases (W&B), a service that stores machine-learning runs, model files, evaluations, and AI application traces.

In plain words
What is it for?
Use it to compare runs and models, inspect training histories and settings, diagnose failed traces, review evaluations and artifacts, and prepare findings.
Why use it?
It helps explain what happened in a project using recorded evidence instead of guesswork. It also keeps observed results separate from interpretations and recommendations.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ralphthon-icml plugin — 8 skills shipped together

Good fit Use it to compare runs and models, inspect training histories and settings, diagnose failed traces, review evaluations and artifacts, and prepare findings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/happyhappy-jun/writing-driven-autoresearch/wandb-project-analyst
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add happyhappy-jun/writing-driven-autoresearch --skill wandb-project-analyst
Clone the repo
git clone --depth 1 https://github.com/happyhappy-jun/writing-driven-autoresearch

Made for: Claude Code.

Or install ralphthon-icml, the plugin that ships this one along with the rest of its 8 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wandb-project-analyst

README.md
[![agentmods](https://agentmods.dev/badge/skills/happyhappy-jun/writing-driven-autoresearch/wandb-project-analyst/github.svg)](https://agentmods.dev/skills/happyhappy-jun/writing-driven-autoresearch/wandb-project-analyst)
Your own site
<a href="https://agentmods.dev/skills/happyhappy-jun/writing-driven-autoresearch/wandb-project-analyst"><img src="https://agentmods.dev/badge/skills/happyhappy-jun/writing-driven-autoresearch/wandb-project-analyst/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wandb-project-analyst

Your own site · 80×15
<a href="https://agentmods.dev/skills/happyhappy-jun/writing-driven-autoresearch/wandb-project-analyst"><img src="https://agentmods.dev/badge/skills/happyhappy-jun/writing-driven-autoresearch/wandb-project-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 766 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00096 $0.00766
Opus 5 $0.00048 $0.00383
Sonnet 5 $0.00019 $0.00153
Haiku 4.5 $0.00010 $0.00077

Measured 11d ago against content hash e4a4e3f6484a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

wandb-project-analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

ralphthon-icml/skills/wandb-project-analyst/SKILL.md · 70 lines

How it starts

The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.

W&B Project Analyst

Use W&B MCP as the primary interface for reading and analyzing data already stored in W&B. Ground conclusions in retrieved run, trace, evaluation, and artifact evidence.

Operating Rules

  • Identify the entity, project, time range, metric, and comparison target from the request or discover missing scope with MCP.
  • Probe unfamiliar Models projects and infer unfamiliar Weave schemas before querying them.
  • Use summary-level trace data for broad analysis and full trace payloads only for a small set of relevant traces.
  • Prefer purpose-built history, comparison, diagnosis, and evaluation tools over manual broad queries.
  • Distinguish observed facts from inferences and recommendations. Include run ids, trace ids, artifact versions, timestamps, or W&B links when available.
  • Confirm full retrieval for broad rankings instead of assuming the newest page is complete.
  • Do not persist an analysis run or create a W&B Report unless the user explicitly asks to save or publish the findings.
  • Never request, print, or store the value of WANDB_API_KEY.
  • Use the official wandb-primary skill when available for W&B SDK patterns or as a fallback when an MCP capability is unavailable.

Workflow

  1. Normalize the analytical question and target W&B project.
  2. Verify MCP access. If the entity or project is unknown, discover it before proceeding.
  3. Select the product surface:
    • Models runs: probe keys, then query runs, histories, comparisons, or diagnoses.
    • Weave traces: infer the schema, then count or query traces and resolve roots when needed.
    • Evaluations: use evaluation summaries before raw trace analysis.
    • Artifacts and Registry: list, inspect, and compare explicit versions.
  4. Retrieve only the fields and time range needed to answer the question.
  5. Compute or synthesize the answer, checking denominators, missing data, and baseline comparability.
  6. Return evidence, caveats, and the next useful investigation.
  7. If explicitly requested, log computed analysis values and create a W&B Report.

Read the full file on GitHub · 70 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 70 lines · 96 tokens per session scan A e4a4e3f6484a

Subscribe to this mod's changes

wandb-project-analyst is a skill published in the GitHub repository happyhappy-jun/writing-driven-autoresearch (21 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 96 tokens to every session and 766 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens