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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,919
总 Skills
176.5M
总安装量
2,757
贡献者
# Skill 仓库 描述 安装量
20301 tiptap-dev xiaolai/vmark
Tiptap Development Expert Expert guidance for building rich text editors with Tiptap - a headless, framework-agnostic editor built on ProseMirror. See also: tiptap-editor skill — VMark-specific Tiptap API patterns (commands, node traversal, selection handling). Use tiptap-dev for general Tiptap/ProseMirror development, and tiptap-editor for VMark-specific editor integration. When to Use This Skill Creating custom nodes, marks, or extensions for Tiptap Implementing input rules or paste rules Work...
61
20302 landing-page-optimization reynau/landing-page-optimization
Landing Page Optimization Build, write, and optimize high-converting landing pages combining proven copy frameworks, the 11-essential-elements structure, and a clear creation workflow. 1. Copy Framework Gather Before Writing Collect these inputs before drafting any copy: Product/service name and core value proposition Target audience and their primary pain point Key differentiator vs alternatives Desired visitor action (CTA goal) Available social proof (testimonials, stats, logos) Choose a Frame...
61
20303 development sickn33/antigravity-awesome-skills
Project Handover - Development Generate a complete technical guide for developers. This skill analyzes the codebase and produces actionable documentation that enables developers to understand, maintain, and extend the project. When to Use This Skill Onboarding new developers to a project Technical handover to maintenance team Code review and architecture documentation Creating developer-focused documentation Step 0: Navigate to Project Root and Verify Edge Delivery Services Project (CONDITIONAL)...
61
20304 api-design-principles secondsky/claude-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 ...
61
20305 websocket-implementation secondsky/claude-skills
WebSocket Implementation Overview Build scalable WebSocket systems for real-time communication with proper connection management, message routing, error handling, and horizontal scaling support. When to Use Building real-time chat and messaging Implementing live notifications Creating collaborative editing tools Broadcasting live data updates Building real-time dashboards Streaming events to clients Live multiplayer games Instructions 1. Node.js WebSocket Server (Socket.IO) const express = req...
61
20306 code-review getsentry/sentry-skills
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
61
20307 vercel hoodini/ai-agents-skills
Vercel Deployment Deploy and scale applications on Vercel's edge network. Quick Start Install Vercel CLI npm i -g vercel Deploy vercel Production deploy vercel --prod vercel.json Configuration { "buildCommand" : "npm run build" , "outputDirectory" : ".next" , "framework" : "nextjs" , "regions" : [ "iad1" , "sfo1" ] , "functions" : { "api//*.ts" : { "memory" : 1024 , "maxDuration" : 30 } } , "rewrites" : [ { "source" : "/api/:path*" , "destination" : "/api/:path*" } , { "source" : "/:path*" , ...
61
20308 module-learning-path-generator jorgealves/agent_skills
Mentoring & Education: Module Generators This directory contains skills for the "Creation" phase of the teaching lifecycle. Learning Path Generator : Creates the 30,000-foot view of a student's journey. Class Session Planner : Breaks modules into minute-by-minute lesson plans. Project Generator : Creates professional-grade projects to test student skills. Use Cases New Course Development : Rapidly scaffold a curriculum for a new technology. Bootcamp Customization : Tailor a standard learning pat...
61
20309 speckit-tasks dceoy/speckit-agent-skills
Spec Kit Tasks Skill When to Use The implementation plan is ready and you need a dependency-ordered task list. Inputs specs/<feature>/plan.md and specs/<feature>/spec.md Optional artifacts: data-model.md , contracts/ , research.md , quickstart.md Any user constraints or priorities from the request If the plan is missing, ask the user to run speckit-plan first. Workflow Setup : Run .specify/scripts/bash/check-prerequisites.sh --json from repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. Al...
61
20310 specification-writing epicenterhq/epicenter
Specification Writing Follow writing-voice for prose sections. A specification gives an agent (or human) the context they need to implement a feature autonomously. The goal is NOT to describe everything exhaustively; it's to provide enough initial context that the implementer can do their own research and make informed decisions. Note : This guide uses [PLACEHOLDER] markers for content you must fill in. Code blocks show templates; replace all bracketed content with your feature's details. The Co...
61
20311 scheduled-jobs groeimetai/snow-flow
Scheduled Jobs automate recurring tasks, batch processing, and maintenance operations. Job Types | Scheduled Script Execution | sysauto_script | Run custom scripts | Report Scheduler | sysauto_report | Generate and email reports | Table Cleaner | sys_auto_flush | Delete old records | LDAP Refresh | ldap_server_config | Sync LDAP data | Discovery | discovery_schedule | Network discovery Scheduled Script Execution (ES5) Basic Scheduled Job ``` // Table: sysauto_script //...
61
20312 umbraco-sections umbraco/umbraco-cms-backoffice-skills
Umbraco Sections What is it? Sections are top-level navigation items in the Umbraco backoffice that appear alongside default options like Content, Media, and Settings. They serve as a home for custom content and functionality, providing a blank canvas that can be extended with dashboards, sidebars, and section views. Sections require permission configuration for user groups to access them. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbrac...
60
20313 app-router davepoon/buildwithclaude
Next.js App Router Patterns Overview The App Router is Next.js's file-system based router built on React Server Components. It uses a app/ directory structure where folders define routes and special files control UI behavior. Core File Conventions Route Files Each route segment is defined by a folder. Special files within folders control behavior: File Purpose page.tsx Unique UI for a route, makes route publicly accessible layout.tsx Shared UI wrapper, preserves state across navigations load...
60
20314 r-econometrics meleantonio/awesome-econ-ai-stuff
R Econometrics Purpose This skill helps economists run rigorous econometric analyses in R, including Instrumental Variables (IV), Difference-in-Differences (DiD), and Regression Discontinuity Design (RDD). It generates publication-ready code with proper diagnostics and robust standard errors. When to Use Running causal inference analyses Estimating treatment effects with panel data Creating publication-ready regression tables Implementing modern econometric methods (two-way fixed effects, event ...
60
20315 okx-trading jasonviipers/okx-trading-skill
OKX Provider Broker Skill Use this workflow when editing src/providers/okx/* . 1. Load only needed references For SDK usage patterns and method names, read references/okx-sdk-usage.md . For error-to-action mapping, read references/okx-error-map.md . For full source context, consult .trae/okx-api-llm.txt only for missing details. 2. Keep architecture compatibility Preserve compatibility with src/providers/types.ts ( BrokerProvider , MarketDataProvider , OptionsProvider ). Put OKX-specific expande...
60
20316 strategy-expert shipshitdev/library
Content Strategy Expert Overview This skill enables Claude to assist users with comprehensive content strategy tasks including building customer personas from analytics data, conducting competitive content analysis, planning content calendars, managing research-to-content workflows, and ensuring brand voice consistency across all content. When to Use This Skill This skill activates automatically when users: Ask about content strategy or strategic planning Request help building personas or de...
60
20317 b2c-sandbox salesforcecommercecloud/b2c-developer-tooling
B2C Sandbox Skill Only create or delete sandboxes when explicitly requested. Always confirm destructive actions. Use the b2c CLI plugin to manage Salesforce B2C Commerce On-demand sandboxes (ODS). Only create or delete a sandbox if explicitly asked as this may be a billable or destructible action. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli sandbox list ). Alias: The ods prefix is still supported as a backward-compatible alias (e.g., ...
60
20318 design-tokens laurigates/claude-plugins
This skill generates the foundational design tokens for a project. Run this after the design brief and before building any components. Every component built after this references these tokens instead of hardcoding values. Example prompts "Set up design tokens for this project" "Generate a token system based on Dieter Rams" "I need a spacing scale and color palette before I start building" "Create tokens that match our brief" Process Check what already exists. Before generating anything, scan the...
60
20319 convex-performance-patterns fluid-tools/claude-skills
Convex Performance Patterns Overview Convex is designed for performance, but requires specific patterns to achieve optimal results. This skill covers denormalization strategies, index design, avoiding common performance pitfalls, and handling concurrency with OCC (Optimistic Concurrency Control). TypeScript: NEVER Use any Type CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause build failures. When to Use This Skill Use this skill when: Queries...
60
20320 more-vaults tradingstrategy-ai/web3-ethereum-defi
Add more vaults to protocol This skill guides you through adding more smart contract types to the existing vaults. Required inputs Before starting, gather the following information from the user: Vault protocol name: The exiting vault protocol in the codebase Vault class name: What is the Python class name we use for this vault smart contract type Vault smart contract address - The address of an example vault contract on a blockchain Chain - Which blockchain (Ethereum, Arbitrum, Base, etc.) ...
60
20321 wechat-article-maker alpha-hecoding/awesome-skills
微信公众号文章创作与发布 语言 匹配用户语言 :使用用户所用的语言进行回应。用户用中文则用中文回应,用英文则用英文回应。 目录结构 wechat-article-maker/ ├── scripts/ TypeScript 源文件 │ ├── wechat-api.ts API 发布逻辑 │ ├── wechat-article.ts 浏览器发布逻辑 │ ├── wechat-browser.ts 图文发布逻辑 │ ├── image-utils.ts 图片处理工具(sharp 集成) │ ├── generate-cover.ts 封面生成逻辑 │ ├── md-to-wechat.ts Markdown 转换逻辑 │ ├── ensure-deps.ts 依赖自动安装 │ └── md/ Markdown 渲染引擎 │ ├── render.ts │ ├── themes/ ...
60
20322 figma-use dannote/figma-use
use_figma — Figma Plugin API Skill Use the use_figma tool to execute JavaScript in Figma files via the Plugin API. All detailed reference docs live in references/ . Always pass skillNames: "figma-use" when calling use_figma . This is a logging parameter used to track skill usage — it does not affect execution. If the task involves building or updating a full page, screen, or multi-section layout in Figma from code , also load figma-generate-design . It provides the workflow for discovering desig...
60
20323 ai-llm vasilyu1983/ai-agents-public
LLM Development & Engineering — Complete Reference Build, evaluate, and deploy LLM systems with modern production standards. This skill covers the full LLM lifecycle: Development: Strategy selection, dataset design, instruction tuning, PEFT/LoRA fine-tuning Evaluation: Automated testing, LLM-as-judge, metrics, rollout gates Deployment: Serving handoff, latency/cost budgeting, reliability patterns (see ai-llm-inference) Operations: Quality monitoring, change management, incident response (see ...
60
20324 api-development-expert oimiragieo/agent-studio
Api Development Expert When designing REST APIs, follow these core architectural principles: Resource-Oriented Design Use nouns for resources (plural form): /users, /products, /orders Avoid verbs in URIs: ❌ /getUsers, /createProduct Structure hierarchically: /users/{userId}/orders (orders belonging to a user) Use lowercase with hyphens: /product-details not /productdetails No trailing slashes: /users not /users/ HTTP Methods (Verbs with Purpose) GET - Retrieve resources (idempotent & safe, ...
60
20325 umbraco-dynamic-root umbraco/umbraco-cms-backoffice-skills
Umbraco Dynamic Root What is it? Dynamic Roots allow content pickers to have a starting point (origin) that is determined dynamically rather than being a fixed node. This includes two extension types: Dynamic Root Origin : Defines where the picker starts (e.g., current page, site root, nearest ancestor of type) Dynamic Root Query Step : Defines navigation steps from the origin (e.g., find nearest ancestor, get children of type) These enable flexible content picker configurations that adapt based...
60
20326 orchestrator i9wa4/dotfiles
Orchestrator Skill You are the Orchestrator (coordinator). You do NOT execute tasks yourself. Delegate execution to Worker/Subagent. NOTE: postman daemon handles all message delivery automatically. Role constraints and communication paths are defined in postman config. 1. Immediate Actions When orchestrator skill is invoked: Detect task type from user message Start appropriate workflow Keyword Workflow plan, design Plan review Review code, implement Code pr, pull request PR 2. Subagent Execution...
60
20327 gmail vm0-ai/vm0-skills
Gmail Gmail is a free email service provided by Google. It's widely used by individuals and businesses for sending, receiving, and organizing emails. Official docs: https://developers.google.com/gmail/api Gmail Overview Email Attachment Draft Label Thread Working with Gmail This skill uses the Membrane CLI to interact with Gmail. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the...
60
20328 shared rshankras/claude-code-apple-skills
Shared References This directory contains shared reference documents used by multiple skills: validation-contract.md - Verification requirements for accepting spawned work references/claude-code-latest-features.md - Claude Code feature contract (slash commands, agent isolation, hooks, settings) references/backend-claude-teams.md - Concrete examples for Claude native teams ( TeamCreate + SendMessage ) references/backend-codex-subagents.md - Concrete examples for Codex CLI and Codex sub-agents ref...
60
20329 slack i9wa4/dotfiles
Slack Automation Interact with Slack workspaces to check messages, extract data, and automate common tasks. Quick Start Connect to an existing Slack browser session or open Slack: Connect to existing session on port 9222 (typical for already-open Slack) agent-browser connect 9222 Or open Slack if not already running agent-browser open https://app.slack.com Then take a snapshot to see what's available: agent-browser snapshot -i Core Workflow Connect/Navigate : Open or connect to Slack Snapshot ...
60
20330 market-research majesticlabs-dev/majestic-marketplace
Market Research Produce research that supports decisions, not research theater. When to Activate researching a market, category, company, investor, or technology trend building TAM/SAM/SOM estimates comparing competitors or adjacent products preparing investor dossiers before outreach pressure-testing a thesis before building, funding, or entering a market Research Standards Every important claim needs a source. Prefer recent data and call out stale data. Include contrarian evidence and downside...
60
20331 initializing-memory letta-ai/letta-code
Memory Initialization Request The user has requested that you initialize or reorganize your memory. Your memory is a filesystem — files under system/ are rendered in-context every turn, while all file metadata is always visible in the filesystem tree. Files outside system/ (e.g. reference/ , history/ ) are accessible via tools when needed. Autonomous Mode If you are running as a background subagent (you cannot use AskUserQuestion): Default to standard research depth (~5-20 tool calls) Detect use...
60
20332 fake-driven-testing dagster-io/erk
Fake-Driven Testing Architecture for Python Use this skill when : Writing tests, fixing bugs, adding features, or modifying gateway layers in Python projects. Prerequisites : For Python code standards, load the dignified-python-313 skill first. This skill focuses on testing architecture, not Python syntax. Overview This skill provides a defense-in-depth testing strategy with five layers for Python applications: ┌─────────────────────────────────────────┐ │ Layer 5: Business Logic Integration Te...
60
20333 commit paulrberg/agent-skills
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
60
20334 slides-generator bmad-labs/skills
slides-generator Create Hummingbot-branded presentation slides in PDF format from markdown content. Features two-column layouts and Mermaid diagram rendering for technical architecture and flowcharts. Workflow Step 1: Get Markdown Content Ask the user to provide a markdown file or paste markdown content. The content should follow this format: Presentation Title 1. First Slide Title Content for the first slide. Can include: - Bullet points - Bold text and * italic text * - Code blocks 2. Sec...
60
20335 seo-keyword-cluster-builder secondsky/claude-skills
Seo Keyword Cluster Builder Group related keywords into topic clusters. Create content hub architecture recommendations and internal linking strategies. Instructions You are an expert at SEO and content architecture. Build topic clusters, plan pillar content, and design internal linking strategies for maximum search visibility. Output Format Seo Keyword Cluster Builder Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps]...
60
20336 sqlmodel-expert bilalmk/todo_correct
Advanced SQLModel patterns and comprehensive Alembic migrations for production databases. Quick Start Define a Basic Model ``` from sqlmodel import Field, SQLModel from typing import Optional from datetime import datetime class Task(SQLModel, table=True): id: Optional[int] = Field(default=None, primary_key=True) title: str = Field(index=True) description: Optional[str] = None completed: bool = Field(default=False) created_at: datetime = Field(default_factory=datetime.ut...
60
20337 chrome-devtools secondsky/claude-skills
Chrome DevTools Agent Overview A specialized skill for controlling and inspecting a live Chrome browser. This skill leverages the chrome-devtools MCP server to perform a wide range of browser-related tasks, from simple navigation to complex performance profiling. When to Use Use this skill when: Browser Automation : Navigating pages, clicking elements, filling forms, and handling dialogs. Visual Inspection : Taking screenshots or text snapshots of web pages. Debugging : Inspecting console messag...
60
20338 b2c-metadata salesforcecommercecloud/b2c-developer-tooling
Metadata Skill This skill guides you through working with site metadata XML for Salesforce B2C Commerce, including custom attributes, custom objects, and site preferences. Overview Metadata defines the structure of your B2C Commerce data: Metadata Type Purpose System Object Extensions Add custom attributes to Products, Orders, Customers, etc. Custom Objects Define entirely new data types Site Preferences Site-specific configuration values Site Archive Structure Metadata is organized in site arch...
60
20339 fastmcp-server davila7/claude-code-templates
FastMCP 3.0 Server Development Complete reference for building production-ready MCP (Model Context Protocol) servers with FastMCP 3.0 - the fast, Pythonic framework for connecting LLMs to tools and data. When to use this skill Use FastMCP Server when: Creating a new MCP server in Python Adding tools, resources, or prompts to an MCP server Implementing authentication (OAuth, OIDC, token verification) Setting up middleware for logging, rate limiting, or authorization Configuring providers (local, ...
60
20340 revealjs kziemski/revealjs-skill
Reveal.js Presentations Create HTML presentations using reveal.js. No build step required - just open the HTML in a browser. What You Create A reveal.js presentation consists of: HTML file - Contains slides and loads reveal.js from CDN CSS file - Custom styles for layouts, colors, typography, and components Design Principles CRITICAL: Before creating any presentation, analyze the content and choose appropriate design elements: Consider the subject matter: What is this presentation about? W...
60
20341 walkthrough alexanderop/walkthrough
No SKILL.md available for this skill. View on GitHub
60
20342 sqlserver-expert fabriciofs/mcp-postgres
SQL Server Expert You are a DBA and developer expert in Microsoft SQL Server. T-SQL Advanced CTEs (Common Table Expressions) WITH RankedUsers AS ( SELECT Id , Name , Email , ROW_NUMBER ( ) OVER ( PARTITION BY Department ORDER BY HireDate ) AS RowNum FROM Users ) SELECT * FROM RankedUsers WHERE RowNum = 1 ; Window Functions SELECT OrderId , OrderDate , Amount , SUM ( Amount ) OVER ( ORDER BY OrderDate ) AS RunningTotal , LAG ( Amount ) OVER ( ORDER BY OrderDate ) AS PreviousAmount , AVG ( Amount ...
60
20343 swain-release cristoslc/swain
Release Cut a release by detecting the project's versioning context, generating a changelog, bumping versions, and tagging. Works across any repo by reading context from git history and project structure rather than hardcoding assumptions. Override file Before starting, read .agents/release.override.skill.md if it exists. This is a freeform markdown file authored by the project owner whose instructions layer on top of this skill — its contents take precedence where they conflict. It can narrow d...
60
20344 hig-components-system raintree-technology/apple-hig-skills
Apple HIG: System Experiences Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Glanceable, immediate value. System experiences bring your app's most important content to surfaces the user sees without launching your app. Design for seconds of attention. Respect platform context. A Lock Screen widget has different constraints than a Home Screen widget. A complication is far smaller than a top s...
60
20345 data-quality-auditor dkyazzentwatwa/chatgpt-skills
You are an expert data quality engineer. Your goal is to systematically assess dataset health, surface hidden issues that corrupt downstream analysis, and prescribe prioritized fixes. You move fast, think in impact, and never let "good enough" data quietly poison a model or dashboard. Entry Points Mode 1 — Full Audit (New Dataset) Use when you have a dataset you've never assessed before. Profile — Run data_profiler.py to get shape, types, completeness, and distributions Missing Values — Run miss...
60
20346 theme-shopify-liquid-templates niccos-shopify-workspace/shopify-cursor-skills
Shopify Liquid Templates Best practices for Liquid templates, snippets, logic flow, image handling, and SVG usage in Shopify themes. When to Use Creating or modifying Liquid templates Working with snippets Handling images and media Writing Liquid logic Using SVG icons Snippets Usage Use {% render %} only (never include ) Inside each snippet, add a Usage block at the top Snippet Structure {%- comment -%} Usage: {% render 'snippet-name' , param : value , another_param : value %} {%- endcomment -%}...
60
20347 web-design-guidelines connorads/dotfiles
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
60
20348 constraint-eliminator shipshitdev/library
Constraint Eliminator - Obstacle Removal System Overview You are a customer success architect specializing in Alex Hormozi's obstacle elimination principles. You help indie founders identify every friction point between customers and success, then systematically remove them. Your job is to execute friction elimination—not just advise—by mapping obstacles and designing done-for-you solutions. Hormozi's Core Principle: "The business that removes the most obstacles wins. Make it impossible for yo...
60
20349 spec-test-suites zixun-github/aisdlc
Spec 测试套件(V3:Suites) 把 usecase.md 里的用例编号组织成可执行集合( smoke / regression / targeted ),并明确 执行顺序、依赖与阻断口径 。 输入与门禁(必须遵守) REQUIRED SUB-SKILL:正在执行 spec-context 获取上下文,并在对话中回显 FEATURE_DIR=... (允许 (reuse) )。 必读项目级 memory : project/memory/product.md 、 project/memory/tech.md 、 project/memory/glossary.md ;读不到必须写 CONTEXT GAP 。 输入依赖 : {FEATURE_DIR}/verification/usecase.md 与 {FEATURE_DIR}/verification/test-plan.md 应已存在;缺失时必须写 CONTEXT GAP 并停止(避免凭空编排)。 套件必须可定位 :套件条目必须指向具体用例编号(禁止“覆盖登录流程”这类模糊描述)。 输出(落盘) {FEATURE_DIR}/...
60
20350 create-beads-orchestration avivk5498/claude-code-beads-orchestration
Create Beads Orchestration Set up lightweight multi-agent orchestration with git-native task tracking for Claude Code. What This Skill Does This skill bootstraps a complete multi-agent workflow where: Orchestrator (you) investigates issues, manages tasks, delegates implementation Supervisors (specialized agents) execute fixes in isolated worktrees Beads CLI tracks all work with git-native task management Hooks enforce workflow discipline automatically Each task gets its own worktree at .worktree...
60