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.
56
64%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No known issues
Fix and improve this skill with Tessl
tessl review fix ./skills/ml-adoption-playbook/SKILL.mdThis 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.
Before writing model code, establish the "why" and "how".
ML is useless without clean, accessible data.
Do not tightly couple model inference to core business logic.
fastapi-patterns or django-patterns) or a dedicated service class.Structure the code for reproducibility and iteration.
pytorch-patterns or similar best practices: fix random seeds, make code device-agnostic, and explicitly document tensor/array shapes.Once the baseline model is integrated, shift focus to continuous operations.
mle-workflow: Guide the user toward setting up experiment tracking, model registries, and drift detection.When assisting a user via this playbook, agents should:
754b8dd
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.