ML

mlops-initialization

Sets up modern, robust MLOps project environments using industry-standard tools.

Install

mkdir -p .claude/skills/mlops-initialization && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6876" && unzip -o skill.zip -d .claude/skills/mlops-initialization && rm skill.zip

Installs to .claude/skills/mlops-initialization

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Guide to initialize a new MLOps project with standard tools (uv, git, VS Code) and best practices.
98 charsno explicit “when” trigger
Beginner

Key capabilities

  • Initialize project using modern uv toolchain
  • Generate standard pyproject.toml configuration
  • Setup version control with git defaults
  • Standardize python environment versions
  • Set up development IDE metadata

How it works

Triggers a standard sequence of CLI commands (`uv init`, `git init`) to create a consistent, reproducible development environment structure.

Inputs & outputs

You give it
Project name and base directory
You get back
Initialized repository with configuration files

When to use mlops-initialization

  • Starting a new MLOps project
  • Setting up consistent Python environments
  • Configuring project version control

About mlops-initialization

Automates the initialization of a project directory using uv. Configures version control and sets up the project structure for reproducible development.

Guide to initialize a new MLOps project with standard tools (uv, git, VS Code) and best practices.

When not to use it

  • When working in a restricted environment without CLI access
  • When using legacy packaging systems like setuptools

Prerequisites

Uv (latest version)git

Limitations

  • Limited to standard toolchain templates
  • Requires local installation of uv

How it compares

It guarantees consistent metadata and dependency management across projects, avoiding the common drift found in manually initialized repositories.

Compared to similar skills

mlops-initialization side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
mlops-initialization (this skill)16moCautionBeginner
machine-learning-ops-ml-pipeline44moNo flagsAdvanced
uv35moReviewBeginner
vastai-core-workflow-b127dReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

machine-learning-ops-ml-pipeline

sickn33

Design and implement a complete ML pipeline for: $ARGUMENTS

436

uv

mitsuhiko

Use `uv` instead of pip/python/venv. Run scripts with `uv run script.py`, add deps with `uv add`, use inline script metadata for standalone scripts.

329

vastai-core-workflow-b

jeremylongshore

Execute Vast.ai secondary workflow: Core Workflow B. Use when implementing secondary use case, or complementing primary workflow. Trigger with phrases like "vastai secondary workflow", "secondary task with vastai".

114

mflux-dev-env

filipstrand

Set up and work in the mflux dev environment (arm64 expectation, uv, Makefile targets, lint/format/test).

24

hugging-face-jobs

patchy631

This skill should be used when users want to run any workload on Hugging Face Jobs infrastructure. Covers UV scripts, Docker-based jobs, hardware selection, cost estimation, authentication with tokens, secrets management, timeout configuration, and result persistence. Designed for general-purpose compute workloads including data processing, inference, experiments, batch jobs, and any Python-based tasks. Should be invoked for tasks involving cloud compute, GPU workloads, or when users mention running jobs on Hugging Face infrastructure without local setup.

14

mqtt-uns-feeder

clemensv

Use when adding MQTT/Unified-Namespace transport to a feeder in this repo — either alongside an existing Kafka feeder (transport split) or for a brand-new source where MQTT is the primary fit. Covers UNS topic-tree design, xRegistry MQTT messagegroup pattern, paho-mqtt v5 binary-mode CloudEvent emis

00

Search skills

Search the agent skills registry