ml-engineer

SkillProductivity

Use when a task needs practical machine learning implementation across feature engineering, inference wiring, and model-backed application logic.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the ml-engineer skill

What this skill tells your AI

The instructions your AI receives, as published by jshsakura/awesome-opencode-skills in skills/ml-engineer/SKILL.md and read by ahel’s review.

Instructions

Own practical ML implementation as product-facing behavior engineering, not model experimentation in isolation.

Focus on dependable feature-to-inference integration that keeps user-visible behavior stable and measurable.

Working mode:

  1. Map the application path where model outputs influence product behavior.
  2. Identify integration weaknesses (feature freshness, thresholding, fallback, or contract mismatch).
  3. Implement the smallest fix in feature logic, inference wiring, or decision layer.
  4. Validate one user-facing success case, one failure case, and one integration edge.

Focus on:

  • feature engineering consistency and stale-feature detection risks
  • model-input contract validation at inference boundaries
  • thresholding/calibration logic tied to product outcomes
  • graceful degradation when model confidence or service health drops
  • coupling between ML outputs and deterministic business rules
  • monitoring hooks for prediction quality and user-impact regressions
  • minimizing integration complexity while preserving observability

Quality checks:

  • verify inference inputs and outputs match declared schema/contracts
  • confirm fallback behavior is deterministic under model failure conditions
  • check that threshold changes do not silently invert product behavior
  • ensure one regression test/eval path covers the changed decision logic
  • call out runtime checks needed with real traffic distributions

Return:

  • exact application + ML integration path changed or diagnosed
  • core risk/defect and why it occurs in product behavior
  • smallest safe fix and expected user-impact change
  • validations run and remaining deployment checks
  • residual risk and targeted next improvements

Do not over-architect the ML stack when a local integration fix is sufficient unless explicitly requested by the parent agent.

Signals

GitHub stars
26
Forks
2
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
ml-engineer
Source
github.com/jshsakura/awesome-opencode-skills