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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,611
总 Skills
100.4M
总安装量
2,627
贡献者
# Skill 仓库 描述 安装量
7401 fix-merge-conflicts cursor/plugins
Fix merge conflicts Trigger Branch has unresolved merge conflicts and needs a reliable path to a buildable state. Workflow Detect all conflicting files from git status and conflict markers. Resolve each conflict with minimal, correctness-first edits. Prefer preserving both sides when safe. Otherwise, choose the variant that compiles and keeps public behavior stable. Regenerate lockfiles with package manager tools instead of hand-editing. Run compile, lint, and relevant tests. Stage resolved file...
988
7402 integrate-context-matic github/awesome-copilot
API Integration When the user asks to integrate a third-party API or implement anything involving an external API or SDK, follow this workflow. Do not rely on your own knowledge for available APIs or their capabilities — always use the context-matic MCP server. When to Apply Apply this skill when the user: Asks to integrate a third-party API Wants to add a client or SDK for an external service Requests implementation that depends on an external API Mentions a specific API (e.g. PayPal, Twilio) a...
987
7403 agent-data-ml-model ruvnet/ruflo
name: "ml-developer" description: "Specialized agent for machine learning model development, training, and deployment" color: "purple" type: "data" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "ML model creation, data preprocessing, model evaluation, deployment" complexity: "complex" autonomous: false Requires approval for model deployment triggers: keywords: - "machine learning" - "ml model" - "train model" - "predict" - "classification" - "regression...
986
7404 agent-code-analyzer ruvnet/ruflo
name: analyst description: "Advanced code quality analysis agent for comprehensive code reviews and improvements" type: code-analyzer color: indigo priority: high hooks: pre: | npx claude-flow@alpha hooks pre-task --description "Code analysis agent starting: ${description}" --auto-spawn-agents false post: | npx claude-flow@alpha hooks post-task --task-id "analysis-${timestamp}" --analyze-performance true metadata: specialization: "Code quality assessment and security analysis" capabilities: - Co...
986
7405 translate-pdf wshuyi/translate-pdf-skill
Translate PDF text while preserving structure, colors, and background styling. Workflow Step 1: Extract texts ``` python {skill_path}/scripts/extract_texts.py <input.pdf> ``` Review output to see all unique text strings in the PDF. Step 2: Create translation mapping Translate each text to target language. Create JSON file: ``` { "Original Text 1": "Translated 1", "Original Text 2": "Translated 2" } ``` Save as `translations.json` next to input PDF. Step 3: Apply translations ...
986
7406 content-parser marswaveai/skills
When to Use User provides a URL and wants to extract/read its content Another skill needs to parse source material from a URL before generation User says "parse this URL", "extract content from this link" User says "解析链接", "提取内容" When NOT to Use User already has text content and doesn't need URL parsing User wants to generate audio/video content (not content extraction) User wants to read a local file (use standard file reading tools) Purpose Extract and normalize content from URLs across suppor...
986
7407 carousel-writer-sms blacktwist/social-media-skills
Carousel Writer When to Use User asks to write a carousel or create slide-by-slide content User mentions "carousel," "slides," or "LinkedIn carousel" User mentions "Instagram carousel," "IG carousel," or "photo carousel" User mentions "TikTok photo carousel," "Idea Pin," or "Pinterest Idea Pin" User says "swipe post," "slide deck," or "visual content" User wants to turn an idea into a multi-slide format User shares a topic and asks for a swipeable breakdown User mentions "carousel format" or "ca...
986
7408 agent-orchestrator-task ruvnet/ruflo
name: task-orchestrator color: "indigo" type: orchestration description: Central coordination agent for task decomposition, execution planning, and result synthesis capabilities: task_decomposition execution_planning dependency_management result_aggregation progress_tracking priority_management priority: high hooks: pre: | echo "🎯 Task Orchestrator initializing" memory_store "orchestrator_start" "$(date +%s)" Check for existing task plans memory_search "task_plan" | tail -1 post: | echo "✅ Task ...
985
7409 flow facebook/react
Flow Type Checking Arguments: $ARGUMENTS: Renderer to check (default: dom-node) Renderers Renderer When to Use dom-node Default, recommended for most changes dom-browser Browser-specific DOM code native React Native fabric React Native Fabric Instructions Run yarn flow $ARGUMENTS (use dom-node if no argument) Report type errors with file locations For comprehensive checking (slow), use yarn flow-ci Common Mistakes Running without a renderer - Always specify or use default dom-node Ignoring sup...
985
7410 mobile-platform-offline-validate forcedotcom/sf-skills
Reviewing LWC Mobile Offline Run a structured offline-priming compliance pass over a Lightning Web Component, producing a report of issues found and code-level fixes to bring the component into compliance with Komaci's static analysis requirements for the Salesforce Mobile App Plus and Field Service Mobile App. When to Use The user asks for a "mobile offline review", "Komaci check", or "offline priming audit" on a specific LWC. Preparing a component to ship in Salesforce Mobile App Plus or Field...
985
7411 internet-archive-downloader serpdownloaders/skills
Internet Archive Downloader — Coming Soon (Browser Extension) Download books, movies, music, software, and archived web pages from the Internet Archive directly through your browser. This extension is currently in development and has not been released yet. Internet Archive Downloader is an upcoming browser extension designed to streamline how users retrieve media from archive.org. Rather than navigating multiple pages and dealing with inconsistent download buttons across different collection typ...
984
7412 android-design-guidelines ehmo/platform-design-skills
Android Platform Design Guidelines — Material Design 3 1. Material You & Theming [CRITICAL] 1.1 Dynamic Color Enable dynamic color derived from the user's wallpaper. Dynamic color is the default on Android 12+ and should be the primary theming strategy. // Compose: Dynamic color theme @Composable fun AppTheme ( darkTheme : Boolean = isSystemInDarkTheme ( ) , dynamicColor : Boolean = true , content : @Composable ( ) -> Unit ) { val colorScheme = when { dynamicColor && Build . VERSION . SDK_INT >=...
984
7413 pdb-database google-deepmind/science-skills
RCSB Protein Data Bank skill Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://www.rcsb.org/pages/usage-policy , then (2) create the file recording the notification text and timestamp. Core Rules Show more Installs 429 Repository google-deepmind…e-skills GitHub Stars 881 First ...
984
7414 linkedin-downloader serpdownloaders/skills
LinkedIn Downloader (Browser Extension) Download LinkedIn videos, images, and post text from feed pages and post pages in one browser workflow. LinkedIn Downloader is a browser extension built for professionals, researchers, marketers, and content teams who want to save LinkedIn content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, and post text in organized folders without relying on copy-paste or generic pag...
983
7415 pandas data analysis pluginagentmarketplace/custom-plugin-python
Pandas Data Analysis Overview Master data analysis with Pandas, the powerful Python library for data manipulation and analysis. Learn to clean, transform, analyze, and visualize data effectively. Learning Objectives Load and manipulate data from various sources (CSV, Excel, SQL, APIs) Clean and transform messy datasets Perform exploratory data analysis (EDA) Aggregate and group data for insights Create compelling visualizations Optimize performance for large datasets Core Topics 1. Pandas DataFr...
983
7416 twitter-x-downloader serpdownloaders/skills
Twitter X Downloader (Browser Extension) Download videos, images, and post text from X in one browser workflow. Twitter X Downloader is a browser extension built for users who want a simpler way to save X content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, and post text without relying on copy-paste tools, external websites, or command-line utilities. Save X videos as MP4 files for offline viewing Download p...
982
7417 flutter-plugins flutter/skills
No SKILL.md available for this skill. View on GitHub
982
7418 macro-regime-detector tradermonty/claude-trading-skills
Macro Regime Detector Detect structural macro regime transitions using monthly-frequency cross-asset ratio analysis. This skill identifies 1-2 year regime shifts that inform strategic portfolio positioning. When to Use User asks about current macro regime or regime transitions User wants to understand structural market rotations (concentration vs broadening) User asks about long-term positioning based on yield curve, credit, or cross-asset signals User references RSP/SPY ratio, IWM/SPY, HYG/LQD,...
982
7419 netlify-frameworks netlify/context-and-tools
Frameworks on Netlify Netlify supports any framework that produces static output. For frameworks with server-side capabilities (SSR, API routes, middleware), an adapter or plugin translates the framework's server-side code into Netlify Functions and Edge Functions automatically. How It Works During build, the framework adapter writes files to .netlify/v1/ — functions, edge functions, redirects, and configuration. Netlify reads these to deploy the site. You do not need to write Netlify Functions ...
982
7420 reference-core angular/angular
Angular Core ( packages/core ) Mental Model This document outlines the architecture and mental model for packages/core , the heart of the Angular framework. 1. High-Level Architecture packages/core contains the runtime logic for Angular. Its primary responsibilities are: Rendering (Ivy/Render3) : Transforming templates into DOM updates. Dependency Injection (DI) : Managing object creation and lifetime. Change Detection : Synchronizing the model with the view. Reactivity : Signals and Zone.js int...
981
7421 coursera-downloader serpdownloaders/skills
Coursera Downloader — Coming Soon (Browser Extension) Save Coursera video lectures as MP4 files for offline study directly from your browser. This extension is currently in development and has not been released yet. Coursera Downloader is an upcoming browser extension that will provide a simple way to capture video lectures from Coursera courses without relying on third-party desktop applications or command-line utilities. It is being built around the browser-based course player so you can expor...
981
7422 github-project-management ruvnet/ruflo
GitHub Project Management Overview A comprehensive skill for managing GitHub projects using AI swarm coordination. This skill combines intelligent issue management, automated project board synchronization, and swarm-based coordination for efficient project delivery. Quick Start Basic Issue Creation with Swarm Coordination Create a coordinated issue gh issue create \ --title "Feature: Advanced Authentication" \ --body "Implement OAuth2 with social login..." \ --label "enhancement,swarm-ready" I...
981
7423 agent-safla-neural ruvnet/ruflo
name: safla-neural description: "Self-Aware Feedback Loop Algorithm (SAFLA) neural specialist that creates intelligent, memory-persistent AI systems with self-learning capabilities. Combines distributed neural training with persistent memory patterns for autonomous improvement. Excels at creating self-aware agents that learn from experience, maintain context across sessions, and adapt strategies through feedback loops." color: cyan You are a SAFLA Neural Specialist, an expert in Self-Aware Feedb...
981
7424 senior-qa davila7/claude-code-templates
Senior Qa Complete toolkit for senior qa with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Test Suite Generator python scripts/test_suite_generator.py [options] Script 2: Coverage Analyzer python scripts/coverage_analyzer.py [options] Script 3: E2E Test Scaffolder python scripts/e2e_test_scaffolder.py [options] Core Capabilities 1. Test Suite Generator Automated tool for test suite gener...
981
7425 design-lab 0xdesign/design-plugin
This skill implements a complete design exploration workflow: interview, generate variations, collect feedback, refine, preview, and finalize. CRITICAL: Cleanup Behavior All temporary files MUST be deleted when the process ends, whether by: - User confirms final design → cleanup, then generate plan - User aborts/cancels → cleanup immediately, no plan generated Never leave `.claude-design/` or `__design_lab` routes behind. If the user says "cancel", "abort", "stop", or "nevermind" at any po...
981
7426 apollo-router-plugin-creator apollographql/skills
Apollo Router Plugin Creator Create native Rust plugins for Apollo Router. Request Lifecycle ┌────────┐ ┌────────────────┐ ┌────────────────────┐ ┌───────────────────┐ ┌─────────────────────┐ │ Client │ │ Router Service │ │ Supergraph Service │ │ Execution Service │ │ Subgraph Service(s) │ └────┬───┘ └────────┬───────┘ └...
981
7427 analyze-test-run microsoft/github-copilot-for-azure
Analyze Test Run Downloads artifacts from a GitHub Actions integration test run, generates a summarized skill invocation report, and files GitHub issues for each test failure with root-cause analysis. When to Use Summarize results of a GitHub Actions integration test run Calculate skill invocation rates for the skill under test For azure-deploy tests: track the full deployment chain (azure-prepare → azure-validate → azure-deploy) Compare skill invocation across two runs File issues for test fail...
980
7428 launchdarkly-flag-command launchdarkly/agent-skills
LaunchDarkly Flag Command Router You're using a skill that standardizes quick /flag requests. Your job is to parse the user intent, resolve the requested flag with minimal friction, return an actionable summary, and route to deeper workflows when needed. Scope Boundary This skill is a read-only lookup entrypoint . It returns flag details and routes forward. Hard constraints — you MUST NOT: Create, toggle, update, or delete flags Assess whether a flag is safe to remove, stale, or ready for cleanu...
980
7429 agent-agentic-payments ruvnet/ruflo
name: agentic-payments description: Multi-agent payment authorization specialist for autonomous AI commerce with cryptographic verification and Byzantine consensus color: purple You are an Agentic Payments Agent, an expert in managing autonomous payment authorization, multi-agent consensus, and cryptographic transaction verification for AI commerce systems. Your core responsibilities: Create and manage Active Mandates with spend caps, time windows, and merchant rules Sign payment transactions wi...
980
7430 agent-tester ruvnet/ruflo
name: tester type: validator color: "F39C12" description: Comprehensive testing and quality assurance specialist capabilities: unit_testing integration_testing e2e_testing performance_testing security_testing priority: high hooks: pre: | echo "🧪 Tester agent validating: $TASK" Check test environment if [ -f "jest.config.js" ] || [ -f "vitest.config.ts" ]; then echo "✓ Test framework detected" fi post: | echo "📋 Test results summary:" npm test -- --reporter=json 2>$dev$null | jq '.numPassedTests,...
980
7431 agent-researcher ruvnet/ruflo
name: researcher type: analyst color: "9B59B6" description: Deep research and information gathering specialist capabilities: code_analysis pattern_recognition documentation_research dependency_tracking knowledge_synthesis priority: high hooks: pre: | echo "🔍 Research agent investigating: $TASK" memory_store "research_context_$(date +%s)" "$TASK" post: | echo "📊 Research findings documented" memory_search "research_*" | head -5 Research and Analysis Agent You are a research specialist focused on ...
980
7432 arize-dataset github/awesome-copilot
Arize Dataset Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . Concepts Dataset = a versioned collection of examples used for evaluation and experimentation Dataset Version = a snapshot of a dataset at a point in time; updates can be in-place or create a new version Example = a single record in a dataset with arbitrary user-defined fields (e.g., question , answer , con...
980
7433 color-system owl-listener/designer-skills
Color System You are an expert in building systematic, accessible color palettes for digital products. What You Do You create comprehensive color systems with raw palettes, semantic mapping, and accessibility compliance. Color System Layers 1. Brand Palette Primary, secondary, and accent colors with full tonal scales (50-950 or equivalent). 2. Neutral Palette Gray scale for text, backgrounds, borders, and surfaces. 3. Semantic Colors Success (green), warning (amber), error (red), info (blue) Eac...
980
7434 funda-data himself65/finance-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Funda Data API Skill Query the Funda AI financial data API for stocks, options, fundamentals, alternative data, and more. Base URL: https://api.funda.ai/v1 Auth: Authorization: Bearer <API_KEY> header on all /v1/* endpoints. Pricing: This is a paid API. A Funda AI subscription is required. See funda.ai for pricing details. Step 1: Check API Key...
980
7435 kakao-map nomadamas/k-skill
Kakao Map What this skill does Kakao Developers의 두 API를 k-skill-proxy 경유로 묶어 다음 두 종류 질문에 답한다: 장소 검색 — 키워드/카테고리/좌표 기준으로 가게·시설·랜드마크를 찾고, 좌표↔주소·행정구역을 변환한다 (Kakao Local REST API). 자동차 길찾기 — 출발지·목적지 좌표를 받아 거리·소요시간·통행료·예상 택시 요금을 조회한다 (Kakao Mobility Directions API). 운영자 KAKAO_REST_API_KEY 를 proxy 서버에만 보관한다. 사용자는 키 발급 필요 없음. 두 API 모두 같은 Kakao REST API key (KakaoAK 헤더) 로 인증한다. 본 스킬은 조회 전용 이다. 예약·결제·운전 자동화는 하지 않는다. When to use Show more Installs 553 Repository nomadamas/k-skill GitHub Stars 5.8K First Se...
980
7436 netlify-edge-functions netlify/context-and-tools
Netlify Edge Functions Edge functions run on Netlify's globally distributed edge network (Deno runtime), providing low-latency responses close to users. Syntax import type { Config , Context } from "@netlify/edge-functions" ; export default async ( req : Request , context : Context ) => { return new Response ( "Hello from the edge!" ) ; } ; export const config : Config = { path : "/hello" , } ; Place files in netlify/edge-functions/ . Uses .ts , .js , .tsx , or .jsx extensions. Show more Install...
980
7437 arize-instrumentation github/awesome-copilot
No SKILL.md available for this skill. View on GitHub Installs 930 Repository arize-ai/arize-skills GitHub Stars 30 First Seen Mar 10, 2026
979
7438 arize-annotation github/awesome-copilot
Arize Annotation Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . This skill covers annotation configs (the label schema) and annotation queues (human review workflows), as well as programmatically annotating project spans via the Python SDK. Direction: Human labeling in Arize attaches values defined by configs to spans , dataset examples , experiment-related records ,...
979
7439 flutter-platform-views flutter/skills
flutter-platform-views-and-web-embedding Goal Guides developers through implementing Flutter Platform Views for Android, iOS, and macOS, as well as embedding Flutter into existing web applications. Assumes the user has a configured Flutter environment and is comfortable with Dart, JavaScript, and the relevant native platform languages (Kotlin, Swift). Instructions 1. Determine the Target Platform and Embedding Strategy (Decision Logic) Before writing code, you must determine the target platform ...
979
7440 sensei microsoft/azure-skills
Sensei "A true master teaches not by telling, but by refining." - The Skill Sensei Automates skill frontmatter improvement using the Ralph loop pattern - iteratively improving skills until they reach Medium-High compliance with passing tests, then checking token usage and prompting for action. Help When user says "sensei help" or asks how to use sensei, show this: ╔══════════════════════════════════════════════════════════════════╗ ║ SENSEI - Skill Frontmatter Compliance Improver ...
978
7441 openosint-ai-osint-framework aradotso/security-skills
OpenOSINT AI OSINT Framework Skill by ara.so — Security Skills collection. OpenOSINT is an AI-powered Open Source Intelligence framework that combines 11 OSINT tools into a unified interface. It operates as an interactive REPL with natural language investigation, a direct CLI for scripting, and an MCP server for AI client integration. The AI agent intelligently chains tools based on findings and compiles structured reports. All tools run as async subprocess wrappers with hard timeout enforcement...
978
7442 news-search brave/brave-search-skills
News Search Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Quick Start (cURL) Basic Search curl -s "https://api.search.brave.com/res/v1/news/search?q=space+exploration" \ -H "Accept: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY} " Recent News (Past 24 Hours) curl -s "https://api.search.brave.com/res/v1/news/search" \ -H "Accept: application/json" \ -H "X-...
978
7443 images-search brave/brave-search-skills
Images Search Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Quick Start (cURL) Basic Search curl -s "https://api.search.brave.com/res/v1/images/search?q=mountain+landscape" \ -H "Accept: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY} " With Parameters curl -s "https://api.search.brave.com/res/v1/images/search" \ -H "Accept: application/json" \ -H "X-Subsc...
978
7444 appwrite-cli appwrite/agent-skills
Appwrite CLI Installation npm npm install -g appwrite-cli macOS (Homebrew) brew install appwrite macOS / Linux (script) curl -sL https://appwrite.io/cli/install.sh | bash Windows (Scoop) scoop install https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/scoop/appwrite.config.json Verify installation: appwrite -v Login & Initialization Login to your account appwrite login Login to a self-hosted instance appwrite login --endpoint "https://your-instance.com/v1" Initialize a project ...
978
7445 amazon-video-downloader serpdownloaders/skills
Amazon Video Downloader — Coming Soon (Browser Extension) Save movies, TV episodes, and originals from Prime Video as local MP4 files directly from your browser. This extension is currently in development and has not been released yet. Amazon Video Downloader is an upcoming browser extension that will provide a simple way to capture video from Prime Video's web player and save it to your hard drive. It is being designed around the browser playback experience so you can export titles while watchi...
977
7446 carousel kostja94/marketing-skills
Components: Carousel Layout Guides carousel (slider) layout design for sequential content display. Carousels show one or few items at a time; users swipe or click to advance. Best when space is limited and multiple items need rotation—testimonials, quotes, logos, gallery highlights. 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 ...
977
7447 radix-ui-design-system sickn33/antigravity-awesome-skills
Radix UI Design System Build production-ready, accessible design systems using Radix UI primitives with full customization control and zero style opinions. Overview Radix UI provides unstyled, accessible components (primitives) that you can customize to match any design system. This skill guides you through building scalable component libraries with Radix UI, focusing on accessibility-first design, theming architecture, and composable patterns. Key Strengths: Headless by design : Full styling co...
977
7448 ux-writing content-designer/ux-writing-skill
UX Writing Write clear, concise, user-centered interface copy (UX text/microcopy) for digital products and experiences. This skill provides frameworks, patterns, and best practices for creating text that helps users accomplish their goals. Compatible with: Claude Desktop, Claude Code, and Codex (CLI and IDE extensions) Note: This skill works with Codex CLI/IDE, not ChatGPT. ChatGPT cannot install or use skills. When to Use This Skill Use this skill when: Writing interface copy (buttons, la...
977
7449 stock-analysis alphamoemoe/foci
Stock Analysis (v5.0) Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis. Quick Start IMPORTANT: Pass ONLY the stock ticker symbol(s) as arguments. Do NOT add extra text, headers, or formatting in the command. Analyze a single ticker: uv run { baseDir } /scripts/analyze_stock.py AAPL uv run { baseDir } /scripts/analyze_stock.py MSFT --output json Compare multiple tickers: uv run { baseDir } /scripts/analyze_stock....
976
7450 marketingskills-ai-agent-collection aradotso/marketing-skills
Marketing Skills for AI Agents Skill by ara.so — Marketing Skills collection. A collection of AI agent skills focused on marketing tasks including conversion optimization, copywriting, SEO, analytics, and growth engineering. Works with Claude Code, OpenAI Codex, Cursor, Windsurf, and any agent that supports the Agent Skills spec . What This Project Does Marketing Skills provides 40+ specialized markdown-based skills that give AI coding agents expertise in marketing tasks. Each skill contains fra...
976