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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,465
总 Skills
91.0M
总安装量
2,582
贡献者
# Skill 仓库 描述 安装量
6001 recsys-pipeline-architect wshobson/agents
Recsys Pipeline Architect A spec-and-scaffold skill for building composable recommendation, ranking, and feed pipelines. Encodes the six-stage pattern popularized by xAI's open-sourced For You algorithm (Apache 2.0) and applies it to any "top K for (user, context)" problem. Overview Most "recommendation systems" in production aren't exotic ML — they're pipelines : fetch candidates from one or more sources, enrich them with metadata, drop the ineligible, score the rest, sort and pick the top K, t...
923
6002 salary-negotiation-prep paramchoudhary/resumeskills
Salary Negotiation Prep When to Use This Skill Use this skill when the user wants to: Negotiate a job offer or salary Research market rates for their role Create a counter-offer strategy Understand total compensation packages Mentions: "salary negotiation", "negotiate offer", "counter offer", "compensation", "how much should I ask for" Core Capabilities Research and validate market compensation Build negotiation strategy and scripts Calculate total compensation (not just base salary) Prepare cou...
923
6003 ai-music-album nexu-io/open-design
ai-music-album Curated from bitwize-music-studio. What it does Full-lifecycle AI music album production — concept, lyric drafting, track sequencing, and export. Useful for indie album experiments and brand soundtracks. Source Upstream: https://github.com/bitwize-music-studio/claude-ai-music-skills Category: audio-music How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts,...
923
6004 gsap-timeline nexu-io/open-design
GSAP Timeline When to Use This Skill Apply when building multi-step animations, coordinating several tweens in sequence or parallel, or when the user asks about timelines, sequencing, or keyframe-style animation in GSAP.
923
6005 figma-generate-library nexu-io/open-design
Design System Builder — Figma MCP Skill Build professional-grade design systems in Figma that match code. This skill orchestrates multi-phase workflows across 20–100+ use_figma calls, enforcing quality patterns from real-world design systems (Material 3, Polaris, Figma UI3, Simple DS). Prerequisites : The figma-use skill MUST also be loaded for every use_figma call. It provides Plugin API syntax rules (return pattern, page reset, ID return, font loading, color range). This skill provides design ...
923
6006 speech nexu-io/open-design
Speech Generation Skill Generate spoken audio for the current project (narration, product demo voiceover, IVR prompts, accessibility reads). Defaults to gpt-4o-mini-tts-2025-12-15 and built-in voices, and prefers the bundled CLI for deterministic, reproducible runs. When to use Generate a single spoken clip from text Generate a batch of prompts (many lines, many files) Decision tree (single vs batch) If the user provides multiple lines/prompts or wants many outputs -> batch Else -> single Work...
923
6007 visual-style heygen-com/skills
Visual Style Create, extract, and apply portable visual design systems. A visual-style.md file defines colors, typography, layout, motion, and mood in one file that any AI tool can consume. Quick Reference Mode Trigger What it does Create "Create a visual-style.md for..." Build a style from scratch via guided prompts Extract "Extract a visual-style.md from [URL/image/video]" Analyze a source and generate a style file Apply "Apply this visual-style.md to [tool]" Use a style with a specific connec...
922
6008 jenkins-pipeline aj-geddes/useful-ai-prompts
Jenkins Pipeline Overview Create enterprise-grade Jenkins pipelines using declarative and scripted approaches to automate building, testing, and deploying with advanced control flow. When to Use Enterprise CI/CD infrastructure Complex multi-stage builds On-premise deployment automation Parameterized builds Implementation Examples 1. Declarative Pipeline (Jenkinsfile) pipeline { agent { label 'linux-docker' } environment { REGISTRY = 'docker.io' IMAGE_NAME = 'myapp' ...
922
6009 content-strategy kostja94/marketing-skills
Content Strategy You are a content strategist. Your goal is to help plan content that drives traffic, builds authority, and generates leads by being either searchable, shareable, or both. Before Planning Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (a...
922
6010 academic-cv-builder paramchoudhary/resumeskills
Academic CV Builder When to Use This Skill Use this skill when the user: Is applying for academic positions (faculty, research, postdoc) Needs to create or update a curriculum vitae Wants to format publications, grants, and teaching experience Is in academia or transitioning to academic careers Mentions: "academic CV", "curriculum vitae", "faculty position", "research CV", "professor resume" Core Capabilities Structure CVs for academic positions Format publications, presentations, and grants Org...
922
6011 venice-image-edit nexu-io/open-design
venice-image-edit Curated from the Venice.ai team. What it does Image edits, upscaling, and background removal via the Venice.ai API. Source Upstream: https://github.com/veniceai/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory: Show more
922
6012 figma-code-connect-components nexu-io/open-design
Code Connect Components Overview This skill helps you connect Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes the Figma design structure, searches your codebase for matching components, and establishes mappings that maintain design-code consistency. Skill Boundaries Use this skill for get_code_connect_suggestions + send_code_connect_mappings workflows. If the task requires writing to the Figma canvas with Plugin API scripts, swi...
922
6013 sora nexu-io/open-design
sora Curated from OpenAI's skills repository. What it does Generate, remix, and manage short video clips via OpenAI's Sora API. Useful for cinematic shots, b-roll, and rapid concept video iteration. Source Upstream: https://github.com/openai/skills Category: video-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle ...
922
6014 fal-upscale nexu-io/open-design
fal-upscale Curated from the fal.ai community team. What it does Upscale and enhance image and video resolution using AI super-resolution models hosted on fal.ai. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's s...
922
6015 pixijs-2d freshtechbro/claudedesignskills
PixiJS 2D Rendering Skill Fast, lightweight 2D rendering engine for creating interactive graphics, particle effects, and canvas-based applications using WebGL/WebGPU. When to Use This Skill Trigger this skill when you encounter: "Create 2D particle effects" or "animated particles" "2D sprite animation" or "sprite sheet handling" "Interactive canvas graphics" or "2D game" "UI overlays on 3D scenes" or "HUD layer" "Draw shapes programmatically" or "vector graphics API" "Optimize rendering performa...
921
6016 swift-architecture dpearson2699/swift-ios-skills
Swift Architecture Select and implement the right architecture pattern for Apple platform apps built with Swift 6.3 and SwiftUI or UIKit. Contents Architecture Selection MV Pattern (Model-View with @Observable) MVVM MVI (Model-View-Intent) TCA (The Composable Architecture) Clean Architecture Coordinator Pattern Migration Between Patterns Common Mistakes Review Checklist Architecture Selection Choose based on feature complexity, team size, and testing requirements. Pattern Best For Complexity Tes...
921
6017 fal-restore nexu-io/open-design
fal-restore Curated from the fal.ai community team. What it does Restore and fix image quality — deblur, denoise, fix faces, and restore old documents using fal.ai's hosted restoration models. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bun...
921
6018 mapbox-search-integration mapbox/mapbox-agent-skills
Mapbox Search Integration Skill Expert guidance for implementing Mapbox search functionality in applications. Covers the complete workflow from asking the right discovery questions, selecting the appropriate search product, to implementing production-ready integrations following best practices from the Mapbox search team. Use This Skill When User says things like: "I need to add search to my map" "I need a search bar for my mapping app" "How do I implement location search?" "I want users to sear...
920
6019 qdrant-scaling qdrant/skills
Qdrant Scaling First determine what you're scaling for: data volume query throughput (QPS) query latency query volume After determining the scaling goal, we can choose scaling strategy based on tradeoffs and assumptions. Each pulls toward different strategies. Scaling for throughput and latency are opposite tuning directions. Scaling Data Volume This becomes relevant when volume of the dataset exceeds the capacity of a single node. Read more about scaling for data volume in Scaling Data Volume S...
920
6020 clickhousectl-local-dev clickhouse/agent-skills
Local ClickHouse Development Setup This skill walks through setting up a complete local ClickHouse development environment using clickhousectl . Follow these steps in order. When to Apply Use this skill when the user wants to: Build an application that needs an analytical database or ClickHouse specifically Set up a local ClickHouse instance for development Install ClickHouse on their machine Create tables and start querying ClickHouse locally Prototype or experiment with ClickHouse Step 1: Inst...
920
6021 math-reasoning lingzhi227/agent-research-skills
Mathematical Reasoning Perform rigorous mathematical reasoning and produce publication-quality LaTeX output. Input $0 — Task type: derive , prove , formalize , stats , notation , verify $1 — Context: equation, theorem statement, problem description, or data description Tasks derive — Step-by-step equation derivation Show every intermediate step. Justify each with the rule applied. Box final result with \boxed{} . Number important equations with \label{eq:name} . prove — Formal theorem proof Use ...
920
6022 ads-landing agricidaniel/claude-ads
Landing Page Quality for Ad Campaigns Process Collect landing page URLs from active ad campaigns Read ads/references/benchmarks.md for conversion rate benchmarks Read ads/references/conversion-tracking.md for pixel/tag verification Assess each landing page for ad-specific quality factors Score landing pages and identify improvement opportunities Generate recommendations prioritized by conversion impact Message Match Assessment The 1 landing page issue in ad campaigns — does the page match the ad...
920
6023 latex-formatting lingzhi227/agent-research-skills
LaTeX Formatting Set up and manage LaTeX formatting for academic papers. Input $0 — Action: setup , fix , check $1 — Venue name (for setup ) or .tex file path (for fix / check ) Scripts Pre-submission format checker python ~/.claude/skills/latex-formatting/scripts/latex_checker.py paper/main.tex --venue neurips --check-anon Checks: word count, required sections, TODO markers, anonymization, mismatched environments, content stats. Validate citations and references Show more
920
6024 fal-realtime nexu-io/open-design
fal-realtime Curated from the fal.ai community team. What it does Real-time and streaming AI image generation via fal.ai. Suited for moodboard exploration, draft variations, and rapid creative iteration. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the u...
920
6025 replicate nexu-io/open-design
replicate Curated from Replicate. What it does Discover, compare, and run AI models using Replicate's API. Strong fit for image, audio, and video generation pipelines that swap models frequently. Source Upstream: https://github.com/replicate/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle ...
920
6026 mapbox-token-security mapbox/mapbox-agent-skills
Mapbox Token Security Skill This skill provides security expertise for managing Mapbox access tokens safely and effectively. Token Types and When to Use Them Public Tokens (pk.*) Characteristics: Can be safely exposed in client-side code Limited to specific public scopes only Can have URL restrictions Cannot access sensitive APIs When to use: Client-side web applications Mobile apps Public-facing demos Embedded maps on websites Allowed scopes: styles:tiles - Display style tiles (raster) styles:r...
919
6027 style-guide daleseo/korean-skills
당신은 문서 내부 또는 프로젝트 전체에서 일관된 작성 스타일을 유지하도록 돕는 스타일 가이드 전문가입니다. 맞춤법이나 문법 오류가 아닌, 스타일의 일관성을 검사하고 개선합니다. 핵심 원칙: - 일관성 우선: 정답이 여러 개일 때, 문서 내에서 단일 선택을 유지 - 문맥 고려: 문서 타입(비즈니스/학술/기술/마케팅)에 맞는 스타일 제안 - 근거 제시: 권위 있는 표준(정부/학술/실무)을 참조하여 제안 - 실용성: 브랜드 보이스나 프로젝트 규칙을 우선 적용 검사 범위: - 맞춤법이나 문법 오류(예: "되요" → "돼요")는 다루지 않습니다 - 동일 문서/프로젝트 내에서 스타일의 일관성에만 집중합니다 - 예: "사용자" ↔ "유저" 혼용 → "사용자"로 통일 작업 설명 실행될 때 다음을 수행합니다: - 텍스트 읽기 - 사용자가 제공한 텍스트(파일, 인자, 또는 대화 컨텍스트) - 스타일 분석 - 7가지 카테고리의 일관성 검사 - 불일치 식별 - 동일 문서 내 또...
919
6028 systematic-literature-review bytedance/deer-flow
Systematic Literature Review Skill Overview This skill produces a structured systematic literature review (SLR) across multiple academic papers on a research topic. Given a topic query, it searches arXiv, extracts structured metadata (research question, methodology, key findings, limitations) from each paper in parallel, synthesizes themes across the full set, and emits a final report with consistent citations. Distinct from academic-paper-review : that skill does deep peer review of a single pa...
919
6029 fal-train nexu-io/open-design
fal-train Curated from the fal.ai community team. What it does Train custom AI models (LoRA) on fal.ai for personalized image generation tailored to a brand, character, or style. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your ...
919
6030 fal-kling-o3 nexu-io/open-design
fal-kling-o3 Curated from the fal.ai community team. What it does Generate images and videos with Kling O3 — Kling's most powerful model family — via fal.ai. Source Upstream: https://github.com/fal-ai-community/skills Category: video-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills...
919
6031 prompt-engineer davila7/claude-code-templates
Prompt Engineer Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases. When to Use This Skill Designing prompts for new LLM applications Optimizing existing prompts for better accuracy or efficiency Implementing chain-of-thought or few-shot learning Creating system prompts with personas and guardrails Building structured output schemas (JSON mode, function calling) Developing prompt evaluation and testing frame...
918
6032 color-expert meodai/skill.color-expert
color-expert Curated from @meodai. What it does Color science expert skill with 286K words of reference material covering OKLCH/OKLAB, palette generation, accessibility/contrast, color naming, pigment mixing, and historical color theory. Source Upstream: https://github.com/meodai/skill.color-expert Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scri...
918
6033 resume-version-manager paramchoudhary/resumeskills
Resume Version Manager When to Use This Skill Use this skill when the user: Has multiple resume versions to manage Needs to track tailored resumes Wants to maintain a master resume Is applying to many different roles Mentions: "resume versions", "master resume", "different versions", "track resumes", "which resume" Core Capabilities Create and maintain master resume document Track tailored resume versions Organize resume versions by role/industry Maintain consistent source of truth Streamline re...
918
6034 figma-create-new-file nexu-io/open-design
create_new_file — Create a New Figma File Use the create_new_file MCP tool to create a new blank Figma file in the user's drafts folder. This is typically used before use_figma when you need a fresh file to work with. Skill Arguments This skill accepts optional arguments: /figma-create-new-file [editorType] [fileName] editorType : design (default) or figjam fileName : Name for the new file (defaults to "Untitled") Examples: /figma-create-new-file — creates a design file named "Untitled" /figma-c...
918
6035 debug lobehub/lobehub
/debug If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a structured debugging session to find and fix issues systematically. Usage /debug $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DEBUG │ ├─────────────────────────────────────────────────────────────────┤ │ Step 1: REPRODUCE │ │ ✓ U...
917
6036 pr-status-triage vercel/next.js
PR Status Triage Use this skill when the user asks about PR status, CI failures, or review comments in the Next.js monorepo. Workflow Run node scripts/pr-status.js (or node scripts/pr-status.js <number> ). Read generated files in scripts/pr-status/ . Prioritize blocking jobs first: build, lint, types, then test jobs. Treat failures as real until disproven; check the "Known Flaky Tests" section before calling anything flaky. Reproduce locally with the same mode and env vars as CI. After addressin...
916
6037 resend-design-skills resend/design-skills
A collection of design-related skills for Claude Code. Available Skills | `resend-brand` | Applies Resend's brand colors, typography, and visual identity to artifacts | [brand-guidelines/SKILL.md](https://github.com/resend/design-skills/blob/main/brand-guidelines/SKILL.md) Structure Each skill lives in its own folder with a `SKILL.md` file that defines: - Frontmatter with `name` and `description` - Guidelines, rules, and reference material ``` design-skills/ ├── SKILL.md ...
916
6038 agentmail-cli agentmail-to/agentmail-skills
AgentMail CLI Use the agentmail CLI to send and receive emails programmatically. Requires AGENTMAIL_API_KEY environment variable. Install npm install -g agentmail-cli Core Commands Inboxes Create an inbox agentmail inboxes create --display-name "My Agent" --username myagent --domain example.com List inboxes agentmail inboxes list Get an inbox agentmail inboxes retrieve --inbox-id < inbox_id > Delete an inbox agentmail inboxes delete --inbox-id < inbox_id > Send Email Send a message from an ...
916
6039 bkt avivsinai/bitbucket-cli
`bkt` is a unified CLI for Bitbucket Data Center and Bitbucket Cloud. It mirrors `gh` ergonomics and provides structured JSON/YAML output for automation. Dependency Check Before executing any `bkt` command, verify the CLI is installed: ``` bkt --version ``` If the command fails or `bkt` is not found, install it using one of these methods: | macOS/Linux | `brew install avivsinai/tap/bitbucket-cli` | Windows | `scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket && scoo...
916
6040 project-overview lobehub/lobe-chat
LobeHub Project Overview Project Description Open-source, modern-design AI Agent Workspace: LobeHub (previously LobeChat). Supported platforms: Web desktop/mobile Desktop (Electron) Mobile app (React Native) - coming soon Logo emoji: 🤯 Complete Tech Stack Category Technology Framework Next.js 16 + React 19 Routing SPA inside Next.js with react-router-dom Language TypeScript UI Components @lobehub/ui , antd CSS-in-JS antd-style Icons lucide-react, @ant-design/icons i18n react-i18next State zustan...
916
6041 sonarqube-mcp giuseppe-trisciuoglio/developer-kit
SonarQube MCP Integration Leverage SonarQube and SonarCloud capabilities directly through the Model Context Protocol (MCP) server to enforce code quality, discover issues, and run pre-push analysis inside the agent workflow. Overview This skill provides instructions and patterns for using the SonarQube MCP Server tools. It enables automated workflows for: Checking quality gate status before merges or deployments Discovering and triaging issues by severity and project Analyzing code snippets loca...
916
6042 github kostja94/marketing-skills
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
916
6043 creative-portfolio-resume paramchoudhary/resumeskills
Creative Portfolio Resume When to Use This Skill Use this skill when the user: Works in a creative field (design, marketing, writing) Needs to balance visual design with ATS compatibility Wants to showcase creative skills through resume design Is building a portfolio resume for creative roles Mentions: "creative resume", "designer resume", "visual resume", "portfolio resume", "creative field" Core Capabilities Balance visual appeal with ATS compatibility Design resumes for creative roles Integra...
916
6044 faq-page nexu-io/open-design
FAQ Page Skill Produce a single FAQ page with collapsible accordion sections, search, and category filtering. Workflow Show more
916
6045 payload payloadcms/payload
Payload Application Development Payload is a Next.js native CMS with TypeScript-first architecture, providing admin panel, database management, REST/GraphQL APIs, authentication, and file storage. Quick Reference Task Solution Details Auto-generate slugs slugField() FIELDS.mdslug-field-helper Restrict content by user Access control with query ACCESS-CONTROL.mdrow-level-security-with-complex-queries Local API user ops user + overrideAccess: false QUERIES.mdaccess-control-in-local-api Draft/publ...
916
6046 agent-sessions-layout microsoft/vscode
When working on the Agent Sessions workbench layout, always follow these guidelines: 1. Read the Specification First The authoritative specification for the Agent Sessions layout lives at: src/vs/sessions/LAYOUT.md Before making any changes to the layout code, read and understand the current spec. It defines: The fixed layout structure (grid tree, part positions, default sizes) Which parts are included/excluded and their visibility defaults Titlebar configuration and custom menu IDs Editor modal...
915
6047 google-chat-messages jezweb/claude-skills
Google Chat Messages Send messages to Google Chat spaces via incoming webhooks. Produces text messages, rich cards (cardsV2), and threaded replies. What You Produce Text messages with Google Chat formatting Rich card messages (cardsV2) with headers, sections, widgets Threaded conversations Reusable webhook sender utility Workflow Step 1: Get Webhook URL In Google Chat: Open a Space > click space name > Manage webhooks Create webhook (name it, optionally add avatar URL) Copy the webhook URL Store...
915
6048 career-changer-translator paramchoudhary/resumeskills
Career Changer Translator When to Use This Skill Use this skill when the user: Is switching careers or industries Wants to translate their experience for a new field Needs help identifying transferable skills Mentions: "career change", "switching careers", "new industry", "transferable skills", "pivot" Core Capabilities Identify transferable skills across industries Translate experience into new industry language Reframe achievements for target roles Bridge skill gaps strategically Position care...
915
6049 tsdown rolldown/tsdown
tsdown - The Elegant Library Bundler Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc. When to Use Building TypeScript/JavaScript libraries for npm Generating TypeScript declaration files (.d.ts) Bundling for multiple formats (ESM, CJS, IIFE, UMD) Optimizing bundles with tree shaking and minification Migrating from tsup with minimal changes Building React, Vue, Solid, or Svelte component libraries Quick Start Install pnpm add -D tsdown Basic usage npx tsdown...
914
6050 deep-productivity hexbee/hello-skills
Deep Productivity Mastery Transform your life with just 1 hour/day of focused building work. This skill applies the three types of work framework—Building, Maintenance, and Recovery—to help you create meaningful progress toward your goals. When to Use This Skill User wants to build something meaningful (business, creative work, personal project) User struggles with focus, distractions, or unclear priorities User has limited time (1 hour/day) and wants to maximize impact User feels stuck in "do...
914