CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-data-ml-model

Agent skill for data-ml-model - invoke with $agent-data-ml-model

Install with Tessl CLI

npx tessl i github:ruvnet/claude-flow --skill agent-data-ml-model
What are skills?

40

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

Evaluation results

100%

36%

Customer Churn Classifier

sklearn Pipeline structure and data splitting

Criteria
Without context
With context

sklearn Pipeline used

0%

100%

StandardScaler in pipeline

0%

100%

train_test_split used

100%

100%

test_size=0.2

100%

100%

random_state=42

100%

100%

Split before preprocessing

100%

100%

EDA present

100%

100%

Feature statistics computed

100%

100%

Data quality check

100%

100%

Pipeline fit on train only

0%

100%

Without context: $0.3845 · 1m 52s · 19 turns · 25 in / 6,633 out tokens

With context: $0.7562 · 2m 49s · 32 turns · 37 in / 9,374 out tokens

100%

2%

Diabetes Risk Model Evaluation

Model evaluation metrics and experiment logging

Criteria
Without context
With context

Cross-validation used

100%

100%

Confusion matrix produced

100%

100%

ROC/AUC computed

100%

100%

Feature importance reported

100%

100%

Experiments logged to file

100%

100%

Parameters recorded

75%

100%

Model assumptions documented

100%

100%

Model limitations documented

100%

100%

Multiple metrics reported

100%

100%

Results saved to files

100%

100%

Without context: $0.5871 · 2m 52s · 19 turns · 25 in / 12,645 out tokens

With context: $0.8575 · 3m 30s · 34 turns · 243 in / 11,813 out tokens

80%

House Price Prediction Model

Preprocessing with mixed data types and model serialization

Criteria
Without context
With context

Missing values handled

100%

100%

Categorical encoding applied

100%

100%

Feature selection performed

0%

0%

Ensemble method used

100%

100%

Hyperparameter tuning performed

0%

0%

Model serialized to file

100%

100%

Serialization format correct

100%

100%

Preprocessing in pipeline

100%

100%

Model documentation written

100%

100%

Version or metadata recorded

100%

100%

Without context: $0.5222 · 2m 16s · 26 turns · 30 in / 7,451 out tokens

With context: $0.7148 · 2m 47s · 32 turns · 41 in / 8,825 out tokens

Evaluated
Agent
Claude Code

Table of Contents

Is this your skill?

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.