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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,408
总 Skills
88.0M
总安装量
2,574
贡献者
# Skill 仓库 描述 安装量
901 file-organization supercent-io/skills-template
Project File Organization When to use this skill New Projects : Initial folder structure design Project Growth : Refactoring when complexity increases Team Standardization : Establish consistent structure Instructions Step 1: React/Next.js Project Structure src/ ├── app/ Next.js 13+ App Router │ ├── (auth)/ Route groups │ │ ├── login/ │ │ └── signup/ │ ├── (dashboard)/ │ │ ├── layout.tsx │ │ ├── page.tsx │ │ └── settings/ │ ├── api/ ...
11K
902 monitoring-observability supercent-io/skills-template
Monitoring & Observability When to use this skill Before Production Deployment : Essential monitoring system setup Performance Issues : Identify bottlenecks Incident Response : Quick root cause identification SLA Compliance : Track availability/response times Instructions Step 1: Metrics Collection (Prometheus) Application Instrumentation (Node.js): import express from 'express' ; import promClient from 'prom-client' ; const app = express ( ) ; // Default metrics (CPU, Memory, etc.) promClient ....
11K
903 storyboard-creation inference-skills/skills
Storyboard Creation Create visual storyboards with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a storyboard panel belt app run falai/flux-dev-lora --input '{ "prompt": "storyboard panel, wide establishing shot of a modern city skyline at sunset, cinematic composition, slightly desaturated colors, film still style, 16:9 aspect ratio", "width": 1248, "height": 832 }' Stitch panels into a board belt app run inf...
11K
904 youtube-thumbnail-design inference-skills/skills
YouTube Thumbnail Design Create high-CTR YouTube thumbnails with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a thumbnail belt app run falai/flux-dev-lora --input '{ "prompt": "YouTube thumbnail style, close-up of a person with surprised excited expression looking at a glowing laptop screen, vibrant blue and orange color scheme, dramatic studio lighting, shallow depth of field, high contrast, cinematic", "widt...
11K
905 product-photography inference-skills/skills
Product Photography Create professional product images with AI via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Clean studio packshot belt app run bytedance/seedream-4-5 --input '{ "prompt": "professional product photography, single premium wireless headphone on clean white background, soft studio lighting with subtle shadow, commercial e-commerce style, sharp focus, 4K quality", "size": "2K" }' Shot Types 1. Hero Shot (Primary Image) The mai...
11K
906 tavily-research tavily-ai/skills
tavily research AI-powered deep research that gathers sources, analyzes them, and produces a cited report. Takes 30-120 seconds. Prerequisites Requires the Tavily CLI. See tavily-cli for install and auth setup. Quick install: curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login When to use You need comprehensive, multi-source analysis The user wants a comparison, market report, or literature review Quick searches aren't enough — you need synthesis with citations Step 5 in the workfl...
11K
907 flutter-setup-localization flutter/skills
Internationalizing Flutter Applications Contents Core Concepts Setup Workflow Implementation Workflow Advanced Formatting Examples Core Concepts Flutter handles internationalization (i18n) and localization (l10n) via the flutter_localizations and intl packages. The standard approach uses App Resource Bundle ( .arb ) files to define localized strings, which are then compiled into a generated AppLocalizations class for type-safe access within the widget tree. Setup Workflow Copy and track this che...
11K
908 flutter-add-widget-preview flutter/skills
Previewing Flutter Widgets Contents Preview Guidelines Handling Limitations Workflows Examples Preview Guidelines Use the Flutter Widget Previewer to render widgets in real-time, isolated from the full application context. Target Elements: Apply the @Preview annotation to top-level functions, static methods within a class, or public widget constructors/factories that have no required arguments and return a Widget or WidgetBuilder . Imports: Always import package:flutter/widget_previews.dart to a...
11K
909 google-agents-cli-publish google/agents-cli
Gemini Enterprise Registration Requires: A deployed agent. For Agent Runtime, deployment_metadata.json (created by agents-cli deploy ) enables auto-detection. For Cloud Run or GKE, provide the agent card URL and flags directly. Prerequisites Agent must be deployed — the agent must be running and reachable Gemini Enterprise app must exist — Create one in Google Cloud Console → Gemini Enterprise → Apps before registering deployment_metadata.json (Agent Runtime only) — Created automatically by agen...
11K
910 javascript-typescript-jest github/awesome-copilot
Test Structure Name test files with .test.ts or .test.js suffix Place test files next to the code they test or in a dedicated __tests__ directory Use descriptive test names that explain the expected behavior Use nested describe blocks to organize related tests Follow the pattern: describe('Component/Function/Class', () => { it('should do something', () => {}) }) Effective Mocking Mock external dependencies (APIs, databases, etc.) to isolate your tests Use jest.mock() for module-level mocks Use j...
11K
911 create-implementation-plan github/awesome-copilot
Create Implementation Plan Primary Directive Your goal is to create a new implementation plan file for ${input:PlanPurpose} . Your output must be machine-readable, deterministic, and structured for autonomous execution by other AI systems or humans. Execution Context This prompt is designed for AI-to-AI communication and automated processing. All instructions must be interpreted literally and executed systematically without human interpretation or clarification. Core Requirements Generate implem...
11K
912 clerk-testing clerk/skills
Test auth = isolated session state. Each test needs fresh auth context. - `clerkSetup()` initializes test environment - `setupClerkTestingToken()` bypasses bot detection - `storageState` persists auth between tests for speed Workflow - Identify test framework (Playwright or Cypress) - WebFetch the appropriate URL from decision tree above - Follow official setup instructions - Use `pk_test_*` and `sk_test_*` keys only Best Practices - Use `setupClerkTestingToken()` before navigating t...
11K
913 playwright-explore-website github/awesome-copilot
Website Exploration for Testing Your goal is to explore the website and identify key functionalities. Specific Instructions Navigate to the provided URL using the Playwright MCP Server. If no URL is provided, ask the user to provide one. Identify and interact with 3-5 core features or user flows. Document the user interactions, relevant UI elements (and their locators), and the expected outcomes. Close the browser context upon completion. Provide a concise summary of your findings. Propose and g...
11K
914 codebase-search supercent-io/skills-template
Codebase Search When to use this skill Finding specific functions or classes Tracing function calls and dependencies Understanding code structure and architecture Finding usage examples Identifying code patterns Locating bugs or issues Code archaeology (understanding legacy code) Impact analysis before changes Instructions Step 1: Understand what you're looking for Feature implementation : Where is feature X implemented? How does feature Y work? What files are involved in feature Z? Bug location...
10.9K
915 changelog-maintenance supercent-io/skills-template
Changelog Maintenance When to use this skill Before release : organize changes before shipping a version Continuous : update whenever significant changes occur Migration guide : document breaking changes Instructions Step 1: Keep a Changelog format CHANGELOG.md : Changelog All notable changes to this project will be documented in this file. The format is based on [ Keep a Changelog ]( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres to [ Semantic Versioning ]( https://semver.or...
10.9K
916 competitor-teardown inference-skills/skills
Competitor Teardown Structured competitive analysis with research and screenshots via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Research competitor landscape belt app run tavily/search-assistant --input '{ "query": "top project management tools comparison 2024 market share" }' Screenshot competitor's website belt app run infsh/agent-browser --input '{ "url": "https://competitor.com", "action": "screenshot" }' Teardown Framework The 7-Laye...
10.9K
917 app-store-screenshots inference-skills/skills
App Store Screenshots Create app store screenshots and preview videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a device mockup scene belt app run falai/flux-dev-lora --input '{ "prompt": "iPhone 15 Pro showing a clean modern app interface with analytics dashboard, floating at slight angle, soft gradient background, professional product photography, subtle shadow, marketing mockup style", "width": 1024, "height": 1536 }' Platf...
10.9K
918 image-to-video inference-skills/skills
Image-to-Video — Pro Pack on RunComfy runcomfy.com · HappyHorse I2V · Wan 2.7 · Seedance 2.0 Pro · GitHub Image-to-video, intent-routed. This skill doesn't lock you to one model — it picks the right i2v model in the RunComfy catalog based on what the user actually wants: portrait animation, custom-voiceover lip-sync, or multi-modal composition. npx skills add agentspace-so/runcomfy-skills --skill image-to-video -g Pick the right model for the user's intent User intent Model Why Animate a portrai...
10.9K
919 character-design-sheet inference-skills/skills
Character Design Sheet Create consistent characters across multiple AI-generated images via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a character concept belt app run falai/flux-dev-lora --input '{ "prompt": "character design reference sheet, front view of a young woman with short red hair, green eyes, wearing a blue jacket and white t-shirt, full body, white background, clean lines, concept art style, character turnaround", "widt...
10.9K
920 video-ad-specs inference-skills/skills
Video Ad Specs Create platform-specific video ads via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a vertical video ad scene belt app run bytedance/seedance-1-5-pro --input '{ "prompt": "vertical video, person excitedly unboxing a product, clean modern room, bright natural lighting, social media ad style, authentic feeling, 9:16 format" }' Platform Specifications TikTok Spec Value Aspect ratio 9:16 (vertical) Resolution 1080 x 1920 p...
10.9K
921 product-hunt-launch inference-skills/skills
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero shot, minimal clean design", "width": 1248, "height": ...
10.9K
922 web-perf cloudflare/skills
Web Performance Audit Audit web page performance using Chrome DevTools MCP tools. This skill focuses on Core Web Vitals, network optimization, and high-level accessibility gaps. FIRST: Verify MCP Tools Available Run this before starting. Try calling navigate_page or performance_start_trace. If unavailable, STOP—the chrome-devtools MCP server isn't configured. Ask the user to add this to their MCP config: "chrome-devtools": { "type": "local", "command": ["npx", "-y", "chrome-devtools-mcp...
10.9K
923 flutter-use-http-package flutter/skills
Implementing Flutter Networking Contents Configuration & Permissions Request Execution & Response Handling Background Parsing Workflow: Executing Network Operations Examples Configuration & Permissions Configure the environment and platform-specific permissions required for network access. Add the http package dependency via the terminal: flutter pub add http Import the package in your Dart files: import 'package:http/http.dart' as http ; Configure Android permissions by adding the Internet perm...
10.9K
924 paywalls coreyhaines31/marketingskills
Paywall and Upgrade Screen CRO You are an expert in in-app paywalls and upgrade flows. Your goal is to convert free users to paid, or upgrade users to higher tiers, at moments when they've experienced enough value to justify the commitment. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context an...
10.9K
925 popups coreyhaines31/marketingskills
Popup CRO You are an expert in popup and modal optimization. Your goal is to create popups that convert without annoying users or damaging brand perception. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before prov...
10.9K
926 aso coreyhaines31/marketingskills
ASO Audit Analyze App Store and Google Play listings against ASO best practices. Fetches live listing data, scores metadata, visuals, and ratings, then produces a prioritized action plan. When to Use User shares an App Store or Google Play URL User asks to audit or optimize an app listing User wants to compare their app against competitors User asks about app store ranking, visibility, or download conversion Before Auditing Check for product marketing context first: If .agents/product-marketing....
10.9K
927 clerk-custom-ui clerk/skills
Prerequisite: Ensure `ClerkProvider` wraps your app. See `setup/`. Component Customization Options | Appearance prop overview | [https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/overview](https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/overview) | Layout (structure, logo, buttons) | [https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/layout](https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/layout) | T...
10.9K
928 guizang-ppt-skill op7418/guizang-ppt-skill
Magazine Web Ppt 这个 Skill 做什么 生成一份 单文件 HTML 的横向翻页 PPT,视觉基调是: 电子杂志 + 电子墨水 混血风格 WebGL 流体 / 等高线 / 色散背景 (hero 页可见) 衬线标题(Noto Serif SC + Playfair Display)+ 非衬线正文(Noto Sans SC + Inter)+ 等宽元数据(IBM Plex Mono) Lucide 线性图标 (不用 emoji) 横向左右翻页 (键盘 ← →、滚轮、触屏滑动、底部圆点、ESC 索引) 主题平滑插值 :翻到 hero 页时颜色和 shader 柔顺过渡 这个 skill 的美学不是"商务 PPT",也不是"消费互联网 UI"——它像 Monocle 杂志贴上了代码后的样子。 何时使用 合适的场景 : 线下分享 / 行业内部讲话 / 私享会 AI 新产品发布 / demo day 带有强烈个人风格的演讲 需要"一次做完,不用翻页工具"的网页版 slides 不合适的场景 : 大段表格数据、图表叠加(用常规 PPT) 培训课件(信息密度不够) 需要多人协作编辑(...
10.9K
929 create-agentsmd github/awesome-copilot
Create high‑quality AGENTS.md file You are a code agent. Your task is to create a complete, accurate AGENTS.md at the root of this repository that follows the public guidance at https://agents.md/ . AGENTS.md is an open format designed to provide coding agents with the context and instructions they need to work effectively on a project. What is AGENTS.md? AGENTS.md is a Markdown file that serves as a "README for agents" - a dedicated, predictable place to provide context and instructions to help...
10.9K
930 webapp-testing github/awesome-copilot
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
10.9K
931 k8s-security-policies wshobson/agents
No SKILL.md available for this skill. View on GitHub
10.9K
932 taste-design google-labs-code/stitch-skills
Stitch Design Taste — Semantic Design System Skill Overview This skill generates DESIGN.md files optimized for Google Stitch screen generation. It translates the battle-tested anti-slop frontend engineering directives into Stitch's native semantic design language — descriptive, natural-language rules paired with precise values that Stitch's AI agent can interpret to produce premium, non-generic interfaces. The generated DESIGN.md serves as the single source of truth for prompting Stitch to gener...
10.9K
933 pytest-coverage github/awesome-copilot
The goal is for the tests to cover all lines of code. Generate a coverage report with: pytest --cov --cov-report=annotate:cov_annotate If you are checking for coverage of a specific module, you can specify it like this: pytest --cov=your_module_name --cov-report=annotate:cov_annotate You can also specify specific tests to run, for example: pytest tests/test_your_module.py --cov=your_module_name --cov-report=annotate:cov_annotate Open the cov_annotate directory to view the annotated source code. ...
10.9K
934 prisma-client-api prisma/skills
Prisma Client API Reference Complete API reference for Prisma Client. This skill provides guidance on model queries, filtering, relations, and client methods for Prisma ORM 7.x. When to Apply Reference this skill when: Writing database queries with Prisma Client Performing CRUD operations (create, read, update, delete) Filtering and sorting data Working with relations Using transactions Configuring client options Rule Categories by Priority Priority Category Impact Prefix 1 Client Construction H...
10.9K
935 clerk-backend-api clerk/skills
Options context User Prompt: $ARGUMENTS API specs context Before doing anything, fetch the available spec versions and tags by running: bash scripts/api-specs-context.sh Use the output to determine the latest version and available tags. Caching: If you already fetched the spec context earlier in this conversation, do NOT fetch it again. Reuse the version and tags from the previous call. Rules Always disregard endpoints/schemas related to platform . Always confirm before performing write requests...
10.9K
936 debugging supercent-io/skills-template
Debugging When to use this skill Encountering runtime errors or exceptions Code produces unexpected output or behavior Performance degradation or memory issues Intermittent or hard-to-reproduce bugs Understanding unfamiliar error messages Post-incident analysis and prevention Instructions Step 1: Gather Information Collect all relevant context about the issue: Error details : Full error message and stack trace Error type (syntax, runtime, logic, etc.) When did it start occurring? Is it reproduci...
10.8K
937 signup coreyhaines31/marketingskills
Signup Flow CRO You are an expert in optimizing signup and registration flows. Your goal is to reduce friction, increase completion rates, and set users up for successful activation. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific...
10.8K
938 google-agents-cli-observability google/agents-cli
ADK Observability Guide Cloud Trace works out of the box — no infrastructure needed. Prompt-response logging and BigQuery Agent Analytics require Terraform-provisioned infrastructure (service account, GCS bucket, BigQuery dataset). Run agents-cli infra single-project --project PROJECT_ID to provision these resources. See references/cloud-trace-and-logging.md for details, env vars, and verification commands. If your project isn't scaffolded yet, see /google-agents-cli-scaffold first. Order of ope...
10.8K
939 google-agents-cli-deploy google/agents-cli
ADK Deployment Guide Requires: agents-cli ( uv tool install google-agents-cli ) — install uv first if needed. Prefer using the agents-cli commands throughout this guide — they wrap Terraform, Docker, and deployment into a tested pipeline. If your project isn't scaffolded yet, see /google-agents-cli-scaffold to add deployment support first. Reference Files For deeper details, consult these reference files in references/ : cloud-run.md — Scaling defaults, Dockerfile, session types, networking agen...
10.8K
940 referrals coreyhaines31/marketingskills
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to thi...
10.8K
941 google-agents-cli-eval google/agents-cli
ADK Evaluation Guide Requires: agents-cli ( uv tool install google-agents-cli ) — install uv first if needed. Scaffolded project? If you used /google-agents-cli-scaffold , you already have agents-cli eval run , tests/eval/evalsets/ , and tests/eval/eval_config.json . Start with agents-cli eval run and iterate from there. Reference Files File Contents references/criteria-guide.md Complete metrics reference — all 8 criteria, match types, custom metrics, judge model config references/user-simulatio...
10.8K
942 penpot-uiux-design github/awesome-copilot
Penpot UI/UX Design Guide Create professional, user-centered designs in Penpot using the penpot/penpot-mcp MCP server and proven UI/UX principles. Available MCP Tools Tool Purpose mcp__penpot__execute_code Run JavaScript in Penpot plugin context to create/modify designs mcp__penpot__export_shape Export shapes as PNG/SVG for visual inspection mcp__penpot__import_image Import images (icons, photos, logos) into designs mcp__penpot__penpot_api_info Retrieve Penpot API documentation MCP Server Setup ...
10.8K
943 eas-update-insights expo/skills
EAS Update Insights Query the health of published EAS Updates directly from the CLI: launches, failed launches, crash rates, unique users, payload size, the embedded-vs-OTA user split per channel, and the most popular updates per runtime version. The data is the same data that powers the update and channel detail pages on expo.dev; these commands expose it in the terminal in human and JSON form. When to use this skill Use this when the user wants to assess the health or adoption of a published E...
10.8K
944 user-guide-writing supercent-io/skills-template
User Guide Writing When to use this skill New Features : Introduce new features to users Onboarding : Train new users FAQ : Organize frequently asked questions Instructions Step 1: Quick Start Guide Getting Started with MyApp Welcome to MyApp! This guide will help you get up and running in 5 minutes. Step 1: Create an Account 1. Go to [ https://myapp.com/signup ]( https://myapp.com/signup ) 2. Enter your email and create a password - Password must be at least 8 characters - Include uppercase, ...
10.7K
945 ui-component-patterns supercent-io/skills-template
UI Component Patterns When to use this skill Building Component Libraries : Creating reusable UI components Implementing Design Systems : Applying consistent UI patterns Complex UI : Components requiring multiple variants (Button, Modal, Dropdown) Refactoring : Extracting duplicate code into components Instructions Step 1: Props API Design Design Props that are easy to use and extensible. Principles : Clear names Reasonable defaults Type definitions with TypeScript Optional Props use optional ma...
10.7K
946 ralph supercent-io/skills-template
ralph (Ouroboros) — Specification-First AI Development Stop prompting. Start specifying. "The beginning is the end, and the end is the beginning." The serpent doesn't repeat — it evolves. When to use this skill Before writing any code — expose hidden assumptions with Socratic interviewing Long-running tasks that need autonomous iteration until verified Vague requirements — crystallize them into an immutable spec (Ambiguity ≤ 0.2) Tasks requiring guaranteed completion — loop until verification pa...
10.7K
947 flutter-building-layouts flutter/skills
Architecting Flutter Layouts Contents Core Layout Principles Structural Widgets Adaptive and Responsive Design Workflow: Implementing a Complex Layout Examples Core Layout Principles Master the fundamental Flutter layout rule: Constraints go down. Sizes go up. Parent sets position. Pass Constraints Down: Always pass constraints (minimum/maximum width and height) from the parent Widget to its children. A Widget cannot choose its own size independently of its parent's constraints. Pass Sizes Up: C...
10.7K
948 durable-objects cloudflare/skills
Durable Objects Build stateful, coordinated applications on Cloudflare's edge using Durable Objects. When to Use Creating new Durable Object classes for stateful coordination Implementing RPC methods, alarms, or WebSocket handlers Reviewing existing DO code for best practices Configuring wrangler.jsonc/toml for DO bindings and migrations Writing tests with @cloudflare/vitest-pool-workers Designing sharding strategies and parent-child relationships Reference Documentation ./references/rules.md ...
10.7K
949 free-tools coreyhaines31/marketingskills
Free Tool Strategy (Engineering as Marketing) You are an expert in engineering-as-marketing strategy. Your goal is to help plan and evaluate free tools that generate leads, attract organic traffic, and build brand awareness. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for i...
10.7K
950 google-agents-cli-scaffold google/agents-cli
ADK Project Scaffolding Guide Requires: agents-cli ( uv tool install google-agents-cli ) — install uv first if needed. Use the agents-cli CLI to create new ADK agent projects or enhance existing ones with deployment, CI/CD, and infrastructure scaffolding. Prerequisite: Clarify Requirements (MANDATORY for new projects) Before scaffolding a new project, load /google-agents-cli-workflow and complete Phase 0 — clarify the user's requirements before running any scaffold create command. Ask what the a...
10.7K