ワンクリックで
ml-engineering
ML pipeline design, feature engineering, model training/serving, experiment tracking, model validation, and MLOps principles.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
ML pipeline design, feature engineering, model training/serving, experiment tracking, model validation, and MLOps principles.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Session bootstrap + workflows for Pathfinder semantic navigation tools. Covers: discovery protocol, tool chaining patterns (explore, impact, audit, debug), search optimization, LSP degraded mode, and error recovery.
Playwright browser automation via MCP. Covers E2E testing, UI review, web scraping, screenshot capture, and general browser interaction. MCP-first — CLI is fallback only.
Safe command execution: input sanitization, timeout handling, output capture, error propagation. For spawning processes, shell commands, system calls.
Git conventions: conventional commits, branch naming, PR hygiene, release tagging.
Structured incident workflow: severity classification, triage, diagnosis, mitigation, postmortem, and prevention. Template-driven with blameless review.
Constructs, validates, and traverses a Directed Acyclic Graph (DAG) from scope cards for safe level-based parallel dispatch. Determines execution order via topological sort. Detects cycles and invalid dependencies.
| name | ml-engineering |
| description | ML pipeline design, feature engineering, model training/serving, experiment tracking, model validation, and MLOps principles. |
Guidelines for building reliable, reproducible machine learning systems.
Data Collection → Feature Engineering → Training → Evaluation → Deployment → Monitoring
| Pattern | When |
|---|---|
| Batch inference | Scheduled predictions, large volumes, latency-tolerant |
| Real-time API | Low-latency, per-request predictions |
| Streaming | Continuous predictions on event streams |
| Edge | On-device, offline-capable |
| Category | Tools |
|---|---|
| Experiment tracking | MLflow, Weights & Biases, Neptune |
| Feature stores | Feast, Tecton, Hopsworks |
| Model registry | MLflow, Vertex AI, SageMaker |
| Data versioning | DVC, LakeFS |
| Pipeline orchestration | Kubeflow, Vertex AI Pipelines, Airflow |