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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,636
总 Skills
167.1M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
8351 binlog-failure-analysis dotnet/skills
Analyzing MSBuild Failures with Binary Logs This skill diagnoses MSBuild build failures from a .binlog file. The preferred path uses the binlog MCP server ( Microsoft.AITools.BinlogMcp , exposed under the binlog MCP namespace) which is bundled with this plugin. If the MCP server is not available, fall back to the binlog replay workflow at the bottom. Primary workflow — binlog MCP The MCP server exposes structured tools for inspecting a .binlog without parsing text logs. Call them directly instea...
1.4K
8352 debug jsmastery-pro/skills
/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...
1.4K
8353 plan-payroll anthropics/knowledge-work-plugins
Run the payroll-confidence pipeline by chaining two skills. The owner approves at each handoff — never send a reminder or commit a forecast without explicit confirmation. Parse arguments: --horizon (default 30 ) — forecast window in days (30, 60, or 90) --payroll-date (optional) — the date payroll runs; defaults to next Friday Step 1 — Cash forecast (cash-flow-snapshot) Trigger the cash-flow-snapshot skill workflow: Pull AR, AP, and historical cash timing from QuickBooks, PayPal, Stripe, or Squa...
1.4K
8354 agents-debug aws/agent-toolkit-for-aws
debug Diagnose why your AgentCore agent or environment isn't working correctly. When to use Your agent is returning wrong answers or errors Tool calls are failing or timing out Agent works locally but fails after deploying Logs aren't showing up in CloudWatch The AgentCore CLI isn't working or environment seems broken agentcore command not found or prerequisites are missing Do NOT use for: Deploy failures (CDK errors, IAM during deploy) → use agents-deploy Scaffolding a new project → use agents-...
1.4K
8355 agents-connect aws/agent-toolkit-for-aws
connect Give your AgentCore agent access to external APIs, tools, and services via the AgentCore Gateway — and control what it can access with Cedar policies. When to use You want your agent to call an external API or MCP server You want to expose Lambda functions as agent tools You have an OpenAPI spec you want to turn into agent tools Your agent needs credentials to call an external service You want to restrict which tools your agent can call (Cedar policies) You want role-based or amount-base...
1.4K
8356 icon-system owl-listener/designer-skills
Icon System You are an expert in designing and maintaining comprehensive icon systems. What You Do You create icon system specs ensuring visual consistency and scalable management. Foundations Grid : Base size (24x24px), keylines, stroke width, corner radius Sizes : XS (12-16px), S (20px), M (24px), L (32px), XL (48px+) Style : Stroke, filled, duotone — when to use each Naming icon-[category]-[name]-[variant] Categories: action, navigation, content, communication, social, status, file, device De...
1.4K
8357 google-maps-scraper gosom/google-maps-scraper
Google Maps Scraper Turn a natural-language lead request into a validated local Google Maps crawl, monitor it, and help the user work with the results. Resolve the directory containing this file as SKILL_DIR . Run bundled scripts from that directory; do not assume the current directory is the repository checkout. Guardrails Use plain language suitable for a nontechnical lead-generation or marketing user. Never ask the user to paste proxy credentials into chat. Never print, read back, summarize, ...
1.4K
8358 skill-idea-miner tradermonty/claude-trading-skills
Skill Idea Miner Automatically extract skill idea candidates from Claude Code session logs, score them for novelty, feasibility, and trading value, and maintain a prioritized backlog for downstream skill generation. When to Use Weekly automated pipeline run (Saturday 06:00 via launchd) Manual backlog refresh: python3 scripts/run_skill_generation_pipeline.py --mode weekly Dry-run to preview candidates without LLM scoring Workflow Stage 1: Session Log Mining Enumerate session logs from allowlist p...
1.4K
8359 skill-integration-tester tradermonty/claude-trading-skills
Skill Integration Tester Overview Validate multi-skill workflows defined in CLAUDE.md (Daily Market Monitoring, Weekly Strategy Review, Earnings Momentum Trading, etc.) by executing each step in sequence. Check inter-skill data contracts for JSON schema compatibility between output of step N and input of step N+1, verify file naming conventions, and report broken handoffs. Supports dry-run mode with synthetic fixtures. When to Use After adding or modifying a multi-skill workflow in CLAUDE.md Aft...
1.4K
8360 pixijs-rendering gamedev-skills/awesome-gamedev-agent-skills
PixiJS 8.19 Rendering Set up and structure a PixiJS 8.19 application: the async Application , asset loading via Assets , the Container / Sprite scene graph, the ticker loop, pointer events, and render groups. Pins the 8.19 API (async init , unified Assets , eventMode ). When to use Use when starting a PixiJS v8 project, fixing a blank canvas, structuring the display list, loading textures, animating via the ticker, or handling pointer input. Use when package.json depends on pixi.js (v8) and code...
1.4K
8361 create-react-native-library callstackincubator/agent-skills
Create React Native Library Overview Use this skill to scaffold a standalone React Native library or a local library inside an existing app, then continue with the correct implementation docs. Examples: JS-only library that may use other React Native libraries Native modules that expose native functionality to JavaScript Native UI components that render native views in React Native Choose one flow first: Use [scaffold-library.md][scaffold-library] when creating a new library that may be publishe...
1.4K
8362 layout-grid owl-listener/designer-skills
Layout Grid You are an expert in layout grid systems for digital product design. What You Do You define responsive grid systems that create consistent, flexible page layouts across breakpoints. Grid Anatomy Columns : Typically 4 (mobile), 8 (tablet), 12 (desktop) Gutters : Space between columns (16px, 24px, or 32px typical) Margins : Outer page margins (16px mobile, 24-48px desktop) Breakpoints : Points where layout adapts (e.g., 375, 768, 1024, 1440px) Grid Types Column grid : Equal columns for...
1.4K
8363 dotnet-pinvoke dotnet/skills
.NET P/Invoke Calling native code from .NET is powerful but unforgiving. Incorrect signatures, garbled strings, and leaked or freed memory are the most common sources of bugs — all can manifest as intermittent crashes, silent data corruption, or access violations far from the actual defect. This skill covers both DllImport (available since .NET Framework 1.0) and LibraryImport (source-generated, .NET 7+). When targeting .NET Framework, always use DllImport . When targeting .NET 7+, prefer Librar...
1.4K
8364 create-skill dotnet/skills
Create Skill Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations. About Skills Skills are modular, self-contained packages that extend agent capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks. What Skills Provide Specialized workflows - Multi-step procedures for specific domains Tool integrations - Instructions for working with spe...
1.4K
8365 matplotlib k-dense-ai/scientific-agent-skills
Matplotlib Overview Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating publication-quality visualizations. When to Use This Skill This skill should be used when: Creating any type of plot or chart (line, scatter, bar, histogram, heatmap, contour...
1.4K
8366 agents-optimize aws/agent-toolkit-for-aws
optimize Measure and improve your AgentCore agent's quality through evaluation, monitoring, and observability. When to use You want to know if your agent is giving good answers You want to set up continuous quality monitoring in production You want to add a quality gate to your CI/CD pipeline You want to understand agent behavior through logs, metrics, and traces You want to set up CloudWatch dashboards or X-Ray tracing Do NOT use for: Debugging a specific broken agent (wrong answers, errors) → ...
1.4K
8367 chrome-mcp-troubleshooting trailofbits/skills
Claude in Chrome MCP Troubleshooting Use this skill when Claude in Chrome MCP tools fail to connect or work unreliably. When to Use mcp__claude-in-chrome__* tools fail with "Browser extension is not connected" Browser automation works erratically or times out After updating Claude Code or Claude.app When switching between Claude Code CLI and Claude.app (Cowork) Native host process is running but MCP tools still fail When NOT to Use Linux or Windows users - This skill covers macOS-specific paths ...
1.4K
8368 no-mistakes kunchenguid/no-mistakes
no-mistakes no-mistakes is a local gate that validates your code changes through a pipeline (intent, rebase, review, test, document, lint, push, PR, CI) before they reach the configured push target. You drive it through the no-mistakes axi command family, which prints machine-readable TOON to stdout and progress to stderr. Active validation-step boundary A no-mistakes validation-step agent is already inside an active outer run. It must inspect, fix, and return only its assigned phase. It must ne...
1.4K
8369 cx-cases coralogix/cx-cli
Cases Management Skill A Case groups related alert events into one investigation unit with a status, priority, category, and assignee. Use this skill to inspect cases and drive them through their lifecycle (active → acknowledged → resolved → closed). CLI Commands Show more Installs 811 Repository coralogix/cx-cli GitHub Stars 111 First Seen Jun 9, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
1.4K
8370 ruff astral-sh/claude-code-plugins
ruff Ruff is an extremely fast Python linter and code formatter. It replaces Flake8, isort, Black, pyupgrade, autoflake, and dozens of other tools. When to use ruff Always use ruff for Python linting and formatting , especially if you see: [tool.ruff] section in pyproject.toml A ruff.toml or .ruff.toml configuration file However, avoid making unnecessary changes: Don't format unformatted code - If ruff format --diff shows changes throughout an entire file, the project likely isn't using ruff for...
1.4K
8371 check jsmastery-pro/skills
Check: Review Before You Ship Prefix your first line with 🥷 inline, not as its own paragraph. Read the diff, find the problems, fix what can be fixed safely, ask about the rest. Done means verification ran in this session and passed. Get the Diff Get the full diff between the current branch and the base branch. If unclear, ask. If already on the base branch, ask which commits to review. Scope Measure the diff and classify depth: Depth Criteria Reviewers Quick Under 100 lines, 1-5 files Base revi...
1.4K
8372 audit jsmastery-pro/skills
Run systematic quality checks and generate a comprehensive audit report with prioritized issues and actionable recommendations. Don't fix issues - document them for other commands to address. First : Use the frontend-design skill for design principles and anti-patterns. Diagnostic Scan Run comprehensive checks across multiple dimensions: Accessibility (A11y) - Check for: Contrast issues : Text contrast ratios < 4.5:1 (or 7:1 for AAA) Missing ARIA : Interactive elements without proper roles, labe...
1.4K
8373 document jsmastery-pro/skills
Output style (plain words, no dashes, no hyphens) Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as you , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write read only , not read-only . Say it in ...
1.4K
8374 threat-model-analyst github/awesome-copilot
Threat Model Analyst You are an expert Threat Model Analyst . You perform security audits using STRIDE-A (STRIDE + Abuse) threat modeling, Zero Trust principles, and defense-in-depth analysis. You flag secrets, insecure boundaries, and architectural risks. Getting Started FIRST — Determine which mode to use based on the user's request: Incremental Mode (Preferred for Follow-Up Analyses) If the user's request mentions updating , refreshing , or re-running a threat model AND a prior report folder ...
1.4K
8375 peer-review k-dense-ai/scientific-agent-skills
Scientific Critical Evaluation and Peer Review Overview Peer review is a systematic process for evaluating scientific manuscripts. Assess methodology, statistics, design, reproducibility, ethics, and reporting standards. Apply this skill for manuscript and grant review across disciplines with constructive, rigorous evaluation. When to Use This Skill This skill should be used when: Conducting peer review of scientific manuscripts for journals Evaluating grant proposals and research applications A...
1.4K
8376 agents-get-started aws/agent-toolkit-for-aws
get-started Walk a developer from zero to a running agent on AWS. When to use Developer wants to build an agent on AWS and doesn't know where to start Developer wants to create a new AgentCore project Developer is choosing between frameworks (Strands, LangGraph, GoogleADK, OpenAI Agents) Developer just ran agentcore create and wants to know what to do next Do NOT use for: Environment/prerequisite issues (CLI not found, credentials broken) → use agents-debug Adding capabilities to an existing pro...
1.4K
8377 agents-harden aws/agent-toolkit-for-aws
harden Prepare your AgentCore agent for production — security, reliability, and performance. When to use You're about to take an agent to production You want a checklist of what to review before launch You want to restrict who can call your agent You want to scope down IAM permissions from the defaults You're hitting throttling or quota errors (loads references/limits.md ) You need to tune session lifecycle for your workload You're running long-running background work in your agent Input No argu...
1.4K
8378 backward-traceability lingzhi227/agent-research-skills
Backward Traceability Make every number in the final PDF hyperlink back to the exact code line that produced it. Input $0 — Paper project directory containing code and LaTeX files References Traceability patterns and LaTeX commands: ~/.claude/skills/backward-traceability/references/traceability-patterns.md Scripts Scan hypertarget/hyperlink references python ~/.claude/skills/backward-traceability/scripts/ref_numeric_values.py \ --scan paper/main.tex --output report.json Show more
1.4K
8379 spl-to-apl axiomhq/skills
Type safety: Fields like status are often stored as strings. Always cast before numeric comparison: toint(status) >= 500, not status >= 500. Critical Differences - Time is explicit in APL: SPL time pickers don't translate — add `where _time between (ago(1h) .. now())` - Structure: SPL `index=... | command` → APL `['dataset'] | operator` - Join is preview: limited to 50k rows, inner/innerunique/leftouter only - cidrmatch args reversed: SPL `cidrmatch(cidr, ip)` → APL `ipv4_is_in_range(ip, c...
1.4K
8380 migrate-to-parallel parallel-web/parallel-agent-skills
Migrate to Parallel Replace the provider boundary end to end. Treat a successful HTTP response as the midpoint, not completion: migrate request construction, response consumers, dependencies, configuration, tests, and operational behavior. Resolve <skill-root> to the directory containing this SKILL.md . Resolve every bundled reference and script from that directory, regardless of the current working directory. The scanner uses only the Python standard library. If Python 3.9 or newer is unavailab...
1.4K
8381 technology-selection dotnet/skills
No SKILL.md available for this skill. View on GitHub Installs 337 Repository dotnet/skills GitHub Stars 2.1K First Seen Mar 12, 2026
1.4K
8382 migrate-dotnet9-to-dotnet10 dotnet/skills
.NET 9 → .NET 10 Migration Migrate a .NET 9 project or solution to .NET 10, systematically resolving all breaking changes. The outcome is a project targeting net10.0 that builds cleanly, passes tests, and accounts for every behavioral, source-incompatible, and binary-incompatible change introduced in the .NET 10 release. When to Use Upgrading TargetFramework from net9.0 to net10.0 Resolving build errors or new warnings after updating the .NET 10 SDK Adapting to behavioral changes in .NET 10 runt...
1.4K
8383 build-perf-diagnostics dotnet/skills
Performance Analysis Methodology Generate a binlog : dotnet build /bl:{} -m Replay to diagnostic log with performance summary : dotnet msbuild build.binlog -noconlog -fl -flp:v = diag ; logfile = full.log ; performancesummary Read the performance summary (at the end of full.log ): grep "Target Performance Summary\|Task Performance Summary" -A 50 full.log Find expensive targets and tasks : The PerformanceSummary section lists all targets/tasks sorted by cumulative time Check for node utilization ...
1.4K
8384 dotnet-maui-doctor dotnet/skills
.NET MAUI Doctor Validate and fix .NET MAUI development environments. All version requirements are discovered dynamically from NuGet APIs — never hardcode versions. When to Use Setting up a new .NET MAUI development environment Build errors mentioning missing SDKs, workloads, JDK, or Android components Errors like "Android SDK not found", "Java version", or "Xcode not found" Verifying environment health after SDK or OS updates When Not to Use Non-MAUI .NET projects (use standard .NET SDK trouble...
1.4K
8385 google-ads-api-account-diagnostics google/skills
Google Ads API Account Performance Diagnostics Skill This skill provides instructions on how to use the Google Ads MCP server tools to diagnose common account performance issues. Workflows Identifying Active Client Accounts Most diagnostics tasks require sending GAQL queries to a specific customer account. If the customer ID is not explicitly provided by the user, you must first call the list_accessible_customers (or customers_list_accessible_customers ) tool to retrieve the customer resource na...
1.4K
8386 principle-type-system-discipline cursor/plugins
Type System Discipline The type checker is a proof assistant. Use it to eliminate impossible states, mismatched primitives, and unhandled variants at compile time. A case the types let you ignore becomes a runtime failure the compiler could have stopped. Prefer defining errors and special cases out of existence over proliferating handlers; unrepresentable states, total functions, and interface redesign (the patterns below) are the tools. Applies to any typed language. Skills like typescript-best...
1.4K
8387 dx-apexguru-scan forcedotcom/sf-skills
ApexGuru Performance Scan Skill CRITICAL: Mandatory Script Usage Every step — token resolution, zipping, API calls, and report decoding — MUST go through the bundled scripts in <skill_dir>/scripts/ . No exceptions. WRONG — never do this: WRONG: hand-rolled curl to the API curl -X POST https://api.salesforce.com/ .. . -F file = @x.zip WRONG: inline base64 + jq to read the report cat raw.json | jq -r .report | base64 -d | jq '.[]' WRONG: reading the raw result file directly (report is a large b...
1.4K
8388 frontend-design cline/skills
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
1.4K
8389 video-to-sfx sonilo-ai/skills
Sonilo Video-to-SFX Hand Sonilo a video and it generates sound effects matching what it sees — footsteps, impacts, ambience, UI sounds, whatever the scene calls for — or pin specific sounds to specific moments with segments . Generation runs as an async task on the backend; the tools poll internally and hand back the saved file. Setup: See the setup-api-key skill. ⚠️ Cost: every tool below makes an API call that may incur charges. Only call it when explicitly requested. Transport: MCP or CLI Pic...
1.4K
8390 dump-collect dotnet/skills
.NET Crash Dump Collection This skill configures and collects crash dumps for modern .NET applications (CoreCLR and NativeAOT) on Linux, macOS, and Windows — including containers. Stop Signals 🚨 Read before starting any workflow. Stop after dumps are enabled or collected. Do not open, analyze, or triage dump files. If the user already has a dump file , this skill does not cover analysis. Let them know analysis is out of scope. Do not install analysis tools (dotnet-dump analyze, windbg). Only ins...
1.4K
8391 scope jsmastery-pro/skills
Output style (plain words, no dashes, no hyphens) Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as you , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write read only , not read-only . Say it in ...
1.4K
8392 playwriter brianlovin/agent-config
Quick Start Get a session ID first playwriter session new => 1 Execute code with your session playwriter -s 1 -e "await page.goto('https://example.com')" playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page }))" playwriter -s 1 -e "await page.screenshot({ path: 'shot.png', scale: 'css' })" If playwriter is not found, use npx playwriter@latest or bunx playwriter@latest. Full Documentation Always run playwriter skill to get the complete, up-to-date skill instructions. The sk...
1.4K
8393 arena cursor/plugins
Arena Fan out N parallel attempts at the same task. Read every candidate end to end. Pick the strongest as the base. Graft the best ideas from the others into it. Verify the synthesized result. Start Open a todolist with one entry per phase before launching anything. The arena runs autonomously and the list keeps phases from silently disappearing. Frame Fan out Cross-judge Pick Graft Verify Phase A: Frame The N candidates will receive the same prompt, so the prompt is the contract. Get it right ...
1.4K
8394 principle-fix-root-causes cursor/plugins
Fix Root Causes When debugging, do not paper over symptoms. Trace every problem to its root cause and fix it there. Why: Symptom fixes accumulate. Each workaround makes the system harder to reason about, and the real bug remains. Root-cause fixes are slower upfront but reduce total debugging time. Pattern: Reproduce first (if you can't reproduce it, you can't verify your fix) Ask "why" until you hit the root cause Resist the urge to add guards (adding a nil check to silence a crash is a symptom ...
1.4K
8395 principle-boundary-discipline cursor/plugins
Boundary Discipline Place validation, type narrowing, and error handling at system boundaries. Trust internal code unconditionally. Business logic lives in pure functions; the shell is thin and mechanical. Why: Scattered validation is noisy, redundant, and gives a false sense of safety. Validate data once at the boundary. Keep logic out of framework wiring so it can be tested without the framework. The pattern: At boundaries (CLI args, config files, external APIs, network protocols): validate, r...
1.4K
8396 experience-lwc-base-components-integrate forcedotcom/sf-skills
Using Lightning Base Components Lightning Base Components (LBC) are the lightning-* web components shipped by Salesforce. This skill routes an agent through the right decision sequence so the final component choice is as specific as possible and backed by real API docs — not a hand-rolled reimplementation of something that already exists. When to Use This Skill User describes a UI need ("searchable dropdown", "record edit form", "modal with footer") and asks which lightning-* component fits. Use...
1.4K
8397 tmeet-skill tencentcloud/tencentmeeting-cli
tmeet 腾讯会议命令行工具,支持 OAuth 授权、会议全生命周期管理、录制与转写、会议报告查询。 安装与初始化 在使用本技能前,必须检测是否已安装 tmeet 命令行工具: 如果检测到 tmeet 命令已存在,直接使用即可 如果未检测到 tmeet 命令,会自动执行以下安装命令: npm install -g @tencentcloud/tmeet@latest 安装最新版本的腾讯会议 CLI 工具包 注意 :自动安装需要网络连接和 npm 环境支持。如果安装失败,请手动执行上述命令或检查网络环境。 认证 Show more Installs 901 Repository tencentcloud/te…ting-cli GitHub Stars 39 First Seen Apr 7, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
1.4K
8398 text-to-sfx sonilo-ai/skills
Sonilo Text-to-SFX Generate a single sound effect from a text description — no video involved. The prompt IS the input, so describe the action and materials directly. Generation runs as an async task on the backend; the tool polls internally and hands back the saved file. Setup: See the setup-api-key skill. ⚠️ Cost: this tool makes an API call that may incur charges. Only call it when explicitly requested. Matching sound to footage instead? Use video-to-sfx — it reads the cut and can pin sounds ...
1.4K
8399 content-pattern-analyzer-sms blacktwist/social-media-skills
Content Pattern Analyzer When to Use User asks to find patterns in what content works and what does not User mentions "what's working," "content patterns," or "best topics" User says "best format," "best time to post," or "analyze my content" User wants to know what to do more of or do less of User asks "what should I change" about their content approach User shares post history and wants a pattern-based breakdown User mentions "content audit" or "what's my best-performing content type" Role You...
1.4K
8400 papercuts every-app/open-seo
No SKILL.md available for this skill. View on GitHub Installs 893 Repository every-app/open-seo GitHub Stars 10.8K First Seen Jul 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.4K