Skills Plugins MCP Prompt Model 博客 我的中心
Development #data #ai #agent

ml-adoption-playbook

End-to-end methodology for AI agents and software engineers to add machine learning algorithms to existing non-ML codebases. Covers problem framing, data readiness, architectural decoupling, and baseline model integration. Use when adding a machine learning capability to a codebase that has none, from problem framing through a baseline model.

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=affaan-m-ecc-skills-ml-adoption-playbook-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name ml-adoption-playbook description End-to-end methodology for AI agents and software engineers to add machine learning algorithms to existing non-ML codebases. Covers problem framing, data readiness, architectural decoupling, and baseline model integration. Use when adding a machine learning capability to a codebase that has none, from problem framing through a baseline model. origin ECC ML Adoption Playbook This skill provides an adaptive methodology for implementing machine learning models into existing software engineering projects. It bridges the gap between traditional SWE and MLOps by structuring how ML should be researched, decoupled, trained, and integrated. When to Activate A user asks to "add ML" or "add an algorithm" to their existing codebase. Planning the integration of a new model (e.g., recommendation, classification, forecasting) into a non-ML application. Structuring a workflow for an agent to build, train, and deploy an ML component adaptively. Phase 1: Problem Framing & Feasibility Before writing model code, establish the "why" and "how". Heuristic Check: Ask the user if a simple heuristic (e.g., regex, rule-based sorting) could solve the problem faster. If yes, start there. Metric Definition: Define what business metric the ML model is trying to improve (e.g., click-through rate, reduced latency). Mistake Budget: Define what a "bad" prediction looks like and how the system should handle it. Phase 2: Data Readiness ML is useless without clean, accessible data. Audit Data Sources: Identify where the training data lives. Is it a live database, a static CSV, or an API? Data Contract: Establish a schema for the input data. What features are required? What happens if a feature is missing? Leakage Prevention: Ensure the user's proposed data split does not accidentally leak future information into the training set (e.g., chronological splitting for time-series data). Phase 3: Architectural Integration & Decoupling Do not tightly couple model inference to core business logic. API Boundary: Suggest placing the model behind an API endpoint (e.g., using fastapi-patterns or django-patterns ) or a dedicated service class. Fallback Mechanisms: Design a default state. If the model takes too long to respond or throws an error, the system must gracefully fall back to a hardcoded rule. Feature Flags: Wrap the new ML inference call in a feature flag so it can be rolled out (or rolled back) safely. Phase 4: Model Implementation & Training Structure the code for reproducibility and iteration. Start Simple: Build a baseline model first (e.g., a simple scikit-learn Logistic Regression or a barebones PyTorch linear layer). Reproducibility: Apply pytorch-patterns or similar best practices: fix random seeds, make code device-agnostic, and explicitly document tensor/array shapes. Automated Evidence: Require tests for the data transforms and inference schema. Do not accept a model without an evaluation script comparing it against the baseline. Phase 5: Handoff to MLOps Once the baseline model is integrated, shift focus to continuous operations. Refer to mle-workflow : Guide the user toward setting up experiment tracking, model registries, and drift detection. CI/CD: Add the model evaluation step to the existing CI pipeline to ensure future commits do not degrade model performance. Iterative Agent Workflow When assisting a user via this playbook, agents should: Ask clarifying questions to complete Phase 1 before proposing architectures. Draft a data contract in Phase 2 for user approval. Write the decoupling interface (API/Service) in Phase 3 before writing the training loop. Deliver a reproducible script in Phase 4 that trains the model and saves the artifact.
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。