Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,475
总 Skills
36.2M
总安装量
2,446
贡献者
# Skill 仓库 描述 安装量
8351 mf module-federation/core
MF — Module Federation All-in-One Skill Step 1: Identify the sub-skill Parse $ARGUMENTS and map to a reference file in the reference/ directory (same directory as this file): Sub-command (case-insensitive) Aliases Reference file docs doc , help , ? reference/docs.md context ctx , info , status reference/context.md module-info module , remote , manifest reference/module-info.md integrate init , setup , add reference/integrate.md type-check types , ts , dts reference/type-check.md shared-deps shar...
247
8352 pdf processing davila7/claude-code-templates
PDF Processing Quick start Use pdfplumber to extract text from PDFs: import pdfplumber with pdfplumber . open ( "document.pdf" ) as pdf : text = pdf . pages [ 0 ] . extract_text ( ) print ( text ) Extracting tables Extract tables from PDFs with automatic detection: import pdfplumber with pdfplumber . open ( "report.pdf" ) as pdf : page = pdf . pages [ 0 ] tables = page . extract_tables ( ) for table in tables : for row in table : print ( row ) Extracting all pages Process multi-page documents ef...
246
8353 revenuecat rawveg/skillsforge-marketplace
RevenueCat Query RevenueCat metrics and search documentation. Config Set RC_API_KEY environment variable, which should be a v2 secret API key. Context Query the RevenueCat API ( GET /projects ) to get information about the project you have access to. Your RevenueCat API key allows access to a single project. Use the project ID in subsequent API calls. API Access { baseDir } /scripts/rc-api.sh < endpoint > Example: {baseDir}/scripts/rc-api.sh /projects to list projects. Local API Reference Start ...
246
8354 design-with-taste cristicretu/family-taste-skill
Design with Taste This skill encodes the design philosophy behind Family — a product widely praised for feeling alive , welcoming , and intentional . Originally documented by Benji Taylor at benji.org/family-values . Read this before writing any UI code. Every time. The user wants something built. Your job is to make it feel like a human who gives a shit designed it. The Three Pillars Ordered by priority. You cannot have Delight without Fluidity, and you cannot have Fluidity without Simplicity. ...
246
8355 google-ads jdrhyne/agent-skills
Paid Ads: Google Ads Guides Google Ads setup, campaign structure, keyword targeting, and optimization. Google Ads excels at high-intent search traffic; use when people actively search for your solution. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Two Modes: PMF Testing vs Conversion-Driven Mode When Budget Landing page...
246
8356 llm-application-dev-langchain-agent sickn33/antigravity-awesome-skills
LangChain/LangGraph Agent Development Expert You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph. Use this skill when Working on langchain/langgraph agent development expert tasks or workflows Needing guidance, best practices, or checklists for langchain/langgraph agent development expert Do not use this skill when The task is unrelated to langchain/langgraph agent development expert You need a different domain or tool outsid...
246
8357 systems-programming-rust-project sickn33/antigravity-awesome-skills
Rust Project Scaffolding You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications. Generate complete project structures with cargo tooling, proper module organization, testing setup, and configuration following Rust best practices. Use this skill when Working on rust project scaffolding tasks or workflows Needing guidance, best practices, or checklists for rust project scaffolding Do not use this skill when The task is unrelated to rust project sc...
246
8358 nansen-token-research nansen-ai/nansen-cli
Token Deep Dive All commands: nansen research token <sub> [options] --chain required for spot endpoints. Use --token <address> for token-specific endpoints. Info & Price nansen research token info --token < addr > --chain solana nansen research token ohlcv --token < addr > --chain solana --timeframe 1h Timeframes: 1m , 5m , 15m , 30m , 1h , 2h , 4h , 1d , 1w , 1M Holders nansen research token holders --token < addr > --chain solana nansen research token holders --token < addr > --chain solana --...
246
8359 confluence spillwavesolutions/confluence-skill
Confluence Confluence is a team collaboration and document management tool. It's used by teams of all sizes to create, organize, and discuss work, all in one place. Think of it as a central hub for project documentation, meeting notes, and knowledge sharing within an organization. Official docs: https://developer.atlassian.com/cloud/confluence/ Confluence Overview Space Page Attachment Blog Post When to use which actions: Use action names and parameters as needed. Working with Confluence This sk...
246
8360 dependency-tracking aj-geddes/useful-ai-prompts
Dependency Tracking Overview Dependency tracking ensures visibility of task relationships, identifies blocking issues early, and enables better resource planning and risk mitigation. When to Use Multi-team projects and programs Complex technical integrations Cross-organizational initiatives Identifying critical path items Resource allocation planning Preventing schedule delays Onboarding new team members Instructions 1. Dependency Mapping Dependency mapping and tracking class DependencyTrack...
246
8361 autoscaling-configuration aj-geddes/useful-ai-prompts
Autoscaling Configuration Overview Implement autoscaling strategies to automatically adjust resource capacity based on demand, ensuring cost efficiency while maintaining performance and availability. When to Use Traffic-driven workload scaling Time-based scheduled scaling Resource utilization optimization Cost reduction High-traffic event handling Batch processing optimization Database connection pooling Implementation Examples 1. Kubernetes Horizontal Pod Autoscaler hpa-configuration.yaml ap...
246
8362 capacity-planning aj-geddes/useful-ai-prompts
Capacity Planning Overview Capacity planning ensures teams have sufficient resources to deliver work at sustainable pace, prevents burnout, and enables accurate commitment to stakeholders. When to Use Annual or quarterly planning cycles Allocating people to projects Adjusting team size Planning for holidays and absences Forecasting resource needs Balancing multiple projects Identifying bottlenecks Instructions 1. Capacity Assessment Team capacity calculation and planning class CapacityPlanne...
246
8363 better-result-adopt dmmulroy/better-result
better-result Adoption Migrate existing error handling (try/catch, Promise rejections, thrown exceptions) to typed Result-based error handling with better-result. When to Use Adopting better-result in existing codebase Converting try/catch blocks to Result types Replacing thrown exceptions with typed errors Migrating Promise-based code to Result.tryPromise Introducing railway-oriented programming patterns Migration Strategy 1. Start at Boundaries Begin migration at I/O boundaries (API calls, ...
246
8364 ln-652-transaction-correctness-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Transaction Correctness Auditor (L3 Worker) Specialized worker auditing database transaction patterns for correctness, scope, and trigger interaction. Purpose & Scope Worker in ln-650 coordinator pipeline - invoked by ln-650-persistence-performance-auditor Audit transaction correctness (Priority: HIGH) Check commit patterns...
246
8365 shadcn-ui existential-birds/beagle
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
246
8366 cpp-pro sickn33/antigravity-awesome-skills
C++ Pro Senior C++ developer with deep expertise in modern C++20/23, systems programming, high-performance computing, and zero-overhead abstractions. Role Definition You are a senior C++ engineer with 15+ years of systems programming experience. You specialize in modern C++20/23, template metaprogramming, performance optimization, and building production-grade systems with emphasis on safety, efficiency, and maintainability. You follow C++ Core Guidelines and leverage cutting-edge language fe...
246
8367 logo-design-guide inference-sh/skills
Logo Design Guide Design effective logos with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a logo concept infsh app run falai/flux-dev-lora --input '{ "prompt": "flat vector logo of a mountain peak with a sunrise, minimal geometric style, single color, clean lines, white background", "width": 1024, "height": 1024 }' Logo Types Type Description When to ...
246
8368 linkedin-content inference-sh/skills
LinkedIn Content Write high-engagement LinkedIn posts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research trending LinkedIn content patterns infsh app run tavily/search-assistant --input '{ "query": "LinkedIn viral post examples 2024 high engagement patterns" }' Post to X (cross-posting reference) infsh app run x/post-create --input '{ "text": "Your cross-posted version here" }...
246
8369 motion-designer ncklrs/startup-os-skills
Motion Designer: Visual Animation Craft You are a motion designer creating expressive, purposeful movement. Apply Disney's 12 principles to craft animations that communicate and delight. The 12 Principles for Motion Design 1. Squash and Stretch The soul of organic movement. Compress on impact, elongate during speed. Preserve volume—wider means shorter. Use for characters, UI elements with personality, brand mascots. 2. Anticipation Wind-up before action. A button recoils before launching na...
246
8370 frontend-design digitalsamba/claude-code-video-toolkit
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
246
8371 quick-game opusgamelabs/game-creator
Performance Notes Take your time to do this thoroughly Quality is more important than speed Do not skip validation steps Quick Game (Fast Prototype) Build a playable game prototype as fast as possible. This is /make-game without the polish — just scaffold + implement the core loop. Get something on screen, then incrementally add layers with /add-assets , /design-game , /add-audio , /game-deploy , and /monetize-game . What you'll get: A scaffolded game project with clean architecture Core gamepla...
246
8372 axiom-networking charleswiltgen/axiom
Network.framework Networking When to Use This Skill Use when: Implementing UDP/TCP connections for gaming, streaming, or messaging apps Migrating from BSD sockets, CFSocket, NSStream, or SCNetworkReachability Debugging connection timeouts or TLS handshake failures Supporting network transitions (WiFi ↔ cellular) gracefully Adopting structured concurrency networking patterns (iOS 26+) Implementing custom protocols over TLS/QUIC Requesting code review of networking implementation before shipping
246
8373 lark vm0-ai/vm0-skills
Lark (Feishu) API Complete Lark/Feishu integration for enterprise collaboration, including messaging, group management, contacts, and calendar. When to Use Send automated notifications to users or groups Build interactive bot workflows Manage group chats and members Query contacts and organization structure Sync calendar events and schedules Integrate Lark with other systems Prerequisites Set the following environment variables: export LARK_APP_ID=cli_xxxxx export LARK_APP_SECRET=xxxxx Get...
246
8374 requesting-code-review davila7/claude-code-templates
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
246
8375 email-systems davila7/claude-code-templates
Email Systems You are an email systems engineer who has maintained 99.9% deliverability across millions of emails. You've debugged SPF/DKIM/DMARC, dealt with blacklists, and optimized for inbox placement. You know that email is the highest ROI channel when done right, and a spam folder nightmare when done wrong. You treat deliverability as infrastructure, not an afterthought. Patterns Transactional Email Queue Queue all transactional emails with retry logic and monitoring Email Event Trackin...
246
8376 aeon davila7/claude-code-templates
Aeon Time Series Machine Learning Overview Aeon is a scikit-learn compatible Python toolkit for time series machine learning. It provides state-of-the-art algorithms for classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. When to Use This Skill Apply this skill when: Classifying or predicting from time series data Detecting anomalies or change points in temporal sequences Clustering similar time series patterns Forecasting future value...
246
8377 modal davila7/claude-code-templates
Modal Imperative API Guide Use createModal from @lobehub/ui for imperative modal dialogs. Why Imperative? Mode Characteristics Recommended Declarative Need open state, render <Modal /> ❌ Imperative Call function directly, no state ✅ File Structure features/ └── MyFeatureModal/ ├── index.tsx Export createXxxModal └── MyFeatureContent.tsx Modal content Implementation 1. Content Component ( MyFeatureContent.tsx ) 'use client' ; import { useModalContext } from '@lobehub/ui' ; import { us...
246
8378 zapier-workflows davila7/claude-code-templates
Zapier Workflows Skill The Problem This Solves Zapier MCP gives Claude access to 8,000+ individual tools (every Zapier action), but there are critical limitations: ❌ No memory - Claude doesn't remember which tools YOU use or why ❌ No context - Doesn't know when to use specific tools for your workflows ❌ Only one-off actions - Can't trigger your complex, multi-step Zaps ❌ Fresh start every session - All context lost between conversations The Two Types of Zapier Automation 1. MCP Tools (One-Of...
246
8379 cnki-search cookjohn/cnki-skills
CNKI Basic Search Search CNKI for papers using keyword(s). Returns result count and structured result list (titles, URLs, authors, journal, date) in a single call. Arguments $ARGUMENTS contains the search keyword(s) in Chinese or English. Steps 1. Navigate Use mcp__chrome-devtools__navigate_page → https://kns.cnki.net/kns8s/search 2. Search + extract results (single evaluate_script, NO wait_for) Replace YOUR_KEYWORDS with actual search terms: async ( ) => { const query = "YOUR_KEYWORDS" ; // Wai...
246
8380 xss-prevention aj-geddes/useful-ai-prompts
XSS Prevention Overview Implement comprehensive Cross-Site Scripting (XSS) prevention using input sanitization, output encoding, CSP headers, and secure coding practices. When to Use User-generated content display Rich text editors Comment systems Search functionality Dynamic HTML generation Template rendering Implementation Examples 1. Node.js XSS Prevention // xss-prevention.js const createDOMPurify = require('dompurify'); const { JSDOM } = require('jsdom'); const he = require('he'); const ...
246
8381 growth-marketer borghei/claude-skills
Growth Marketer Expert-level growth marketing for scalable user acquisition. Core Competencies Growth experimentation Funnel optimization Acquisition channels Retention strategies Viral mechanics Data analytics A/B testing Growth modeling Growth Framework AARRR Funnel (Pirate Metrics) ACQUISITION → ACTIVATION → RETENTION → REFERRAL → REVENUE Acquisition: How do users find us? ├── Channels: SEO, Paid, Social, Content ├── Metrics: Traffic, CAC, Channel mix └── Goal: Efficient user acquisition ...
246
8382 angular-best-practices-signalstore alfredoperez/angular-best-practices
Angular SignalStore Best Practices NgRx SignalStore rules for signal-based local and feature state management. Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Creating or modifying SignalStore-based state management Integrating RxJS side effects with rxMethod Managing collections with withEntities Rules Rule Impact Description Use rxMethod for RxJS Integration MEDIUM Debo...
246
8383 ads-apple agricidaniel/claude-ads
Apple Ads (formerly Apple Search Ads) Deep Analysis Process Collect Apple Ads account data (exports from Apple Ads dashboard or pasted metrics) Identify active placement types (Search Results, Search Tab, Today Tab, Product Pages) Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate ASA Health Score (0-100) Generate findings report with action plan What to Analyze Campaign Structure (25% weight) BOFU; Bottom of Funnel (Search Results, Exact Match brand) Brand keyword campaign prese...
246
8384 kotlin-tooling-agp9-migration kotlin/kotlin-agent-skills
KMP AGP 9.0 Migration Android Gradle Plugin 9.0 makes the Android application and library plugins incompatible with the Kotlin Multiplatform plugin in the same module. This skill guides you through the migration. Step 0: Analyze the Project Before making any changes, understand the project structure: Read settings.gradle.kts (or .gradle ) to find all modules For each module, read its build.gradle.kts to identify which plugins are applied Check if the project uses a Gradle version catalog ( gradl...
246
8385 tamagui-best-practices 0xbigboss/claude-code
This skill provides patterns for Tamagui v1.x that go beyond fundamentals. It focuses on Config v4, compiler optimization, compound components, and common mistakes. Mandatory Context Loading When working with these components, read the corresponding pattern file BEFORE writing code: Component Type Required Reading Cross-Skills Dialog, Sheet, modal overlays @DIALOG_PATTERNS.md Form, Input, Label, validation @FORM_PATTERNS.md typescript-best-practices (zod) Animations, transitions @ANIMATION_P...
246
8386 mql5-indicator-patterns terrylica/cc-skills
Battle-tested patterns for creating custom MQL5 indicators with proper display, buffer management, and real-time updates. Quick Reference Essential Patterns Display Scale (for small values < 1.0): ``` IndicatorSetDouble(INDICATOR_MINIMUM, 0.0); IndicatorSetDouble(INDICATOR_MAXIMUM, 0.1); ``` Buffer Setup (visible + hidden): ``` SetIndexBuffer(0, BufVisible, INDICATOR_DATA); // Visible SetIndexBuffer(1, BufHidden, INDICATOR_CALCULATIONS); // Hidden ``` New Bar Detection (prevent...
246
8387 frontend-design dengineproblem/agents-monorepo
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
246
8388 hugging-face-paper-publisher huggingface/skills
Overview This skill provides comprehensive tools for AI engineers and researchers to publish, manage, and link research papers on the Hugging Face Hub. It streamlines the workflow from paper creation to publication, including integration with arXiv, model/dataset linking, and authorship management. Integration with HF Ecosystem Paper Pages: Index and discover papers on Hugging Face Hub arXiv Integration: Automatic paper indexing from arXiv IDs Model/Dataset Linking: Connect papers to relevant ...
245
8389 git-commit-push-pr everyinc/compound-engineering-plugin
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Git Commit, Push, and PR Go from working changes to an open pull request, or rewrite an existing PR description. Asking the user: When this skill says "ask the user", use the platform's blocking question tool ( AskUserQuestion in Claude Code, request_user_input in Codex, ask_user in Gemini). If unavailable, present the question and wait for a r...
245
8390 senior-prompt-engineer alirezarezvani/claude-skills
Senior Prompt Engineer World-class senior prompt engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/prompt_optimizer.py --input data/ --output results/ Core Tool 2 python scripts/rag_evaluator.py --target project/ --analyze Core Tool 3 python scripts/agent_orchestrator.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architectures Scalable syste...
245
8391 nansen-smart-money-trend nansen-ai/nansen-cli
TOKEN = < address > CHAIN = ethereum nansen research smart-money netflow --chain $CHAIN --limit 200 → filter by token_address; net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20 → address_label, value_usd, balance_change_24h, balance_change_7d, balance_change_30d nansen research token flow-intelligence --token $TOKEN --chain $CHAIN → smart_trader_net_flow_usd, whale_net_flow_usd, fund_net_fl...
245
8392 cpu-profiling aj-geddes/useful-ai-prompts
CPU Profiling Overview CPU profiling identifies which functions consume most CPU time, enabling targeted optimization of expensive code paths. When to Use High CPU usage Slow execution Performance regression Before optimization Production monitoring Instructions 1. Profiling Tools Browser Profiling: Chrome DevTools: Steps: 1. DevTools → Performance 2. Click record 3. Perform action 4. Stop recording 5. Analyze flame chart Metrics: - Function call duration - Cal...
245
8393 natural language processing aj-geddes/useful-ai-prompts
Natural Language Processing Overview This skill provides comprehensive tools for building NLP applications using modern transformers, BERT, GPT, and classical NLP techniques for text classification, named entity recognition, sentiment analysis, and more. When to Use Building text classification systems for sentiment analysis, topic categorization, or intent detection Extracting named entities (people, places, organizations) from unstructured text Implementing machine translation, text summarizat...
245
8394 database-sharding aj-geddes/useful-ai-prompts
Database Sharding Overview Implement horizontal data partitioning across multiple database servers. Covers sharding strategies, consistent hashing, shard key selection, and cross-shard querying patterns. When to Use Database size exceeds single server capacity Read/write throughput needs horizontal scaling Geographic data distribution requirements Multi-tenant data isolation Cost optimization through distributed architecture Load balancing across database instances Sharding Strategies 1. Range...
245
8395 secrets-management aj-geddes/useful-ai-prompts
Secrets Management Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools. Purpose Implement secure secrets management in CI/CD pipelines without hardcoding sensitive information. When to Use Store API keys and credentials Manage database passwords Handle TLS certificates Rotate secrets automatically Implement least-privilege access Secrets Management Tools HashiCorp Vault Centralized secrets management Dynamic secrets generation Secret rotation...
245
8396 ln-653-runtime-performance-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Runtime Performance Auditor (L3 Worker) Specialized worker auditing runtime performance anti-patterns in async and general code. Purpose & Scope Worker in ln-650 coordinator pipeline - invoked by ln-650-persistence-performance-auditor Audit runtime performance (Priority: MEDIUM) Check async anti-patterns, unnecessary alloca...
245
8397 claude-ally-health sickn33/antigravity-awesome-skills
Claude Ally Health Overview A health assistant skill for medical information analysis, symptom tracking, and wellness guidance. When to Use This Skill Use this skill when you need to work with a health assistant skill for medical information analysis, symptom tracking, and wellness guidance.. Instructions This skill provides guidance and patterns for a health assistant skill for medical information analysis, symptom tracking, and wellness guidance.. For more information, see the source repositor...
245
8398 setup-auditor useai-pro/openclaw-skills-security
Setup Auditor You are an environment security auditor for OpenClaw. You check the user's workspace, config, and sandbox setup to determine if it's safe to run skills. One-liner: Tell me about your setup → I tell you if it's ready + what to fix. When to Use Before running any skill with fileRead access (your secrets could be exposed) When setting up a new OpenClaw environment After a security incident (re-verify setup) Periodic security hygiene check Wizard Protocol (ask the user these questions)...
245
8399 rag-retrieval yonatangross/orchestkit
Combine vector search with LLM generation for accurate, grounded responses. Basic RAG Pattern ``` async def rag_query(question: str, top_k: int = 5) -> str: """Basic RAG: retrieve then generate.""" 1. Retrieve relevant documents docs = await vector_db.search(question, limit=top_k) 2. Construct context context = "\n\n".join([ f"[{i+1}] {doc.text}" for i, doc in enumerate(docs) ]) 3. Generate with context response = await llm.chat([ {...
245
8400 lambda-labs-gpu-cloud davila7/claude-code-templates
Lambda Labs GPU Cloud Comprehensive guide to running ML workloads on Lambda Labs GPU cloud with on-demand instances and 1-Click Clusters. When to use Lambda Labs Use Lambda Labs when: Need dedicated GPU instances with full SSH access Running long training jobs (hours to days) Want simple pricing with no egress fees Need persistent storage across sessions Require high-performance multi-node clusters (16-512 GPUs) Want pre-installed ML stack (Lambda Stack with PyTorch, CUDA, NCCL) Key feature...
245