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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
20651 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
20652 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
20653 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
20654 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
20655 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
20656 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
20657 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
20658 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
20659 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
20660 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
20661 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
20662 dev cexll/myclaude
Development skills Rolling Playwright dependency roll.md
42
20663 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
20664 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
20665 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
20666 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
20667 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
20668 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
20669 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
20670 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
20671 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
20672 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
20673 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
20674 hr-talent travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
41
20675 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
20676 incident-commander borghei/claude-skills
Incident Commander Skill Category: Engineering Team Tier: POWERFUL Author: Claude Skills Team Version: 1.0.0 Last Updated: February 2026 Overview The Incident Commander skill provides a comprehensive incident response framework for managing technology incidents from detection through resolution and post-incident review. This skill implements battle-tested practices from SRE and DevOps teams at scale, providing structured tools for severity classification, timeline reconstruction, and thorough po...
41
20677 learning-sdk-integration letta-ai/skills
This skill provides universal patterns for adding persistent memory to LLM agents using the Learning SDK through a 3-line integration pattern that works with OpenAI, Anthropic, Gemini, and other LLM providers. When to Use Use this skill when: - Building LLM agents that need memory across sessions - Implementing conversation history persistence - Adding context-aware capabilities to existing agents - Creating multi-agent systems with shared memory - Working with any LLM provider (OpenAI, ...
41
20678 playwright teachingai/full-stack-skills
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
41
20679 small-200-300ms dylantarre/animation-principles
Small Transitions (200-300ms) At 200-300ms, users consciously perceive motion. This duration bridges micro-interactions and full animations - ideal for UI state changes. Disney Principles at Small Duration Works Well Squash & Stretch: Visible but restrained - 10-15% for playful interfaces, 5% for professional. Anticipation: Brief wind-up works - 40-60ms preparation enhances 200ms main action. Staging: Clear hierarchy - primary element leads, secondary follows by 50-100ms. Straight Ahead/Po...
41
20680 azure-pipelines-validator akin-ozer/cc-devops-skills
Azure Pipelines Validator Use this skill to validate Azure DevOps pipeline YAML ( azure-pipelines.yml / azure-pipelines.yaml ) with local scripts first, then escalate to docs only when local output is not enough. Trigger Phrases Use this skill when the user asks things like: "Validate my azure-pipelines.yml ." "Why is this Azure pipeline YAML failing?" "Run a security scan on this Azure DevOps pipeline." "Check this pipeline for best-practice issues." "Review this pipeline in CI before merge." D...
41
20681 changelog sgcarstrends/sgcarstrends
You are a witty and enthusiastic product marketer tasked with creating a fun, engaging change log for an internal development team. Your goal is to summarize the latest merges to the main branch, highlighting new features, bug fixes, and giving credit to the hard-working developers. Time Period For daily changelogs: Look at PRs merged in the last 24 hours For weekly summaries: Look at PRs merged in the last 7 days Always specify the time period in the title (e.g., "Daily" vs "Weekly") Default: G...
41
20682 travel-promos-argentina ferminrp/agent-skills
Travel Promos Argentina Consulta promociones de viajes (vuelos, hoteles y paquetes) y permite filtrarlas y ordenarlas localmente. API Overview Base URL : https://anduin.ferminrp.com Auth : None required Response format : JSON Endpoint principal : /api/v1/promos OpenAPI : https://anduin.ferminrp.com/docs/openapi.json Fuente upstream : data.source Canal operativo de novedades : https://t.me/comparaviajes ( @comparaviajes ), con publicaciones de promos nuevas en frecuencia horaria Timestamps releva...
41
20683 laravel:performance-select-columns jpcaparas/superpowers-laravel
Reduce payloads by selecting exact fields: ``` User::select(['id', 'name'])->paginate(); Post::with(['author:id,name'])->select(['id','author_id','title'])->get(); ``` - Avoid `*`; keep DTOs/resources aligned with selected fields - Combine with eager loading to avoid N+1
41
20684 context-doctor jzocb/context-doctor
Context Doctor Diagnose and visualize how the context window budget is allocated. Quick Start Run the visualization script: python3 scripts/context-doctor.py The script auto-detects: Workspace path ( ~/.openclaw/workspace or OPENCLAW_WORKSPACE env) OpenClaw version (via openclaw --version ) Installed skills (system + workspace) Bootstrap file sizes and status Output Sections 1. Workspace Files Shows each bootstrap file with: Status : ✓ OK / ✗ MISSING / ⚠ TRUNCATED (symlink target missing = MISSI...
41
20685 understanding-tauri-ipc dchuk/claude-code-tauri-skills
Tauri Inter-Process Communication (IPC) This skill covers Tauri's IPC system, including the brownfield and isolation patterns for secure communication between frontend and backend processes. Overview Tauri implements Inter-Process Communication using Asynchronous Message Passing . This enables isolated processes to exchange serialized requests and responses securely. Why Message Passing? Safer than shared memory or direct function access Recipients can reject or discard malicious requests Tauri ...
41
20686 github-automation davepoon/buildwithclaude
GitHub Automation Skill Purpose GitHub workflow automation, PR management, and repository coordination. When to Trigger Creating pull requests Managing issues Setting up CI/CD workflows Code review automation Release management Commands Create Pull Request gh pr create --title "feat: description" --body " Summary \n ..." Review Code npx claude-flow github review --pr 123 Manage Issues npx claude-flow github issues list --state open npx claude-flow github issues create --title "Bug: ..." Setup Wo...
41
20687 erpnext-syntax-controllers openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Syntax: Document Controllers Document Controllers are Python classes that implement the server-side logic of a DocType. Quick Reference Controller Basic Structure import frappe from frappe . model . document import Document class SalesOrder ( Document ) : def validate ( self ) : """Main validation - runs on every save.""" if not self . items : frappe . throw ( _ ( "Items are required" ) ) self . total = sum ( item . amount for item in self . items ) def on_update ( self ) : """After save...
41
20688 marketing-paid-ads gnoviawan/agentic-marketing
Paid Advertising Specialist You are a senior paid media strategist with deep expertise across Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads, programmatic, and emerging ad platforms. You deliver actionable, modern campaign strategies grounded in the brand's SOSTAC plan. For modern and emerging practices across all platforms, consult ./references/best-practices.md . For platform and industry benchmarks, see ./references/benchmarks.md . For privacy-compliant tracking and attribution guidance, see ...
41
20689 go-backend-reviewer jssfy/k-skills
你是一个专业的 Go 后端代码审查专家,专注于审查 Go 微服务项目的代码质量、性能和最佳实践。 先识别仓库实际技术栈,再决定启用哪些专项检查。通用 Go 规则始终适用;组织或框架特定规则仅在仓库中检测到对应模式时启用。 When to Use 当用户请求以下操作时触发: "review Go code" / "审查 Go 代码" / "Go code review" "检查这个 Go 项目" / "review this PR" (in a Go repo) 任何涉及 Go 后端代码审查的请求 核心职责 对 Go 后端代码进行全面审查,确保代码质量、可维护性、性能和安全性。 审查检查清单 1. 逻辑正确性(Critical) 断言转换检查 :检查类型断言、类型转换是否安全,参数传递是否符合逻辑 边界条件 :验证循环边界、数组索引、切片操作是否正确 错误处理 :确保所有错误都被正确处理,不能忽略 error 返回值 nil 指针检查 : 检查方法返回值是否可能包含未初始化的对象(如未初始化的 map、nil slice) 确保在使用指针前进行 nil 检查 并发安全 :检查共享资源的并...
41
20690 ucharts teachingai/full-stack-skills
Use this skill whenever the user wants to: - Install and set up uCharts in a project - Create charts in uni-app applications - Use uCharts in WeChat Mini Program - Use uCharts in H5 applications - Configure chart options - Use different chart types - Handle chart events - Customize chart appearance - Understand uCharts API and methods - Troubleshoot uCharts issues How to use this skill This skill is organized to match the uCharts official documentation structure ([https://www.uchart...
41
20691 automation-scripts miles990/claude-software-skills
Automation & Scripts Overview Build automation, task runners, and scripting patterns for development workflows. npm Scripts Package.json Scripts { "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint . --ext .ts,.tsx", "lint:fix": "eslint . --ext .ts,.tsx --fix", "type-check": "tsc --noEmit", "test": "vitest", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage", "test:e2e": "playwright test", ...
41
20692 v3 swarm coordination ruvnet/claude-flow
V3 Swarm Coordination What This Skill Does Orchestrates the complete 15-agent hierarchical mesh swarm for claude-flow v3 implementation, coordinating parallel execution across domains while maintaining dependencies and timeline adherence. Quick Start Initialize 15-agent v3 swarm Task ( "Swarm initialization" , "Initialize hierarchical mesh for v3 implementation" , "v3-queen-coordinator" ) Security domain (Phase 1 - Critical priority) Task ( "Security architecture" , "Design v3 threat model and...
41
20693 etl-sync-job-builder patricio0312rev/skills
ETL/Sync Job Builder Build reliable, incremental data synchronization pipelines. ETL Job Pattern // jobs/sync-users.ts interface SyncJob { name : string ; source : "database" | "api" | "file" ; destination : "database" | "warehouse" | "s3" ; schedule : string ; } export class ETLJob { constructor ( private name : string , private watermarkKey : string ) { } async run ( ) { console . log ( ` 🔄 Starting ${ this . name } ... ` ) ; try { // 1. Get last watermark const lastSync = await this . getWate...
41
20694 friendliness-approachability dylantarre/animation-principles
Friendliness & Approachability Animation Create animations that welcome users and make interfaces feel warm and inviting. Emotional Goal Friendliness comes from gentle, welcoming motion that doesn't intimidate. Approachability means animations that invite interaction and make users feel comfortable. Disney Principles for Friendliness Squash & Stretch Moderate, soft deformation (10-20%). Enough to feel alive without being cartoonish. Like a friendly handshake—warm but appropriate. Anticipation Ge...
41
20695 slidev-components yoanbernabeu/slidev-skills
This skill covers using Vue components in Slidev, including all built-in components and how to create custom interactive elements for your presentations. When to Use This Skill - Adding interactive elements to slides - Using built-in Slidev components - Creating custom Vue components - Building reusable presentation elements - Adding dynamic content Using Components Components can be used directly in Markdown: ``` My Slide <MyComponent /> <Counter :start="5" /> ``` Built-in Comp...
41
20696 content-writer majesticlabs-dev/majestic-marketplace
Content Writer You write compelling marketing copy. Follow these principles: Voice Conversational but professional Active voice, present tense Short sentences, short paragraphs Structure Lead with the biggest benefit Use specific numbers over vague claims End with a clear call-to-action Rules No jargon unless the audience expects it No superlatives without proof ("best", "revolutionary") Every paragraph must earn its place
41
20697 calendar-optimization majesticlabs-dev/majestic-marketplace
Calendar Optimization Balance your professional time across 4 essential categories. The 4 Types of Professional Time 1. Management Time (Red) What it includes: Meetings and calls Email processing Presentations Team and people management Administrative tasks The problem: Most professionals spend 70-90% here, leaving scraps for everything else. 2. Creation Time (Green) What it includes: Writing and content creation Coding and building Designing and prototyping Strategic document preparation Deep w...
41
20698 nextjs-patterns ashchupliak/dream-team
Next.js 15 App Router Patterns File Structure app/ ├── layout.tsx Root layout (required) ├── page.tsx Home page (/) ├── loading.tsx Loading UI ├── error.tsx Error boundary ├── not-found.tsx 404 page ├── globals.css Global styles ├── environments/ │ ├── page.tsx /environments │ ├── [id]/ │ │ ├── page.tsx /environments/[id] │ │ └── loading.tsx Loading for this route │ └── new/ │...
41
20699 kimi-pdf thvroyal/kimi-skills
Route Selection Route Trigger Route File HTML (default) All PDF creation requests routes/html.md LaTeX User explicitly requests LaTeX, .tex, or Tectonic routes/latex.md Process Work with existing PDFs (extract, merge, fill forms, etc.) routes/process.md Default to HTML. Only use LaTeX route when user explicitly requests it. MANDATORY: Read Route File Before Implementation Before implementation, you MUST: Determine the route (HTML / LaTeX / Process) Read the route file ( routes/html.md , routes/l...
41
20700 podcast-splitter dkyazzentwatwa/chatgpt-skills
Automatically split audio files into segments based on silence detection. Perfect for dividing podcasts into chapters, creating clips from long recordings, or removing dead air. Quick Start ``` from scripts.podcast_splitter import PodcastSplitter Auto-split by silence splitter = PodcastSplitter("podcast_episode.mp3") segments = splitter.split_by_silence() splitter.export_segments("./chapters/") Remove long silences splitter = PodcastSplitter("raw_recording.mp3") splitter.remove_silence(mi...
41