AgentStack
SKILL verified MIT Self-run

Raw To Bids

skill-neuroanalytics-data-science-harness-raw-to-bids · by neuroanalytics

>

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-neuroanalytics-data-science-harness-raw-to-bids

✓ 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-neuroanalytics-data-science-harness-raw-to-bids)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3d 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 Raw To Bids? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: raw-to-bids

Get raw imaging data into a standardized, self-contained BIDS layout so everything downstream (annotate, process, analyze) has a canonical structure to work from — and do it provenanced: nipoppy runs the containerized converter (dcm2bids / HeuDiConv / BIDScoin → Portability/Ephemerality) and DataLad wraps it (datalad run) so inputs, command, and outputs are recorded. You orchestrate two doers: the nipoppy doer constructs/validates the bidsify command; the datalad doer runs it with provenance. You never run tools yourself.

> Design note: like process/run-pipeline, the nipoppy command is executed through datalad run > — a bare nipoppy bidsify is never the final step. The converter container is pinned by nipoppy's > config.json + Boutiques, so datalad's own container-run image-capture is not needed here.

When to use

  • A nipoppy dataset (config.json + manifest.tsv) has raw DICOMs staged (post-reorg) and needs

BIDS conversion.

  • Do NOT use to run a processing pipeline (process/run-pipeline), to add descriptive metadata to

an already-BIDS dataset (curate/annotate), or to initialize a project (project/new-project).

Steps

  1. Confirm readiness — determine the converter (--pipeline name/version as configured) and

any --participant-id / --session-id scope from the user. Raw data must be staged where nipoppy expects it (post-reorg); if it is not, direct the user to nipoppy reorg first.

  1. Validate + construct (nipoppy doer) — delegate:

> "Validate this nipoppy dataset (config.json, manifest.tsv, Linux+Apptainer, converter version > matches a pulled image) and construct the nipoppy bidsify [--pipeline ... scope ...] command; > run it once with --simulate to preview, and return the exact command plus the inputs it reads > (sourcedata/post-reorg) and outputs it writes (bids/)." If it returns result: failed (state/platform gap), relay the fix and stop.

  1. Ensure a clean tree (datalad doer)datalad run requires a clean tree:

> "status: report modified/untracked files and the current branch." If dirty, route to analyze/checkpoint first.

  1. Run with provenance (datalad doer) — delegate:

> "run: datalad run -m 'bidsify on ' with inputs ` and > outputs , command ''`." Wait for the structured result (commit sha, recorded outputs, pass/fail). On failure, relay the doer's error + the nipoppy log path; nothing was committed. Stop.

  1. Update curation status (nipoppy doer → datalad doer) — after success:

> nipoppy doer: "track-curation to update tabular/curation_status.tsv after bidsify." > then datalad doer: "save: datalad save -m 'track-curation: post-bidsify'."

  1. Log it — append to project.yaml:

{ ts, op: raw-to-bids, stage: curate, note: "datalad run nipoppy bidsify on ; commit ; outputs bids/", branch: }.

  1. Report — the converter/scope, the provenance commit, the bids/ output, and the next step:

curate/annotate to enrich metadata, or process/run-pipeline to process the BIDS data. Suggest govern/qc-review (bids-validator) to confirm BIDS validity.

Constraints

  • Always execute the converter through the datalad doer's datalad run — never let a

dataset-mutating nipoppy bidsify run bare. Provenance is the point.

  • Require a meaningful -m message naming the converter and scope; never a placeholder.
  • Declare inputs/outputs from the nipoppy doer's report — do not invent paths.
  • Do not hand-edit manifest.tsv or restructure the raw data yourself — nipoppy owns the layout.
  • Keep project.yaml append-only and schema-valid; delegate every tool operation to a doer.

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.