Skip to main content

这个仓库中的 skills

stanfish06/skillquarium - 第 6 页

SkillsMP 已收集 stanfish06/skillquarium 中的 1,211 个 Skill。打开任一 Skill 可查看来源和详情。

stanfish06/skillquarium

已展示 40 / 1,211 个已收集 Skill。

职业分类
信息安全分析师
描述

Use this skill whenever the user wants to analyze binaries with radare2/r2 from the command line, including reverse engineering, disassembly, function analysis, strings/import inspection, patching, binary diffing, hex inspection, or r2 scripting. Also use it…

更新
职业分类
信息安全分析师
描述

Provides reverse engineering techniques. Use when the main job is to understand how a compiled, obfuscated, packed, or virtualized target works before exploiting or solving it, including binaries, APKs, WASM, firmware, custom VMs, bytecode, malware-like…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Use for authorized security testing of desktop thick clients including local storage, update channels, IPC, traffic, and client-side trust boundaries.

更新
职业分类
信息安全分析师
描述

Use for authorized Active Directory and Windows identity attacks including Kerberos, AD CS, BloodHound paths, NTLM relay, and domain privilege escalation research.

更新
职业分类
数据科学家
描述

Use when the user is doing AI/ML work in a scientific domain such as biology, chemistry, physics, astronomy, climate, genomics, materials, medicine, ecology, energy, engineering, math, drug discovery, protein design, weather modeling, theorem proving,…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass/fail before continuing.

原文语言:英语

更新
职业分类
数据科学家
描述

Headless topological data analysis and visualization with the Topology ToolKit (TTK) on top of ParaView. Use this skill when Claude needs to: (1) Compute and visualize persistence diagrams, contour trees, merge trees, and Morse-Smale segmentations, (2)…

原文语言:英语

更新
职业分类
大气与空间科学家
描述

ATAC-seq processing with assay QC, MACS3 peak calling, consensus peak matrices, differential accessibility, and motif or footprint follow-up.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Next.js App Router expert guidance. Use when building, debugging, or architecting Next.js applications — routing, Server Components, Server Actions, Cache Components, layouts, middleware/proxy, data fetching, rendering strategies, and deployment on Vercel.

原文语言:英语

更新
职业分类
大气与空间科学家
描述

Expert-thinking profile for Mammalogist (field / observational / museum systematics / telemetry): Reasons from mammalian life history and detectability-limited sampling through ASM MDD taxonomy, Sherman/camera-trap/SCR survey design, occupancy and SECR…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, structure trace review with open coding and axial coding, inspect datasets, review experiments, query annotation configs, and use the GraphQL API. Use whenever the user is analyzing…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure OpenTelemetry distributed tracing, metrics, and logging in ASP.NET Core using the .NET OpenTelemetry SDK. Use when adding observability, setting up OTLP exporters, creating custom metrics/spans, or troubleshooting distributed trace correlation.

原文语言:英语

更新
职业分类
技术写作员
描述

Write comprehensive clinical reports including case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP, H&P, discharge summaries). Full support with templates,…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", "test this app/site/platform", or review the quality of a web application.…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Expert guidance for LlamaIndex development including RAG applications, vector stores, document processing, query engines, and building production AI applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

AWS serverless and event-driven architecture expert based on Well-Architected Framework. Use when building serverless APIs, Lambda functions, REST APIs, microservices, or async workflows. Covers Lambda with TypeScript/Python, API Gateway (REST/HTTP),…

原文语言:英语

更新
职业分类
数据科学家
描述

Gene-set pathway enrichment analysis using Enrichr — queries KEGG, GO (BP/MF/CC), Reactome, WikiPathways, MSigDB, and Disease Ontology. Produces ranked pathway tables, interactive bubble charts, and a reproducible Markdown report.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Analyze MSBuild binary logs to diagnose build failures. USE FOR: build errors that are unclear from console output, diagnosing cascading failures across multi-project builds, tracing MSBuild target execution order, and generally any MSBuild build issues.…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Diagnose and fix under-parallelized MSBuild builds. USE WHEN a multi-project solution build is slower than expected, doesn't speed up when you add cores, pegs a single core while others idle, or you want to know why `-m` isn't helping. Note: `/maxcpucount`…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Diagnose MSBuild build performance bottlenecks using binary log analysis. USE FOR: identifying why builds are slow by analyzing binlog performance summaries, detecting ResolveAssemblyReference (RAR) taking >5s, Roslyn analyzers consuming >30% of Csc time,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Detects MSBuild projects with conflicting OutputPath or IntermediateOutputPath. USE FOR: builds failing with 'Cannot create a file when that file already exists', 'The process cannot access the file because it is being used by another process', intermittent…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guide for diagnosing and improving MSBuild project evaluation performance. USE FOR: builds slow before any compilation starts, high evaluation time in binlog analysis, expensive glob patterns walking large directories (node_modules, .git, bin/obj), deep…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guide for optimizing MSBuild incremental builds. USE FOR: builds slower than expected on subsequent runs, 'nothing changed but it rebuilds anyway', diagnosing why targets re-execute unnecessarily, fixing broken no-op builds. Covers 8 common causes: missing…

原文语言:英语

更新
职业分类
微生物学家
描述

Adapter, primer, and poly-A/T trimming for high-throughput sequencing reads (FASTQ/FASTA). Use for ATAC-seq (Nextera adapter removal), ChIP-seq/CUT&RUN, small RNA-seq (preserving reads as short as ~18 nt), and amplicon/primer trimming where exact or linked…

原文语言:英语

更新
职业分类
天文学家
描述

Expert-thinking profile for Carbon Cycle Scientist (flux towers / atmospheric inversions / GHG inventories / isotopic constraints / Earth-system model evaluation): Reasons from carbon mass balance across reservoirs and timescales, sign conventions, and budget…

原文语言:英语

更新
职业分类
数据科学家
描述

Automated and marker-guided single-cell cell type annotation using CellTypist, marker review, reference transfer, and confidence-aware label curation.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect container logs, or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Synthetic positive control for the eval harness. Not a real skill.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Guidance for Worktrunk (the `wt` CLI) — git worktree management, hooks, and config. Load when working out which worktree a `wt` command will act on, or reaching for the global `-C <path>` to target one; editing .config/wt.toml or…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Provides reverse engineering techniques. Use when the main job is to understand how a compiled, obfuscated, packed, or virtualized target works before exploiting or solving it, including binaries, APKs, WASM, firmware, custom VMs, bytecode, malware-like…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Routes reverse engineering, exploitation, penetration testing, malware, mobile, firmware, browser automation, documentation, and security tasks to the appropriate specialist skill. Use when a task spans modules or the correct reverse-skill entrypoint is…

更新
职业分类
信息安全分析师
描述

Runs a Semgrep security scan over a codebase: detects languages, selects rulesets, presents the plan for explicit approval, then runs every approved ruleset through scripts/run-scans.sh, which batches the semgrep processes and writes scans.json, and merges…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Choose when the user needs **Shopify CLI** to run or fix something now: validate app or extension config on disk (`shopify.app.toml`, `shopify.app.<name>.toml`, `shopify.extension.toml`); run or troubleshoot store workflows (`shopify store auth`, `shopify…

原文语言:英语

更新
职业分类
技术写作员
描述

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Expert guidance for working with Dagster and the dg CLI. Use before doing any task that requires knowledge specific to Dagster, or that references assets, materialization, components, data tools or data pipelines. Common tasks may include creating a new…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create Databricks AI/BI dashboards. Must use when creating, updating, or deploying Lakeview dashboards as Databricks Dashboard have a unique json structure. CRITICAL: You MUST test ALL SQL queries via CLI BEFORE deploying. Follow guidelines strictly.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Use at the start of computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational…

原文语言:英语

更新
职业分类
大气与空间科学家
描述

Expert-thinking profile for Geochemist (lab / field sampling / isotope & aqueous geochemistry / thermodynamic modeling): Reasons from Gibbs equilibria, mass and isotope balance, and fluid–rock interaction through stable (δ) and radiogenic (ε, isochron)…

原文语言:英语

更新
已展示 40 / 1,211 个已收集 Skill。