Skip to main content
braintrustdata
GitHub creator profile

braintrustdata

Repository-level view of 63 collected skills across 14 GitHub repositories.

skills collected
63
repositories
14
updated
Aug 27, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

braintrust-analyze-eval-experiment
unclassified

Analyze completed LLM or agent eval experiments using uncertainty-aware and decision-relevant methods. Use to audit run completeness and pairing, calculate confidence intervals, run paired comparisons, report wins, losses, and ties, incorporate run-to-run…

Aug 17, 2026
braintrust-attribute-multi-variable-change
unclassified

Attribute an observed change when several things moved at once — model plus prompt plus tools, a provider migration, a framework upgrade, or a vendor swap that bundles serving stack with model. Use when asked which part of a change caused the result, when a…

Aug 17, 2026
braintrust-build-eval-dataset
unclassified

Create, edit, audit, or compare eval datasets for LLM applications and agents, including target-population definition, case sourcing from production traces, stratified sampling, label provenance and label audits, expected values as constraints for open-ended…

Aug 17, 2026
braintrust-define-eval-objective
unclassified

Create, edit, or audit an eval objective by working backward from a product decision to the target outcome, construct, population, intended claim, and verification-versus-validation questions. Use when a team is unsure what an eval should establish, asks…

Aug 17, 2026
braintrust-define-eval-release-gate
unclassified

Create, edit, audit, or apply release gates for LLM applications and agents. Use to combine minimum meaningful improvement, statistical significance, regression rate, subgroup consistency, worst-run stability, all-attempts reliability, safety upper bounds,…

Aug 17, 2026
braintrust-deploy-evaluator
unclassified

Take a validated scorer or classifier from definition to running instrument in Braintrust — scope selection, inline testing before saving, saving as an evaluator, attaching an online-scoring rule, activating it for new traffic, and backfilling history with a…

Aug 17, 2026
braintrust-design-eval-experiment
unclassified

Design or audit controlled eval experiments for model, prompt, retrieval, tool, guardrail, or agent-architecture changes. Use before data collection to state directional and minimum-effect hypotheses, name independent, dependent, and control variables…

Aug 17, 2026
braintrust-design-eval-instrumentation
unclassified

Design the trace and eval-dataset schema for an LLM app or agent, and wire the system to emit it. Use when deciding what to log, designing a trace schema, setting up tracing or observability before evals, or when failures cannot be debugged or sliced from…

Aug 17, 2026
Showing 8 of 24 collected skills.
troubleshoot-braintrust-mcp
unclassified

This plugin auto-configures a "braintrust" MCP server. If you can't see it or reach it, activate this skill

Aug 27, 2026
add-coding-agent-capture
software-developers

Add or review live coding-agent event capture through blocking command hooks or an in-process plugin such as a JavaScript adapter. Use when forwarding native lifecycle, model, tool, permission, or subagent events into the Braintrust daemon, or when fixing…

Aug 10, 2026
add-coding-agent-import
software-developers

Add or review historical transcript import and live attach support for a coding agent, including session lookup, native parsing, synthetic lifecycle envelopes, shared translator use, incremental tailing, destination overrides, and import tests. Use when…

Aug 10, 2026
add-coding-agent-integration
software-developers

Orchestrate a complete Braintrust coding-agent integration by delegating feasibility, daemon translation, event capture, setup, managed run, transcript import, verification, and shipping to the specialized repo-local skills. Use for end-to-end support for a…

Aug 10, 2026
add-coding-agent-run
software-developers

Add or review invocation-local managed-run support for a coding agent, including executable dispatch, temporary hook or plugin injection, route isolation, duplicate-capture suppression, process behavior, trust safety, and run-command tests. Use when…

Aug 10, 2026
add-coding-agent-setup
software-developers

Add or review persistent setup for a coding-agent tracing integration, including public CLI exposure, plugin or hook installation, non-secret route configuration, idempotent updates, disablement, and isolated setup tests. Use when implementing or fixing the…

Aug 10, 2026
add-coding-agent-translator
software-developers

Implement or review a coding agent's daemon translator, including source registration, native event correlation, trace shape, deterministic recovery, routing metadata, and translator tests. Use when adding a new agent translator or changing how an existing…

Aug 10, 2026
ship-coding-agent-integration
software-developers

Package and release a coding-agent tracing integration through its marketplace, package registry, or distribution repository, including manifests, builds, validation, versioning, CI, documentation, publishing automation, and installed-artifact smoke tests.…

Aug 10, 2026
Showing 8 of 12 collected skills.
sdk-integrations
software-developers

Create or update Braintrust Python SDK integrations built on the integrations API under `py/src/braintrust/integrations/`. Use when adding a new integration package, extending an existing provider integration, changing patchers, tracing, manual `wrap_*()`…

Jul 30, 2026
sdk-dependency-updates
software-developers

Review and refresh Braintrust Python SDK dependency update PRs, especially automated `chore(deps): weekly dependency update` PRs. Use when Codex needs to inspect `py/pyproject.toml` and `py/uv.lock`, reproduce the workflow's label decision, decide whether…

May 1, 2026
sdk-benchmarking
software-developers

Run, compare, and extend Braintrust Python SDK pyperf benchmarks. Use when touching hot-path code in `py/src/braintrust/` such as serialization, deep-copy, span creation, or logging; when adding or updating files under `py/benchmarks/`; or when you need…

Apr 15, 2026
sdk-ci-triage
software-developers

Triage and reproduce Braintrust Python SDK CI failures. Use when asked why CI failed, to fix broken CI on a PR, to inspect a failing GitHub Actions job, or to map a failing matrix job back to the exact local nox session, provider version, or workflow step…

Apr 15, 2026
sdk-vcr-workflows
software-quality-assurance-analysts-and-testers

Work with Braintrust Python SDK VCR and cassette-backed tests. Use when adding or updating cassette-backed provider tests, deciding whether to re-record cassettes, debugging VCR failures, converting mock-heavy coverage to VCR, or handling cassette hygiene for…

Apr 15, 2026
commit-message
software-developers

Suggest a Braintrust SDK repo-style commit message from the current diff and conversation. Use when asked to write, suggest, or generate a commit message for the current changes.

Apr 13, 2026
Showing 12 of 14 repositories