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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
17451 correlation-explorer dkyazzentwatwa/chatgpt-skills
Correlation Explorer Analyze correlations between variables in CSV/Excel datasets. Features Correlation Matrix: Compute all pairwise correlations Heatmap Visualization: Color-coded correlation display Significance Testing: P-values for correlations Multiple Methods: Pearson, Spearman, Kendall Strong Correlations: Find highly correlated pairs Target Analysis: Correlations with specific variable Quick Start from correlation_explorer import CorrelationExplorer explorer = CorrelationExplorer() ...
42
17452 create-video-start ncklrs/startup-os-skills
Create Video Start Master orchestrator skill that chains the entire Remotion video pipeline together. Takes a single creative brief and automatically invokes each specialized skill in sequence, passing outputs between them. What This Skill Does Orchestrates the complete video creation pipeline: motion-designer → Creates VIDEO_SPEC.md from creative brief remotion-scaffold → Sets up project structure remotion-animation → Generates animation configurations remotion-composition → Creates Sequence la...
42
17453 blockbench-pbr-materials jasonjgardner/blockbench-mcp-project
Blockbench PBR Materials Create and manage PBR materials for Minecraft Bedrock RTX and other PBR workflows. Available Tools Tool Purpose create_pbr_material Create new PBR material with texture channels configure_material Configure material properties list_materials List all PBR materials get_material_info Get detailed material info import_texture_set Import texture_set.json file assign_texture_channel Assign texture to PBR channel save_material_config Export texture_set.json PBR Channels Chan...
42
17454 shopify-liquid toilahuongg/google-antigravity-kit
Shopify Liquid Skill Liquid is the template language used by Shopify to load dynamic content on storefronts. 1. Core Syntax Output: {{ ... }} - Prints content to the page. Tags: {% ... %} - Logic (if, for, assign). Filters: {{ value | filter }} - Modifies output. 2. Theme App Extensions (App Blocks) Modern apps inject code into themes using App Blocks, avoiding direct legacy code edits. schema Tag Defines settings available in the Theme Editor. {% schema %} { "name": "Star Rating", "ta...
42
17455 erpnext-impl-scheduler openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Scheduler - Implementation This skill helps you implement scheduled tasks and background jobs. For exact syntax, see erpnext-syntax-scheduler . Version : v14/v15/v16 compatible Main Decision: What Are You Trying to Do? ┌─────────────────────────────────────────────────────────────────────┐ │ SCHEDULER DECISION │ ├─────────────────────────────────────────────────────────────────────┤ │ ...
42
17456 migrating-dbt-core-to-fusion dbt-labs/dbt-agent-skills
if a user says "migrate my dbt project to the new authoring layer" or "make my dbt project compatible with the Fusion engine" do the following steps and the migration is only successfully completed once `dbtf compile` finishes with 0 errors. Create a changes_made.md file documenting and summarizing all of the code changes made in the user's dbt project, including what the error was, the fix applied, and a summary of why the fix was chosen. Before you begin, please read and understand the resour...
42
17457 code-transfer mhattingpete/claude-skills-marketplace
Code Transfer Transfer code between files with precise line-based control. Dual-mode operation: native tools (1-10 files) or execution mode (10+ files, 90% token savings). Operation Modes Basic Mode (Default) Use Read, Edit, Bash scripts for 1-10 file operations. Works immediately, no setup required. Execution Mode (10+ files) from api.filesystem import batch_copy from api.code_analysis import find_functions functions = find_functions('app.py', pattern='handle_.*') operations = [{ 'sour...
42
17458 broken authentication testing zebbern/claude-code-guide
Broken Authentication Testing Purpose Identify and exploit authentication and session management vulnerabilities in web applications. Broken authentication consistently ranks in the OWASP Top 10 and can lead to account takeover, identity theft, and unauthorized access to sensitive systems. This skill covers testing methodologies for password policies, session handling, multi-factor authentication, and credential management. Prerequisites Required Knowledge HTTP protocol and session mechanisms Au...
42
17459 v3 cli modernization ruvnet/claude-flow
V3 CLI Modernization What This Skill Does Modernizes claude-flow v3 CLI with interactive prompts, intelligent command decomposition, enhanced hooks integration, performance optimization, and comprehensive workflow automation capabilities. Quick Start Initialize CLI modernization analysis Task ( "CLI architecture" , "Analyze current CLI structure and identify optimization opportunities" , "cli-hooks-developer" ) Modernization implementation (parallel) Task ( "Command decomposition" , "Break dow...
42
17460 prd-master majiayu000/claude-arsenal
PRD Master Core Principles Living Document — PRDs evolve throughout product lifecycle Stakeholder Collaboration — Early involvement prevents late rework Measurable Goals — Replace vague with quantifiable targets Focused yet Flexible — Lean structure enables adaptation Problem-First — Define the problem before jumping to solutions User-Centered — Ground decisions in user research and data Hard Rules (Must Follow) These rules are mandatory. Violating them means the skill is not working correctly....
42
17461 vb-database bobmatnyc/claude-mpm-skills
Visual Basic Database Patterns ADO.NET and Entity Framework patterns for VB.NET with focus on connection management, parameterized queries, and async operations. ADO.NET Patterns Connection Management ' ✅ Good: Using statement ensures disposal Public Async Function GetCustomersAsync ( ) As Task ( Of List ( Of Customer ) ) Dim customers = New List ( Of Customer ) ( ) Using connection = New SqlConnection ( connectionString ) Await connection . OpenAsync ( ) Using command = New SqlCommand ( "SELECT...
42
17462 thumbnail-generator dkyazzentwatwa/chatgpt-skills
Create optimized thumbnails with smart cropping, multiple output sizes, and batch processing. Features - Smart Cropping: Center, face-aware, or edge-detection based - Multiple Sizes: Generate multiple thumbnail sizes at once - Presets: Web, social media, app icon presets - Batch Processing: Process entire folders - Quality Control: Optimize file size vs quality - Formats: JPEG, PNG, WebP output Quick Start ``` from thumbnail_gen import ThumbnailGenerator gen = ThumbnailGenerator() ge...
42
17463 tuzi-danger-gemini-web tuziapi/tuzi-skills
Gemini Web Client Text/image generation via Gemini Web API. Supports reference images and multi-turn conversations. Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference : Script Purpose scripts/main.ts CLI entry point for text/image g...
42
17464 md-to-pdf steveclarke/dotfiles
Markdown to PDF Converts markdown files to beautifully formatted PDFs using crossnote (same engine as mcp-printer). Features Mermaid diagrams — Flowcharts, sequence diagrams, etc. Math equations — KaTeX rendering Syntax highlighting — GitHub theme Page numbers — Automatic footer with page X / Y GitHub-light theme — Clean, print-optimized styling Usage ~/.claude/skills/md-to-pdf/scripts/md-to-pdf.mjs input.md Creates input.pdf ~/.claude/skills/md-to-pdf/scripts/md-to-pdf.mjs input.md output.pdf ...
42
17465 twilio-api tdimino/claude-code-minoan
Twilio API - Comprehensive Communication Platform When to Use This Skill Use this skill when working with Twilio's communication APIs for: SMS/MMS Messaging - Send and receive text messages programmatically Voice Communication - Build voice calling applications with TwiML Phone Number Management - Search, purchase, and configure phone numbers Webhook Integration - Handle real-time events and delivery notifications with TwiML responses Two-Way SMS Conversations - Build interactive SMS experiences...
42
17466 swift-optimise pproenca/dot-skills
Apple Swift/SwiftUI Performance Optimization Best Practices Comprehensive guide for Swift and SwiftUI performance optimization. Contains 19 rules across 3 categories covering modern concurrency, render performance, and animation performance. Targets iOS 26 / Swift 6.2 with @Observable and Swift 6 strict concurrency. Clinic Architecture Contract (iOS 26 / Swift 6.2) All guidance in this skill assumes the clinic modular MVVM-C architecture: Feature modules import Domain + DesignSystem only (never ...
42
17467 implement delexw/claude-code-misc
Implement Skill Quick Ref: Execute single issue end-to-end. Output: code changes + commit + closed issue. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execute a single issue from start to finish. CLI dependencies: bd (issue tracking), ao (ratchet gates). Both optional — see skills/shared/SKILL.md for fallback table. If bd is unavailable, use the issue description directly and track progress via TaskList instead of beads. Execution Steps Given /implement <issue-id-or-description> : St...
42
17468 dispatching-parallel-agents guanyang/antigravity-skills
Dispatching Parallel Agents Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work. When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequen...
42
17469 build imgly/agent-skills
Build - Workflow Orchestrator You are a workflow orchestrator that chains existing skills for feature development. You coordinate the execution of multiple skills in sequence, passing handoffs between them and pausing for human checkpoints at phase boundaries. Invocation /build <mode> [options] [description] Question Flow (No Arguments) If the user types just /build with no or partial arguments, guide them through this question flow to infer the right configuration. Use AskUserQuestion for e...
42
17470 azure-speech-to-text-rest-py sickn33/antigravity-awesome-skills
Azure Speech to Text REST API for Short Audio Simple REST API for speech-to-text transcription of short audio files (up to 60 seconds). No SDK required - just HTTP requests. Prerequisites Azure subscription - Create one free Speech resource - Create in Azure Portal Get credentials - After deployment, go to resource > Keys and Endpoint Environment Variables Required AZURE_SPEECH_KEY = < your-speech-resource-key > AZURE_SPEECH_REGION = < region > e.g., eastus, westus2, westeurope Alternative: U...
42
17471 canva-automation davepoon/buildwithclaude
Canva Automation via Rube MCP Automate Canva design operations through Composio's Canva toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Canva connection via RUBE_MANAGE_CONNECTIONS with toolkit canva Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available by co...
42
17472 tuzi-short-video tuziapi/tuzi-skills
Short Video Creator Creates short videos for social media platforms. Analyzes content, adapts to platform specs, generates prompts, and calls tuzi-video-gen backend. Script Directory This is a workflow-only skill (no scripts). It delegates video generation to tuzi-video-gen . VIDEO_GEN_DIR : Resolve from skills/tuzi-video-gen/SKILL.md relative to project root. Step 0: Load Preferences ⛔ BLOCKING CRITICAL : This step MUST complete BEFORE any video generation. 0.1 Check API Key echo " ${TUZI_API_K...
42
17473 notion-meeting-intelligence makenotion/claude-code-notion-plugin
Meeting Intelligence Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research. Quick start Confirm meeting goal, attendees, date/time, and decisions needed. Gather context: search with Notion:notion-search , then fetch with Notion:notion-fetch (prior notes, specs, OKRs, decisions). Pick the right template via reference/template-selection-guide.md (status, decision, planning, retro, 1:1, brainstorming). Draft agenda/pre-read in Notion with Notion:not...
42
17474 azure-appconfiguration-java sickn33/antigravity-awesome-skills
Azure App Configuration SDK for Java Client library for Azure App Configuration, a managed service for centralizing application configurations. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-data-appconfiguration </ artifactId > < version > 1.8.0 </ version > </ dependency > Or use Azure SDK BOM: < dependencyManagement > < dependencies > < dependency > < groupId > com.azure </ groupId > < artifactId > azure-sdk-bom </ artifactId > < version > {bom_version} </...
42
17475 contractor-agreement-review skala-io/legal-skills
Contractor Agreement Review NOT LEGAL ADVICE. General guidance only. Consult qualified counsel. Routing Request Type Trigger Words Action CHECK check, audit Run checklist from references/checklist.md ADVISE review, advise Full consultation using references/playbook.md GENERATE generate, template Return URL only Rules: File uploaded → default to ADVISE (ignore "generate") CHECK + ADVISE can combine Output language = Input language (auto-detect) GENERATE Mode Output only: https://www.skala.io/ica ...
42
17476 mapbox-style-patterns mapbox/mcp-devkit-server
Mapbox Style Patterns Skill This skill provides battle-tested style patterns and layer configurations for common mapping scenarios. Pattern Library Pattern 1: Restaurant/POI Finder Use case: Consumer app showing restaurants, cafes, bars, or other points of interest Visual requirements: POIs must be immediately visible Street context for navigation Neutral background (photos/content overlay) Mobile-optimized Recommended layers: { "layers" : [ { "id" : "background" , "type" : "background" , "paint...
42
17477 releasenotes openhands/skills
Generate a changelog for all changes from the most recent release until now. Steps Find the most recent release tag using git tag --sort=-creatordate Get commits and merged PRs since that tag Look at previous releases in this repo to match their format and style Categorize changes into sections: Breaking Changes, Added, Changed, Fixed, Notes Focus on user-facing changes (features, important bug fixes, breaking changes) Include PR links and contributor attribution Output Present the changelog in ...
42
17478 azure-mgmt-apimanagement-dotnet sickn33/antigravity-awesome-skills
Azure.ResourceManager.ApiManagement (.NET) Management plane SDK for provisioning and managing Azure API Management resources via Azure Resource Manager. ⚠️ Management vs Data Plane This SDK (Azure.ResourceManager.ApiManagement) : Create services, APIs, products, subscriptions, policies, users, groups Data Plane : Direct API calls to your APIM gateway endpoints Installation dotnet add package Azure.ResourceManager.ApiManagement dotnet add package Azure.Identity Current Version : v1.3.0 Environmen...
42
17479 groove-utilities-memory-retrospective andreadellacorte/groove
groove-utilities-memory-retrospective Use $ARGUMENTS to specify period: week (default), month , or all . Outcome A period retrospective is output to the conversation: session rating trend, recurring mistake patterns, top learnings captured, and a short workflow health summary. No files are written. Acceptance Criteria Session ratings trend shown (if learned/signals.md has data) Mistake patterns summarised (from resolved incidents in task backend) Top learnings listed by topic (from learned/*.md ...
42
17480 gerrit odyssey4me/agent-skills
When asked to submit a Gerrit change: curl -s --netrc "https://review.lan.tribe29.com/a/changes/125896/submit" -X POST -H "Content-Type: application/json" -d '{}' This will submit the change and all its unmerged parents (provided all the changes have the required approvals). When asked to improve a Gerrit change: Fetch the current state from Gerrit gerrit-change-log HEAD In case a Verified -1 is reported, fetch the Jenkins job results using the jenkins skill For each failed stage, fetch the deta...
42
17481 burp suite web application testing zebbern/claude-code-guide
Burp Suite Web Application Testing Purpose Execute comprehensive web application security testing using Burp Suite's integrated toolset, including HTTP traffic interception and modification, request analysis and replay, automated vulnerability scanning, and manual testing workflows. This skill enables systematic discovery and exploitation of web application vulnerabilities through proxy-based testing methodology. Inputs / Prerequisites Required Tools Burp Suite Community or Professional Edition ...
42
17482 reddit-sentiment-analysis natea/fitfinder
Reddit Sentiment Analysis Skill Purpose This skill enables systematic sentiment analysis of Reddit discussions to understand community opinions, preferences, and desires about products, brands, games, companies, or any topic. It produces actionable insights about what people like, what they criticize, and what improvements they wish for. When to Use This Skill Use this skill when you need to: Analyze community sentiment about games, products, or brands Understand what features/aspects users appr...
42
17483 monitoring sgcarstrends/sgcarstrends
Checkly Monitoring Refer to docs for Checkly CLI v6.0.0 and above. Check the Checkly CLI output to figure out into which folder the setup was generated. Use the Checkly CLI reference documentation . Use the Checkly construct reference documentation . Import and / or require any constructs you need in your code, such as ApiCheck , BrowserCheck , or PlaywrightCheck from the checkly/constructs package. Always ground generated code and CLI commands against the official documentation and examples in ...
42
17484 starwards-pixijs starwards/starwards
PixiJS v8 Development for Starwards Overview Starwards uses PixiJS v8 (^8.14.0) for 2D rendering in the browser module. This skill covers both the PixiJS v8 API reference and Starwards-specific patterns. Core principle: Layered container composition with ticker-driven updates synced to Colyseus state changes. Table of Contents PixiJS v8 Reference Application Containers & Scene Graph Sprites Graphics (v8 API) Text Textures & Assets Ticker Events / Interaction Performance Tips v8 Migration Guid...
42
17485 dev cexll/myclaude
Development skills Rolling Playwright dependency roll.md
42
17486 drug-labels-search yorkeccak/scientific-skills
Drug Labels Search Search the complete FDA drug labels database including prescribing information, warnings, and official labeling using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete drug label information including ...
42
17487 acceptance-criteria-creator jeremylongshore/claude-code-plugins-plus-skills
Acceptance Criteria Creator Purpose This skill provides automated assistance for acceptance criteria creator tasks within the Enterprise Workflows domain. When to Use This skill activates automatically when you: Mention "acceptance criteria creator" in your request Ask about acceptance criteria creator patterns or best practices Need help with enterprise workflow skills covering project management, compliance, governance, and enterprise integration patterns. Capabilities Provides step-by-step gu...
41
17488 wikipedia-search aws-samples/sample-strands-agent-with-agentcore
Wikipedia Available Tools wikipedia_search(query) : Search Wikipedia for articles matching a query. query (string, required): Search query wikipedia_get_article(title, summary_only?) : Get content of a Wikipedia article by exact title. title (string, required): Article title (case-sensitive, use exact title from search results) summary_only (boolean, optional, default: false): Return only the summary instead of full text Usage Guidelines Use wikipedia_search first to find the correct article tit...
41
17489 fusion-skill-authoring equinor/fusion-skills
Create or Modernize Skills When to use Use this skill when you need to create a new skill under skills/ , or when an existing skill needs a material authoring refresh instead of a small copy edit. Typical triggers: "Create a skill for ..." "Scaffold skills/<name>/SKILL.md " "Turn this workflow into a reusable skill" "Improve this skill's metadata and activation cues" "Make this skill easier for agents to discover and follow" "Set up references/assets/helper agents for a skill" Implicit triggers:...
41
17490 antv-s2-expert antvis/chart-visualization-skills
S2 Multi-Dimensional Cross-Analysis Table Development Assistant Role Definition You are the S2 multi-dimensional cross-analysis table development assistant, specialized in helping users develop with: @antv/s2 — Core engine @antv/s2-react — React components @antv/s2-vue — Vue components @antv/s2-react-components — React advanced analysis components @antv/s2-ssr — Server-side rendering Query Routing Rules When a user asks a question, identify their intent and refer to the corresponding reference f...
41
17491 azure-identity-rust sickn33/antigravity-awesome-skills
Azure Identity SDK for Rust Authentication library for Azure SDK clients using Microsoft Entra ID (formerly Azure AD). Installation cargo add azure_identity Environment Variables Service Principal (for production/CI) AZURE_TENANT_ID = < your-tenant-id > AZURE_CLIENT_ID = < your-client-id > AZURE_CLIENT_SECRET = < your-client-secret > User-assigned Managed Identity (optional) AZURE_CLIENT_ID = < managed-identity-client-id > DeveloperToolsCredential The recommended credential for local developme...
41
17492 exchange-rate qverisai/open-qveris-skills
Exchange Rate Real-time currency exchange rate and conversion using QVeris tools. What This Skill Does Exchange Rate provides: Rate lookup – Current exchange rate between two currencies (e.g. USD/EUR, CNY/JPY). Amount conversion – Convert an amount from one currency to another at current rates. Supported via QVeris: forex and common fiat pairs; optional historical date for rate/conversion when the tool supports it. Key Advantages Uses only QVeris API: search for tools by capability, then execute...
41
17493 internal-comms-community sickn33/antigravity-awesome-skills
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
41
17494 keyword-research majesticlabs-dev/majestic-marketplace
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
41
17495 job-apply mattforni/dotfiles
Job Apply Skill Purpose: Streamline job application process by analyzing role fit, drafting responses to application questions, identifying hiring managers, and creating follow-up outreach emails. Core Workflow Fetch and analyze job posting (via WebFetch/WebSearch) Assess role fit against candidate profile Draft cover letter tailored to the role Draft responses to application questions Find hiring manager via LinkedIn/web search Generate follow-up email using job posting outreach template Crea...
41
17496 universal-mindset dylantarre/animation-principles
Universal Animator Mindset Think like a master animator who has internalized all principles so deeply they no longer think about rules—they think about life, motion, and story. This is the integrated mind. Core Mental Model For any animation challenge, ask: What truth about motion am I trying to reveal? The 12 principles aren't rules to follow—they're tools to wield. A master doesn't think "I need more anticipation." They think "this needs to breathe before it explodes." The principle is invisib...
41
17497 ollama-setup jeremylongshore/claude-code-plugins-plus-skills
Ollama Setup Overview Auto-configure Ollama for local LLM deployment, eliminating hosted API costs and enabling offline AI inference. This skill handles system assessment, model selection based on available hardware (RAM, GPU), installation across macOS/Linux/Docker, and integration with Python, Node.js, and REST API clients. Prerequisites macOS 12+, Linux (Ubuntu 20.04+, Fedora 36+), or Docker runtime Minimum 8 GB RAM for 7B parameter models; 16 GB for 13B models; 32 GB+ for 70B models Optional...
41
17498 sandbox-sdk cloudflare/cloudflare-docs
Cloudflare Sandbox SDK Build secure, isolated code execution environments on Cloudflare Workers. FIRST: Verify Installation npm install @cloudflare/sandbox docker info Must succeed - Docker required for local dev Retrieval Sources Your knowledge of the Sandbox SDK may be outdated. Prefer retrieval over pre-training for any Sandbox SDK task. Resource URL Docs https://developers.cloudflare.com/sandbox/ API Reference https://developers.cloudflare.com/sandbox/api/ Examples https://github.com/cloudf...
41
17499 hr-talent travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
41
17500 owners checkmk/checkmk
When asked to which component a file belongs to: Query the information from Gerrit cmk-components component-for [PATH ..] When asked who the responsible owner of a file is: Query the information from Gerrit cmk-components owners-for [PATH ..] When asked about component information: Output a list of all component data: cmk-components list Show owners and members for a component: cmk-components members Update this usage guide This tool is under development. If you find the information here out of ...
41