Agent skill · AI & Agents

tessa

TESSA (TCR and Expression Joint Clustering) is a Bayesian model that integrates T-cell receptor (TCR) sequence profiling with transcriptomes of T cells. It maps the functional landscape of the TCR repertoire by learning unified representations across modalities. The process employs BriseisEncoder to capture TCR sequence features, creating numerical embeddings that reconstruct Atchley Factor matrices and CDR3 sequences.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill tessa --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/ai-ml/tessa/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# TESSA Process Configuration ## Purpose TESSA (TCR and Expression Joint Clustering) is a Bayesian model that integrates T-cell receptor (TCR) sequence profiling with transcriptomes of T cells. It maps the functional landscape of the TCR repertoire by learning unified representations across modalities. The process employs BriseisEncoder to capture TCR sequence features, creating numerical embeddings that reconstruct Atchley Factor matrices and CDR3 sequences. This enables discovery of functional T-cell clusters based on combined TCR and gene expression information. ## When to Use - **Antigen-specific TCR analysis**: When analyzing T cells recognizing specific antigens (viral, tumor, etc.) - **Functional landscape mapping**: To understand the functional heterogeneity of TCR repertoire - **Multi-dataset integration**: When combining TCR and RNA data across multiple samples/batches - **Bystander vs specific T cells**: To distinguish antigen-specific T cells from bystanders in immune responses - **Required upstream**: After `ScRepCombiningExpression` with data that has both TRA and TRB chains - **NOT for**: BCR data analysis (TESSA is TCR-specific only) ## Configuration Structure ### P

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Configuration Structure
  4. Process Enablement
  5. Input Specification
  6. Environment Variables
  7. Configuration Examples
  8. Minimal Configuration
  9. Standard Cross-Sample Analysis
  10. Within-Sample Analysis (Multiple Patients)
  11. Debugging Mode
  12. High-Throughput Mode
  13. Common Patterns
  14. Pattern 1: Viral-Specific T Cell Analysis
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the tessa skill do?

TESSA (TCR and Expression Joint Clustering) is a Bayesian model that integrates T-cell receptor (TCR) sequence profiling with transcriptomes of T cells. It maps the functional landscape of the TCR repertoire by learning unified representations across modalities. The process employs BriseisEncoder to capture TCR sequence features, creating numerical embeddings that reconstruct Atchley Factor matrices and CDR3 sequences.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill tessa --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going