---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.
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/STAgent/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ---name: st-agent Compares
| Feature / Agent | ---name: st-agent | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
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
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
description: A unified interface for annotating single-cell RNA-seq data using Marker Genes, Deep Learning (CellTypist), or LLMs.
---name: cell_agent
description: LLM-driven multi-agent framework for automated single-cell analysis.
---name: biomcp-server
description: Open source biomedical Model Context Protocol (MCP) toolkit for connecting LLMs to biomedical data sources (PubMed, ClinicalTrials, Genomics).
domain-name-brainstormer
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.
thor-skills
An entry point and router for AI agents to manage various THOR-related cybersecurity tasks, including running scans, analyzing logs, troubleshooting, and maintenance.
ontopo
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.
grail-miner
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.
chrome-debug
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.
ux
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.
astro
This skill provides essential Astro framework patterns, focusing on server-side rendering (SSR), static site generation (SSG), middleware, and TypeScript best practices. It helps AI agents implement secure authentication, manage API routes, and debug rendering behaviors within Astro projects.
modal-deployment
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.