daemon-blockint-tech/agentic-enteprises-skill

ml-research-engineer-safeguards

Guides ML/research engineering for safeguards—safety classifier development, harm benchmarks and eval suites, labeled dataset design, fine-tuning and ablations, calibration and slice analysis, attack-surface research memos, and promotion criteria for new moderation models. Use when building or evaluating guardrail models, designing safety benchmarks, measuring precision/recall on policy categories, comparing mitigation techniques, or writing research reports on classifier improvements—not for p…

First seen May 20, 2026

Installation

$ npx skills add daemon-blockint-tech/agentic-enteprises-skill --skill ml-research-engineer-safeguards

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 daemon-blockint-tech/agentic-enteprises-skill · top by installs.

npx skills add daemon-blockint-tech/agentic-enteprises-skill

Browse all from daemon-blockint-tech/agentic-enteprises-skill

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

Repository health

Stars 8
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,407 B
  • docs SUMMARY.md 874 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 30 installs

SKILL.md

ML / Research Engineer, Safeguards

When to Use

  • Define research questions on harm detection, jailbreak resistance, or policy categories
  • Curate or audit safety datasets — labeling guidelines, bias checks, version control
  • Train or fine-tune classifiers, rankers, or small LLM judges for moderation
  • Design benchmarks and eval suites — golden sets, adversarial slices, regression harnesses
  • Run ablations — architecture, threshold, data mix, ensemble vs single model
  • Analyze metrics — precision/recall, calibration, false positive/negative slices
  • Write research memos — methods, results, limitations, production recommendation
  • Specify promotion bar for a new safeguard model version

When NOT to Use

  • Deploy gateways, GPU serving, canary routing → ml-infrastructure-engineer-safeguards
  • Execute structured red-team engagements on prod → ai-redteam
  • Draft acceptable-use policy or risk tiers → ai-risk-governance
  • Build customer-facing RAG/agents → ai-engineer
  • General literature survey unrelated to safety → ai-researcher
  • Token/context compression research → research-engineer-scientist-tokens
  • Product A/B and business metrics → data-scientist
  • PII detection benchmarks, memorization, logging minimization → privacy-research-engineer-safeguards

Related skills

Need Skill
Privacy research for safeguards privacy-research-engineer-safeguards
Production safeguard path and rollout ml-infrastructure-engineer-safeguards
Adversarial attack campaigns ai-redteam
Governance sign-off and model cards ai-risk-governance
Production eval harness in app ai-engineer
General research methodology ai-researcher
Classical ML and statistics data-scientist
Token efficiency ablations research-engineer-scientist-tokens
Release gates and ops cadence ai-lead-ops

Core Workflows

1. Research framing (safety)

Hypotheses, harm taxonomy, success metrics.

See references/researchframingsafety.md.

2. Benchmarks and datasets

Golden sets, labeling, versioning.

See references/safetybenchmarksdatasets.md.

3. Model development

Training, fine-tuning, ensembles.

See references/classifiermodeldevelopment.md.

4. Evaluation and metrics

Slices, calibration, error analysis.

See references/evaluationmetricsanalysis.md.

5. Ablations and experiments

Controls, reproducibility.

See references/ablationexperimentdesign.md.

6. Handoff to production

Promotion criteria, monitoring hooks.

See references/researchtoproduction_handoff.md.

Outputs

  • Research brief — question, baseline, hypothesis, metrics
  • Dataset card — sources, label schema, known limitations
  • Benchmark spec — cases, categories, pass/fail rubric
  • Results table — metrics by slice with confidence intervals where possible
  • Error analysis — representative FP/FN clusters
  • Promotion recommendation — go/no-go vs current production classifier

Principles

  • Measure what policy cares about — category-level recall on high-severity harms
  • Report failures honestly — FPs hurt UX; FNs hurt safety
  • Hold out adversarial refresh — do not train on the only test set
  • Reproducible — seeds, data version, model hash, eval script
  • Separate research from ops — research proves lift; infra ships it