Home / cuhk-aim-group / neurodiscovery · skills/git-essentials/SKILL.md · GitHub

git-essentials skillA

git-essentials is agent-read markdown (skill) from cuhk-aim-group/neurodiscovery: Essential Git commands and workflows for version control, branching, and collaboration..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Git Essentials

## Overview

`git-essentials` is the **NeuroClaw base skill** for all version control operations. It provides the essential Git commands for initializing repositories, staging, committing, branching, merging, working with remotes, viewing history, undoing changes, stashing, rebasing, tagging, and common daily workflows.

This skill serves as the foundation for any project that requires reproducible code management, experiment tracking, or collaboration inside NeuroClaw.

**Research use only** — always combine with `git-workflows` for advanced operations.

## Initial Setup
```bash
# Configure user
git config --global user.name "Your Name"
git config --global user.email "your@email.com"

# Initialize repository
git init

# Clone repository
git clone https://github.com/user/repo.git
git clone https://github.com/user/repo.git custom-name
```

## Basic Workflow

### Staging and committing
```bash
# Check status
git status

# Add files to staging
git add file.txt
git add .
git add -A   # All changes including deletions

# Commit changes
git commit -m "Commit message"

# Add and commit in one step
git commit -am "Message"

# Amend last commit
…

Read the whole file at its exact version.

How to install

Latest version
mdr add cuhk-aim-group/neurodiscovery/git-essentials@git:20260506.86420c0
Exact content
mdr add cuhk-aim-group/neurodiscovery/git-essentials@sha256:331a2724d1e0a8de

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_z3qp4bpveihaqe4e.svg)](https://markdownregistry.com/a/art_z3qp4bpveihaqe4e)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260506.86420c0 latest2026-05-06 86420c0 8,108 BA view · diff
git:20260505.e9ddd222026-05-05 e9ddd22 8,188 BA view · diff
git:20260404.fa7f3542026-04-04 fa7f354 8,140 BA view · diff
git:20260401.010a8822026-04-01 010a882 8,139 BA view · diff
git:20260328.891ed932026-03-28 891ed93 8,170 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (8108 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

cuhk-aim-group/neurodiscovery · 91 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_z3qp4bpveihaqe4e
GET https://markdownregistry.com/api/v1/resolve?ref=cuhk-aim-group/neurodiscovery/git-essentials
GET https://markdownregistry.com/api/v1/blob/331a2724d1e0a8deb4f6b167f759f63ba8e2d34af805cdbcd932b47806387791

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from cuhk-aim-group/neurodiscovery

abcd-skill skill
cuhk-aim-group/neurodiscovery · skills/abcd-skill/SKILL.md · Use this skill whenever the user wants an end-to-end workflow for the ABCD Study dataset, including controlled access…
git:20260825.f7533a2 · audit A · 91 stars
abide-skill skill
cuhk-aim-group/neurodiscovery · skills/abide-skill/SKILL.md · Use this skill whenever the user wants an end-to-end workflow for the ABIDE (Autism Brain Imaging Data Exchange)…
git:20260505.e9ddd22 · audit A · 91 stars
academic-research-hub skill
cuhk-aim-group/neurodiscovery · skills/academic-research-hub/SKILL.md · Use this skill when users need to search academic papers, download research documents, extract citations, or gather…
git:20260506.86420c0 · audit A · 91 stars
adhd200-skill skill
cuhk-aim-group/neurodiscovery · skills/adhd200-skill/SKILL.md · Use this skill whenever the user wants an end-to-end workflow for the ADHD-200 dataset, including download, BIDS…
git:20260505.e9ddd22 · audit A · 91 stars
adni-skill skill
cuhk-aim-group/neurodiscovery · skills/adni-skill/SKILL.md · Use this skill whenever the user wants an end-to-end workflow for ADNI or ADNI-DOD data, including controlled LONI IDA…
git:20260825.f7533a2 · audit A · 91 stars
aibl-skill skill
cuhk-aim-group/neurodiscovery · skills/aibl-skill/SKILL.md · Use this skill whenever the user wants an end-to-end workflow for the AIBL (Australian Imaging, Biomarkers and…
git:20260506.f8d0216 · audit A · 91 stars
aomic-skill skill
cuhk-aim-group/neurodiscovery · skills/aomic-skill/SKILL.md · Use this skill whenever the user wants an end-to-end workflow for the AOMIC (Amsterdam Open MRI Collection) dataset…
git:20260506.f8d0216 · audit A · 91 stars
asl-skill skill
cuhk-aim-group/neurodiscovery · skills/asl-skill/SKILL.md · Use this skill whenever the user wants to process Arterial Spin Labeling (ASL) perfusion MRI data including CBF…
git:20260506.f8d0216 · audit A · 91 stars
beautiful-log skill
cuhk-aim-group/neurodiscovery · skills/beautiful-log/SKILL.md · Use this skill after a conversation or task is completed when the user wants a clean, beautiful HTML chat log. It keeps…
git:20260506.86420c0 · audit A · 91 stars
bids-organizer skill
cuhk-aim-group/neurodiscovery · skills/bids-organizer/SKILL.md · Use this skill whenever the user wants to automatically organize raw neuroimaging data (DICOM, NIfTI, EEG, etc.) into a…
git:20260506.86420c0 · audit A · 91 stars
bnt skill
cuhk-aim-group/neurodiscovery · skills/bnt/SKILL.md · Use this model doc whenever the user wants to run BrainNetworkTransformer for fMRI phenotype prediction, including data…
git:20260515.bfd8dae · audit A · 91 stars
bold5000-skill skill
cuhk-aim-group/neurodiscovery · skills/bold5000-skill/SKILL.md · Use this skill whenever the user wants an end-to-end workflow for the BOLD5000 dataset, including download, BIDS…
git:20260505.e9ddd22 · audit A · 91 stars

Every file in cuhk-aim-group/neurodiscovery

Other files named git-essentials

git-essentials skill
pr-e/openclaw-master-skills · skills/git-essentials/SKILL.md · Essential Git commands and workflows for version control, branching, and collaboration.
git:20260311.3e83cee · audit A · 3 stars

Browse by kind, by grade A, or by owner.