---name: st-agent

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

181 stars

Best use case

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

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

Teams using ---name: st-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/STAgent/SKILL.md --create-dirs "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/STAgent/SKILL.md"

Manual Installation

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

How ---name: st-agent Compares

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

Frequently Asked Questions

What does this skill do?

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

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: st-agent
description: A multimodal LLM-based AI agent for deep spatial transcriptomics research, capable of dynamic code generation, visual reasoning, and literature retrieval.
license: MIT
metadata:
  author: LiuLab-Bioelectronics-Harvard
  source: "https://github.com/LiuLab-Bioelectronics-Harvard/STAgent"
  version: "1.0.0"
compatibility:
  - system: Python 3.9+
  - framework: Scanpy, Sqidpy
allowed-tools:
  - run_shell_command
  - read_file
  - web_fetch

keywords:
  - stagent
  - automation
  - biomedical
measurable_outcome: execute task with >95% success rate.
---"

# STAgent (Spatial Transcriptomics Agent)

STAgent is a comprehensive agent designed to automate and enhance the analysis of spatial transcriptomics (ST) data. It leverages Large Language Models (LLMs) to bridge the gap between complex ST data and biological insights.

## When to Use This Skill

*   **Data Analysis**: When you need to analyze spatial transcriptomics datasets (e.g., 10x Visium, Xenium).
*   **Visual Reasoning**: When you need to interpret spatial plots, H&E images, or cluster maps.
*   **Code Generation**: When you need to generate Scanpy/Sqidpy code for custom analysis workflows.
*   **Hypothesis Generation**: When you want to generate biological hypotheses based on spatial gene expression patterns.

## Core Capabilities

1.  **Dynamic Code Generation**: Automatically generates and executes Python code for ST data processing (QC, clustering, spatial variable genes).
2.  **Visual Reasoning**: Analyzes spatial plots to identify tissue domains and cellular neighborhoods.
3.  **Literature Retrieval**: Fetches relevant literature to contextualize findings.
4.  **Report Generation**: Produces publication-quality reports summarizing the analysis.

## Workflow

1.  **Ingestion**: Load ST data (H5AD, Spaceranger output).
2.  **Plan**: The agent formulates an analysis plan (e.g., "Identify spatial domains and marker genes").
3.  **Execute**:
    *   Generates Python scripts using standard libraries (Scanpy, Sqidpy).
    *   Executes scripts to produce plots and tables.
4.  **Interpret**: The agent views generated plots and describes the biological significance.

## Example Usage

**User**: "Analyze this human breast cancer ST dataset. Identify the major spatial domains and check for immune cell infiltration."

**Agent Action**:
1.  Writes script to load data and run `sqidpy.gr.spatial_neighbors`.
2.  Runs clustering (Leiden) and generates a spatial scatter plot.
3.  Identifies clusters corresponding to tumor vs. stroma.
4.  Plots marker genes for immune cells (e.g., CD3D, CD19).
5.  Summarizes findings: "Cluster 3 represents the tumor core, while Cluster 5 shows high T-cell infiltration..."

Related Skills

---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: 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: cell_agent

181
from majiayu000/claude-skill-registry

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

---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.

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

ux

159
from majiayu000/claude-skill-registry

This AI agent skill provides comprehensive guidance for creating professional and insightful User Experience (UX) designs, covering user research, information architecture, interaction design, visual guidance, and usability evaluation. It aims to produce actionable, user-centered solutions that avoid generic AI aesthetics.

UX Design & StrategyClaude

vly-money

159
from majiayu000/claude-skill-registry

Generate crypto payment links for supported tokens and networks, manage access to X402 payment-protected content, and provide direct access to the vly.money wallet interface.

Fintech & CryptoClaude

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

tech-blog

159
from majiayu000/claude-skill-registry

Generates comprehensive technical blog posts, offering detailed explanations of system internals, architecture, and implementation, either through source code analysis or document-driven research.

Content & DocumentationClaude

whisper-transcribe

159
from majiayu000/claude-skill-registry

Transcribes audio and video files to text using OpenAI's Whisper CLI, enhanced with contextual grounding from local markdown files for improved accuracy.

Media Processing

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