运维分析
- 作者仓库星标 428
- 作者更新于 实时读取
- 作者仓库 PantheonOS
- 领域
- 工程开发
- 兼容 Agent
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- 信任分
- 88 / 100 · 社区维护
- 作者 / 版本 / 许可
- @aristoteleo · 未声明 license
- Token 消耗评级
- 低消耗
- 接入复杂程度
- 需简单配置
- 是否需要外部 API Key
- 不需要
- 兼容的系统
- Docker
- 底层运行要求
- Docker
- 文件与系统权限
-
- 只读
- 允许写入 / 修改
- 网络行为
- 仅限本地
- 安装命令数
- 26 条
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: SC Best Practices Skills Index
description: | Best practices and workflows for single-cell and spatial omics data analysis, based on the Sin…
category: 工程开发
runtime: Docker
---
# SC Best Practices Skills Index 输出预览
## PART A: 任务判断
- 适用问题:代码实现、重构、调试或代码审查。
- 输入要求:目标材料、限制条件、期望输出和验收方式。
- 证据边界:围绕“Available Skills / Introduction & Fundamentals / Preprocessing & Quality Control”读取原文规则,不把推断写成作者承诺。
## PART B: 执行结果
- **01** 任务判断:确认你的需求是否属于代码实现、重构、调试或代码审查,并标出输入、限制和预期结果。
- **02** 执行计划:优先按“Available Skills / Introduction & Fundamentals / Preprocessing & Quality Control”拆成步骤,说明每一步会读取什么、修改什么、产出什么。
- **03** 交付结果:给出可复制的命令、文件改动、检查清单或内容草稿,并说明如何继续迭代。
- **04** 风险边界:结合 读取文件、写入/修改文件、主要在本地完成、通常不需要额外 API Key 给出执行前确认项。
## Running Rules
- 读取文件、写入/修改文件;主要在本地完成;通常不需要额外 API Key。
- 先小样例验证,再放大到真实任务。
- 交付时同时给结果、检查口径和下一步迭代建议。 原文没有稳定的斜杠命令要求。安装验证后通常全局生效,直接在对话里点名这个 Skill 并描述任务即可。
告诉 Agent 目标文件或材料、期望结果、不可改范围、是否允许联网或执行命令。本 Skill 的权限画像是:读取文件、写入/修改文件。
先用一个小任务确认它会围绕“Available Skills / Introduction & Fundamentals / Preprocessing & Quality Control”工作;涉及文件或命令时,先看 diff、日志、预览或测试结果。
检查最终产物是否包含明确结果、必要证据和下一步动作;如果输出泛泛而谈,就补充输入、边界和验收标准后重跑。
---
name: SC Best Practices Skills Index
description: | Best practices and workflows for single-cell and spatial omics data analysis, based on the Sin…
category: 工程开发
source: aristoteleo/PantheonOS
---
# SC Best Practices Skills Index
## 什么时候使用
- SC Best Practices Skills Index 是单细胞与空间组学分析的技能目录,依据公开最佳实践把数据预处理、质量控制、降维聚类、批次校正、注释和空间分析等任务分门别类 适合处理工程开发场景下的代码实现、调试、重构、测试…
- 面向代码实现、重构、调试或代码审查,优先处理能明确输入、步骤和验收标准的工作。
## 需要提供什么
- 目标材料、目录范围、期望结果和不可改动内容。
- 是否允许联网、执行命令、读写文件或调用外部服务。
## 执行规则
- 围绕「Available Skills / Introduction & Fundamentals / Preprocessing & Quality Control」组织步骤,不把推断写成作者事实。
- 读取文件、写入/修改文件;主要在本地完成;通常不需要额外 API Key。
- 先跑小样例,确认结果可检查后再扩大任务范围。
## 输出要求
- 给出最终产物、关键证据、验证方式和下一步动作。
- 信息不足时标记 unknown,不编造命令、平台或依赖。 作者原文负责流程事实;仓库文件负责来源和命令;流狐只补充适用场景、限制和质量判断。
skill "SC Best Practices Skills Index" {
输入层 -> 用户目标 + 目标文件 + 禁止范围 + 验收标准
上下文层 -> Available Skills / Introduction & Fundamentals / Preprocessing & Quality Control
规则层 -> SKILL.md 触发条件 / 执行顺序 / 输出格式
运行层 -> Docker | 读取文件、写入/修改文件 | 主要在本地完成
安全层 -> 通常不需要额外 API Key + 小任务验证 + diff / 日志复核
输出层 -> 可复制结果 + 检查清单 + 下一步迭代
} SC Best Practices Skills
Best practices and workflows for single-cell and spatial omics data analysis, based on the Single-cell Best Practices book.
When performing specific analysis tasks, load the relevant skill files to guide your approach.
Available Skills
Introduction & Fundamentals
Overview of single-cell RNA-seq technologies, raw data processing pipelines, analysis frameworks, and data format interoperability.
Skill file: introduction.md
When to use:
- Starting a new single-cell project and choosing technology/tools
- Need guidance on raw data processing (CellRanger, STARsolo, Kallisto)
- Converting between AnnData, SingleCellExperiment, and Seurat formats
Preprocessing & Quality Control
Quality control, ambient RNA removal, doublet detection, normalization, feature selection, and dimensionality reduction.
Skill file: preprocessing.md
When to use:
- Starting analysis of a new single-cell dataset
- Filtering low-quality cells with MAD-based thresholds
- Choosing normalization and feature selection methods
- Running PCA, UMAP, or t-SNE
Clustering & Cell Type Annotation
Graph-based clustering, resolution selection, manual and automated cell type annotation, and dataset integration.
Skill file: clustering_and_annotation.md
When to use:
- Clustering cells with Leiden algorithm
- Annotating cell types using markers or automated tools (CellTypist, scArches)
- Integrating multiple datasets (scVI, scANVI, BBKNN, Harmony)
Trajectory Analysis
Pseudotime inference, RNA velocity, fate prediction, and lineage tracing.
Skill file: trajectory_analysis.md
When to use:
- Studying cell differentiation paths
- Running RNA velocity analysis (scVelo)
- Predicting cell fate with CellRank
- Analyzing lineage tracing data (Cassiopeia)
Differential Expression & Condition Analysis
Differential expression (pseudobulk methods), compositional analysis, gene set enrichment, and perturbation modeling.
Skill file: differential_and_condition.md
When to use:
- Comparing gene expression between conditions
- Running pseudobulk DE analysis with edgeR/DESeq2
- Performing GSEA/pathway analysis with decoupler
- Analyzing compositional changes with scCODA
Gene Regulatory Networks & Cell-Cell Communication
GRN inference with pySCENIC and cell-cell communication analysis with LIANA, NicheNet, and CellChat.
Skill file: regulatory_and_communication.md
When to use:
- Inferring gene regulatory networks from scRNA-seq
- Analyzing ligand-receptor interactions between cell types
- Running pySCENIC (GRNBoost2 + motif pruning + AUCell)
Bulk Deconvolution
Estimating cell-type proportions in bulk RNA-seq using single-cell references.
Skill file: bulk_deconvolution.md
When to use:
- Deconvolving bulk RNA-seq with single-cell reference
- Comparing methods (CIBERSORTx, MuSiC, DWLS, Scaden)
- Validating deconvolution with pseudobulk benchmarks
Chromatin Accessibility (scATAC-seq)
scATAC-seq preprocessing, QC, peak calling, motif analysis, and GRN inference from chromatin data.
Skill file: chromatin_accessibility.md
When to use:
- Processing scATAC-seq data (SnapATAC2, ArchR, Signac)
- Assessing QC metrics (TSS enrichment, fragment size distribution)
- Running TF motif enrichment with chromVAR
- Integrating scATAC with scRNA-seq
Spatial Omics
Spatial transcriptomics analysis including neighborhood analysis, spatial domains, spatially variable genes, deconvolution, and gene imputation.
Skill file: spatial_omics.md
When to use:
- Analyzing Visium, MERFISH, Xenium, or other spatial data
- Running spatial neighborhood analysis with Squidpy
- Identifying spatial domains (SpaGCN, STAGATE)
- Deconvolving spatial spots (Cell2location)
- Imputing unmeasured genes (Tangram)
Surface Protein (CITE-seq)
CITE-seq / ADT data processing, normalization, quality control, and joint RNA-protein analysis.
Skill file: surface_protein.md
When to use:
- Processing CITE-seq / ADT data
- Normalizing protein data (CLR, DSB)
- Joint RNA-protein analysis (totalVI, WNN)
- ADT-based cell type annotation
Immune Repertoire (TCR/BCR)
TCR and BCR profiling, clonotype analysis, clonal expansion, repertoire diversity, and integration with gene expression.
Skill file: immune_repertoire.md
When to use:
- Analyzing single-cell TCR/BCR sequencing data
- Clonotype definition and expansion analysis with scirpy
- Measuring repertoire diversity
- Integrating immune receptor data with transcriptomics
Multimodal Integration
Strategies for integrating multi-modal single-cell data including paired (MOFA+, WNN, MultiVI) and unpaired (GLUE, bridge) approaches.
Skill file: multimodal_integration.md
When to use:
- Integrating RNA + ATAC (10x Multiome)
- Integrating RNA + Protein (CITE-seq)
- Working with unpaired multi-modal data
- Choosing between integration strategies
Reproducibility
Environment management, containerization, workflow orchestration, version control, and documentation standards.
Skill file: reproducibility.md
When to use:
- Setting up a reproducible analysis environment
- Creating Docker/Singularity containers
- Building Snakemake or Nextflow pipelines
- Managing random seeds for deterministic results
Using Skills
- Before analysis: Scan this index for relevant skills
- Load skill file: Read the full skill document for detailed guidance
- Follow best practices: Use the code snippets and workflows provided
- Adapt as needed: Skills are templates; adjust for your specific data
先判断是否适合
作者设计意图
作者的方法与取舍
边界和复核