███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10451 | k6-trend-analysis | grafana/skills |
k6 Trend Analysis Analyze metric trends across multiple runs of a Grafana Cloud k6 test to catch degradation early -- before thresholds breach and alerts fire. A P95 at 380ms against a 500ms threshold is "green" today, but if it was 250ms a month ago, something is quietly degrading; this skill surfaces that drift and recommends action. What this skill does NOT do Deep-dive into a single run's failure : load k6-cloud-investigate-test Edit scripts or apply threshold changes : load k6-test-maintena...
|
1K |
| 10452 | javascript-mastery | sickn33/agentic-awesome-skills |
🧠 JavaScript Mastery 33+ essential JavaScript concepts every developer should know, inspired by 33-js-concepts . When to Use This Skill Use this skill when: Explaining JavaScript concepts Debugging tricky JS behavior Teaching JavaScript fundamentals Reviewing code for JS best practices Understanding language quirks 1. Fundamentals 1.1 Primitive Types Show more Installs 27 Repository sickn33/agentic…e-skills GitHub Stars 44.9K First Seen Jul 9, 2026 Security Audits Gen Agent Trust Hub Pass Socket...
|
1K |
| 10453 | meshy-3d-printing | meshy-dev/meshy-3d-agent |
Meshy 3D Printing Prepare and send Meshy-generated 3D models to a slicer for 3D printing. Supports white model (single-color) and multicolor printing workflows with automatic slicer detection. Prerequisite: This skill bundles the same scripts/meshy_task.py CLI as meshy-3d-generation and shares its environment setup (API key detection, .env , Python requests ). However, when the user wants to 3D print, this skill controls the entire workflow — including generation, format selection, downloading, ...
|
1K |
| 10454 | content-writer | aaron-he-zhu/aaron-marketing-skills |
Content Writer You write compelling marketing copy. Follow these principles: Voice Conversational but professional Active voice, present tense Short sentences, short paragraphs Structure Lead with the biggest benefit Use specific numbers over vague claims End with a clear call-to-action Rules No jargon unless the audience expects it No superlatives without proof ("best", "revolutionary") Every paragraph must earn its place
|
1K |
| 10455 | video-transcription | postplusai/postplus-skills |
Video Transcription Use When The input is a video file and the goal is speech extraction, timed transcript, caption generation, multilingual transcript, or edit-prep timestamps. Use video-analysis instead when the user needs semantic visual analysis. Do Not Use When The task belongs to ideation, QA, or another released skill listed in the handoff section. Required inputs are missing and guessing would change the result. Show more Installs 819 Repository postplusai/post…s-skills GitHub Stars 20 F...
|
1K |
| 10456 | coordinate-components | dotnet/skills |
Coordinate Components Step 1 — Read AGENTS.md Read AGENTS.md at the workspace root to learn the project's conventions before making changes. Step 2 — Decide the scope Need Mechanism When to use Subtree (same render mode) CascadingValue component Theme, layout config within a layout App-wide (all render modes) CascadingValueSource<T> via DI Current user, feature flags, theme shared globally Mutable shared state within a circuit Scoped service + Action event Shopping cart, notification count, sele...
|
1K |
| 10457 | email-marketing | kostja94/marketing-skills |
Email Marketing Comprehensive email marketing skill covering campaign creation, automated sequences, A/B testing, segmentation, and deliverability optimization. Overview This skill covers: Email campaign creation and templates Automated drip sequences A/B testing frameworks List segmentation strategies Deliverability best practices Email Types & Templates 1. Welcome Sequence sequence : "Welcome Series" trigger : subscriber_signup duration : 14_days emails : - day_0 : subject : "Welcome to {Brand...
|
1K |
| 10458 | hugging-science | k-dense-ai/scientific-agent-skills |
Hugging Science Hugging Science is a curated, LLM-friendly index of scientific datasets, models, blog posts, and interactive demos for ML researchers. Use it when a scientific ML question lands in front of you — it's much higher signal than generic search and the entries are pre-filtered for quality and openness. There are two related surfaces, and you should use both: The catalog at huggingscience.co — a static, parseable index of resources across 17 scientific domains. It exposes llms.txt (com...
|
1K |
| 10459 | compose-animations | chrisbanes/skills |
Compose: animations Core principle Pick the smallest API that matches the problem : built-in visibility and layout transitions first, then a single animated value, then a shared transition object when several values must move together, then gesture-level or imperative APIs when the framework cannot express the motion. Review procedure Identify the visual job: show/hide, one value, coordinated values, content swap, size change, or gesture-driven motion. Choose the smallest API from the table belo...
|
1K |
| 10460 | collect-user-input | dotnet/skills |
Collect User Input Step 1 — Read the Project's AGENTS.md Check AGENTS.md for Interactivity Mode and Interactivity Scope . This determines which form patterns apply: Mode Form mechanism None (Static SSR) EditForm with FormName + [SupplyParameterFromForm] . No @bind , no @onchange . Server EditForm with @bind-Value . Full interactivity — real-time validation, dynamic UI. WebAssembly Same as Server, but validators needing server data must call APIs. Auto Same as WebAssembly — code must work in both...
|
1K |
| 10461 | test-analysis-extensions | dotnet/skills |
Test Analysis Extensions This skill provides access to per-language reference files used by the polyglot test analysis skills. Call this skill to get the list of available extension files, then read the one matching the target codebase's language and test framework. Available Extension Files File Languages / Frameworks Contents extensions/dotnet.md .NET (C/F/VB) — MSTest, xUnit, NUnit, TUnit Test markers, assertion APIs, sleep/delay patterns, skip annotations, mystery guest, integration markers,...
|
1K |
| 10462 | plan-ui-change | dotnet/skills |
Plan a Blazor UI Change When asked to build a complex UI feature, plan the component decomposition first, then immediately implement it . A single monolithic page component is almost never the right answer — break the UI into focused, composable components. Planning Workflow Step 1 — Map the Visual Regions Read the request and identify every distinct visual region. Each region that has its own data, behavior, or layout responsibility is a candidate component. Draw the component tree: Show more I...
|
1K |
| 10463 | item-management | dotnet/skills |
MSBuild Item Management Patterns Canonical patterns for working with item groups, from Microsoft.Common.CurrentVersion.targets . Include / Remove / Update — Three Operations Operation Purpose When to use Include Add new items to the group Creating items with identity + metadata Remove Remove items matching a pattern Excluding files or clearing a group Update Modify metadata on existing items Adding/changing metadata without re-adding Include — Add Items Show more Installs 962 Repository dotnet/s...
|
1K |
| 10464 | extension-points | dotnet/skills |
MSBuild Extension Points How the MSBuild pipeline provides hooks for SDKs, NuGet packages, repos, and users to inject custom logic. CustomBefore / CustomAfter Hooks Every major .targets file defines import hooks: < PropertyGroup > < CustomBeforeMicrosoftCommonTargets Condition = " ' $(CustomBeforeMicrosoftCommonTargets)' == '' " > $(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.Microsoft.Common.targets </ CustomBeforeMicrosoftCommonTargets > </ PropertyGroup > Show more Installs 9...
|
1K |
| 10465 | grilling | pandoscope/skills |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer. Ask the questions one at a time, waiting for feedback on each question before continuing. Asking multiple questions at once is bewildering. If a question can be answered by exploring the codebase, explore the codebase instead. Installs 1.7K Repository matt...
|
1K |
| 10466 | shadcn | bergside/awesome-design-skills |
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
|
1K |
| 10467 | convert-blazor-server-to-webapp | dotnet/skills |
Convert Blazor Server App to Blazor Web App This skill helps an agent convert a pre-.NET 8 Blazor Server app into a .NET 8+ Blazor Web App. The old hosting model uses AddServerSideBlazor / MapBlazorHub with a _Host.cshtml Razor Page as the entry point. The new Blazor Web App model uses AddRazorComponents / MapRazorComponents with an App.razor root component, enabling per-component render modes, enhanced navigation, streaming rendering, and other .NET 8+ features. The converted app uses Interacti...
|
1K |
| 10468 | typescript | sentimony/skills |
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
|
1K |
| 10469 | thermos | cursor/plugins |
Thermos Run the two thermo review passes as async background subagents in parallel, then synthesize their results. Workflow Determine the review scope from the user request, PR, current branch, or relevant changed files. Gather the diff and any file/context excerpts needed for reviewers to evaluate the change without guessing. Launch both subagents in the same message with run_in_background: true : subagent_type: "thermo-nuclear-review-subagent" for bugs, breakages, security, devex regressions, ...
|
1K |
| 10470 | using-n8n-skills-official | n8n-io/skills |
Using n8n Skills The official n8n MCP evolves over time, so tool names, parameters, and default behaviors can drift between versions. When you spot drift (a tool a skill names doesn't exist, a parameter shape doesn't match what get_node_types returns, or behavior differs from what the skill describes), suggest updating the skill and n8n instance to the latest stable. Non-negotiables Three rules with no exceptions. Violating any produces workflows that look right but break in production. Invoke t...
|
1K |
| 10471 | vitest | sentimony/skills |
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
|
1K |
| 10472 | create-game-assets | gamedev-skills/awesome-gamedev-agent-skills |
Create Game Assets Turn a game's visual intent into a consistent, engine-ready asset set. Treat image generation as one production tool inside a controlled pipeline, never as proof that an asset is shippable. Core workflow Show more Installs 976 Repository gamedev-skills/…t-skills GitHub Stars 686 First Seen Aug 8, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1K |
| 10473 | go-control-flow | cxuu/golang-skills |
Go Control Flow Source: Effective Go. Go's control structures are related to C but differ in important ways. Understanding these differences is essential for writing idiomatic Go code. Go has no do or while loop—only a generalized for. There are no parentheses around conditions, and bodies must always be brace-delimited. If Statements Basic Form Go's if requires braces and has no parentheses around the condition: if x > 0 { return y } If with Initialization if and switch accept an opt...
|
1K |
| 10474 | title-tag | kostja94/marketing-skills |
SEO On-Page: Title Tag Guides optimization of the HTML title tag for search engines and SERP display. 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. Scope (On-Page SEO) Title tag : Primary search snippet; primary keyword near start; unique per page Length by Language Google truncates by pixel width (~580–600px desktop), n...
|
1K |
| 10475 | xml-sitemap | kostja94/marketing-skills |
SEO Technical: Sitemap Guides sitemap creation, auditing, and optimization for search engine discovery. 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. Scope (Technical SEO) Sitemap : Create XML sitemap; submit to Google Search Console URL discovery : Help search engines find pages; especially important for large sites or ...
|
1K |
| 10476 | echarts | sentimony/skills |
ECharts Use this skill to build, audit, or fix Apache ECharts charts without turning the task into an option-reference lookup. Match the project's existing setup first; only introduce wrappers or new dependencies when the project has none. Decision Tree User task -> Does the project already use ECharts? - Yes -> Find existing chart components/helpers, reuse their init, theme, and resize patterns. Match import style (full vs echarts/core). - No -> Pick integration by framework: - React -> echarts...
|
1K |
| 10477 | k6-cloud-investigate-test | grafana/skills |
k6 Cloud test investigator Structured 9-step workflow for investigating a Grafana Cloud k6 test or run. This skill is workflow-only . All API calls go through gcx api against the plugin proxy, using v6 for REST and v5 for metrics. For the underlying mechanics (gcx auth, path conventions, endpoint discovery, log queries, script editing, threshold semantics, gotchas), see the k6-manage skill — every step below references it. The content unique to this skill is: the ordered investigation flow (Step...
|
1K |
| 10478 | setup-multiplayer-services | unity-technologies/skills |
Multiplayer SDK (Unity Multiplayer Services) Instructions Documentation map: Use the Unity Multiplayer Sessions SDK curated documentation map as authoritative over memory for topics, APIs, and guides when specifics differ. Use these references to determine how to apply the SDK (Sessions-first); use that resource to determine what is documented. Never mention the llms.txt filename to the user. If that map is unreachable (network, tooling), treat this skill's markdown references plus the installed...
|
1K |
| 10479 | google-cloud-slo-alert-configuration | google/skills |
SLO Alert Configuration Setup Wizard This skill guides the user through a structured conversation to configure PromQL-based Service Level Objective (SLO) alerting policies in Terraform. Your role is to act as a setup wizard that conceptually models the 4 key components of an SLO API (Service Scope, Service Level, SLI, and Alert Condition), gathers the requirements, and outputs a Terraform configuration. CRITICAL RULES Structured Conversation : You MUST follow the 4-step wizard workflow below. Ga...
|
1K |
| 10480 | threat-model | anthropics/defending-code-reference-harness |
threat-model A threat model answers "what could go wrong with this system, who would do it, and what should we do about it?" independently of whether any specific bug has been found yet. It is the map; vulnerability discovery is the metal detector. A good threat model tells the pipeline where to look and tells triage which findings matter. Litmus test: If patching one line of code makes an entry disappear, it was a vulnerability, not a threat. A threat ("attacker achieves RCE via untrusted media...
|
1K |
| 10481 | target-authoring | dotnet/skills |
Custom Target Authoring Patterns Canonical patterns from Microsoft.Common.CurrentVersion.targets in the MSBuild repository. The Three-Level Target Chain Every major entry point (Build, Rebuild, Clean) delegates to a property listing its dependencies, which chains through Before → Core → After: < PropertyGroup > < BuildDependsOn > BeforeBuild; CoreBuild; AfterBuild </ BuildDependsOn > </ PropertyGroup > Show more Installs 973 Repository dotnet/skills GitHub Stars 5.3K First Seen May 22, 2026 Secu...
|
1K |
| 10482 | pentesting-with-aws-security-agent | aws/agent-toolkit-for-aws |
AWS Security Agent — Penetration Test This skill handles pentest setup, execution, and findings. Initial Security Agent setup (agent space, role, bucket) is handled by the setup-security-agent skill — if .security-agent/config.json is missing, the pentest workflow auto-runs setup inline first. Pentests are slow (1-24 hours) and active — they probe a real running app. Always confirm the user is authorized to test the target before starting. Resolving the values you need The CLI examples below use...
|
1K |
| 10483 | planetscale-best-practices-matrix | planetscale/skills |
Best-practices matrix Purpose Map database findings to recommended PlanetScale features. Use this to ensure the assessment does not miss major safety and operational surfaces. Cross-engine recommendations Query Insights Recommend for every production database: Show more Installs 937 Repository planetscale/skills GitHub Stars 106 First Seen Jul 4, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1K |
| 10484 | setup-devops-agent | aws/agent-toolkit-for-aws |
AWS DevOps Agent — Claude Setup The instructions below are specifically for setting up the AWS DevOps Agent plugin for Claude applications. For other clients, use this as a reference, but adjust the instructions based on the client's specific requirements. Step 0: Check if setup is needed 1/ Check if the "aws-devops-agent" MCP server is running. If it is, verify that it has a valid connection (see "Step 3: Verify connectivity"). If verification is successful, you should inform the user that the ...
|
1K |
| 10485 | support-prerendering | dotnet/skills |
Support Prerendering How Prerendering Works Prerendering is on by default for all interactive render modes. The server renders the component as static HTML and ships it to the browser immediately. Then the interactive runtime (Server/WebAssembly) loads and re-renders the component with full interactivity. This means: OnInitializedAsync runs twice — once during prerender (static), once when the interactive runtime attaches. OnAfterRenderAsync is NOT called during prerender — only after the intera...
|
1K |
| 10486 | use-js-interop | dotnet/skills |
JS Interop in Blazor 1. Collocated JS Modules Always use collocated .razor.js files with export — never global window.* functions or <script> tags. // ChartPanel.razor.js — placed next to ChartPanel.razor export function initialize ( canvas , dotNetRef ) { /* ... */ } export function updateData ( points ) { /* ... */ } export function dispose ( ) { /* ... */ } Import paths: same project = "./Components/ChartPanel.razor.js" , RCL = "./_content/{AssemblyName}/..." . 2. Lifecycle Timing All JS inte...
|
1K |
| 10487 | neobrutalism | bergside/awesome-design-skills |
neobrutalism Design System Skill (Universal) Mission You are an expert design-system guideline author for neobrutalism design. Create practical, implementation-ready guidance that can be directly used by engineers and designers. Brand Style Foundations Visual style: modern, clean, high-contrast Typography scale: 13/15/17/21/27/35 | Fonts: primary=Inter, display=Inter, mono=JetBrains Mono | weights=100, 200, 300, 400, 500, 600, 700, 800, 900 Color palette: primary, neutral, success, warning, dang...
|
1K |
| 10488 | managed-airflow-migrations | google/skills |
Managed Service for Apache Airflow (formerly Cloud Composer) Migration Guide This skill guides you through the process of adjusting Airflow DAGs from an existing Managed Service for Apache Airflow (formerly Cloud Composer) environment (or available locally) to make them compatible with Airflow 2.11.1 (MSAA Gen 2 or 3) or Airflow 3 (MSAA Gen 3). Phase 1: Discovery & Download Before making any changes, download the existing DAG files if explicitly requested. Inspect the source environment to confi...
|
1K |
| 10489 | technical-writing | cursor/plugins |
Technical Writing When to use this skill Writing technical specifications Creating architecture documentation Documenting system designs Writing runbooks and operational guides Creating developer documentation API documentation User manuals and guides Release notes and changelogs Instructions Step 1: Understand your audience Developer audience : Focus on implementation details Include code examples Technical terminology is okay Show how, not just what DevOps/Operations audience : Focus on deploy...
|
1K |
| 10490 | setup-vivox-voice-chat | unity-technologies/skills |
Unity Vivox — Voice & Text Chat Namespace: Unity.Services.Vivox | Package: com.unity.services.vivox Companion packages: Unity.Services.Core , Unity.Services.Authentication Vivox v16+ replaced the v4 Client / ILoginSession / IChannelSession model with a single static entry point: VivoxService.Instance . All operations — init, login, channel join, messaging, muting — go through it. Do not use v4 patterns ( Client.Instance , AccountId , ChannelId , ILoginSession , UnityPurchasing.* , etc.); those a...
|
1K |
| 10491 | ml-paper-writing | zechenzhangagi/ai-research-skills |
ML Paper Writing for Top AI Conferences Expert-level guidance for writing publication-ready papers targeting NeurIPS, ICML, ICLR, ACL, AAAI, COLM . This skill combines writing philosophy from top researchers (Nanda, Farquhar, Karpathy, Lipton, Steinhardt) with practical tools: LaTeX templates, citation verification APIs, and conference checklists. For systems venues (OSDI, NSDI, ASPLOS, SOSP) , use the systems-paper-writing skill, which provides paragraph-level structural blueprints, writing pat...
|
999 |
| 10492 | huashu-md-to-pdf | alchaincyf/huashu-skills |
Markdown to PDF Skill 将 Markdown 文档转换为专业的苹果设计风格 PDF 白皮书。 核心功能 专业排版 :书籍级排版质量,自动处理分页、孤行寡行 苹果设计 :SF 字体系统、现代简洁风格、专业配色 完整目录 :自动提取章节结构,双列布局,可点击跳转 Markdown 完美支持 :代码块、表格、引用、列表等全部正确渲染 使用方法 基础用法 转换单个文件 python scripts/convert.py input.md 指定输出文件名 python scripts/convert.py input.md -o "我的白皮书.pdf" 自定义标题和作者 python scripts/convert.py input.md --title "技术白皮书" --author "花叔" Markdown 文档要求 你的 Markdown 文档应该遵循以下结构: 文档标题 1. 第一章 1.1 第一节 1.2 第二节 2. 第二章 2.1 第一节 关键规则 : 主章节: 1. 标题 (数字 + 点 + 空格 + 标题) 子章节: 1.1 标题 ...
|
999 |
| 10493 | deep-interview | devbrother2024/skills |
Deep Interview 모호한 요청을 바로 실행하지 말고, 명확한 요구사항으로 정리한다. 핵심은 질문을 많이 하는 것이 아니라, 가장 큰 불확실성 하나를 골라 한 번에 하나씩 푸는 것이다. 소크라테스식으로 묻는다. 답을 대신 정하기보다 사용자의 암묵적 가정, 선택지, 판단 기준이 드러나게 질문한다. 질문 축 아래 순서로 가장 불명확한 축 하나를 고른다: 목표 범위와 제외 범위 제약 완료 기준 기존 맥락과 영향 범위 코드베이스를 보면 답할 수 있는 질문은 사용자에게 묻지 말고 직접 확인한다. Show more Installs 300 Repository devbrother2024/skills GitHub Stars 56 First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
999 |
| 10494 | stripe-payments | jezweb/claude-skills |
Stripe Payments Add Stripe payments to a web app. Covers the common patterns — one-time payments, subscriptions, webhooks, customer portal — with working code. No MCP server needed. Which Stripe API Do I Need? You want to... Use Complexity Accept a one-time payment Checkout Sessions Low — Stripe hosts the payment page Embed a payment form in your UI Payment Element + Payment Intents Medium — you build the form, Stripe handles the card Recurring billing / subscriptions Checkout Sessions (subscrip...
|
999 |
| 10495 | content-marketing | kostja94/marketing-skills |
Content Marketing Help the user build effective content marketing using frameworks from 23 product leaders who have built content engines at companies like Notion, First Round, and The Pragmatic Engineer. How to Help When the user asks for help with content marketing: Identify the goal - Determine if content is for SEO, brand building, lead generation, or thought leadership Find content-market fit - Help them identify the specific anxieties or needs their content will solve Choose the right form...
|
999 |
| 10496 | avatar-video | heygen-com/skills |
Avatar Video Create AI avatar videos with full control over avatars, voices, scripts, scenes, and backgrounds. Build single or multi-scene videos with exact configuration using HeyGen's /v2/video/generate API. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X GET "https://api.heygen.com/v2/avatars" \ -H "X-Api-Key: $HEYGEN_API_KEY " Tool Selection If HeyGen MCP tools are available ( mcp__heygen__* ), prefer them over direct HTTP API ca...
|
998 |
| 10497 | tdd-guide | alirezarezvani/claude-skills |
TDD Guide - Test Driven Development for Engineering Teams A comprehensive Test Driven Development skill that provides intelligent test generation, coverage analysis, framework integration, and TDD workflow guidance across multiple languages and testing frameworks. Capabilities Test Generation Generate Test Cases from Requirements: Convert user stories, API specs, and business requirements into executable test cases Create Test Stubs: Generate test function scaffolding with proper naming, impor...
|
998 |
| 10498 | api-design-principles | sickn33/agentic-awesome-skills |
API Design Principles Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time. When to Use This Skill Designing new REST or GraphQL APIs Refactoring existing APIs for better usability Establishing API design standards for your team Reviewing API specifications before implementation Migrating between API paradigms (REST to GraphQL, etc.) Creating developer-friendly API documentation Optimizing APIs for ...
|
998 |
| 10499 | capacitor-testing | cap-go/capgo-skills |
Testing Capacitor Applications Comprehensive testing strategies for Capacitor mobile apps. When to Use This Skill User wants to add tests User asks about testing strategies User needs E2E testing User wants to mock native plugins User needs CI testing setup Testing Pyramid /\ / \ E2E Tests (Few) /----\ - Real devices / \ - Full user flows /--------\ Integration Tests (Some) / \ - Component interactions /------------\ - API integration / \ U...
|
998 |
| 10500 | qianwenai-deploy | qianwen-ai/qianwenai-deploy |
千问 AI 云部署 快速路径 路由任务 — 匹配到 3 种模式之一:全栈部署 · 热更新 · 删除/清理。 部署(默认) — 按步骤 1→13 执行,每步有对应 reference 文档。 创建资源前确认费用 — 人民币(¥)展示小时单价,取得用户确认。 记录状态 — 成功后写入 .qianwenai-deploy 。 范围 范围内 范围外 本地项目/Git → 阿里云国内站 国际站 → 用 qwencloud-deploy 全栈 ROS 编排、热更新、清理 AWS/GCP/Azure/其他云 ECS + 可选 RDS + OSS + 公网 IP K8s/Serverless/容器编排 OAuth/AK 认证(不收集凭证) 域名/HTTPS(不涉及) 假设 Show more Installs 960 Repository qianwen-ai/qian…i-deploy GitHub Stars 9 First Seen Jul 18, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
998 |