# People

> >

- **Type:** Skill
- **Install:** `agentstack add skill-neuroanalytics-data-science-harness-people`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [neuroanalytics](https://agentstack.voostack.com/s/neuroanalytics)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [neuroanalytics](https://github.com/neuroanalytics)
- **Source:** https://github.com/neuroanalytics/data-science-harness/tree/main/plugins/project/skills/people

## Install

```sh
agentstack add skill-neuroanalytics-data-science-harness-people
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill: people

Maintain the project's people as structured **Metadata**: each contributor with their CRediT roles
and persistent identifiers, so credit is explicit, standard-coded, and machine-readable — and so it
flows into the dataset's `Authors` and, at release, DataCite creators. The canonical record is the
ledger `contributors[]`; you delegate the save to the **datalad doer**.

CRediT roles (use these exact terms): Conceptualization, Data curation, Formal analysis, Funding
acquisition, Investigation, Methodology, Project administration, Resources, Software, Supervision,
Validation, Visualization, Writing – original draft, Writing – review & editing.

## When to use
- The user wants to add/update a contributor, assign CRediT roles, or record ORCIDs/affiliations.
- Do NOT use to write a report (`project/status-report`) or to mint DOIs (`disseminate/dataset-release`).

## Steps
1. **Capture the contributor** — `name`, `orcid` (as an ORCID URL, if known), `affiliation_ror`
   (ROR URL, if known), and their `roles` from the CRediT list above. Ask; do not guess an ORCID or
   invent roles.
2. **Upsert into `contributors[]`** (per `docs/project-ledger.md`) — match by `name` (or ORCID) and
   update, or add a new entry. Keep roles to valid CRediT terms; do not duplicate a person.
3. **Reflect into `dataset_description.json`** — update the `Authors` list to match (order is the
   author order the team agrees on). Keep it consistent with the ledger.
4. **Log it** — append `{ ts, op: people, stage: manage, note: "credited  ()", branch:  }`.
5. **Save** — delegate to the datalad doer: "save: `datalad save -m 'people: credit '`."
6. **Report** — the updated contributor list with roles, and any missing ORCIDs/affiliations to fill.

## Constraints
- Use only valid CRediT role terms (listed above); never invent a role or an ORCID/ROR — record only
  identifiers the user provides.
- Keep `contributors[]` de-duplicated (one entry per person) and consistent with
  `dataset_description.json` Authors.
- Upsert per the ledger conventions; keep `log:` append-only and the ledger schema-valid. Delegate
  the 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.

- **Author:** [neuroanalytics](https://github.com/neuroanalytics)
- **Source:** [neuroanalytics/data-science-harness](https://github.com/neuroanalytics/data-science-harness)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-neuroanalytics-data-science-harness-people
- Seller: https://agentstack.voostack.com/s/neuroanalytics
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
