AgentStack
SKILL verified MIT Self-run

Link Outputs

skill-neuroanalytics-data-science-harness-link-outputs · by neuroanalytics

>

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-neuroanalytics-data-science-harness-link-outputs

✓ 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-link-outputs)

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

About

Skill: link-outputs

Record how the project's products relate to each other (and to external identifiers), so the dataset, paper, executable article, and agent bundle form one linked compendium rather than scattered artifacts. The links are DataCite RelatedIdentifier relations, stored in each product's relations[] in the ledger (Metadata) and making the multi-product set resolvable as a coherent whole (Distributability). You own which links are meaningful; you delegate the ledger save to the datalad doer.

Load plugins/disseminate/references/datacite-relations.md for the valid relationType terms and their inverses before recording any relation.

When to use

  • Two or more products exist in products[] (via analyze/manage-product), typically after some

are released (disseminate/dataset-release), and you want to record how they relate.

  • Do NOT use to create products (manage-product) or to mint DOIs / cut versions

(dataset-release). This skill only records relations between things that already exist.

Steps

  1. Identify the relations — for each link, determine the source product id, the

relationType (from the reference — e.g. IsSupplementedBy, IsSourceOf, IsDocumentedBy), and the target: another product id in this ledger (internal) or an external resolvable DOI/URL. Ask the user for anything ambiguous; do not guess how products relate.

  1. Validate both ends — the source must be a product in products[]. For an internal target,

confirm the target id exists. Warn (do not block) if an internal target is not yet released (no DOI) — the id link still resolves once it is released; suggest dataset-release if the user wants a DOI now. Never fabricate a DOI for an unreleased target.

  1. Record the relation (and its inverse) — upsert into the source product's relations[]:

{ relation: , target: } (per docs/project-ledger.md; do not duplicate an identical relation). For an internal target, also record the inverse relation on the target product (see the reference table) so the graph is consistent both ways. For an external target, record only the forward relation.

  1. (Optional) mirror external links into dataset_description.json for the dataset product

(e.g. a DOI the dataset References), keeping the ledger as the canonical record.

  1. Log it — append { ts, op: link-outputs, stage: disseminate, note: " (+inverse)", branch: }.
  2. Save — delegate to the datalad doer: "save: datalad save -m 'link-outputs: '."
  3. Report — the relation graph (source → relation → target for each link), any targets still

needing a DOI, and whether the compendium is now fully linked. When every product is released and linked, the multi-product research object is complete.

Constraints

  • Use only valid DataCite relationType terms (see the reference); record the inverse for internal

product-to-product links.

  • Never fabricate a DOI — link by product id (internal) or a real resolvable identifier only.
  • relations[] is upserted per the ledger conventions (no duplicate {relation,target} pairs);

keep log: append-only and the ledger schema-valid (schemas/project.schema.json).

  • Relations describe existing products — this skill never creates, versions, or moves a product.
  • Delegate every DataLad save to the datalad 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.