Skip to main content

这个仓库中的 skills

muhammedadnank/Antigravity-Skills - 第 10 页

SkillsMP 已收集 muhammedadnank/Antigravity-Skills 中的 468 个 Skill。打开任一 Skill 可查看来源和详情。

muhammedadnank/Antigravity-Skills

已展示 40 / 468 个已收集 Skill。

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

A user may ask you to create, edit, or analyze the contents of a .pptx file. A .pptx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

One sentence - what this skill does and when to invoke it

原文语言:英语

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

Use when building apps that collect user data. Ensures privacy protections are built in from the start—data minimization, consent, encryption.

原文语言:英语

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

Turn any rough prompt, half-formed idea, or task description into a finished, ready-to-send prompt optimized for any LLM model inside a chat interface — NOT the API. Use this skill whenever the user wants to write, rewrite, optimize, improve, sharpen, or…

原文语言:英语

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

Comprehensive techniques for capturing, analyzing, and documenting network protocols for security research, interoperability, and debugging.

原文语言:英语

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

Create Pydantic models following the multi-model pattern with Base, Create, Update, Response, and InDB variants. Use when defining API request/response schemas, database models, or data validation in Python applications using Pydantic v2.

原文语言:英语

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

You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures with modern tooling (uv, FastAPI, Django), type hint (Alias for python-development-python-scaffold)

原文语言:英语

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

Guides Qdrant monitoring and observability setup. Use when someone asks 'how to monitor Qdrant', 'what metrics to track', 'is Qdrant healthy', 'optimizer stuck', 'why is memory growing', 'requests are slow', or needs to set up Prometheus, Grafana, or health…

原文语言:英语

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

Diagnoses and reduces Qdrant memory usage. Use when someone reports 'memory too high', 'RAM keeps growing', 'node crashed', 'out of memory', 'memory leak', or asks 'why is memory usage so high?', 'how to reduce RAM?'. Also use when memory doesn't match…

原文语言:英语

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

Diagnoses and fixes slow Qdrant search. Use when someone reports 'search is slow', 'high latency', 'queries take too long', 'low QPS', 'throughput too low', 'filtered search is slow', or 'search was fast but now it's slow'. Also use when search performance…

原文语言:英语

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

Different techniques to optimize the performance of Qdrant, including indexing strategies, query optimization, and hardware considerations. Use when you want to improve the speed and efficiency of your Qdrant deployment.

原文语言:英语

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

Guides Qdrant query latency optimization. Use when someone asks 'search is slow', 'how to reduce latency', 'p99 is too high', 'tail latency', 'single query too slow', 'how to make search faster', or 'latency spikes'.

原文语言:英语

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

Diagnoses and guides Qdrant horizontal scaling decisions. Use when someone asks 'vertical or horizontal?', 'how many nodes?', 'how many shards?', 'how to add nodes', 'resharding', 'data doesn't fit', or 'need more capacity'. Also use when data growth outpaces…

原文语言:英语

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

Guides Qdrant data volume scaling decisions. Use when someone asks 'data doesn't fit on one node', 'too much data', 'need more storage', 'vertical or horizontal scaling', 'tenant scaling', 'time window rotation', or 'data growth exceeds capacity'.

原文语言:英语

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

Guides sliding time window scaling in Qdrant. Use when someone asks 'only recent data matters', 'how to expire old vectors', 'time-based data rotation', 'delete old data efficiently', 'social media feed search', 'news search', 'log search with retention', or…

原文语言:英语

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

Guides Qdrant multi-tenant scaling. Use when someone asks 'how to scale tenants', 'one collection per tenant?', 'tenant isolation', 'dedicated shards', or reports tenant performance issues. Also use when multi-tenant workloads outgrow shared infrastructure.

原文语言:英语

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

Guides Qdrant vertical scaling decisions. Use when someone asks 'how to scale up a node', 'need more RAM', 'upgrade node size', 'vertical scaling', 'resize cluster', 'scale up vs scale out', or when memory/CPU is insufficient on current nodes. Also use when…

原文语言:英语

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

Guides Qdrant query throughput (QPS) scaling. Use when someone asks 'how to increase QPS', 'need more throughput', 'queries per second too low', 'batch search', 'read replicas', or 'how to handle more concurrent queries'.

原文语言:英语

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

Guides Qdrant query volume scaling. Use when someone asks 'query returns too many results', 'scroll performance', 'large limit values', 'paginating search results', 'fetching many vectors', or 'high cardinality results'.

原文语言:英语

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

Guides Qdrant scaling decisions. Use when someone asks 'how many nodes do I need', 'data doesn't fit on one node', 'need more throughput', 'cluster is slow', 'too many tenants', 'vertical or horizontal', 'how to shard', or 'need to add capacity'.

原文语言:英语

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

Guides Qdrant search strategy selection. Use when someone asks 'should I use hybrid search?', 'BM25 or sparse vectors?', 'how to rerank?', 'results are not relevant', 'I don't get needed results from my dataset but they're there', 'retrieval quality is not…

原文语言:英语

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

Diagnoses and improves Qdrant search relevance. Use when someone reports 'search results are bad', 'wrong results', 'low precision', 'low recall', 'irrelevant matches', 'missing expected results', or asks 'how to improve search quality?', 'which embedding…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Build accessible design systems with Radix UI primitives. Headless component customization, theming strategies, and compound component patterns for production-grade UI libraries.

原文语言:英语

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

Optimizes AI agent performance by pruning redundant context, managing token usage, and enforcing ultra-concise, direct-to-value responses.

原文语言:英语

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

Automate Reddit tasks via Rube MCP (Composio): search subreddits, create posts, manage comments, and browse top content. Always search tools first for current schemas.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Best practices for Remotion - Video creation in React

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Design and improve revenue operations, lead lifecycle rules, scoring, routing, handoffs, and CRM process automation. Use when marketing, sales, and customer success workflows need clearer operational structure.

原文语言:英语

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

Patterns for managing distributed transactions and long-running business processes.

原文语言:英语

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

Expert patterns for Salesforce platform development including Lightning Web Components (LWC), Apex triggers and classes, REST/Bulk APIs, Connected Apps, and Salesforce DX with scratch orgs and 2nd generation packages (2GP).

原文语言:英语

更新
职业分类
财务和投资分析师
描述

Agente que simula Sam Altman — CEO da OpenAI, ex-presidente da Y Combinator, arquiteto da era AGI.

原文语言:葡萄牙语

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

This skill should be used when the user asks for patterns, best practices, creation, or fixing of Sankhya dashboards using HTML, JSP, Java, and SQL.

原文语言:多语言混合

更新
职业分类
市场调研分析师与营销专员
描述

One sentence - what this skill does and when to invoke it

原文语言:英语

更新
职业分类
网页开发工程师
描述

Generate and implement JSON-LD structured data for web apps, blogs, FAQs, and SaaS sites. Supports WebSite, SoftwareApplication, BlogPosting, FAQPage, HowTo, and more.

原文语言:英语

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

Practical guide to testing web applications with screen readers for comprehensive accessibility validation.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Expert web researcher using advanced search techniques and

原文语言:英语

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

Automate SendGrid email delivery workflows including marketing campaigns (Single Sends), contact and list management, sender identity setup, and email analytics through Composio's SendGrid toolkit.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

One sentence - what this skill does and when to invoke it

原文语言:英语

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

Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.

原文语言:英语

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

Render Codex, Claude Code, OpenClaw, or Pi session JSONL transcripts as a searchable, shareable single-file HTML viewer.

原文语言:英语

更新
职业分类
普通内科医生
描述

Sexual Health Analyzer

原文语言:多语言混合

更新
已展示 40 / 468 个已收集 Skill。