███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9201 | social-content | sickn33/antigravity-awesome-skills |
Social Content You are an expert social media strategist. Your goal is to help create engaging content that builds audience, drives engagement, and supports business goals. Before Creating Content Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if n...
|
576 |
| 9202 | pentest-checklist | sickn33/antigravity-awesome-skills |
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
|
576 |
| 9203 | dex-plan | dcramer/dex |
Converting Markdown Documents to Tasks Command Invocation Use dex directly for all commands: dex <command> If dex is not on PATH, use npx @zeeg/dex <command> instead. Check once at the start: command -v dex &>/dev/null && echo "use: dex" || echo "use: npx @zeeg/dex" Use /dex-plan to convert any markdown planning document into a trackable dex task. When to Use After completing a plan in plan mode Converting specification documents to trackable tasks Converting design documents to implemen...
|
576 |
| 9204 | grepai-embeddings-ollama | yoanbernabeu/grepai-skills |
This skill covers using Ollama as the embedding provider for GrepAI, enabling 100% private, local code search. When to Use This Skill - Setting up private, local embeddings - Choosing the right Ollama model - Optimizing Ollama performance - Troubleshooting Ollama connection issues Why Ollama? | 🔒 Privacy | Code never leaves your machine | 💰 Free | No API costs or usage limits | ⚡ Speed | No network latency | 🔌 Offline | Works without internet | 🔧 Control | Choose your model...
|
576 |
| 9205 | observability-engineer | sickn33/antigravity-awesome-skills |
You are an observability engineer specializing in production-grade monitoring, logging, tracing, and reliability systems for enterprise-scale applications. Use this skill when Designing monitoring, logging, or tracing systems Defining SLIs/SLOs and alerting strategies Investigating production reliability or performance regressions Do not use this skill when You only need a single ad-hoc dashboard You cannot access metrics, logs, or tracing data You need application feature development instead of...
|
576 |
| 9206 | no-use-effect | factory-ai/factory-plugins |
No useEffect Never call useEffect directly. Use derived state, event handlers, data-fetching libraries, or useMountEffect instead. Quick Reference Lint rule: no-restricted-syntax (configured to ban useEffect ) React docs: You Might Not Need an Effect Origin: https://x.com/alvinsng/status/2033969062834045089 Instead of useEffect for... Use Deriving state from other state/props Inline computation (Rule 1) Fetching data useQuery / data-fetching library (Rule 2) Responding to user actions Event hand...
|
576 |
| 9207 | nemo-mbridge-perf-moe-optimization-workflow | nvidia/skills |
MoE Training Optimization Workflow Stable docs: @docs/training/moe-optimization.md Card: @skills/nemo-mbridge-perf-moe-optimization-workflow/card.yaml Source: Scalable Training of MoE Models with Megatron Core Quick Reference Think in terms of the paper's Three Walls: memory wall communication wall compute and host-overhead wall MoE tuning is iterative. Fixing one wall usually exposes the next one, so the best workflow is: fit first, scale second, profile third, then retune. First Answer Checkli...
|
576 |
| 9208 | nemo-mbridge-perf-expert-parallel-overlap | nvidia/skills |
MoE Expert-Parallel Overlap Skill References Stable docs: @docs/training/communication-overlap.md Structured metadata: @skills/nemo-mbridge-perf-expert-parallel-overlap/card.yaml What It Is Expert-parallel (EP) overlap hides the cost of token dispatch/combine all-to-all communication by running it concurrently with expert FFN compute. Optionally, delayed expert weight-gradient computation ( delay_wgrad_compute ) provides additional overlap by deferring wgrad to overlap with the next layer's forw...
|
576 |
| 9209 | earth2studio-install | nvidia/skills |
Earth2Studio Installation Skill Never install packages automatically You MUST NOT install, upgrade, or modify packages on the user's behalf. Provide the exact command; the user runs it. No exceptions. Forbidden: running pip install , uv pip install , uv add , uv sync , conda install , apt install , or any package manager. Instead: give the exact command and ask the user to run it. Explain why the package is needed. When a package is needed: Identify it Provide the exact command Explain why it is...
|
576 |
| 9210 | nemo-evaluator-plugin | nvidia/skills |
Evaluator Plugin Use this skill when the task is about Evaluator functionality on the plugin architecture. The plugin-backed CLI surface is nemo evaluator ; the legacy generated nemo evaluation API command group is not the target surface for new guidance. Current Surfaces a minimal nemo.services health surface an SDK-backed nemo.jobs entry, evaluator.evaluate , for inline metric execution a minimal CLI and SDK namespace plugin-owned docs and skills directories CLI Commands Prerequisite: activate...
|
576 |
| 9211 | nemo-mbridge-perf-moe-dispatcher-selection | nvidia/skills |
MoE Dispatcher Selection Guide Stable docs: @docs/training/moe-optimization.md Card: @skills/nemo-mbridge-perf-moe-dispatcher-selection/card.yaml Quick Decision By hardware Hardware First choice Why H100 DeepEP, if the runtime package is installed Strong default for cross-node EP on Hopper B200 DeepEP, if the runtime package is installed Good first choice unless a platform-specific HybridEP path is available GB200 / GB300 NVL72 HybridEP, if the runtime package is installed Best fit for NVLink-do...
|
576 |
| 9212 | axiom-xcode-mcp | charleswiltgen/axiom |
Xcode MCP Router You MUST use this skill for ANY Xcode MCP interaction — setup, tool usage, workflow patterns, or troubleshooting. Xcode 26.3 ships an MCP server ( xcrun mcpbridge ) that exposes 20 IDE tools to external AI clients. This router directs you to the right specialized skill. When to Use Use this router when: Setting up Xcode MCP for the first time Configuring xcrun mcpbridge for any MCP client Using any Xcode MCP tool (file ops, build, test, preview) Building, testing, or previewing ...
|
576 |
| 9213 | cash-flow-snapshot | anthropics/knowledge-work-plugins |
Cash Flow Snapshot Produces a 30/60/90-day cash flow forecast with percentage-variance confidence bands and named risk flags. Delivers a two-part output: a concise chat summary and a downloadable XLSX workbook. Quick start "Will I make payroll next month?" Claude pulls AR/AP and fixed costs from connected sources, calculates expected inflows and outflows across 30, 60, and 90-day windows, applies confidence bands based on each customer's historical payment variance, and flags specific risks by n...
|
576 |
| 9214 | symfony:quality-checks | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:quality-checks<div
|
575 |
| 9215 | longbridge-quote | longbridge/skills |
longbridge-quote Real-time quote, static info, and valuation indices for Longbridge-supported securities (HK / US / A-share / Singapore). Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. When to use Trigger on prompts asking about: Current price / change / volume — "NVDA 现在多少钱" , "現在股價" , "What's NVDA's price?" Industry / market cap / floats / EPS / BPS — "贵州茅台市值多少" , "茅台屬於什麼行業" , "AAPL EPS" Valuation indices (PE, PB, turnover rate, 5/10-d...
|
575 |
| 9216 | proactive-agent | sundial-org/awesome-openclaw-skills |
Proactive Agent 🦞 By Hal Labs — Part of the Hal Stack A proactive, self-improving architecture for your AI agent. Most agents just wait. This one anticipates your needs — and gets better at it over time. What's New in v3.0.0 WAL Protocol — Write-Ahead Logging for corrections, decisions, and details that matter Working Buffer — Survive the danger zone between memory flush and compaction Compaction Recovery — Step-by-step recovery when context gets truncated Unified Search — Search all sources bef...
|
575 |
| 9217 | 3d-visualizer | daffy0208/ai-dev-standards |
3D Visualizer Skill I help you create 3D visualizations, interactive 3D graphics, and immersive web experiences using Three.js. What I Do 3D Graphics: 3D models and scenes Materials and lighting Animations and interactions Camera controls 3D Data Visualization: 3D charts and graphs Network visualizations Geospatial data Scientific visualization Interactive 3D: Product viewers (360°) Configurators Interactive demos 3D games Three.js with React Three Fiber npm install three @react-three/fiber @rea...
|
575 |
| 9218 | worldbuilding | jwynia/agent-skills |
Worldbuilding: Diagnostic Skill Diagnose world-level problems in fictional settings. Identify what's missing or unconvincing and recommend specific interventions. When to Use This Skill Use this skill when: Setting feels like a painted backdrop Technology/magic hasn't transformed society Institutions feel designed rather than evolved Economy doesn't make sense Cultures lack depth Do NOT use this skill when: Story problems are character-focused (use character-arc) Plot structure issues (use...
|
575 |
| 9219 | metatron-pentest-assistant | aradotso/trending-skills |
METATRON Penetration Testing Assistant Skill by ara.so — Daily 2026 Skills collection. METATRON is a CLI-based AI penetration testing assistant that runs entirely locally — no cloud, no API keys. It orchestrates recon tools (nmap, whois, whatweb, curl, dig, nikto), feeds results to a locally running fine-tuned LLM ( metatron-qwen via Ollama), and stores all findings in MariaDB with full scan history, vulnerability tracking, and PDF/HTML export. Architecture Overview metatron.py ← CLI entry p...
|
575 |
| 9220 | mastering-typescript | spillwavesolutions/mastering-typescript-skill |
Mastering Modern TypeScript Build enterprise-grade, type-safe applications with TypeScript 5.9+. Compatibility: TypeScript 5.9+, Node.js 22 LTS, Vite 7, NestJS 11, React 19 Quick Start Initialize TypeScript project with ESM pnpm create vite@latest my-app --template vanilla-ts cd my-app && pnpm install Configure strict TypeScript cat > tsconfig.json << 'EOF' { "compilerOptions": { "target": "ES2024", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "n...
|
575 |
| 9221 | static-analysis | mohitmishra786/low-level-dev-skills |
Static Analysis Purpose Guide agents through selecting, running, and triaging static analysis tools for C/C++ — clang-tidy, cppcheck, and scan-build — including suppression strategies and CI integration. Triggers "How do I run clang-tidy on my project?" "What clang-tidy checks should I enable?" "cppcheck is reporting false positives — how do I suppress them?" "How do I set up scan-build for deeper analysis?" "My build is noisy with static analysis warnings" "How do I generate compile_commands.js...
|
575 |
| 9222 | create-squad | vapiai/skills |
Vapi Squad Creation Create squads that orchestrate multiple specialized assistants with context-preserving handoffs. Break complex workflows into focused assistants that transfer calls between each other. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Why Squads? Single assistants with large prompts cause higher hallucination rates, increased costs, and greater latency. Squads solve this by creating focused assistants with specific roles: Triage → Booking → Confirmatio...
|
575 |
| 9223 | cheerio-parsing | mindrally/skills |
Cheerio HTML Parsing You are an expert in Cheerio, Node.js HTML parsing, DOM manipulation, and building efficient data extraction pipelines for web scraping. Core Expertise Cheerio API and jQuery-like syntax CSS selector optimization DOM traversal and manipulation HTML/XML parsing strategies Integration with HTTP clients (axios, got, node-fetch) Memory-efficient processing of large documents Data extraction patterns and best practices Key Principles Write clean, modular extraction functions Us...
|
575 |
| 9224 | ionic-design | cap-go/capacitor-skills |
Ionic Framework Design Guide Build beautiful, native-looking mobile apps with Ionic Framework and Capacitor. When to Use This Skill User is using Ionic components User wants native-looking UI User asks about Ionic theming User needs mobile UI patterns User wants platform-specific styling What is Ionic Framework? Ionic provides: 100+ mobile-optimized UI components Automatic iOS/Android platform styling Built-in dark mode support Accessibility out of the box Works with React, Vue, Angular, or ...
|
575 |
| 9225 | paper2code | prathamlearnstocode/paper2code |
paper2code — Orchestration You are executing the paper2code skill. This file governs the high-level flow. Each stage dispatches to a detailed reasoning protocol in pipeline/ . Do NOT skip stages. Do NOT combine stages. Execute them in order. Parse arguments Extract from the user's input: ARXIV_ID : the arxiv paper ID (e.g., 2106.09685 ). Strip any URL prefix. MODE : one of minimal (default), full , educational . FRAMEWORK : one of pytorch (default), jax , numpy . If the user provided a full URL ...
|
575 |
| 9226 | alva | alva-ai/skills |
Alva What is Alva Alva is an agentic finance platform. It provides unified access to 250+ financial data sources spanning crypto, equities, ETFs, macroeconomic indicators, on-chain analytics, and social sentiment -- including spot and futures OHLCV, funding rates, company fundamentals, price targets, insider and senator trades, earnings estimates, CPI, GDP, Treasury rates, exchange flows, DeFi metrics, news feeds, social media and more! What Alva Skills Enables The Alva skill connects any AI age...
|
575 |
| 9227 | ux-principles | manutej/luxor-claude-marketplace |
UX Principles Skill When to Use This Skill Apply this skill when you need to: Design User-Centered Interfaces: Create products that prioritize user needs and behaviors Conduct User Research: Plan and execute qualitative and quantitative research studies Evaluate Usability: Assess interfaces using established heuristics and testing methods Ensure Accessibility: Design inclusive experiences that work for users with diverse abilities Optimize User Flows: Improve task completion rates and reduce f...
|
575 |
| 9228 | bencium-controlled-ux-designer | bencium/bencium-claude-code-design-skill |
UX Designer Expert UI/UX design skill that helps create unique, accessible, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out while remaining functional and accessible. Core Philosophy CRITICAL: Design Decision Protocol ALWAYS ASK before making any design decisions (colors, fonts, sizes, layouts) Never implement design changes until explicitly instructed The guidelines below are p...
|
575 |
| 9229 | python-code-review | existential-birds/beagle |
Python Code Review Quick Reference Issue Type Reference Indentation, line length, whitespace, naming references/pep8-style.md Missing/wrong type hints, Any usage references/type-safety.md Blocking calls in async, missing await references/async-patterns.md Bare except, missing context, logging references/error-handling.md Mutable defaults, print statements references/common-mistakes.md Review Checklist PEP8 Style 4-space indentation (no tabs) Line length ≤79 characters (≤72 for docstrings/comme...
|
575 |
| 9230 | vss-deploy-detection-tracking-3d | nvidia/skills |
Purpose Deploy and operate the RTVI-CV-3D microservice as MV3DT ( MODE=mv3dt ) — per-camera DeepStream perception plus BEV Fusion over multiple calibrated cameras — on the bundled sample dataset, custom videos, or live RTSP, without the full warehouse agent / LLM / VLM stack. Instructions Work top-to-bottom: answer the routing questions (Q0–Q3) under Routing , then follow the reference for the chosen path. Detailed step-by-step procedures live in references/ (deploy, calibration chain, camera co...
|
575 |
| 9231 | digital-health-clinical-asr-setup | nvidia/skills |
Clinical ASR Flywheel — Stage 1 (Setup) Agent: this file is the complete Stage 1 procedure. Do not invoke find , ls , rg , or grep looking for an installer or hidden config — there isn't one. The four sections below (outbound-data disclosure, three numbered checks, sibling hand-off) are all required reading; don't skip any. Function IDs, env-var conventions, and the smoke-test gate are inlined further down — answer from what's actually written here rather than from prior Riva/NVCF familiarity. S...
|
575 |
| 9232 | codex-review | hyperb1iss/hyperskills |
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...
|
574 |
| 9233 | react-native-animations | pluginagentmarketplace/custom-plugin-react-native |
React Native Animations Skill Learn high-performance animations using Reanimated 3, Gesture Handler, and layout animations. Prerequisites React Native basics Understanding of JavaScript closures Familiarity with transforms and styles Learning Objectives After completing this skill, you will be able to: Create smooth 60fps animations with Reanimated Handle complex gestures with Gesture Handler Implement layout entering/exiting animations Optimize animations for performance Combine gestur...
|
574 |
| 9234 | brainstorm | hyperb1iss/hyperskills |
/brainstorm — Clarify Goals Before Planning Purpose: Separate WHAT from HOW. Explore the problem space before committing to a solution. Four phases: Assess clarity — Is the goal specific enough? Understand idea — What problem, who benefits, what exists? Explore approaches — Generate options, compare tradeoffs, adversarial critique Capture design — Write structured output for /plan Quick Start /brainstorm "add user authentication" full 4-phase process /brainstorm prompts for goal Show more
|
574 |
| 9235 | sentry-setup-ai-monitoring | getsentry/sentry-agent-skills |
All Skills > Feature Setup > AI Monitoring Setup Sentry AI Agent Monitoring Configure Sentry to track LLM calls, agent executions, tool usage, and token consumption. Invoke This Skill When User asks to "monitor AI/LLM calls" or "track OpenAI/Anthropic usage" User wants "AI observability" or "agent monitoring" User asks about token usage, model latency, or AI costs Important: The SDK versions, API names, and code samples below are examples. Always verify against docs.sentry.io before implementing...
|
574 |
| 9236 | peer-review | davila7/claude-code-templates |
Scientific Critical Evaluation and Peer Review Overview Peer review is a systematic process for evaluating scientific manuscripts. Assess methodology, statistics, design, reproducibility, ethics, and reporting standards. Apply this skill for manuscript and grant review across disciplines with constructive, rigorous evaluation. When to Use This Skill This skill should be used when: Conducting peer review of scientific manuscripts for journals Evaluating grant proposals and research applications A...
|
574 |
| 9237 | marketing-psychology | alirezarezvani/claude-skills |
Marketing Psychology & Mental Models You are an expert in applying psychological principles and mental models to marketing. Your goal is to help users understand why people buy, how to influence behavior ethically, and how to make better marketing decisions. How to Use This Skill Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before applying mental models. Use that context to tailor reco...
|
574 |
| 9238 | seo-best-practices | mindrally/skills |
SEO Best Practices You are an expert in SEO (Search Engine Optimization) for modern web applications. Apply these guidelines when building web applications to ensure optimal search engine visibility and ranking. Core SEO Principles Write semantic HTML to improve accessibility and SEO Implement proper metadata and structured data Optimize for Core Web Vitals (LCP, CLS, FID) Use server-side rendering (SSR) for better crawlability Create meaningful, descriptive URLs Metadata Implementation Next.j...
|
574 |
| 9239 | bash-scripting | mindrally/skills |
Bash Scripting Workflow Overview Specialized workflow for creating robust, production-ready bash scripts with defensive programming patterns, comprehensive error handling, and automated testing. When to Use This Workflow Use this workflow when: Creating automation scripts Writing system administration tools Building deployment scripts Developing backup solutions Creating CI/CD scripts Workflow Phases Phase 1: Script Design Skills to Invoke bash-pro - Professional scripting bash-defensive-pattern...
|
574 |
| 9240 | biome | bobmatnyc/claude-mpm-skills |
Biome - Fast All-in-One Toolchain Overview Biome is a fast, all-in-one toolchain for web projects written in Rust. It replaces both ESLint and Prettier with a single tool that's 100x faster and provides zero-config defaults. Key Features: Single tool for linting and formatting 100x faster than ESLint Zero configuration by default Built-in import sorting TypeScript-first design Partial Prettier compatibility Native monorepo support VS Code integration Installation: npm install --save-dev @bi...
|
574 |
| 9241 | email-systems | sickn33/antigravity-awesome-skills |
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...
|
574 |
| 9242 | yt-dlp-downloader | mapleshaw/yt-dlp-downloader-skill |
yt-dlp Video Downloader Download videos from thousands of websites using yt-dlp. Prerequisites Before downloading, verify dependencies are installed: Check yt-dlp which yt-dlp || echo "yt-dlp not installed. Install with: pip install yt-dlp" Check ffmpeg (required for audio extraction and format merging) which ffmpeg || echo "ffmpeg not installed. Install with: brew install ffmpeg" If not installed, install them first: pip install yt-dlp brew install ffmpeg macOS Quick Start Basic Do...
|
574 |
| 9243 | avalonia-layout-zafiro | sickn33/antigravity-awesome-skills |
Avalonia Layout with Zafiro.Avalonia Master modern, clean, and maintainable Avalonia UI layouts. Focus on semantic containers, shared styles, and minimal XAML. 🎯 Selective Reading Rule Read ONLY files relevant to the layout challenge! 📑 Content Map File Description When to Read themes.md Theme organization and shared styles Setting up or refining app themes containers.md Semantic containers ( HeaderedContainer , EdgePanel , Card ) Structuring views and layouts icons.md Icon usage with IconExtens...
|
574 |
| 9244 | beautifulsoup-parsing | mindrally/skills |
BeautifulSoup HTML Parsing You are an expert in BeautifulSoup, Python HTML/XML parsing, DOM navigation, and building efficient data extraction pipelines for web scraping. Core Expertise BeautifulSoup API and parsing methods CSS selectors and find methods DOM traversal and navigation HTML/XML parsing with different parsers Integration with requests library Handling malformed HTML gracefully Data extraction patterns and best practices Memory-efficient processing Key Principles Write concise, tec...
|
574 |
| 9245 | kotlin-multiplatform-expect-actual | chrisbanes/skills |
Kotlin Multiplatform: expect/actual boundaries Core principle Keep common APIs semantic and stable. Put platform mechanics behind small expect / actual declarations or interfaces, and keep Android/iOS/Desktop details out of commonMain . When to use this skill Use this when common code needs: Permissions, settings, intents, share sheets, deep links, haptics, biometrics, or clipboard. Files, paths, clocks, locale, network reachability, sensors, crypto, media, maps, camera, native SDKs, or platform...
|
574 |
| 9246 | wind-alice | wind-information-co-ltd/wind-skills |
wind-alice 一个 CLI:把用户问题 + 指定的 Alice Skill(中文或英文名均可) 送到万得 Alice Agent 接口,按 SSE 流式拉取并打印 agentResult.value 。 关键机制(必读) 实测:Alice 服务端 不是 通过 selectedSkillIds / activatedSkills 来选择 Skill 的,而是通过 prompt 文本前缀 : Using "<英文 Skill 名>" skill:<原 prompt> 同时把 chatMode 切到 "12" 、 originalChatMode 设为 "4" ,且 不携带 metadata.agentCard 。本 CLI 已在 buildBody 里封装这套行为;外部只需要传 --skill "<Skill 名>" 。 因此: Show more Installs 503 Repository wind-informatio…d-skills GitHub Stars 38 First Seen May 17, 2026 Security Audits Gen Agent Tru...
|
574 |
| 9247 | ali1688-sourcing | zhuhongyin/global-ecom-skills |
1688 工厂与拿货价查询 核心定位 这是跨境电商选品的供应链工具。在 1688 找到核心工厂和起批价,为核价计算提供成本数据。 数据来源 1688 网站: 主站: https://www.1688.com 找工厂: https://gongsi.1688.com 找货源: https://s.1688.com 输入参数 { "keyword" : "升降桌 转换器" , "category" : "办公家具" , "material" : "钢木" , "min_order" : 10 , "price_range" : { "min" : 50 , "max" : 200 } , "province" : "浙江" , "certification" : [ "CE" , "FCC" ] , "limit" : 20 } 参数 类型 必需 默认值 说明 keyword string 是 - 搜索关键词 category string 否 全类目 商品类目 material string 否 无 材质要求 min_order int 否 1 最小起订量 price_range obj...
|
574 |
| 9248 | yaml | vercel-labs/json-render |
@json-render/yaml YAML wire format for @json-render/core . Progressive rendering and surgical edits via streaming YAML. Key Concepts YAML wire format : Alternative to JSONL that uses code fences ( yaml-spec , yaml-edit , yaml-patch , diff ) Streaming parser : Incrementally parses YAML, emits JSON Patch operations via diffing Edit modes : Patch (RFC 6902), merge (RFC 7396), and unified diff AI SDK transform : TransformStream that converts YAML fences into json-render patches Generating YAML Promp...
|
574 |
| 9249 | postgresql | sickn33/antigravity-awesome-skills |
PostgreSQL Table Design Use this skill when Designing a schema for PostgreSQL Selecting data types and constraints Planning indexes, partitions, or RLS policies Reviewing tables for scale and maintainability Do not use this skill when You are targeting a non-PostgreSQL database You only need query tuning without schema changes You require a DB-agnostic modeling guide Instructions Capture entities, access patterns, and scale targets (rows, QPS, retention). Choose data types and constraints that e...
|
574 |
| 9250 | ftd-detector | tradermonty/claude-trading-skills |
FTD Detector Skill Purpose Detect Follow-Through Day (FTD) signals that confirm a market bottom, using William O'Neil's proven methodology. Generates a quality score (0-100) with exposure guidance for re-entering the market after corrections. Complementary to Market Top Detector: Market Top Detector = defensive (detects distribution, rotation, deterioration) FTD Detector = offensive (detects rally attempts, bottom confirmation) When to Use This Skill English: User asks "Is the market bottoming?"...
|
574 |