bepucabepucaCommunityยท1 Agent Skills Included

azureml-scaffolding

Scaffold reproducible machine learning projects on AzureML

Scaffolds reproducible machine learning projects on Azure Machine Learning with uv workspaces, Python packaging, and Makefile-driven workflows. Runs the same code locally and in the cloud with one command, eliminating environment drift and manual Azure configuration. Adds pipelines, datasets, experiment tracking, and linting patterns only when your project needs them.
npx skills add bepuca/azureml-scaffolding --all -g -y
Available:

Tells your AI agent that this repository is a skill for scaffolding AzureML projects, points it to SKILL.md as the entry point, and sets rules for keeping the structure simple and readable.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install azureml-scaffolding?โ–ผ

Run `npx skills add bepuca/azureml-scaffolding --all -g -y` in your terminal to install the skill globally for your AI agent.

How to structure an AzureML project?โ–ผ

This skill sets up a uv workspace where every unit of work is a proper Python package with its own dependencies, job YAML, and tests, all orchestrated through a single Makefile.

How to run the same ML code locally and on AzureML?โ–ผ

Use `make run pkg=<name>` locally and `make aml pkg=<name>` to submit to AzureML. One shared Dockerfile and lockfile guarantee identical environments in both places.

Does azureml-scaffolding work with Claude Code and Cursor?โ–ผ

Yes. It follows the universal SKILL.md standard, so any compatible coding agent can discover it and scaffold or adapt your project automatically.

Can I add pipelines and experiment tracking later?โ–ผ

Yes. The base scaffold stays minimal, and optional reference patterns for pipelines, datasets, experiment tracking, and linting can be added only when your project needs them.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’