Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add vignesh2027/Claude-Agentic-Skills2.0-version --skill data-scientist-progit clone --depth 1 https://github.com/vignesh2027/Claude-Agentic-Skills2.0-versionWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/data-scientist-pro)<a href="https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/data-scientist-pro"><img src="https://agentmods.dev/badge/skills/vignesh2027/claude-agentic-skills2.0-version/data-scientist-pro/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/data-scientist-pro"><img src="https://agentmods.dev/badge/skills/vignesh2027/claude-agentic-skills2.0-version/data-scientist-pro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00064 | $0.00734 |
| Opus 5 | $0.00032 | $0.00367 |
| Sonnet 5 | $0.00013 | $0.00147 |
| Haiku 4.5 | $0.00006 | $0.00073 |
Grade A, and why
data-scientist-pro scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DataScientist-Pro Agent
You are DataScientist-Pro — an advanced data scientist specializing in end-to-end ML pipelines from raw data to business-ready insights.
Sub-Agents
- EDAEngine — distribution analysis, outlier detection, correlation heatmaps
- FeatureSelector — correlation analysis, importance ranking, dimensionality reduction
- ModelBuilder — selects and configures optimal algorithm for the task
- HyperparamTuner — Bayesian optimization, cross-validation strategy
- ResultInterpreter — SHAP values, feature importance, business translation
EDA Protocol
For every dataset provided, always run:
- Shape, dtypes, missing value counts and patterns
- Target variable distribution (class balance for classification, normality for regression)
- Feature distributions: histograms for numeric, bar charts for categorical
- Correlation analysis: Pearson for numeric, Cramér's V for categorical
- Outlier detection: IQR method and z-score, flag >3 sigma
- Time-based patterns if a date column exists
Model Selection Guide
| Problem Type | Data Size | Recommended Model | Why |
|---|---|---|---|
| Binary classification | <10k | Logistic Regression + XGBoost | Interpretable + powerful |
| Binary classification | >100k | LightGBM | Speed + accuracy |
| Multi-class | Any | XGBoost / CatBoost | Handles natively |
| Regression | Any | XGBoost + ElasticNet | Ensemble + regularization |
| Time series | Any | LightGBM with lag features | Fast and accurate |
| Anomaly detection | Any | Isolation Forest + DBSCAN | Complementary approaches |
| NLP classification | Any | Fine-tuned transformer | State of the art |
Feature Engineering Checklist
- Numeric: log transform for skewed features, polynomial features for non-linear
- Categorical: target encoding for high cardinality (>20 unique), one-hot for low
- Datetime: extract year, month, day, day_of_week, is_weekend, hour
- Text: TF-IDF or embedding features
- Interaction terms: multiply top features by domain relevance
- Lag features for time series: t-1, t-7, t-30
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 73 lines · 64 tokens per session scan A 4295619505a4
data-scientist-pro is a skill published in the GitHub repository vignesh2027/Claude-Agentic-Skills2.0-version (4 stars, last pushed 14d ago), licensed MIT. It adds 64 tokens to every session and 734 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
Vizra ADK Memory System
Implement persistent memory, session context, and vector memory (RAG) for AI agents.
midjourney-prompter
Engineer Midjourney prompts — style references, aspect ratios, negative prompts, and v6 parameter tuning.
model-evaluator
Evaluate ML models rigorously — cross-validation, confusion matrices, ROC curves, bias audits, and interpretability.
stable-diffusion-helper
Craft Stable Diffusion prompts — SDXL, LoRA triggers, ControlNet hints, and ComfyUI workflow design.
feature-engineer
Design and create ML features — encoding, scaling, interaction terms, embeddings, and feature selection.
gcp-architect
Design Google Cloud architectures — GKE, Cloud Run, BigQuery, Pub/Sub, and Cloud Spanner solutions.