Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Deep Visual Proteomics Agent

ASecurity

--> --- name: 'deep-visual-proteomics-agent' description: 'AI-driven integration of cellular imaging, laser microdissection, and ultra-sensitive mass spectrometry for spatially-resolved single-cell proteomics.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **Deep Visual Proteomics Agent** implements the Deep Visual Proteomics (DVP) workflow that combines AI-driven image analysis of cellular p...

2,984 stars
0 votes
0 copies
0 views
Added 5/30/2026
developmentpythonshellbashexpress

Works with

cli

Security Analysis

A100/100

Scanned 5/30/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill deep-visual-proteomics-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Deep Visual Proteomics Agent?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Deep Visual Proteomics Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-deep-visual-proteomics-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-deep-visual-proteomics-agent)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
<!--
# COPYRIGHT NOTICE
# This file is part of the "Universal Biomedical Skills" project.
# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>
# All Rights Reserved.
#
# This code is proprietary and confidential.
# Unauthorized copying of this file, via any medium is strictly prohibited.
#
# Provenance: Authenticated by MD BABU MIA

-->

---
name: 'deep-visual-proteomics-agent'
description: 'AI-driven integration of cellular imaging, laser microdissection, and ultra-sensitive mass spectrometry for spatially-resolved single-cell proteomics.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# Deep Visual Proteomics Agent

The **Deep Visual Proteomics Agent** implements the Deep Visual Proteomics (DVP) workflow that combines AI-driven image analysis of cellular phenotypes with automated laser microdissection and ultra-high-sensitivity mass spectrometry. It links protein abundance to complex cellular or subcellular phenotypes while preserving spatial context.

## When to Use This Skill

* When studying spatially-resolved protein expression in tissue sections.
* To link single-cell morphological phenotypes to proteome profiles.
* For identifying cell-type specific protein signatures in heterogeneous tissues.
* When analyzing subcellular proteome compartmentalization.
* To discover spatially-restricted biomarkers in tumor microenvironments.

## Core Capabilities

1. **AI Image Segmentation**: Deep learning models segment cells and identify phenotypes from brightfield, H&E, or immunofluorescence images.

2. **Phenotype Classification**: CNN/transformer classifiers identify cell types, disease states, and morphological abnormalities.

3. **LMD Coordinate Generation**: Automated generation of laser microdissection coordinates for cells of interest.

4. **MS Data Integration**: Processes MaxQuant/DIA-NN output to link protein abundances to spatial coordinates.

5. **Spatial Proteome Mapping**: Creates spatially-resolved proteome maps linking morphology to molecular profiles.

6. **Biologically-Informed Analysis**: Neural networks incorporating pathway knowledge for interpretable biomarker discovery.

## DVP Workflow

```
Tissue Section
     ↓
[AI Image Analysis] → Cell Segmentation → Phenotype Classification
     ↓
[Region Selection] → LMD Coordinates → Automated Microdissection
     ↓
[Sample Processing] → Low-input LC-MS/MS → Proteome Quantification
     ↓
[Data Integration] → Spatial Proteome Map → Pathway Analysis
```

## Example Usage

**User**: "Identify tumor vs. stroma cells in this H&E image and generate proteome profiles for each population."

**Agent Action**:
```bash
python3 Skills/Proteomics/Deep_Visual_Proteomics_Agent/dvp_analyzer.py \
    --image tissue_section.tiff \
    --segmentation cellpose \
    --classifier tumor_stroma_cnn \
    --generate_lmd true \
    --ms_data maxquant_output/ \
    --analysis differential \
    --output dvp_results/
```

## Key Components

| Component | Tool/Method | Description |
|-----------|-------------|-------------|
| Segmentation | Cellpose, StarDist | Instance segmentation of cells |
| Classification | Custom CNN/ViT | Phenotype assignment |
| LMD Interface | Leica LMD7, PALM | Coordinate export formats |
| MS Processing | MaxQuant, DIA-NN | Protein quantification |
| Integration | Custom Python | Spatial mapping |

## Analysis Outputs

1. **Spatial Protein Maps**: Protein abundance overlaid on tissue coordinates
2. **Phenotype-Proteome Links**: Proteins enriched in specific cell types
3. **Pathway Activation**: Spatial patterns of pathway activity
4. **Differential Analysis**: Comparison between regions/phenotypes
5. **Biomarker Candidates**: Spatially-restricted markers

## Biologically-Informed Neural Networks (BINNs)

The agent implements BINNs that integrate:
- A priori knowledge of protein-pathway relationships
- Sparse neural network architecture mirroring biological networks
- Enhanced interpretability for clinical applications
- Validated in septic AKI, COVID-19, and ARDS cohorts

```
Input: Protein abundances
  ↓
Pathway Layer: Proteins → Pathways (sparse connections)
  ↓
Process Layer: Pathways → Biological processes
  ↓
Output: Phenotype classification + pathway importance scores
```

## Prerequisites

* Python 3.10+
* PyTorch with vision models
* Cellpose/StarDist for segmentation
* MS data processing tools
* GPU recommended for image analysis

## Related Skills

* Pathology_AI - For histopathology analysis
* Proteomics_MS - For standard proteomics workflows
* Spatial_Transcriptomics - For complementary spatial RNA

## Applications

1. **Tumor Heterogeneity**: Map proteome across tumor microenvironment regions
2. **Single-Cell Resolution**: Proteome profiles of rare cell populations
3. **Disease Mechanisms**: Link morphological changes to molecular drivers
4. **Drug Response**: Spatial patterns of treatment response

## Technical Specifications

**Sensitivity**: 100-500 cells per sample for robust quantification
**Throughput**: 1,000-5,000 proteins per sample
**Resolution**: Single-cell to ~10-cell resolution
**Formats**: TIFF/SVS images, MaxQuant/DIA-NN output

## Author

AI Group - Biomedical AI Platform


<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

Attribution

FreedomIntelligenceFreedomIntelligence
View sourceMore from FreedomIntelligence →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

281612 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2132 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →