---name: cell_agent

description: LLM-driven multi-agent framework for automated single-cell analysis.

181 stars

Best use case

---name: cell_agent is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

description: LLM-driven multi-agent framework for automated single-cell analysis.

Teams using ---name: cell_agent should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/CellAgent/SKILL.md --create-dirs "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/CellAgent/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/CellAgent/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How ---name: cell_agent Compares

Feature / Agent---name: cell_agentStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

description: LLM-driven multi-agent framework for automated single-cell analysis.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

---name: cell_agent
description: LLM-driven multi-agent framework for automated single-cell analysis.
keywords:
  - scRNA-seq
  - scanpy
  - annotation
  - autonomous
  - bioinformatics
measurable_outcome: Achieves >85% accuracy in cell type annotation compared to manual curation on standard benchmarks.
license: MIT
metadata:
  author: Artificial Intelligence Group
  version: "1.0.0"
compatibility:
  - system: Python 3.9+
allowed-tools:
  - run_shell_command
  - read_file
---"

# CellAgent

CellAgent is a multi-agent system capable of autonomously handling the entire single-cell RNA-seq (scRNA-seq) analysis pipeline. It simulates a team of biological experts to process data, annotate cells, and perform downstream analysis.

## When to Use This Skill

*   **Automated Annotation**: When you have raw scRNA-seq data and need cell type labels without manual curation.
*   **Complex Workflows**: For multi-step analysis (QC -> Clustering -> Annotation -> DE Analysis).
*   **Data Integration**: When merging multiple datasets (e.g., from different batches).

## Core Capabilities

1.  **Planning**: Decomposes analysis goals into executable steps.
2.  **Tool Execution**: Generates and runs Python code for Scanpy/Seurat.
3.  **Self-Correction**: detects errors in execution and attempts to fix them.

## Workflow

1.  **Input**: User query + scRNA-seq data (H5AD).
2.  **Planner**: The Planning Agent breaks the task into sub-tasks.
3.  **Executor**: The Coding Agent writes scripts to execute the plan.
4.  **Reviewer**: Checks the results and logs outputs.

## Example Usage

**User**: "Process this dataset, filter low-quality cells, and annotate clusters."

**Agent Action**:
```bash
# Assuming a wrapper exists or running the main module from the repo
python3 Skills/Genomics/Single_Cell/CellAgent/repo/main.py --data "./data.h5ad" --goal "annotate"
```

## References
-   *Mao et al., 2025*
-   *arXiv 2407.09811*

Related Skills

accessibility-excellence

181
from majiayu000/claude-skill-registry

Master web accessibility (A11y) to ensure your product is usable by everyone, including people with disabilities. Covers WCAG standards, semantic HTML, keyboard navigation, screen readers, color contrast, and inclusive design practices. Accessibility is not a feature—it's a fundamental requirement.

---name: aav-vector-design-agent

181
from majiayu000/claude-skill-registry

description: AI-powered adeno-associated virus (AAV) vector design for gene therapy including capsid engineering, promoter selection, and tropism optimization.

---name: st-agent

181
from majiayu000/claude-skill-registry

description: A multimodal LLM-based AI agent for deep spatial transcriptomics research, capable of dynamic code generation, visual reasoning, and literature retrieval.

---name: universal-single-cell-annotator

181
from majiayu000/claude-skill-registry

description: A unified interface for annotating single-cell RNA-seq data using Marker Genes, Deep Learning (CellTypist), or LLMs.

---name: biomcp-server

181
from majiayu000/claude-skill-registry

description: Open source biomedical Model Context Protocol (MCP) toolkit for connecting LLMs to biomedical data sources (PubMed, ClinicalTrials, Genomics).

domain-name-brainstormer

181
from majiayu000/claude-skill-registry

Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.

Build Your Operational Excellence Skill

181
from majiayu000/claude-skill-registry

Create your operational excellence skill in one prompt, then learn to improve it throughout the chapter

ontopo

159
from majiayu000/claude-skill-registry

An AI agent skill to search for Israeli restaurants, check table availability, view menus, and retrieve booking links via the Ontopo platform, acting as an unofficial interface to its data.

General Utilities

chrome-debug

159
from majiayu000/claude-skill-registry

This skill empowers AI agents to debug web applications and inspect browser behavior using the Chrome DevTools Protocol (CDP), offering both collaborative (headful) and automated (headless) modes.

Coding & DevelopmentClaude

thor-skills

159
from majiayu000/claude-skill-registry

An entry point and router for AI agents to manage various THOR-related cybersecurity tasks, including running scans, analyzing logs, troubleshooting, and maintenance.

SecurityClaude

grail-miner

159
from majiayu000/claude-skill-registry

This skill assists in setting up, managing, and optimizing Grail miners on Bittensor Subnet 81, handling tasks like environment configuration, R2 storage, model checkpoint management, and performance tuning.

DevOps & Infrastructure

modal-deployment

159
from majiayu000/claude-skill-registry

Run Python code in the cloud with serverless containers, GPUs, and autoscaling using Modal. This skill enables agents to generate code for deploying ML models, running batch jobs, serving APIs, and scaling compute-intensive workloads.

DevOps & Infrastructure