Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsAvançado

W&B Primary Skill

porwandb·wandb· v1.0.0 · atualizado em 2026-04-10
85
Score

Comprehensive primary skill for agents working with Weights & Biases. Covers both the W&B SDK (training runs, metrics, artifacts, sweeps) and the Weave SDK (GenAI traces, evaluations, scorers). Includes helper libraries, gotcha tables, and data analysis patterns. Use this skill whenever the user asks about W&B runs, Weave traces, evaluations, training metrics, loss curves, model comparisons, or any Weights & Biases data — even if they don't say "W&B" explicitly.

wandbweights-and-biasesweavegenai-tracesevaluationtraining-metricsllm-observability
Linguagens
TypeScriptJavaScriptPythonJava
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdwandb-primary/workflow
1
Identify the data source: — Determine if the user is asking about training runs (W&B SDK) or GenAI traces/evaluations (Weave SDK).
2
Query the data: — Use the appropriate SDK (wandb or weave) to retrieve the relevant data based on the user's request.
3
Data Transformation: — Convert Weave wrapper types to plain Python using `weave_helpers.unwrap()` if necessary.
4
Load into DataFrame: — Convert the data into a pandas DataFrame for easier analysis using `wandb_helpers.runs_to_dataframe()` or similar functions.
5
Analyze the data: — Compute relevant statistics (e.g., mean, min, max, token usage) and identify key trends or anomalies.
6
Summarize findings: — Create a concise summary of the analysis, including key metrics and insights.
7
Present results: — Present the findings in a structured format (e.g., tables, bullet points) and answer the user's questions directly.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aDynamic Stop Loss (DSL) v4
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aQVeris — Search & Action Engine
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aAdversarial Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77

Árvore do Skill

W&B Primary Skill
wandb-primary
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
6.REFLECT
Triggers10
analyze W&B runsquery Weave tracesevaluate model performance in W&Bcompare training metricsinspect loss curvessummarize W&B dataextract evaluation resultsget token usage from Weave tracesdiagnose a W&B runanalyze GenAI traces

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download wandb-primary
$ synaptic skills detail wandb-primary
$ synaptic skills live wandb-primary

Dependências

wandbweavepandasnumpy

Links

GitHub Repository