new-service

Scaffold a production-ready ML service with CI/CD and infrastructure templates.

5|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/DuqueOM/ML-MLOps-Portfolio --skill new-service-duqueom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-service
Source: https://github.com/DuqueOM/ML-MLOps-Portfolio/tree/main/.devin/skills/new-service
Command: npx skills add https://github.com/DuqueOM/ML-MLOps-Portfolio --skill new-service-duqueom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a production-ready ML service from a template, enabling rapid and repeatable deployment of ML models as scalable services.

Core Features & Use Cases

  • Scaffold a complete ML service directory with code, CI/CD pipelines, and infrastructure templates to accelerate delivery.
  • Ensure end-to-end primitives like data validation, experimentation tracking, artifact management, and deployment scripts are wired in.
  • Use cases include building churn-prediction APIs, fraud-detection services, and other ML-based microservices with consistent standards.

Quick Start

Run the scaffolding script with your chosen service name and business problem to generate a production-ready ML service scaffold.

Frequently Asked Questions about new-service

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a production-ready ML service for Kubernetes?

To scaffold a production-ready ML service for Kubernetes, run the scaffolding script with your service name and business problem to generate directories with CI/CD pipelines, containerization, and API templates.

What is included in an automated ML service scaffolding template?

An automated ML service scaffolding template includes end-to-end primitives like data validation, API endpoints, containerization artifacts, DVC integration, MLflow tracking, and CI/CD workflows.

Can I use DVC and MLflow together when building an ML microservice?

Yes, you can use DVC and MLflow together when building an ML microservice, as the scaffolding template wires in DVC for artifact management and MLflow for experimentation tracking.

What's the best way to automate CI/CD pipeline creation for a new ML model?

The best way to automate CI/CD pipeline creation for a new ML model is using a scaffolding template that pre-wires CI workflows, ensuring repeatable deployment and artifact tracking from the start.

Does this ML service scaffolding template support churn prediction APIs?

Yes, this ML service scaffolding template supports building churn prediction APIs, fraud detection services, and other ML-based microservices by applying standardized templates to new business problems.

Why do I need a scaffolding template for ML service deployment?

You need a scaffolding template for ML service deployment to ensure consistent standards, avoid manual configuration errors, and accelerate delivery by automating data validation, training, and infrastructure setup.