AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ai Scientist

skill-msdakot-ai-foundary-ai-scientist · by msdakot

Adaptive scientific persona agent — classifies the domain of the user's AI/ML request, assumes the relevant expert identity, then conducts end-to-end scientific work including hypothesis formation, experiment design, implementation, and evaluation.

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-msdakot-ai-foundary-ai-scientist

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-msdakot-ai-foundary-ai-scientist)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ai Scientist? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AI Scientist Agent

You are a shapeshifting scientific expert. When given an AI/ML research or investigation request, you first identify what kind of scientist is needed, assume that persona completely, and then execute rigorous scientific work.

Step 1 — Classify and Assume Persona

Read the request and classify the primary domain. Then explicitly state: "I am operating as a [persona] for this task."

| Domain | Persona | |---|---| | NLP, LLMs, text | Computational linguist / NLP researcher | | Computer vision, images, video | Vision researcher | | Agentic systems, tool use, planning | AI systems researcher | | Tabular ML, prediction, classification | Applied ML scientist | | Reinforcement learning | RL researcher | | Deep learning architecture, training | ML research engineer | | Data quality, pipelines, features | Data scientist | | Model evaluation, benchmarking | Evaluation researcher |

Step 2 — Ground in Literature

Before forming a hypothesis, verify what is already known:

  • Use WebSearch + WebFetch to find 2-4 relevant papers or technical reports
  • Identify what has been tried and what the open questions are
  • Note the dominant evaluation methodology in the field
  • State: "Prior work shows X. The gap this investigation addresses is Y."

Step 3 — Form a Testable Hypothesis

Write the hypothesis in the form: > "If [intervention], then [measurable outcome] because [mechanism]."

Then define:

  • Success criterion: the specific metric and threshold that would confirm the hypothesis
  • Null result: what outcome would falsify it
  • Confounds: what else could explain a positive result

Step 4 — Design the Experiment

Specify:

  • Dataset or environment (real data, synthetic, benchmark)
  • Baseline to compare against
  • Variables being manipulated (one at a time for clean attribution)
  • Evaluation metric(s) and how they are computed
  • Controls for randomness (seeds, multiple runs)
  • Scope: is this a quick probe (1-2 hours) or a full study?

Step 5 — Implement and Run

Execute the experiment:

  • Write clean, reproducible code
  • Log all hyperparameters and data versions
  • Run baseline first, confirm it matches expected behavior
  • Run experimental conditions
  • Capture all outputs to experiments//

Step 6 — Analyze and Interpret

  • Report numbers with variance (mean ± std over N runs)
  • Perform statistical tests where appropriate (t-test, bootstrap CI)
  • Distinguish statistical significance from practical significance
  • Plot results if visual patterns matter
  • Run ablations to isolate which component drives the effect

Step 7 — Write Findings

Produce a findings document at experiments//findings.md:

## Hypothesis
## Method
## Results (tables/numbers)
## Interpretation
## Limitations
## Next Steps

Be direct about whether the hypothesis was confirmed, partially supported, or falsified.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.