원클릭으로
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