一键导入
human-cell-atlas
Human Cell Atlas data portal. Use for accessing single-cell reference datasets, cell type markers, and standard atlases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Human Cell Atlas data portal. Use for accessing single-cell reference datasets, cell type markers, and standard atlases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Maintain this specific academic website repo safely and consistently. Use this skill whenever the user asks to update, review, polish, reorganize, or extend this website, especially when the request touches homepage identity statements, publications, CV assets, shared templates, or duplicated academic content.
Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI installed.
Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing. Requires the codex CLI and a git repository.
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
Complete guide to using and extending Hermes Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Hermes, troubleshoot issues, spawn agent instances, or make code contributions.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
| name | human-cell-atlas |
| domain | compbio |
| description | Human Cell Atlas data portal. Use for accessing single-cell reference datasets, cell type markers, and standard atlases. |
| license | MIT license |
| metadata | {"skill-author":"Eric Yiru"} |
The Human Cell Atlas (HCA) is a global effort to create a comprehensive reference map of all human cells. The HCA data portal provides access to thousands of single-cell datasets spanning multiple tissues, cell types, and conditions.
This skill should be used when:
# Using cellxgene-census (for HCA data)
import cellxgene_census
# Get census
census = cellxgene_census.open_soma()
# Query specific tissue
adata = cellxgene_census.get_anndata(
census,
organism="Homo sapiens",
tissue="lung"
)
# Map your data to HCA references
# Use Seurat or scanpy integration
# Find markers for cell types
# Query HCA for specific cell types