███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13451 | tooluniverse-cancer-variant-interpretation | mims-harvard/tooluniverse |
Cancer Variant Interpretation for Precision Oncology Comprehensive clinical interpretation of somatic mutations in cancer. Transforms a gene + variant input into an actionable precision oncology report covering clinical evidence, therapeutic options, resistance mechanisms, clinical trials, and prognostic implications. KEY PRINCIPLES : Report-first approach - Create report file FIRST, then populate progressively Evidence-graded - Every recommendation has an evidence tier (T1-T4) Actionable output...
|
117 |
| 13452 | design-system-management | anthropics/knowledge-work-plugins |
Design System Management Help build, maintain, and evolve design systems. Components of a Design System Design Tokens Atomic values that define the visual language: Colors (brand, semantic, neutral) Typography (scale, weights, line heights) Spacing (scale, component padding) Borders (radius, width) Shadows (elevation levels) Motion (durations, easings) Components Reusable UI elements with defined: Variants (primary, secondary, ghost) States (default, hover, active, disabled, loading, error) Size...
|
117 |
| 13453 | tooluniverse-metabolomics-analysis | mims-harvard/tooluniverse |
Metabolomics Analysis Comprehensive analysis of metabolomics data from metabolite identification through quantification, statistical analysis, pathway interpretation, and integration with other omics layers. When to Use This Skill Triggers : User has metabolomics data (LC-MS, GC-MS, NMR) Questions about metabolite abundance or concentrations Differential metabolite analysis requests Metabolic pathway analysis Multi-omics integration with metabolomics Metabolic biomarker discovery Flux balance an...
|
117 |
| 13454 | svelte-components | spences10/svelte-skills-kit |
Svelte Components Quick Start Component libraries: Bits UI (headless) | Ark UI | Melt UI (primitives) Form trick: Use form attribute when form can't wrap inputs: <form id="my-form" action="/submit"><!-- outside table --></form> <table> <tr> <td><input form="my-form" name="email" /></td> <td><button form="my-form">Submit</button></td> </tr> </table> Web Components // svelte.config.js export default { compilerOptions: { customElement: true, }, }; <!-- MyButton.svelte --> <svelte:opt...
|
117 |
| 13455 | smtp penetration testing | davila7/claude-code-templates |
SMTP Penetration Testing Purpose Conduct comprehensive security assessments of SMTP (Simple Mail Transfer Protocol) servers to identify vulnerabilities including open relays, user enumeration, weak authentication, and misconfiguration. This skill covers banner grabbing, user enumeration techniques, relay testing, brute force attacks, and security hardening recommendations. Prerequisites Required Tools Nmap with SMTP scripts sudo apt-get install nmap Netcat sudo apt-get install netcat Hydra fo...
|
117 |
| 13456 | crypto-research | microck/ordinary-claude-skills |
Cryptocurrency Research Skill This skill provides comprehensive cryptocurrency research by orchestrating multiple specialized AI agents that analyze different aspects of the crypto market in parallel. When to Use Invoke this skill when the user: Mentions cryptocurrency analysis or research Names specific cryptocurrencies (BTC, ETH, SOL, etc.) Asks about crypto market conditions Wants investment analysis or opportunities Needs technical or fundamental analysis of crypto assets Requests macro ...
|
117 |
| 13457 | axiom-metal-migration | charleswiltgen/axiom |
Metal Migration Porting OpenGL/OpenGL ES or DirectX code to Metal on Apple platforms. When to Use This Skill Use this skill when: Porting an OpenGL/OpenGL ES codebase to iOS/macOS Porting a DirectX codebase to Apple platforms Deciding between translation layer (MetalANGLE) vs native rewrite Planning a phased migration strategy Evaluating effort vs performance tradeoffs Red Flags ❌ "Just use MetalANGLE and ship" — Translation layers add 10-30% overhead; fine for demos, not production ❌ "Convert s...
|
117 |
| 13458 | axiom-core-location | charleswiltgen/axiom |
Core Location Patterns Discipline skill for Core Location implementation decisions. Prevents common authorization mistakes, battery drain, and background location failures. When to Use Choosing authorization strategy (When In Use vs Always) Deciding monitoring approach (continuous vs significant-change vs CLMonitor) Implementing geofencing or background location Debugging "location not working" issues Reviewing location code for anti-patterns Related Skills axiom-core-location-ref — API refere...
|
117 |
| 13459 | glsl | martinholovsky/claude-skills-generator |
GLSL Shader Programming Skill File Organization: This skill uses split structure. See references/ for advanced shader patterns. 1. Overview This skill provides GLSL shader expertise for creating holographic visual effects in the JARVIS AI Assistant HUD. It focuses on efficient GPU programming for real-time rendering. Risk Level: LOW - GPU-side code with limited attack surface, but can cause performance issues Primary Use Cases: Holographic panel effects with scanlines Animated energy field...
|
117 |
| 13460 | tooluniverse-spatial-transcriptomics | mims-harvard/tooluniverse |
Spatial Transcriptomics Analysis Comprehensive analysis of spatially-resolved transcriptomics data to understand gene expression patterns in tissue architecture context. Combines expression profiling with spatial coordinates to reveal tissue organization, cell-cell interactions, and spatially variable genes. When to Use This Skill Triggers : User has spatial transcriptomics data (Visium, MERFISH, seqFISH, etc.) Questions about tissue architecture or spatial organization Spatial gene expression p...
|
117 |
| 13461 | ln-150-presentation-creator | levnikolaevich/claude-code-skills |
This skill creates an interactive, self-contained HTML presentation from existing project documentation. It transforms Markdown documents into a professional, navigable web presentation with diagrams, collapsible sections, and modern UI. When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator OR used standalone. Use this skill when: - Building HTML presentation from existing documentation - Rebuilding presentation after documentation updates - Cr...
|
117 |
| 13462 | alicloud-media-live | cinience/alicloud-skills |
Category: service ApsaraVideo Live Validation mkdir -p output/alicloud-media-live python -m py_compile skills/media/live/alicloud-media-live/scripts/list_openapi_meta_apis.py echo "py_compile_ok" > output/alicloud-media-live/validate.txt Pass criteria: command exits 0 and output/alicloud-media-live/validate.txt is generated. Output And Evidence Save API inventory and operation evidence under output/alicloud-media-live/ . Keep region, domain, app/stream, and request parameters in evidence files. ...
|
117 |
| 13463 | axiom-synchronization | charleswiltgen/axiom |
Mutex & Synchronization — Thread-Safe Primitives Low-level synchronization primitives for when actors are too slow or heavyweight. When to Use Mutex vs Actor Need Use Reason Microsecond operations Mutex No async hop overhead Protect single property Mutex Simpler, faster Complex async workflows Actor Proper suspension handling Suspension points needed Actor Mutex can't suspend Shared across modules Mutex Sendable, no await needed High-frequency counters Atomic Lock-free performance API Referenc...
|
117 |
| 13464 | performance | davila7/claude-code-templates |
Performance optimization Deep performance optimization based on Lighthouse performance audits. Focuses on loading speed, runtime efficiency, and resource optimization. How it works Identify performance bottlenecks in code and assets Prioritize by impact on Core Web Vitals Provide specific optimizations with code examples Measure improvement with before/after metrics Performance budget Resource Budget Rationale Total page weight < 1.5 MB 3G loads in ~4s JavaScript (compressed) < 300 KB Parsing ...
|
117 |
| 13465 | symphony-setup | odysseus0/symphony |
Symphony Setup Set up Symphony — OpenAI's orchestrator that turns Linear tickets into pull requests via autonomous Codex agents. Preflight checks Run these checks first and stop if any fail — resolve before continuing: codex — run codex --version . Must be installed and authenticated. mise — run mise --version . Needed for Elixir/Erlang version management. gh — run gh auth status . Must be installed AND authenticated. Agents use gh to create PRs and close orphaned PRs. Silent failure without it....
|
117 |
| 13466 | privilege escalation methods | davila7/claude-code-templates |
Privilege Escalation Methods Purpose Provide comprehensive techniques for escalating privileges from a low-privileged user to root/administrator access on compromised Linux and Windows systems. Essential for penetration testing post-exploitation phase and red team operations. Inputs/Prerequisites Initial low-privilege shell access on target system Kali Linux or penetration testing distribution Tools: Mimikatz, PowerView, PowerUpSQL, Responder, Impacket, Rubeus Understanding of Windows/Linux priv...
|
117 |
| 13467 | clawddocs | sundial-org/awesome-openclaw-skills |
Clawdbot Documentation Expert Capability Summary: Clawdbot documentation expert skill with decision tree navigation, search scripts (sitemap, keyword, full-text index via qmd), doc fetching, version tracking, and config snippets for all Clawdbot features (providers, gateway, automation, platforms, tools). You are an expert on Clawdbot documentation. Use this skill to help users navigate, understand, and configure Clawdbot. Quick Start "When a user asks about Clawdbot, first identify what they ne...
|
117 |
| 13468 | axiom-core-data | charleswiltgen/axiom |
Core Data Overview Core principle: Core Data is a mature object graph and persistence framework. Use it when needing features SwiftData doesn't support, or when targeting older iOS versions. When to use Core Data vs SwiftData: SwiftData (iOS 17+) — New apps, simpler API, Swift-native Core Data — iOS 16 and earlier, advanced features, existing codebases Quick Decision Tree Which persistence framework? ├─ Targeting iOS 17+ only? │ ├─ Simple data model? → SwiftData (recommended) │ ├─ Need pub...
|
117 |
| 13469 | clickhouse-io | davila7/claude-code-templates |
ClickHouse Analytics Patterns ClickHouse-specific patterns for high-performance analytics and data engineering. When to Activate Designing ClickHouse table schemas (MergeTree engine selection) Writing analytical queries (aggregations, window functions, joins) Optimizing query performance (partition pruning, projections, materialized views) Ingesting large volumes of data (batch inserts, Kafka integration) Migrating from PostgreSQL/MySQL to ClickHouse for analytics Implementing real-time dashboar...
|
117 |
| 13470 | sales-operations | borghei/claude-skills |
Sales Operations Expert-level sales operations for revenue optimization. Core Competencies CRM administration Sales analytics Territory planning Quota setting Compensation design Process optimization Forecasting Sales enablement Sales Analytics Key Metrics Dashboard ┌─────────────────────────────────────────────────────────────┐ │ Sales Performance - [Period] │ ├─────────────────────────────────────────────────────────────┤ │ Revenue Pipeline W...
|
117 |
| 13471 | ctf-pwn | cyberkaida/reverse-engineering-assistant |
CTF Binary Exploitation (Pwn) Quick reference for binary exploitation (pwn) CTF challenges. Each technique has a one-liner here; see supporting files for full details. Additional Resources overflow-basics.md - Stack/global buffer overflow, ret2win, canary bypass, canary byte-by-byte brute force on forking servers, struct pointer overwrite, signed integer bypass, hidden gadgets, stride-based OOB read leak rop-and-shellcode.md - ROP chains (ret2libc, syscall ROP), SROP with UTF-8 constraints, shel...
|
117 |
| 13472 | axiom-vision-diag | charleswiltgen/axiom |
Vision Framework Diagnostics Systematic troubleshooting for Vision framework issues: subjects not detected, missing landmarks, low confidence, performance problems, coordinate mismatches, text recognition failures, barcode detection issues, and document scanning problems. Overview Core Principle : When Vision doesn't work, the problem is usually: Environment (lighting, occlusion, edge of frame) - 40% Confidence threshold (ignoring low confidence data) - 30% Threading (blocking main thread causes...
|
117 |
| 13473 | wordpress-router | automattic/agent-skills |
WordPress Router When to use Use this skill at the start of most WordPress tasks to: identify what kind of WordPress codebase this is (plugin vs theme vs block theme vs WP core checkout vs full site), pick the right workflow and guardrails, delegate to the most relevant domain skill(s). Inputs required Repo root (current working directory). The user’s intent (what they want changed) and any constraints (WP version targets, WP.com specifics, release requirements). Procedure Run the project triage...
|
116 |
| 13474 | axiom-energy-diag | charleswiltgen/axiom |
Energy Diagnostics Symptom-based troubleshooting for energy issues. Start with your symptom, follow the decision tree, get the fix. Related skills: axiom-energy (patterns, checklists), axiom-energy-ref (API reference) Symptom 1: App at Top of Battery Settings Users or you notice your app consuming significant battery. Diagnosis Decision Tree App at top of Battery Settings? │ ├─ Step 1: Run Power Profiler (15 min) │ ├─ CPU Power Impact high? │ │ ├─ Continuous? → Timer leak or polling loop...
|
116 |
| 13475 | readme | shpigford/skills |
/readme — Gold-Standard README Generation Purpose: Generate a README that converts skimmers into users and satisfies deep readers — then validate it with a council. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /readme Interview + generate + validate (new README) /readme --rewrite Rewrite existing README with same patterns /readme --validate Council-validate an existing README without rewriting The Patterns These are non-negotiable. Every README this skill produces foll...
|
116 |
| 13476 | mantine-dev | itechmeat/llm-code |
Mantine is a fully-featured React components library with TypeScript support. It provides 100+ hooks and components with native dark mode, CSS-in-JS via CSS modules, and excellent accessibility. When to use - Building React applications with a comprehensive UI library - Need TypeScript-first component library with full type safety - Want native dark/light theme support with CSS variables - Building forms with validation (useForm hook) - Need utility hooks for common React patterns - Work...
|
116 |
| 13477 | tooluniverse-rnaseq-deseq2 | mims-harvard/tooluniverse |
RNA-seq Differential Expression Analysis (DESeq2) Differential expression analysis of RNA-seq count data using PyDESeq2, with enrichment analysis (gseapy) and gene annotation via ToolUniverse. BixBench Coverage : Validated on 53 BixBench questions across 15 computational biology projects. Core Principles Data-first - Load and validate count data and metadata BEFORE any analysis Statistical rigor - Proper normalization, dispersion estimation, multiple testing correction Flexible design - Single-f...
|
116 |
| 13478 | git-commit | fvadicamo/dev-agent-skills |
Git Commit with Conventional Commits Overview Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message. Conventional Commit Format <type>[optional scope]: <description> [optional body] [optional footer(s)] Commit Types Type Purpose feat New feature fix Bug fix docs Documentation only style Formatting/style (no logic) refactor Code refactor (no feature/fix) perf Performance improvement test Ad...
|
116 |
| 13479 | instinct-apply | humanplane/homunculus |
You have learned behaviors. Use them. When To Check - Starting a coding task - About to use a tool in a pattern you've seen before - Making decisions about code style, testing, git How To Check ``` Read all personal instincts for f in .claude/homunculus/instincts/personal/*.md; do [ -f "$f" ] && echo "=== $(basename "$f") ===" && cat "$f" && echo done 2>/dev/null Also check inherited instincts for f in .claude/homunculus/instincts/inherited/*.md; do [ -f "$f" ] && echo "=== $(base...
|
116 |
| 13480 | video-generation | cleanexpo/ato |
Video Generation Skill Overview This skill generates high-quality videos using structured prompts and a Python script. The workflow includes creating JSON-formatted prompts and executing video generation with optional reference image. Core Capabilities Create structured JSON prompts for AIGC video generation Support reference image as guidance or the first/last frame of the video Generate videos through automated Python script execution Workflow Step 1: Understand Requirements When a user reques...
|
116 |
| 13481 | qa-expert | 404kidwiz/claude-supercode-skills |
QA Expert Establish world-class QA testing processes for any software project using proven methodologies from Google Testing Standards and OWASP security best practices. When to Use This Skill Trigger this skill when: Setting up QA infrastructure for a new or existing project Writing standardized test cases (AAA pattern compliance) Executing comprehensive test plans with progress tracking Implementing security testing (OWASP Top 10) Filing bugs with proper severity classification (P0-P4) Gen...
|
116 |
| 13482 | axiom-energy-ref | charleswiltgen/axiom |
Energy Optimization Reference Complete API reference for iOS energy optimization, with code examples from WWDC sessions and Apple documentation.
|
116 |
| 13483 | secure | whawkinsiv/claude-code-superpowers |
Security Security Checklist Security Basics: - [ ] Authentication required for protected routes - [ ] Passwords hashed (bcrypt/argon2), never stored plain text - [ ] API keys in environment variables, not code - [ ] HTTPS only in production - [ ] Input validated on server side - [ ] SQL injection prevented (use parameterized queries) - [ ] XSS prevented (sanitize user input) - [ ] CSRF tokens on forms - [ ] Rate limiting on API endpoints - [ ] User sessions expire (30min-1hr typical) See COMMON-...
|
116 |
| 13484 | pnpm | hairyf/skills |
pnpm is a fast, disk space efficient package manager. It uses a content-addressable store to deduplicate packages across all projects on a machine, saving significant disk space. pnpm enforces strict dependency resolution by default, preventing phantom dependencies. Configuration should preferably be placed in pnpm-workspace.yaml for pnpm-specific settings. Important: When working with pnpm projects, agents should check for pnpm-workspace.yaml and .npmrc files to understand workspace structure a...
|
116 |
| 13485 | axiom-using-axiom | charleswiltgen/axiom |
IF AN AXIOM SKILL APPLIES TO YOUR iOS/SWIFT TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. Using Axiom Skills The Rule Check for Axiom skills BEFORE ANY RESPONSE when working with iOS/Swift projects. This includes clarifying questions. Even 1% chance means check first. Red Flags — iOS-Specific Rationalizations These thoughts mean STOP—you're rationalizing: Thought Reality "This is just a simple bui...
|
116 |
| 13486 | ai-search-optimization | dirnbauer/webconsulting-skills |
AI Search Optimization (AEO & GEO) Scope: Optimizing content for AI-powered search engines and answer engines This skill covers strategies for visibility in ChatGPT, Perplexity, Google AI Overviews, Microsoft Copilot, and other generative AI platforms. 1. Understanding AEO & GEO What is AEO (Answer Engine Optimization)? Answer Engine Optimization focuses on structuring content to provide direct, concise answers to user queries through AI-powered platforms. Unlike traditional SEO which aims fo...
|
116 |
| 13487 | avalonia-zafiro-development | davila7/claude-code-templates |
Avalonia Zafiro Development This skill defines the mandatory conventions and behavioral rules for developing cross-platform applications with Avalonia UI and the Zafiro toolkit. These rules prioritize maintainability, correctness, and a functional-reactive approach. Core Pillars Functional-Reactive MVVM: Pure MVVM logic using DynamicData and ReactiveUI. Safety & Predictability: Explicit error handling with Result types and avoidance of exceptions for flow control. Cross-Platform Excellence: St...
|
116 |
| 13488 | axiom-icloud-drive-ref | charleswiltgen/axiom |
iCloud Drive Reference Purpose: Comprehensive reference for file-based iCloud sync using ubiquitous containers Availability: iOS 5.0+ (basic), iOS 8.0+ (iCloud Drive), iOS 11.0+ (modern APIs) Context: File-based cloud storage, not database (use CloudKit for structured data) When to Use This Skill Use this skill when: Implementing document-based iCloud sync Syncing user files across devices Building document-based apps (like Pages, Numbers) Coordinating file access across processes Handling i...
|
116 |
| 13489 | angular-architecture | gentleman-programming/gentleman-skills |
The Scope Rule (REQUIRED) "Scope determines structure" - Where a component lives depends on its usage. Usage Placement Used by 1 feature features/[feature]/components/ Used by 2+ features features/shared/components/ Example features/ shopping-cart/ shopping-cart.ts Main component = feature name components/ cart-item.ts Used ONLY by shopping-cart cart-summary.ts Used ONLY by shopping-cart checkout/ checkout.ts components/ payment-form.ts Used ONLY by checko...
|
116 |
| 13490 | telegram-dev | 2025emma/vibe-coding-cn |
Telegram 生态开发技能 全面的 Telegram 开发指南,涵盖 Bot 开发、Mini Apps (Web Apps)、客户端开发的完整技术栈。 何时使用此技能 当需要以下帮助时使用此技能: 开发 Telegram Bot(消息机器人) 创建 Telegram Mini Apps(小程序) 构建自定义 Telegram 客户端 集成 Telegram 支付和业务功能 实现 Webhook 和长轮询 使用 Telegram 认证和存储 处理消息、媒体和文件 实现内联模式和键盘 Telegram 开发生态概览 三大核心 API Bot API - 创建机器人程序 HTTP 接口,简单易用 自动处理加密和通信 适合:聊天机器人、自动化工具 Mini Apps API (Web Apps) - 创建 Web 应用 JavaScript 接口 在 Telegram 内运行 适合:小程序、游戏、电商 Telegram API & TDLib - 创建客户端 完整的 Telegram 协议实现 支持所有平台 适合:自定义客户端、企业应用 Bot API 开发 快速开始 ...
|
116 |
| 13491 | typescript-type-expert | gracefullight/stock-checker |
TypeScript Type Expert You are an advanced TypeScript type system specialist with deep expertise in type-level programming, complex generic constraints, conditional types, template literal manipulation, and type performance optimization. When to Use This Agent Use this agent for: Complex generic constraints and variance issues Advanced conditional type patterns and distributive behavior Template literal type manipulation and parsing Type inference failures and narrowing problems Recursive type d...
|
116 |
| 13492 | findata-toolkit-cn | geeksfino/finskills |
金融数据工具包 — A股市场 自包含的数据工具包,提供A股市场实时金融数据和定量计算。所有数据源 免费 , 无需API密钥 。 安装 安装依赖(一次性): pip install -r requirements.txt 可用工具 所有脚本位于 scripts/ 目录。从技能根目录运行。 1. A股数据 ( scripts/stock_data.py ) 通过 AKShare 获取A股基本面、行情、财务指标。 命令 用途 python scripts/stock_data.py 600519 基本信息(贵州茅台) python scripts/stock_data.py 600519 --metrics 完整财务指标(估值、盈利、杠杆、增长) python scripts/stock_data.py 600519 --history 历史OHLCV行情 python scripts/stock_data.py 600519 --financials 利润表、资产负债表、现金流量表 python scripts/stock_data.py 600519 --insider 董监高增减持数据...
|
116 |
| 13493 | axiom-xctrace-ref | charleswiltgen/axiom |
xctrace CLI Reference Command-line interface for Instruments profiling. Enables headless performance analysis without GUI. Overview xctrace is the CLI tool behind Instruments.app. Use it for: Automated profiling in CI/CD pipelines Headless trace collection without GUI Programmatic trace analysis via XML export Performance regression detection Requires: Xcode 12+ (xctrace 12.0+). This reference tested with Xcode 26.2. Quick Reference Record a 10-second CPU profile xcrun xctrace record --in...
|
116 |
| 13494 | jimeng_mcp_skill | wwwzhouhui/skills_collection |
即梦 AI 生成技能 概述 即梦技能通过 jimeng-mcp-server 实现 AI 驱动的图像和视频生成,这是一个集成了即梦 AI 多模态生成能力的 MCP(模型上下文协议)服务器。使用此技能可以直接通过自然语言指令创建视觉内容。 核心能力: 🎨 文本生成图像:从文本描述生成高质量图像 🎭 图像合成:智能合并和融合多张图片 🎬 文本生成视频:从文本提示创建短视频 🎞️ 图像生成视频:为静态图像添加动画效果 何时使用此技能: 用户要求生成、创建或制作图像或视频 用户提到"jimeng"、"即梦"或请求AI视觉内容生成 用户提供文本描述并希望得到视觉输出 用户想要组合、合并或合成多张图片 用户想为静态图像添加动画或运动效果 前置条件 使用此技能前,请确保 jimeng-mcp-server 已正确配置: 服务器必须运行,通过以下模式之一: stdio 模式:在 MCP 客户端(Claude Desktop、Cherry Studio)中配置 SSE 模式:作为带 SSE 传输的 HTTP 服务器运行 HTTP 模式:作为 REST API 服务器运行 环境变量已配置...
|
116 |
| 13495 | tooluniverse-statistical-modeling | mims-harvard/tooluniverse |
Statistical Modeling for Biomedical Data Analysis Comprehensive statistical modeling skill for fitting regression models, survival models, and mixed-effects models to biomedical data. Produces publication-quality statistical summaries with odds ratios, hazard ratios, confidence intervals, and p-values. Features Linear Regression - OLS for continuous outcomes with diagnostic tests Logistic Regression - Binary, ordinal, and multinomial models with odds ratios Survival Analysis - Cox proportional h...
|
116 |
| 13496 | axiom-network-framework-ref | charleswiltgen/axiom |
Network.framework API Reference Overview Network.framework is Apple's modern networking API that replaces Berkeley sockets, providing smart connection establishment, user-space networking, built-in TLS support, and seamless mobility. Introduced in iOS 12 (2018) with NWConnection and evolved in iOS 26 (2025) with NetworkConnection for structured concurrency. Evolution timeline 2018 (iOS 12) NWConnection with completion handlers, deprecates CFSocket/NSStream/SCNetworkReachability 2019 (iOS 13) U...
|
115 |
| 13497 | google-drive-automation | composiohq/awesome-claude-skills |
Google Drive Lightweight Google Drive integration with standalone OAuth authentication. No MCP server required. Full read/write access. Requires Google Workspace account. Personal Gmail accounts are not supported. When to Use You need to search, list, upload, download, move, or organize Google Drive files and folders. The task requires direct Drive read/write automation through local scripts in a Workspace account. You want file-level Drive operations without introducing an MCP server dependency...
|
115 |
| 13498 | package-management | aaronontheweb/dotnet-skills |
NuGet Package Management When to Use This Skill Use this skill when: Adding, removing, or updating NuGet packages Setting up Central Package Management (CPM) for a solution Managing package versions across multiple projects Troubleshooting package conflicts or restore issues Golden Rule: Never Edit XML Directly Always use dotnet CLI commands to manage packages. Never manually edit .csproj or Directory.Packages.props files. DO: Use CLI commands dotnet add package Newtonsoft.Json dotnet remove pa...
|
115 |
| 13499 | data-scientist | 404kidwiz/claude-supercode-skills |
Use this skill when Working on data scientist tasks or workflows Needing guidance, best practices, or checklists for data scientist Do not use this skill when The task is unrelated to data scientist You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a...
|
115 |
| 13500 | alicloud-network-esa-test | cinience/alicloud-skills |
Category: test ESA Minimal Viable Test Prerequisites Network access is available. GoalsSkill: skills/network/esa/alicloud-network-esa/ 。 Test Steps 执行: python skills/network/esa/alicloud-network-esa/scripts/list_openapi_meta_apis.py \ --product-code ESA \ --version 2024 -09-10 \ --output-dir output/alicloud-network-esa-test 检查输出文件是否存在: output/alicloud-network-esa-test/ESA_2024-09-10_api_docs.json output/alicloud-network-esa-test/ESA_2024-09-10_api_list.md Expected Results Command execution succe...
|
115 |