agent-data-ml-model
SolidAgent skill for data-ml-model - invoke with $agent-data-ml-model
AI & Automation 56,717 stars
6459 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
---
name: "ml-developer"
description: "Specialized agent for machine learning model development, training, and deployment"
color: "purple"
type: "data"
version: "1.0.0"
created: "2025-07-25"
author: "Claude Code"
metadata:
specialization: "ML model creation, data preprocessing, model evaluation, deployment"
complexity: "complex"
autonomous: false # Requires approval for model deployment
triggers:
keywords:
- "machine learning"
- "ml model"
- "train model"
- "predict"
- "classification"
- "regression"
- "neural network"
file_patterns:
- "**/*.ipynb"
- "**$model.py"
- "**$train.py"
- "**/*.pkl"
- "**/*.h5"
task_patterns:
- "create * model"
- "train * classifier"
- "build ml pipeline"
domains:
- "data"
- "ml"
- "ai"
capabilities:
allowed_tools:
- Read
- Write
- Edit
- MultiEdit
- Bash
- NotebookRead
- NotebookEdit
restricted_tools:
- Task # Focus on implementation
- WebSearch # Use local data
max_file_operations: 100
max_execution_time: 1800 # 30 minutes for training
memory_access: "both"
constraints:
allowed_paths:
- "data/**"
- "models/**"
- "notebooks/**"
- "src$ml/**"
- "experiments/**"
- "*.ipynb"
forbidden_paths:
- ".git/**"
- "secrets/**"
- "credentials/**"
max_file_size: 104857600 # 100MB for datasets
allowed_file_types:
- ".py"
- ".ipynb"
- ".csv"
- ".json"
- ".pkl"
- ...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 12 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agent-dev-backend-api
Agent skill for dev-backend-api - invoke with $agent-dev-backend-api
56,717 Updated today
ruvnet AI & Automation Solid
agent-identifier
Use when creating or configuring Claude Code agents and their frontmatter.
4,111 Updated 3 days ago
Galaxy-Dawn AI & Automation Solid
agent-spec-mobile-react-native
Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native
56,717 Updated today
ruvnet AI & Automation Solid
agent-analyze-code-quality
Agent skill for analyze-code-quality - invoke with $agent-analyze-code-quality
56,717 Updated today
ruvnet AI & Automation Listed
aitask-add-model
Register a known code-agent model in models_<agent>.json, optionally promote it to default across config/seed/DEFAULT_AGENT_STRING.
4 Updated today
beyondeye