AgentStack
SKILL verified MIT Self-run

Annotate

skill-neuroanalytics-data-science-harness-annotate · by neuroanalytics

>

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

Install

$ agentstack add skill-neuroanalytics-data-science-harness-annotate

✓ 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-annotate)

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 Annotate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: annotate

Make the dataset Metadata-rich (M) and Actionable (A): fill in the descriptive and controlled-vocabulary metadata that lets a human — or an agent — understand and query the data without opening the raw files. Every metadata edit is a file in the dataset, so you keep it provenanced by delegating the save to the datalad doer; you never annotate off to the side.

> Scope note: the v1-workable core is BIDS/dataset-level metadata — dataset_description.json, a > participants.json data dictionary, and BIDS sidecars — which need no extra tools and are fully > provenanced. Controlled-term annotation against external vocabularies (Neurobagel/bagel-cli, > SNOMED, ReproSchema, NIDM/pynidm) is the richer add-on: those are capability-plane tools > (a future annotate doer). Until those doers exist, construct the annotation, cite the source > term explicitly, and still datalad-save the result — never fabricate a code.

When to use

  • Data is in (or near) BIDS form and needs describing: missing/thin dataset_description.json,

participants.tsv columns with no data dictionary, imaging files without sidecar metadata, or phenotypic variables that should carry standard terms.

  • Do NOT use to convert raw data to BIDS (that is a curate conversion step / nipoppy bidsify)

or to run a pipeline (process/run-pipeline). Annotate describes; it does not compute.

Steps

  1. Survey current metadata (datalad doer for state) — inspect what exists: is

dataset_description.json present and complete (Name, BIDSVersion, Authors, License, DatasetType)? Does every non-id column in participants.tsv have an entry in participants.json? Which imaging files lack sidecars? Report the gaps before editing.

  1. Dataset-level metadata — complete dataset_description.json (authorship, license, funding,

references) and any BIDS top-level files (README, CHANGES). Ask the user for anything you cannot derive (authors, license) — do not invent authorship.

  1. Data dictionary — for each participants.tsv column (and other phenotypic .tsvs), add a

participants.json entry with Description, Units, and Levels for categoricals. This is the highest-value, always-available annotation (M) and makes the columns queryable (A).

  1. BIDS sidecars — fill/extend JSON sidecars for imaging data as needed (task, acquisition,

units). Keep edits BIDS-valid; suggest running bids-validator after.

  1. Controlled-term annotation (optional, richer M/A) — when the user wants standardized

vocabularies, map variables/assessments to controlled terms:

  • phenotypic variables → Neurobagel (bagel-cli) / SNOMED codes
  • behavioral assessments/questionnaires → ReproSchema
  • neuroimaging annotation & provenance → NIDM (pynidm)

Look up or confirm each term with the user; never guess a code. (These tool invocations will delegate to the annotate capability doer once it exists; for now, record the mapping and its source in the metadata.)

  1. Provenance the edits (datalad doer) — delegate the save so the annotation is tracked:

> "save: datalad save -m 'annotate: dataset_description authors>'."

  1. Log it — append to project.yaml:

{ ts, op: annotate, stage: curate, note: "", branch: }.

  1. Report — what was annotated, what controlled-term coverage exists vs. remains, and suggest

bids-validator and (when ready) pushing a Neurobagel graph.

Constraints

  • Delegate the save to the datalad doer so metadata is provenanced — never leave annotation edits

uncommitted, and never call datalad directly.

  • Never fabricate controlled-vocabulary codes (SNOMED/Neurobagel/NIDM/ReproSchema) or authorship —

look them up or ask; cite the source of every term.

  • Keep edits BIDS-valid; a data dictionary or sidecar that breaks the schema is worse than none.

Recommend bids-validator rather than asserting validity.

  • Do not restructure or rename data files here — annotation describes existing data; renaming is a

curation/conversion concern.

  • Keep project.yaml append-only.

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.