缓存

缓存策略与实现

显示 193-216 / 共 593 个技能
pwwang

seuratsubclustering

pwwang

Performs fine-grained re-clustering on specific subsets of cells (e.g., individual clusters, cell types, or custom subsets). Unlike Seurat::FindSubCluster which only finds subclusters within a single cluster, this process performs the complete clustering workflow (PCA, UMAP, FindNeighbors, FindClusters) on any subset of cells defined by metadata filters or cell barcode lists.

分析 22 7个月前
pwwang

seuratclusteringofallcells

pwwang

Performs coarse clustering on ALL cells (including T cells, B cells, and non-T/B cells) before cell type selection. This process identifies broad cell populations to enable subsequent T/B cell selection via TOrBCellSelection. Unlike SeuratClustering which works on already-selected T/B cells, this provides initial clustering on heterogeneous cell populations.

缓存 22 7个月前
pwwang

seuratclusterstats

pwwang

Generates comprehensive cluster statistics and visualizations for Seurat objects, including dimension reduction plots, gene expression visualizations, cluster quality metrics, and clustree diagrams. This process is essential for exploring and validating clustering results.

分析 22 7个月前
pwwang

pseudobulkdeg

pwwang

Performs pseudo-bulk differential gene expression analysis using DESeq2 or edgeR. Aggregates single-cell counts to sample-level pseudo-bulk data, then identifies differentially expressed genes between conditions while accounting for biological replicates. Supports complex experimental designs including batch effects, paired samples, and interaction terms.

自动化 22 7个月前
pwwang

seuratmap2ref

pwwang

Map query single-cell datasets to high-quality reference atlases using Seurat's reference mapping workflow. Performs label transfer, UMAP projection, and integration with reference annotations without modifying query expression data. Enables transfer learning from curated atlases like Azimuth PBMC or custom tissue-specific references.

缓存 22 7个月前
lanej

strategy-memo

lanej

Create Amazon 6-pager-style data-backed strategy memos as Quarto documents (QMD → PDF). Use when asked to write a strategy pre-read, leadership memo, director briefing, executive narrative report, or any data-driven document following Amazon 6-pager conventions. Provides: an interview-then-scaffold workflow, a complete template QMD with caching/visualization/LaTeX patterns already wired, and supporting build tooling (Justfile, figure preview, cache validation). Auto-load when user says "strategy memo", "pre-read", "6-pager", "director briefing", "leadership document", "data-backed narrative", or "strategy document".

缓存 40 6个月前
ferminrp

cloudflare-workers-url-shortner

ferminrp

Build and operate a URL shortner on Cloudflare Workers with Upstash Redis and D1. Use when the user asks to create shortlinks, redirects, click tracking, analytics, request metadata capture (country/city/ip/user-agent), non-blocking tracking, or resilient alerting (for example Telegram) on failures.

缓存 39 6个月前
unitarylab

quantum-fourier-transform

unitarylab

Skill for implementing and using the Quantum Fourier Transform (QFT) via the PennyLane QFT operation. Covers circuit construction, gate decomposition, matrix access, adjoint (inverse QFT), and integration into larger circuits such as QPE and Shor's algorithm.

缓存 39 4个月前
aj-geddes

aws-cloudfront-cdn

aj-geddes

Distribute content globally using CloudFront with caching, security headers, WAF integration, and origin configuration. Use for low-latency content delivery.

缓存 324 10个月前
aj-geddes

caching-strategy

aj-geddes

Implement efficient caching strategies using Redis, Memcached, CDN, and cache invalidation patterns. Use when optimizing application performance, reducing database load, or improving response times.

缓存 324 10个月前
NTCoding

questions-are-not-instructions

NTCoding

"Engage with what the user said before taking action. Triggers on: questions ('?'), feedback ('this is wrong', 'that doesn't look right', 'there are issues'), challenges ('why did you', 'have you considered'), criticism ('this isn't working', 'I don't like'), observations ('I notice', 'it seems like'), naming a skill or concept. STOP and respond to the user's actual words before doing anything."

自动化 340 7个月前
melodic-software

clear-plugin-cache

melodic-software

Clear cached plugin copies (requires reinstall after)

缓存 12 6个月前
chaterm

redis

chaterm

Redis 数据库管理

缓存 57 7个月前
bobmatnyc

nextjs-v16

bobmatnyc

Next.js 16 migration guide (async request APIs, "use cache", Turbopack)

缓存 73 8个月前
acedergren

turborepo

acedergren

Turborepo monorepo architecture decisions and anti-patterns. Use when: (1) choosing between monorepo vs polyrepo, (2) deciding when to split packages, (3) debugging cache misses, (4) setting package boundaries, (5) avoiding circular dependencies. NOT for CLI syntax (see turbo --help). Focuses on architectural decisions that prevent monorepo sprawl and maintenance nightmares. Triggers: turborepo, monorepo, package boundaries, when to split packages, turbo cache miss, circular dependency, workspace organization, task dependencies.

缓存 26 7个月前
Geeksfino

sector-rotation-detector

Geeksfino

Detect sector rotation signals by analyzing macroeconomic indicators and business cycle positioning to identify which sectors are likely to outperform or underperform over the next 6–12 months. Use when the user asks about sector rotation, macro-driven sector allocation, business cycle investing, which sectors to overweight or underweight, interest rate impact on sectors, inflation plays, or macro investment strategy.

缓存 278 7个月前
vamseeachanta

agent-usage-optimizer-step-1-read-and-validate-quota-cache

vamseeachanta

"Sub-skill of agent-usage-optimizer: Step 1 \u2014 Read and Validate\

智能体 16 4个月前
vamseeachanta

state-directory-manager

vamseeachanta

Manage persistent state directories for bash scripts

缓存 16 7个月前
bahayonghang

uv-expert

bahayonghang

Expert guidance for uv Python package and project manager. Use when working with uv, Python dependency management, project setup, virtual environments, or when users mention uv commands, pip alternatives, or fast Python package management.

缓存 16 6个月前
vamseeachanta

agent-usage-optimizer-step-2-display-quota-headroom

vamseeachanta

"Sub-skill of agent-usage-optimizer: Step 2 \u2014 Display Quota Headroom."

缓存 16 4个月前
kevintsengtw

dotnet-testing-datetime-testing-timeprovider

kevintsengtw

使用 TimeProvider 測試時間相依邏輯的專門技能。當需要測試 DateTime、控制時間流逝、處理時區轉換、測試過期邏輯時使用。涵蓋 TimeProvider 抽象化、FakeTimeProvider 時間控制、時間凍結與快轉等。 Keywords: datetime, time testing, 時間測試, TimeProvider, FakeTimeProvider, DateTime.Now, 時間相依, 快取過期, token 過期, Microsoft.Bcl.TimeProvider, GetUtcNow, SetUtcNow, Advance, time freeze, 時間凍結, 時間快轉

缓存 28 6个月前
kevintsengtw

dotnet-testing-advanced-testcontainers-nosql

kevintsengtw

Testcontainers NoSQL 整合測試完整指南。當需要對 MongoDB 或 Redis 進行容器化整合測試時使用。涵蓋 MongoDB 文件操作、Redis 五種資料結構、Collection Fixture 模式。包含 BSON 序列化、索引效能測試、資料隔離策略與容器生命週期管理。 Keywords: testcontainers mongodb, testcontainers redis, mongodb integration test, redis integration test, nosql testing, MongoDbContainer, RedisContainer, IMongoDatabase, IConnectionMultiplexer, BSON serialization, BsonDocument, 文件模型測試, 快取測試, Collection Fixture

缓存 28 6个月前
ghostsecurity

ghost-repo-context

ghostsecurity

"Scans directory structure, detects projects, maps dependencies, and documents code organization into a repo.md file. Use when the user needs a codebase overview, project structure map, or repository context before security analysis."

缓存 398 6个月前
ProxiBlue

cache-diagnostic

ProxiBlue

Specialized Magento 2 cache diagnostic skill for analyzing cache configuration, performance, hit rates, and optimization opportunities across all cache layers (Full Page Cache, Application Cache, Redis, Varnish).

缓存 15 7个月前