Agent skill · Data & Analytics

hcpd-skill

Use this skill whenever the user wants an end-to-end workflow for the HCP Development (HCP-D) dataset, including dataset download, BIDS organization, and multimodal processing of sMRI, fMRI, and dMRI. Triggers include: 'HCP Development', 'HCP-D', 'process HCP Development data', 'HCP Development sMRI fMRI', or any request to run the HCP-D multimodal pipeline.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill hcpd-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Requires: - smri-skill - fmri-skill - dwi-skill - bids-organizer - claw-shell
Path: skills/neuroclaw/hcpd-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# HCP-D Skill (Dataset-Orchestration Layer) ## Overview `hcpd-skill` is the NeuroClaw orchestration skill for the **HCP Development (HCP-D)** dataset. It strictly follows the NeuroClaw hierarchical design principles: - This skill **only describes WHAT needs to be done** and **which tool skill to delegate to**. - It contains **no implementation code or concrete commands**. - All concrete execution is delegated to existing base/tool skills via `claw-shell`. - Companion scripts in `scripts/` provide reference implementations for data reorganization, phenotype extraction, and QC. **Core workflow (never bypassed):** 1. Identify input HCP-D data and target modalities. 2. Generate a **numbered execution plan** clearly stating WHAT needs to be done and which tool skill will handle each step. 3. Present the full plan, estimated runtime, resource requirements, and risks to the user and wait for explicit confirmation ("YES" / "execute" / "proceed"). 4. On confirmation, delegate every step to the appropriate skill via `claw-shell`. 5. After execution, save all outputs in a clean directory structure (`hcpd_output/`). **Research use only.** --- ## Quick Reference | Task | What needs to be done |

What's inside
Steps it walks through
  1. Overview
  2. Quick Reference
  3. Download Stage (Mandatory First Step)
  4. Source
  5. Dataset Characteristics
  6. Download Inputs to Confirm in Plan
  7. HCP-D Task Paradigms
  8. BIDS Preparation
  9. Script: scripts/reorganizehcpd.py
  10. Core Workflow (Never Bypassed)
  11. Modality Processing Delegation
  12. Standard Output Layout
  13. Benchmark Adapter Guidance
  14. Safety and Execution Policy
Commands it runs
python skills/hcpd-skill/scripts/reorganize_hcpd.py \
More from awesome-bio-agent-skills
All skills →
About this skill
What does the hcpd-skill skill do?

Use this skill whenever the user wants an end-to-end workflow for the HCP Development (HCP-D) dataset, including dataset download, BIDS organization, and multimodal processing of sMRI, fMRI, and dMRI. Triggers include: 'HCP Development', 'HCP-D', 'process HCP Development data', 'HCP Development sMRI fMRI', or any request to run the HCP-D multimodal pipeline.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill hcpd-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going