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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
7351 self-improvement-ci pskoett/pskoett-ai-skills
Self-Improvement CI Install npx skills add pskoett/pskoett-ai-skills/self-improvement-ci Purpose Run self-improvement in CI without interactive chat loops: Inspect PR check results and CI failures Ingest learning candidates from simplify-and-harden-ci Deduplicate recurring patterns by stable pattern_key Emit promotion-ready suggestions for agent context/system prompts Use self-improvement for interactive/local sessions. Context Limitation (Important) CI agents do not have peak task context from ...
460
7352 cypress-explain cypress-io/ai-toolkit
Cypress Explain Use this skill when: The user wants to understand Cypress or an existing test, or to review or critique tests without authoring changes. Use this skill even if they only say "tests" and do not mention Cypress, or if they mention cy.* (the word "cy", a period, and a suffix indicating a Cypress command). Do NOT use this skill when: The user states they are not asking about Cypress, when the user mentions an alternative testing tool without referencing Cypress, or when the primary a...
460
7353 financial-deep-research eng0ai/eng0-template-skills
Financial Deep Research Core System Instructions Purpose: Deliver citation-backed, verified financial research reports through 8-phase pipeline (Scope > Plan > Retrieve > Triangulate > Synthesize > Critique > Refine > Package) with financial source credibility scoring, regulatory compliance tracking, and progressive context management. Financial Focus: This skill specializes in: Market analysis and investment research Due diligence and competitive benchmarking Regulatory compliance and risk a...
460
7354 ui-ux-pro-max likaia/nginxpulse
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
459
7355 regulatory-affairs-head alirezarezvani/claude-skills
Head of Regulatory Affairs Regulatory strategy development, submission management, and global market access for medical device organizations. Table of Contents Regulatory Strategy Workflow FDA Submission Workflow EU MDR Submission Workflow Global Market Access Workflow Regulatory Intelligence Workflow Decision Frameworks Tools and References Regulatory Strategy Workflow Develop regulatory strategy aligned with business objectives and product characteristics. Workflow: New Product Regulatory Stra...
459
7356 quarto-authoring posit-dev/skills
Quarto Authoring This skill is based on Quarto CLI v1.8.26. When to Use What Task: Write a new Quarto document Use: Follow "QMD Essentials" below, then see specific reference files Task: Convert R Markdown to Quarto Use: references/conversion-rmarkdown.md Task: Migrate bookdown project Use: references/conversion-bookdown.md Task: Migrate xaringan slides Use: references/conversion-xaringan.md Task: Migrate distill article Use: references/conversion-distill.md Task: Migrate blogdown site Use: refe...
459
7357 animation-principles owl-listener/designer-skills
Animation Principles You are an expert in applying motion design principles to create purposeful UI animations. What You Do You apply animation principles to make interfaces feel natural, guide attention, and communicate state changes. Core UI Animation Principles Easing Ease-out: decelerating (entering elements) Ease-in: accelerating (exiting elements) Ease-in-out: both (moving between positions) Linear: only for continuous animations (progress bars) Duration Micro (50-100ms): button states, to...
459
7358 rabbitmq-development mindrally/skills
RabbitMQ Development You are an expert in RabbitMQ and AMQP (Advanced Message Queuing Protocol) development. Follow these best practices when building message queue-based applications. Core Principles RabbitMQ is a message broker that receives messages from publishers and routes them to consumers AMQP 0-9-1 is the most commonly used protocol - an application layer protocol transmitting data in binary format Design for reliability, scalability, and fault tolerance Leave NO todos, placeholders, or...
459
7359 feishu-bitable larksuite/openclaw-lark
飞书多维表格 通过 Bitable API 操作数据、字段、视图和权限。 Base URL : https://open.feishu.cn/open-apis/bitable/v1 关键参数 : app_token : 多维表格 URL 中 /base/ 后的字符串 table_id : 调用列表 API 获取 记录操作 API 端点 说明 新增单条 POST /apps/{app_token}/tables/{table_id}/records - 批量新增 POST .../records/batch_create 最多 500 条,支持 Upsert 更新 PUT .../records/{record_id} - 批量更新 POST .../records/batch_update 最多 500 条 批量删除 POST .../records/batch_delete 最多 500 条 查询 POST .../records/search 支持 filter/sort/分页 请求示例 : { "fields" : { "名称" : "测试" , "金额" : 100 , "进...
459
7360 docker-containerization aj-geddes/useful-ai-prompts
Docker Containerization Skill Overview Generate production-ready Docker configurations for modern web applications, particularly Next.js and Node.js projects. This skill provides Dockerfiles, docker-compose setups, bash scripts for container management, and comprehensive deployment guides for various orchestration platforms. Core Capabilities 1. Dockerfile Generation Create optimized Dockerfiles for different environments: Production ( assets/Dockerfile.production ): Multi-stage build reducing i...
459
7361 marketing-demand-acquisition davila7/claude-code-templates
Marketing Demand & Acquisition Expert acquisition playbook for Series A+ startups scaling internationally (EU/US/Canada) with hybrid PLG/Sales-Led motion. Keywords demand generation, paid media, paid ads, LinkedIn ads, Google ads, Meta ads, CAC, customer acquisition cost, lead generation, MQL, SQL, pipeline generation, acquisition strategy, performance marketing, paid social, paid search, partnerships, affiliate marketing, SEO strategy, HubSpot campaigns, marketing automation, B2B marketing, Saa...
459
7362 research-lookup davila7/claude-code-templates
Research Information Lookup Overview This skill enables real-time research information lookup using Perplexity's Sonar models through OpenRouter. It intelligently selects between Sonar Pro Search (fast, efficient lookup) and Sonar Reasoning Pro (deep analytical reasoning) based on query complexity. The skill provides access to current academic literature, recent studies, technical documentation, and general research information with proper citations and source attribution. When to Use This Ski...
459
7363 core-components sickn33/antigravity-awesome-skills
Core Components Design System Overview Use components from your core library instead of raw platform components. This ensures consistent styling and behavior. Design Tokens NEVER hard-code values. Always use design tokens. Spacing Tokens // CORRECT - Use tokens <Box padding="$4" marginBottom="$2" /> // WRONG - Hard-coded values <Box padding={16} marginBottom={8} /> Token Value $1 4px $2 8px $3 12px $4 16px $6 24px $8 32px Color Tokens // CORRECT - Semantic tokens <Text color="$textPrimary"...
459
7364 coding-standards davila7/claude-code-templates
Coding Standards & Best Practices Universal coding standards applicable across all projects. When to Activate Starting a new project or module Reviewing code for quality and maintainability Refactoring existing code to follow conventions Enforcing naming, formatting, or structural consistency Setting up linting, formatting, or type-checking rules Onboarding new contributors to coding conventions Code Quality Principles 1. Readability First Code is read more than written Clear variable and functi...
459
7365 vue-development-guides hyf0/vue-skills
Vue.js Development Guides Tasks Checklist Followed the core principles Followed the defaults unless there is a good reason not to Followed the reactivity best practices Followed the component best practices Followed the Vue SFC best practices Kept components focused Split large components into smaller ones when needed Moved state/side effects into composables if applicable Followed data flow best practices Core Principles Keep state predictable: one source of truth, derive everything else. Make ...
458
7366 kaizen:root-cause-tracing neolabhq/context-engineering-kit
Root Cause Tracing Overview Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom. Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source. When to Use digraph when_to_use { "Bug appears deep in stack?" [ shape = diamond ] ; "Can trace backwards?" [ shape = diamond ] ; "Fix at ...
458
7367 grepai-chunking yoanbernabeu/grepai-skills
This skill covers how GrepAI splits code files into chunks for embedding, and how to optimize chunking for your codebase. When to Use This Skill - Optimizing search accuracy - Adjusting for code style (verbose vs. concise) - Troubleshooting search results - Understanding how indexing works What is Chunking? Chunking is the process of splitting source files into smaller segments for embedding: ``` ┌─────────────────────────────────────┐ │ Large Source File │ │ ...
458
7368 grepai-init yoanbernabeu/grepai-skills
This skill covers the `grepai init` command and project initialization. When to Use This Skill - Setting up GrepAI in a new project - Understanding what `grepai init` creates - Customizing initial configuration - Troubleshooting initialization issues Basic Usage ``` cd /path/to/your/project grepai init ``` What Init Creates Running `grepai init` creates the `.grepai/` directory with: ``` .grepai/ ├── config.yaml Configuration file ├── index.gob Vector index (created by wa...
458
7369 translation-expertise shino369/claude-code-personal-workspace
This skill provides comprehensive translation expertise for English, Japanese, and Traditional Chinese. It covers translation methodologies, cultural considerations, and best practices for producing high-quality translations. Translation Philosophy Core Principles - Meaning over Literalness: Convey the intended meaning rather than word-for-word translation - Cultural Adaptation: Adapt content for the target culture while preserving the original intent - Natural Flow: Translations should r...
458
7370 design-brief nexu-io/open-design
This skill creates a design brief through structured conversation. You may skip steps if they are not necessary. Example prompts "Write a brief for the onboarding flow" "I need to plan a settings page before I start building" "Help me define the direction for a marketing landing page" "Brief this: a dashboard that shows project health metrics" Process Ask the user for a detailed description of what they want to build, who it is for, and any constraints or ideas they already have. Explore the exi...
458
7371 three-best-practices emalorenzo/three-agent-skills
Three.js Best Practices Comprehensive performance optimization guide for Three.js applications. Contains 100+ rules across 17 categories, prioritized by impact. Based on official guidelines from Three.js llms branch maintained by mrdoob. When to Apply Reference these guidelines when: Setting up a new Three.js project Writing or reviewing Three.js code Optimizing performance or fixing memory leaks Working with custom shaders (GLSL or TSL) Implementing WebGPU features Building VR/AR experienc...
458
7372 humanizer-cn z0gsh1u/oh-my-writing-skill
你是一个文字编辑,专门识别和消除中文文本中的 AI 生成痕迹,让文章读起来更自然、更有人味。 你的任务 当收到需要去AI化的文本时: - 识别 AI 模式 - 扫描下列模式 - 重写问题段落 - 用自然的表达替换 AI 腔 - 保留核心意思 - 不改变原文的核心观点 - 匹配原有语气 - 保持文章的整体调性 - 注入灵魂 - 不只是删掉坏模式,还要加入真实的个性 灵魂与个性 去除 AI 模式只是一半的工作。没有灵魂的文字,即使技术上"干净",也一眼就能看出问题。 无灵魂写作的特征(即使没有明显 AI 痕迹): - 每句话长度和结构都差不多 - 没有观点,只是中立地陈述 - 不承认不确定性或矛盾心情 - 该用"我"的时候不用 - 没有幽默感,没有棱角,没有个性 - 读起来像百科词条或新闻通稿 如何注入灵魂: 要有观点。 不只是陈述事实——要对事实有反应。"说实话我也不知道该怎么看这件事"比中立地列出利弊更像人话。 节奏要变化。 短句有力。然后来一句慢悠悠的长句,让读者跟着你的思路走。混着用。 承认复杂性。 真人会有矛盾的感受。"这东西挺厉害...
458
7373 clickup civitai/civitai
ClickUp Interact with ClickUp tasks and documents via the API. Get task information, view comments, create tasks, manage assignments, post updates, and create/edit documents. Setup Copy .env-example to .env in this skill directory Add your ClickUp Personal API Token (starts with pk_ ) Generate token at: ClickUp Settings > Apps > API Token cp .claude/skills/clickup/.env-example .claude/skills/clickup/.env Edit .env and add your token Team ID and User ID are auto-detected and cached on first use....
458
7374 dt-obs-aws dynatrace/dynatrace-for-ai
AWS Cloud Infrastructure Monitor and analyze AWS resources using Dynatrace Smartscape and DQL. Query AWS services, optimize costs, manage security, and plan capacity across your AWS infrastructure. When to Use This Skill Use this skill when the user needs to work with AWS resources in Dynatrace. Load the reference file for the task type: Task File to load Inventory and topology queries (no additional file — use core patterns above) Query AWS metric timeseries (CPU, errors, latency) Load referenc...
458
7375 esp32-firmware-engineer adamlipecz/esp32-firmware-engineer-skill
ESP32 Firmware Engineer Act as a senior ESP-IDF firmware engineer focused on correctness, debuggability, and fast iteration. Work Style Start by identifying chip/board, ESP-IDF version, target behavior, reproduction steps, and available logs. State assumptions explicitly when hardware details, pin mappings, or sdkconfig values are missing. Prefer small, reviewable changes that preserve existing project structure and ESP-IDF conventions. Use ESP-IDF APIs and idioms first; avoid custom abstraction...
458
7376 codex-review sickn33/antigravity-awesome-skills
Cross-Model Code Review with Codex CLI Cross-model validation using the codex binary directly. Claude writes code, Codex reviews it — different architecture, different training distribution, no self-approval bias. Core insight: Single-model self-review is systematically biased. Cross-model review catches different bug classes because the reviewer has fundamentally different blind spots than the author. Prerequisite: The codex CLI must be installed and authenticated. Verify with codex --help . Us...
458
7377 business-case-development aj-geddes/useful-ai-prompts
Business Case Development Overview A strong business case combines financial analysis, strategic alignment, and risk assessment to justify investment decisions and secure leadership approval. When to Use Requesting budget approval Justifying technology investments Planning major initiatives Evaluating vendor solutions Resource allocation decisions Strategic priority setting Change management planning Instructions 1. Business Case Framework Business Case Template: Project: Customer Portal Mode...
458
7378 comfyui-video-pipeline mckruz/comfyui-expert
ComfyUI Video Pipeline Orchestrates video generation across three engines, selecting the best one based on requirements and available resources. Engine Selection VIDEO REQUEST | |-- Need film-level quality? | |-- Yes + 24GB+ VRAM → Wan 2.2 MoE 14B | |-- Yes + 8GB VRAM → Wan 2.2 1.3B | |-- Need long video (>10 seconds)? | |-- Yes → FramePack (60 seconds on 6GB) | |-- Need fast iteration? | |-- Yes → AnimateDiff Lightning (4-8 steps) | |-- Need camera/motion control? | |-- Yes → AnimateD...
458
7379 tools-ui inference-sh/skills
Tool UI Components Tool lifecycle components from ui.inference.sh . Quick Start npx shadcn@latest add https://ui.inference.sh/r/tools.json Tool States State Description pending Tool call requested, waiting to execute running Tool is currently executing approval Requires human approval before execution success Tool completed successfully error Tool execution failed Components Tool Call Display import { ToolCall } from "@/registry/blocks/tools/tool-call" < ToolCall name = " search_web " args = { {...
457
7380 background-removal inference-sh/skills
Background Removal Remove backgrounds from images via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run infsh/birefnet --input '{"image_url": "https://your-photo.jpg"}' How To Use Reve for image editing including background changes: infsh app run falai/reve --input '{ "prompt": "remove the background, make it transparent", "image_url": "https://portrait.jpg" }' Or change backg...
457
7381 git:create-pr neolabhq/context-engineering-kit
How to Create a Pull Request Using GitHub CLI This guide explains how to create pull requests using GitHub CLI in our project. Important : All PR titles and descriptions should be written in English. Prerequisites Check if gh is installed, if not follow this instruction to install it: Install GitHub CLI if you haven't already: macOS brew install gh Windows winget install --id GitHub.cli Linux Follow instructions at https://github.com/cli/cli/blob/trunk/docs/install_linux.md Authenticate with...
457
7382 photos-camera-media dpearson2699/swift-ios-skills
Photos, Camera & Media Modern patterns for photo picking, camera capture, image loading, and media permissions targeting iOS 26+ with Swift 6.2. Patterns are backward-compatible to iOS 16 unless noted. See references/photospicker-patterns.md for complete picker recipes and references/camera-capture.md for AVCaptureSession patterns. Contents PhotosPicker (SwiftUI, iOS 16+) Privacy and Permissions Camera Capture Basics Image Loading and Display Common Mistakes Review Checklist References PhotosPic...
457
7383 grepai-watch-daemon yoanbernabeu/grepai-skills
This skill covers the `grepai watch` command and daemon management for real-time code indexing. When to Use This Skill - Starting initial code indexing - Setting up real-time file monitoring - Running the daemon in background - Troubleshooting indexing issues What the Watch Daemon Does The watch daemon: - Scans all source files in your project - Chunks code into segments (~512 tokens) - Generates embeddings via your configured provider - Stores vectors in your configured backend - ...
457
7384 qveris hqman/qveris
QVeris Tool Search & Execution QVeris provides dynamic tool discovery and execution - search for tools by capability, then execute them with parameters. Setup Requires environment variable: QVERIS_API_KEY - Get from https://qveris.ai Quick Start Search for tools uv run scripts/qveris_tool.py search "weather forecast API" Execute a tool uv run scripts/qveris_tool.py execute openweathermap_current_weather --search-id < id > --params '{"city": "London", "units": "metric"}' Script Usage scripts/qver...
457
7385 okx-dex-strategy okx/onchainos-skills
Onchain OS DEX Strategy (Phase 1) 4 P0 subcommands that wrap the Agentic Wallet limit-order surface — create-limit , cancel , list , resume . SA activation (Trader Mode upgrade / re-upgrade) is performed transparently by the CLI when the BE returns UPGRADE_REQUIRED ; the skill does not need to expose that detail. Pre-flight Checks Read ../okx-agentic-wallet/_shared/preflight.md . If that file does not exist, fall back to _shared/preflight.md . Strategy endpoints require an authenticated Agentic ...
457
7386 memory-notes basicmachines-co/basic-memory-skills
Memory Notes Write well-structured notes that Basic Memory can parse into a searchable knowledge graph. Every note is a markdown file with three key sections: frontmatter, observations, and relations. Note Anatomy --- title : API Design Decisions tags : [ api , architecture , decisions ] --- API Design Decisions The API team evaluated multiple approaches for the public API during Q1. After prototyping both REST and GraphQL, the team chose REST due to broader ecosystem support and simpler cachin...
457
7387 fact-checker daymade/claude-code-skills
Fact Checker You are an expert fact-checker who evaluates claims systematically using evidence-based analysis. When to Apply Use this skill when: Verifying specific claims or statements Identifying potential misinformation or disinformation Checking statistics and data accuracy Evaluating source credibility Separating fact from opinion or interpretation Analyzing viral claims or rumors Verification Process Follow this systematic approach: 1. Identify the Claim Extract the specific factual assert...
457
7388 tailwind-patterns davila7/claude-code-templates
Tailwind CSS Component Patterns Status : Production Ready ✅ Last Updated : 2026-01-14 Tailwind Compatibility : v3.x and v4.x Source : Production projects, shadcn/ui patterns Quick Start Essential Patterns // Section Container < section className = " max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24 " > { /* content */ } </ section > // Card Base < div className = " bg-card text-card-foreground rounded-lg border border-border p-6 " > { /* content */ } </ div > // Button Primary < button class...
457
7389 ai-sdk-core jezweb/claude-skills
AI SDK Core Backend AI with Vercel AI SDK v5 and v6. Installation: npm install ai @ai-sdk/openai @ai-sdk/anthropic @ai-sdk/google zod AI SDK 6 (Stable - January 2026) Status: Stable Latest: ai@6.0.26 (Jan 2026) BREAKING: Output API Replaces generateObject/streamObject ⚠️ CRITICAL: generateObject() and streamObject() are DEPRECATED and will be removed in a future version. Use the new Output API instead. Before (v5 - DEPRECATED): // ❌ DEPRECATED - will be removed import { generateObject }...
456
7390 customaize-agent:apply-anthropic-skill-best-practices neolabhq/context-engineering-kit
Anthropic's official skill authoring best practices Apply Anthropic's official skill authoring best practices to your skill. Good Skills are concise, well-structured, and tested with real usage. This guide provides practical authoring decisions to help you write Skills that Claude can discover and use effectively. Core principles Skill Metadata Not every token in your Skill has an immediate cost. At startup, only the metadata (name and description) from all Skills is pre-loaded. Claude reads SKI...
456
7391 browser automation web-infra-dev/midscene-skills
Browser Automation Automate web browser interactions for scraping, testing, and workflow automation. Core Capabilities Navigation navigation : goto : url : "https://example.com" wait_until : "networkidle" timeout : 30000 actions : - wait_for_selector : ".content" - scroll_to_bottom : true - wait_for_navigation : true Element Interaction interactions : click : selector : "button.submit" options : click_count : 1 delay : 100 type : selector : "input[name='email']" text : "user@example.com" options...
456
7392 debug issue tirth8205/code-review-graph
Debug Issue Use the knowledge graph to systematically trace and debug issues. Steps Use semantic_search_nodes to find code related to the issue. Use query_graph with callers_of and callees_of to trace call chains. Use get_flow to see full execution paths through suspected areas. Run detect_changes to check if recent changes caused the issue. Use get_impact_radius on suspected files to see what else is affected. Tips Check both callers and callees to understand the full context. Look at affected ...
456
7393 agent-teams-simplify-and-harden pskoett/pskoett-ai-skills
Agent Teams Simplify & Harden Install npx skills add pskoett/pskoett-ai-skills/agent-teams-simplify-and-harden A two-phase team loop that produces production-quality code: implement , then audit using simplify + harden passes , then fix audit findings , then re-audit , repeating until the codebase is solid or the loop cap is reached. When to Use Implementing multiple features from a spec or plan Hardening a codebase after a batch of changes Fixing a list of issues or gaps identified in a review ...
456
7394 drawio-skill agents365-ai/365-skills
Draw.io Diagrams Overview Generate .drawio XML files and export to PNG/SVG/PDF/JPG locally using the native draw.io desktop app CLI. Supported formats: PNG, SVG, PDF, JPG — no browser automation needed. PNG, SVG, and PDF exports support --embed-diagram ( -e ) — the exported file contains the full diagram XML, so opening it in draw.io recovers the editable diagram. Use double extensions ( name.drawio.png ) to signal embedded XML. Bundled resources When the workflow references one of these, read i...
456
7395 ce-update everyinc/compound-engineering-plugin
Check Plugin Version Verify the installed compound-engineering plugin version matches the upstream plugin.json on main , and recommend the update command if it doesn't. Claude Code only. The upstream version comes from plugins/compound-engineering/.claude-plugin/plugin.json on main rather than the latest GitHub release tag, because the marketplace installs plugin contents from main HEAD. Comparing against release tags false-positives whenever main is ahead of the last tag (the normal state betwe...
456
7396 security-audit ruvnet/ruflo
Security Auditing Workflow Bundle Overview Comprehensive security auditing workflow for web applications, APIs, and infrastructure. This bundle orchestrates skills for penetration testing, vulnerability assessment, security scanning, and remediation. When to Use This Workflow Use this workflow when: Performing security audits on web applications Testing API security Conducting penetration tests Scanning for vulnerabilities Hardening application security Compliance security assessments Workflow P...
456
7397 patent-application-creator robthepcguy/claude-patent-creator
Complete end-to-end patent application creation from invention disclosure to USPTO-ready filing. When to Use Invoke this skill when users ask to: - Create a complete patent application - Draft a provisional patent application - Prepare a utility patent application - Write patent claims and specification - Generate a full patent filing package What This Skill Does Orchestrates the complete patent creation workflow: - Prior Art Search → Identify existing patents - Claims Drafting → Wr...
456
7398 prototype-strategy owl-listener/designer-skills
Prototype Strategy You are an expert in choosing prototyping approaches that efficiently answer design questions. What You Do You help teams choose the right fidelity, tool, and method for prototyping based on what they need to learn. Fidelity Spectrum Low Fidelity Paper sketches, sticky notes, rough wireframes. Best for: early exploration, information architecture, flow validation. Fast to create, easy to discard. Medium Fidelity Digital wireframes, clickable prototypes, gray-box layouts. Best ...
456
7399 us-market-bubble-detector tradermonty/claude-trading-skills
US Market Bubble Detection Skill (Revised v2.1) Key Revisions in v2.1 Critical Changes from v2.0: ✅ Mandatory Quantitative Data Collection - Use measured values, not impressions or speculation ✅ Clear Threshold Settings - Specific numerical criteria for each indicator ✅ Two-Phase Evaluation Process - Quantitative evaluation → Qualitative adjustment (strict order) ✅ Stricter Qualitative Criteria - Max +3 points (reduced from +5), requires measurable evidence ✅ Confirmation Bias Prevention - Expli...
456
7400 modal-serverless-gpu davila7/claude-code-templates
Modal Serverless GPU Comprehensive guide to running ML workloads on Modal's serverless GPU cloud platform. When to use Modal Use Modal when: Running GPU-intensive ML workloads without managing infrastructure Deploying ML models as auto-scaling APIs Running batch processing jobs (training, inference, data processing) Need pay-per-second GPU pricing without idle costs Prototyping ML applications quickly Running scheduled jobs (cron-like workloads) Key features: Serverless GPUs: T4, L4, A10G,...
456