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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
551 mcp-builder mcp-use/mcp-use
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
6K
552 agentation benjitaylor/agentation
Agentation Setup Set up the Agentation annotation toolbar in this project. Steps Check if already installed Look for agentation in package.json dependencies If not found, run npm install agentation (or pnpm/yarn based on lockfile) Check if already configured Search for <Agentation or import { Agentation } in src/ or app/ If found, report that Agentation is already set up and exit Detect framework Next.js App Router: has app/layout.tsx or app/layout.js Next.js Pages Router: has pages/_app.tsx or ...
5.9K
553 gws-gmail-watch googleworkspace/cli
gmail +watch PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Watch for new emails and stream them as NDJSON Usage gws gmail +watch Flags Flag Required Default Description --project — — GCP project ID for Pub/Sub resources --subscription — — Existing Pub/Sub subscription name (skip setup) --topic — — Existing Pub/Sub topic with Gmail push permission already granted --label-ids — — Comma-separated Gmail label I...
5.9K
554 javascript-testing-patterns wshobson/agents
JavaScript Testing Patterns Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices. When to Use This Skill Setting up test infrastructure for new projects Writing unit tests for functions and classes Creating integration tests for APIs and services Implementing end-to-end tests for user flows Mocking external dependencies and APIs Testing React, Vue, or other frontend components Implementing test-d...
5.9K
555 chatgpt-app-builder mcp-use/mcp-use
ChatGPT App Builder Build ChatGPT apps with interactive widgets using mcp-use. Zero-config widget development with automatic registration and built-in React hooks. The app is consumed by two users at once : the human and the ChatGPT LLM . They collaborate through the widget -- the human interacts with it, the LLM sees its state. The widget is your shared surface. Before You Code Clarify what to build → discover.md : when starting a new app, validating an idea, or scoping features Design tools an...
5.8K
556 antfu antfu/skills
This skill covers Anthony Fu's preferred tooling, configurations, and best practices for web development. This skill is opinionated. Quick Summary | Package Manager | pnpm | Language | TypeScript (strict mode) | Module System | ESM (`"type": "module"`) | Linting & Formatting | @antfu/eslint-config (no Prettier) | Testing | Vitest | Git Hooks | simple-git-hooks + lint-staged | Documentation | VitePress (in `docs/`) Core Stack Package Manager (pnpm) Use pnpm as the pack...
5.8K
557 vue-router-best-practices antfu/skills
Vue Router best practices, common gotchas, and navigation patterns. Navigation Guards Navigating between same route with different params → See router-beforeenter-no-param-trigger Accessing component instance in beforeRouteEnter guard → See router-beforerouteenter-no-this Navigation guard making API calls without awaiting → See router-guard-async-await-pattern Users trapped in infinite redirect loops → See router-navigation-guard-infinite-loop Navigation guard using deprecated next() function → ...
5.8K
558 skill-creator vercel-labs/agent-browser
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
5.8K
559 unocss antfu/skills
UnoCSS is an instant atomic CSS engine designed to be flexible and extensible. The core is un-opinionated - all CSS utilities are provided via presets. It's a superset of Tailwind CSS, so you can reuse your Tailwind knowledge for basic syntax usage. Important: Before writing UnoCSS code, agents should check for `uno.config.*` or `unocss.config.*` files in the project root to understand what presets, rules, and shortcuts are available. If the project setup is unclear, avoid using attributify mod...
5.7K
560 async-python-patterns wshobson/agents
Async Python Patterns Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems. When to Use This Skill Building async web APIs (FastAPI, aiohttp, Sanic) Implementing concurrent I/O operations (database, file, network) Creating web scrapers with concurrent requests Developing real-time applications (WebSocket servers, chat systems) Processing multiple independent t...
5.7K
561 swiftui-pro twostraws/swiftui-agent-skill
Review Swift and SwiftUI code for correctness, modern API usage, and adherence to project conventions. Report only genuine problems - do not nitpick or invent issues. Review process: Check for deprecated API using references/api.md . Check that views, modifiers, and animations have been written optimally using references/views.md . Validate that data flow is configured correctly using references/data.md . Ensure navigation is updated and performant using references/navigation.md . Ensure the cod...
5.6K
562 obsidian-cli kepano/obsidian-skills
Obsidian CLI Use the obsidian CLI to interact with a running Obsidian instance. Requires Obsidian to be open. Command reference Run obsidian help to see all available commands. This is always up to date. Full docs: https://help.obsidian.md/cli Syntax Parameters take a value with = . Quote values with spaces: obsidian create name = "My Note" content = "Hello world" Flags are boolean switches with no value: obsidian create name = "My Note" silent overwrite For multiline content use \n for newline ...
5.6K
563 gws-shared googleworkspace/cli
gws — Shared Reference Installation The gws binary must be on $PATH . See the project README for install options. Authentication Browser-based OAuth (interactive) gws auth login Service Account export GOOGLE_APPLICATION_CREDENTIALS = /path/to/key.json Global Flags Flag Description --format <FORMAT> Output format: json (default), table , yaml , csv --dry-run Validate locally without calling the API --sanitize <TEMPLATE> Screen responses through Model Armor CLI Syntax gws < service > < resource ...
5.6K
564 laravel-specialist jeffallan/claude-skills
Laravel Specialist Senior Laravel specialist with deep expertise in Laravel 10+, Eloquent ORM, and modern PHP 8.2+ development. Role Definition You are a senior PHP engineer with 10+ years of Laravel experience. You specialize in Laravel 10+ with PHP 8.2+, Eloquent ORM, API resources, queue systems, and modern Laravel patterns. You build elegant, scalable applications with powerful features. When to Use This Skill Building Laravel 10+ applications Implementing Eloquent models and relationshi...
5.6K
565 gemini-api-dev google-gemini/gemini-skills
Gemini API Development Skill Overview The Gemini API provides access to Google's most advanced AI models. Key capabilities include: Text generation - Chat, completion, summarization Multimodal understanding - Process images, audio, video, and documents Function calling - Let the model invoke your functions Structured output - Generate valid JSON matching your schema Code execution - Run Python code in a sandboxed environment Context caching - Cache large contexts for efficiency Embeddings - Gene...
5.6K
566 performance addyosmani/web-quality-skills
Performance optimization Deep performance optimization based on Lighthouse performance audits. Focuses on loading speed, runtime efficiency, and resource optimization. How it works Identify performance bottlenecks in code and assets Prioritize by impact on Core Web Vitals Provide specific optimizations with code examples Measure improvement with before/after metrics Performance budget Resource Budget Rationale Total page weight < 1.5 MB 3G loads in ~4s JavaScript (compressed) < 300 KB Parsing ...
5.6K
567 modern-javascript-patterns wshobson/agents
Modern JavaScript Patterns Comprehensive guide for mastering modern JavaScript (ES6+) features, functional programming patterns, and best practices for writing clean, maintainable, and performant code. When to Use This Skill Refactoring legacy JavaScript to modern syntax Implementing functional programming patterns Optimizing JavaScript performance Writing maintainable and readable code Working with asynchronous operations Building modern web applications Migrating from callbacks to Promises/a...
5.5K
568 simplify brianlovin/claude-config
You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. This is a balance that you have mastered as a result your years as an expert software engineer. You will analyze recently modified code and apply refi...
5.5K
569 msstore-cli github/awesome-copilot
Microsoft Store Developer CLI (msstore) The Microsoft Store Developer CLI ( msstore ) is a cross-platform command-line interface for publishing and managing applications in the Microsoft Store. It integrates with Partner Center APIs and supports automated publishing workflows for various application types. When to Use This Skill Use this skill when you need to: Configure Store credentials for API access List applications in your Store account Check the status of a submission Publish submissions ...
5.5K
570 github-actions-templates wshobson/agents
GitHub Actions Templates Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications. Purpose Create efficient, secure GitHub Actions workflows for continuous integration and deployment across various tech stacks. When to Use Automate testing and deployment Build Docker images and push to registries Deploy to Kubernetes clusters Run security scans Implement matrix builds for multiple environments Common Workflow Patterns Pattern 1: Test Workflow name: ...
5.4K
571 dotnet-backend-patterns wshobson/agents
.NET Backend Development Patterns Master C/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025). When to Use This Skill Developing new .NET Web APIs or MCP servers Reviewing C code for quality and performance Designing service architectures with dependency injection Implementing caching strategies with Redis Writing unit and integration tests Optimizing database access with EF Core or Dapper Configuring applications with IO...
5.3K
572 datanalysis-credit-risk github/awesome-copilot
Data Cleaning and Variable Screening Quick Start Run the complete data cleaning pipeline python ".github/skills/datanalysis-credit-risk/scripts/example.py" Complete Process Description The data cleaning pipeline consists of the following 11 steps, each executed independently without deleting the original data: Get Data - Load and format raw data Organization Sample Analysis - Statistics of sample count and bad sample rate for each organization Separate OOS Data - Separate out-of-sample (OOS) sa...
5.3K
573 rust-async-patterns wshobson/agents
Rust Async Patterns Production patterns for async Rust programming with Tokio runtime, including tasks, channels, streams, and error handling. When to Use This Skill Building async Rust applications Implementing concurrent network services Using Tokio for async I/O Handling async errors properly Debugging async code issues Optimizing async performance Core Concepts 1. Async Execution Model Future (lazy) → poll() → Ready(value) | Pending ↑ ↓ Waker ← Runtime schedules 2. Key Abstractions...
5.3K
574 swift-concurrency avdlee/swift-concurrency-agent-skill
Swift Concurrency Fast Path Before proposing a fix: Analyze Package.swift or .pbxproj to determine Swift language mode, strict concurrency level, default isolation, and upcoming features. Do this always, not only for migration work. Capture the exact diagnostic and offending symbol. Determine the isolation boundary: @MainActor , custom actor, actor instance isolation, or nonisolated . Confirm whether the code is UI-bound or intended to run off the main actor. Project settings that change concurr...
5.3K
575 implement-design figma/mcp-server-guide
Implement Design Overview This skill provides a structured workflow for translating Figma designs into production-ready code with pixel-perfect accuracy. It ensures consistent integration with the Figma MCP server, proper use of design tokens, and 1:1 visual parity with designs. Prerequisites Figma MCP server must be connected and accessible User must provide a Figma URL in the format: https://figma.com/design/:fileKey/:fileName?node-id=1-2 :fileKey is the file key 1-2 is the node ID (the spec...
5.2K
576 import-infrastructure-as-code github/awesome-copilot
Import Infrastructure as Code (Azure -> Terraform with AVM) Convert existing Azure infrastructure into maintainable Terraform code using discovery data and Azure Verified Modules. When to Use This Skill Use this skill when the user asks to: Import existing Azure resources into Terraform Generate IaC from live Azure environments Handle any Azure resource type supported by AVM (and document justified non-AVM fallbacks) Recreate infrastructure from a subscription or resource group Map dependencies ...
5.2K
577 email-and-password-best-practices better-auth/skills
Quick Start Enable email/password: emailAndPassword: { enabled: true } Configure emailVerification.sendVerificationEmail Add sendResetPassword for password reset flows Run npx @better-auth/cli@latest migrate Verify: attempt sign-up and confirm verification email triggers Email Verification Setup Configure emailVerification.sendVerificationEmail to verify user email addresses. import { betterAuth } from "better-auth" ; import { sendEmail } from "./email" ; // your email sending function export co...
5.2K
578 angular-component analogjs/angular-skills
Angular Component Create standalone components for Angular v20+. Components are standalone by default—do NOT set standalone: true. Component Structure import { Component, ChangeDetectionStrategy, input, output, computed } from '@angular/core'; @Component({ selector: 'app-user-card', changeDetection: ChangeDetectionStrategy.OnPush, host: { 'class': 'user-card', '[class.active]': 'isActive()', '(click)': 'handleClick()', }, template: ` <img [src]="avatarUrl()" [alt]="n...
5.2K
579 agentation supercent-io/skills-template
Agentation Setup Set up the Agentation annotation toolbar in this project. Steps Check if already installed Look for agentation in package.json dependencies If not found, run npm install agentation (or pnpm/yarn based on lockfile) Check if already configured Search for <Agentation or import { Agentation } in src/ or app/ If found, report that Agentation is already set up and exit Detect framework Next.js App Router: has app/layout.tsx or app/layout.js Next.js Pages Router: has pages/_app.tsx or ...
5.2K
580 gws-tasks googleworkspace/cli
tasks (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws tasks < resource > < method > [ flags ] API Resources tasklists delete — Deletes the authenticated user's specified task list. If the list contains assigned tasks, both the assigned tasks and the original tasks in the assignment surface (Docs, Chat Spaces) are deleted. get — Returns the authenticated user's specified task list. insert — Creates a ...
5.2K
581 database-migration wshobson/agents
Database Migration Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments. When to Use This Skill Migrating between different ORMs Performing schema transformations Moving data between databases Implementing rollback procedures Zero-downtime deployments Database version upgrades Data model refactoring ORM Migrations Sequelize Migrations // migrations/20231201-create-users.js module . exports = { up : async ...
5.1K
582 fixing-motion-performance ibelick/ui-skills
fixing-motion-performance Fix animation performance issues. how to use /fixing-motion-performance Apply these constraints to any UI animation work in this conversation. /fixing-motion-performance <file> Review the file against all rules below and report: violations (quote the exact line or snippet) why it matters (one short sentence) a concrete fix (code-level suggestion) Do not migrate animation libraries unless explicitly requested. Apply rules within the existing stack. when to apply Referenc...
5.1K
583 gws-meet googleworkspace/cli
No SKILL.md available for this skill. View on GitHub
5.1K
584 product-hunt-launch inferen-sh/skills
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate gallery hero image infsh 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...
5.1K
585 mcp-apps-builder mcp-use/mcp-use
IMPORTANT: How to Use This Skill This file provides a NAVIGATION GUIDE ONLY. Before implementing any MCP server features, you MUST: Read this overview to understand which reference files are relevant ALWAYS read the specific reference file(s) for the features you're implementing Apply the detailed patterns from those files to your implementation Do NOT rely solely on the quick reference examples in this file - they are minimal examples only. The reference files contain critical best practices, s...
5.1K
586 stripe-integration wshobson/agents
Stripe Integration Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds. When to Use This Skill Implementing payment processing in web/mobile applications Setting up subscription billing systems Handling one-time payments and recurring charges Processing refunds and disputes Managing customer payment methods Implementing SCA (Strong Customer Authentication) for European payments Building marketplace payment ...
5K
587 vue-testing-best-practices antfu/skills
Vue.js testing best practices, patterns, and common gotchas. Testing Setting up test infrastructure for Vue 3 projects → See testing-vitest-recommended-for-vue Tests keep breaking when refactoring component internals → See testing-component-blackbox-approach Tests fail intermittently with race conditions → See testing-async-await-flushpromises Composables using lifecycle hooks or inject fail to test → See testing-composables-helper-wrapper Getting "injection Symbol(pinia) not found" errors in te...
5K
588 gws-forms googleworkspace/cli
forms (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws forms < resource > < method > [ flags ] API Resources forms batchUpdate — Change the form with a batch of updates. create — Create a new form using the title given in the provided form message in the request. Important: Only the form.info.title and form.info.document_title fields are copied to the new form. All other fields including the form desc...
5K
589 convex waynesutton/convexskills
Convex Development Skills This is an index skill for Convex development. Use specific skills for detailed guidance: Core Development Skill Command Use When Functions /convex-functions Writing queries, mutations, actions Schema /convex-schema-validator Defining database schemas and validators Realtime /convex-realtime Building reactive subscriptions HTTP Actions /convex-http-actions Webhooks and HTTP endpoints Data & Storage Skill Command Use When File Storage /convex-file-storage File uploads,...
5K
590 design-system-patterns wshobson/agents
Design System Patterns Master design system architecture to create consistent, maintainable, and scalable UI foundations across web and mobile applications. When to Use This Skill Creating design tokens for colors, typography, spacing, and shadows Implementing light/dark theme switching with CSS custom properties Building multi-brand theming systems Architecting component libraries with consistent APIs Establishing design-to-code workflows with Figma tokens Creating semantic token hierarchies ...
4.9K
591 ai-social-media-content inferen-sh/skills
AI Social Media Content Create social media content for all platforms via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate a TikTok-style video infsh app run google/veo-3-1-fast --input '{ "prompt": "POV walking through a neon-lit Tokyo street at night, vertical format 9:16, cinematic" }' Platform Formats Platform Aspect Ratio Duration Resolution TikTok 9:16 vertical 15-60s 1080x1920 Instagram Reels 9:16 vertical 15-90s 1080x1920 Insta...
4.9K
592 videoagent-image-studio pexoai/pexo-skills
🎨 VideoAgent Image Studio Use when: User asks to generate, draw, create, or make any kind of image, photo, illustration, icon, logo, or artwork. Generate images with 8 state-of-the-art AI models. This skill automatically picks the best model for the job and handles all the complexity — including Midjourney's async polling — so you can focus on the conversation. Quick Reference User Intent Model Speed Artistic, cinematic, painterly midjourney ~15s Photorealistic, portrait, product flux-pro ~8s Ge...
4.9K
593 mentoring-juniors github/awesome-copilot
Mentoring Socratique Overview A comprehensive Socratic mentoring methodology designed to develop autonomy and reasoning skills in junior developers and AI newcomers. Guides through questions rather than answers — never solves problems for the learner. Persona: Sensei You are Sensei , a senior Lead Developer with 15+ years of experience , known for your exceptional teaching skills and kindness. You practice the Socratic method : guiding through questions rather than giving answers. "Give a dev a ...
4.9K
594 ai-automation-workflows inferen-sh/skills
AI Automation Workflows Build automated AI workflows via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Simple automation: Generate daily image infsh app run falai/flux-dev --input '{ "prompt": "Inspirational quote background, minimalist design, date: ' " $( date +%Y-%m-%d ) "'" } ' Automation Patterns Pattern 1: Batch Processing Process multiple items with the same workflow. !/bin/bash batch_images.sh - Generate images for multiple prompts ...
4.9K
595 react-native-architecture wshobson/agents
React Native Architecture Production-ready patterns for React Native development with Expo, including navigation, state management, native modules, and offline-first architecture. When to Use This Skill Starting a new React Native or Expo project Implementing complex navigation patterns Integrating native modules and platform APIs Building offline-first mobile applications Optimizing React Native performance Setting up CI/CD for mobile releases Core Concepts 1. Project Structure src/ ├── app/ ...
4.9K
596 self-improvement pskoett/self-improving-agent
Self-Improvement Skill Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory. Quick Reference Situation Action Command/operation fails Log to .learnings/ERRORS.md User corrects you Log to .learnings/LEARNINGS.md with category correction User wants missing feature Log to .learnings/FEATURE_REQUESTS.md API/external tool fails Log to .learnings/ERRORS.md with integration details...
4.9K
597 baoyu-translate jimliu/baoyu-skills
Translator Three-mode translation skill: quick for direct translation, normal for analysis-informed translation, refined for full publication-quality workflow with review and polish. Script Directory Scripts in scripts/ subdirectory. {baseDir} = this SKILL.md's directory path. Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -y bun ; else suggest installing bun. Replace {baseDir} and ${BUN_X} with actual values. Script Purpose scripts/chunk.ts Split markdown into chunks ...
4.9K
598 python-design-patterns wshobson/agents
Python Design Patterns Write maintainable Python code using fundamental design principles. These patterns help you build systems that are easy to understand, test, and modify. When to Use This Skill Designing new components or services Refactoring complex or tangled code Deciding whether to create an abstraction Choosing between inheritance and composition Evaluating code complexity and coupling Planning modular architectures Core Concepts 1. KISS (Keep It Simple) Choose the simplest solution th...
4.9K
599 json-canvas kepano/obsidian-skills
JSON Canvas Skill This skill enables skills-compatible agents to create and edit valid JSON Canvas files (.canvas) used in Obsidian and other applications. Overview JSON Canvas is an open file format for infinite canvas data. Canvas files use the .canvas extension and contain valid JSON following the JSON Canvas Spec 1.0. File Structure A canvas file contains two top-level arrays: { "nodes": [], "edges": [] } nodes (optional): Array of node objects edges (optional): Array of edge obje...
4.9K
600 extract tavily-ai/skills
Identify reusable patterns, components, and design tokens, then extract and consolidate them into the design system for systematic reuse. Discover Analyze the target area to identify extraction opportunities: Find the design system : Locate your design system, component library, or shared UI directory (grep for "design system", "ui", "components", etc.). Understand its structure: Component organization and naming conventions Design token structure (if any) Documentation patterns Import/export co...
4.8K