name: 'spatial-agent'
description: 'An agent that interprets spatial transcriptomics data to propose mechanistic hypotheses and analyze tissue organization.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
- read_file
- run_shell_command
SpatialAgent
SpatialAgent focuses on the biological interpretation of spatial transcriptomics data, specifically aiming to propose mechanistic hypotheses about tissue organization and cellular interactions.
When to Use This Skill
Mechanistic Interpretation: When you have clusters or spatial domains and need to understand why they are organized that way.
Cell-Cell Interaction: To predict and interpret ligand-receptor interactions in a spatial context.
Hypothesis Generation: To propose biological mechanisms driving the observed spatial heterogeneity.
Core Capabilities
Tissue Organization Analysis: Decodes the structural logic of tissues (e.g., layers, niches).
Cellular Interaction Prediction: Identifies potential signaling pathways active at domain boundaries.
Hypothesis Proposal: Generates testable biological hypotheses based on spatial data.
Workflow
Input Analysis: Accepts processed ST data (e.g., cluster annotations, DEG lists per spatial domain).
Knowledge Retrieval: Queries biological knowledge bases regarding the observed cell types and genes.
Synthesis: Constructs a narrative explaining the spatial arrangement (e.g., "The proximity of fibroblasts and tumor cells suggests a desmoplastic reaction mediated by TGF-beta signaling...").
Example Usage
User: "Why are the macrophages located at the boundary of the tumor core in this sample?"
Agent Action:
Analyzes the gene expression of macrophages and adjacent tumor cells.
Checks for ligand-receptor pairs (e.g., CSF1-CSF1R).
Proposes: "Macrophages are likely recruited by CSF1 secreted by the tumor cells, forming an immunosuppressive barrier..."
1---2name: spatialagent3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: 'spatial-agent'20description: 'An agent that interprets spatial transcriptomics data to propose mechanistic hypotheses and analyze tissue organization.'21measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.22allowed-tools:23 - read_file24 - run_shell_command25---262728# SpatialAgent2930SpatialAgent focuses on the biological interpretation of spatial transcriptomics data, specifically aiming to propose mechanistic hypotheses about tissue organization and cellular interactions.3132## When to Use This Skill3334* **Mechanistic Interpretation**: When you have clusters or spatial domains and need to understand *why* they are organized that way.35* **Cell-Cell Interaction**: To predict and interpret ligand-receptor interactions in a spatial context.36* **Hypothesis Generation**: To propose biological mechanisms driving the observed spatial heterogeneity.3738## Core Capabilities39401. **Tissue Organization Analysis**: Decodes the structural logic of tissues (e.g., layers, niches).412. **Cellular Interaction Prediction**: Identifies potential signaling pathways active at domain boundaries.423. **Hypothesis Proposal**: Generates testable biological hypotheses based on spatial data.4344## Workflow45461. **Input Analysis**: Accepts processed ST data (e.g., cluster annotations, DEG lists per spatial domain).472. **Knowledge Retrieval**: Queries biological knowledge bases regarding the observed cell types and genes.483. **Synthesis**: Constructs a narrative explaining the spatial arrangement (e.g., "The proximity of fibroblasts and tumor cells suggests a desmoplastic reaction mediated by TGF-beta signaling...").4950## Example Usage5152**User**: "Why are the macrophages located at the boundary of the tumor core in this sample?"5354**Agent Action**:551. Analyzes the gene expression of macrophages and adjacent tumor cells.562. Checks for ligand-receptor pairs (e.g., CSF1-CSF1R).573. Proposes: "Macrophages are likely recruited by CSF1 secreted by the tumor cells, forming an immunosuppressive barrier..."585960<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Run npx skillmds@latest add biotender-max/spatialagent in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
<!-- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
BioTender-max (@biotender-max) published this skill. Their other Agent Skills are listed on their SkillMD profile.