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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,652
总 Skills
167.5M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
8401 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
8402 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
8403 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
8404 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
8405 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
8406 migrate-dotnet10-to-dotnet11 dotnet/skills
.NET 10 → .NET 11 Migration Migrate a .NET 10 project or solution to .NET 11, systematically resolving all breaking changes. The outcome is a project targeting net11.0 that builds cleanly, passes tests, and accounts for every behavioral, source-incompatible, and binary-incompatible change introduced in .NET 11. Note: .NET 11 is currently in preview. This skill covers breaking changes documented through Preview 3. When to Use Upgrading TargetFramework from net10.0 to net11.0 Resolving build error...
1.4K
8407 build-parallelism dotnet/skills
MSBuild Parallelism Model /maxcpucount (or -m ): number of worker nodes (processes) Default: 1 node (sequential!). Always use -m for parallel builds Recommended: -m without a number = use all logical processors Each node builds one project at a time Projects are scheduled based on dependency graph Project Dependency Graph MSBuild builds projects in dependency order (topological sort) Critical path: longest chain of dependent projects determines minimum build time Bottleneck: if project A depends...
1.4K
8408 crap-score dotnet/skills
CRAP Score Analysis Calculate CRAP (Change Risk Anti-Patterns) scores for .NET methods to identify code that is both complex and undertested. Background The CRAP score combines cyclomatic complexity and code coverage into a single metric: $$\text{CRAP}(m) = \text{comp}(m)^2 \times (1 - \text{cov}(m))^3 + \text{comp}(m)$$ Where: $\text{comp}(m)$ = cyclomatic complexity of method $m$ $\text{cov}(m)$ = code coverage ratio (0.0 to 1.0) of method $m$ Show more Installs 929 Repository dotnet/skills Gi...
1.4K
8409 spacing-system owl-listener/designer-skills
Spacing System You are an expert in creating systematic spacing for consistent, harmonious interfaces. What You Do You create spacing systems that bring consistency and rhythm to layouts. Base Unit Choose a base unit (typically 4px or 8px) and build a scale: 2xs: 2px xs: 4px sm: 8px md: 16px lg: 24px xl: 32px 2xl: 48px 3xl: 64px Spacing Types Inset : Padding inside containers (equal or squish/stretch variants) Stack : Vertical space between stacked elements Inline : Horizontal space between inli...
1.4K
8410 experience-lwc-rtl-validate forcedotcom/sf-skills
Reviewing LWC RTL Run a structured right-to-left (RTL) internationalization compliance pass over a Lightning Web Component, producing a report of issues found and code-level fixes to bring the component into compliance with Salesforce RTL guidelines. When to Use The user asks for an "RTL review", "i18n check", "RTL compliance pass", or "RTL audit" on a specific LWC. Preparing a component for release in RTL locales (Arabic, Hebrew, Farsi, Urdu). Investigating layout defects reported in RTL enviro...
1.4K
8411 automation-sandbox-post-copy-config-generate forcedotcom/sf-skills
Automation: Sandbox Post-Copy Config Generate Convert a customer's sandbox-refresh / post-copy SOP into a structured JSON array that the post-copy automation tool consumes. Each entry is a declarative instruction: which Salesforce configuration to update, which fields are involved, whether it is active, and what order it runs in. STOP — do this before writing any JSON Do not compose the output from memory. Before you write the file, you MUST open and read assets/config_template.json and copy an ...
1.4K
8412 laravel-inertia-react asyrafhussin/agent-skills
Laravel + Inertia.js + React Comprehensive patterns for building modern monolithic applications with Laravel, Inertia.js, and React. Contains 30+ rules for seamless full-stack development. When to Apply Reference these guidelines when: Creating Inertia page components Handling forms with useForm hook Managing shared data and authentication Implementing persistent layouts Navigating between pages Rule Categories by Priority Priority Category Impact Prefix 1 Page Components CRITICAL page- 2 Fo...
1.4K
8413 qwencloud-vision qwencloud/qwencloud-ai
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Vision (Image & Video Understanding) Analyze images and videos using Qwen VL and QVQ models. This skill is part of qwencloud/qwencloud-ai . Skill directory Use this skill's internal files to execute and learn. Load reference files on demand when the default path fails or you need details. Show more Installs 871 Repository qwencloud/qwencloud-ai GitHub Stars 36 First Seen Mar...
1.4K
8414 build-perf-baseline dotnet/skills
Build Performance Baseline & Optimization Overview Before optimizing a build, you need a baseline . Without measurements, optimization is guesswork. This skill covers how to establish baselines and apply systematic optimization techniques.
1.4K
8415 binlog-generation dotnet/skills
Generate Binary Logs Pass the /bl switch when running any MSBuild-based command. This is a non-negotiable requirement for all .NET builds. Commands That Require /bl You MUST add the /bl:{} flag to: dotnet build dotnet test dotnet pack dotnet publish dotnet restore msbuild or msbuild.exe Any other command that invokes MSBuild Preferred: Use {} for Automatic Unique Names Note: The {} placeholder requires MSBuild 17.8+ / .NET 8 SDK or later. Show more Installs 928 Repository dotnet/skills GitHub St...
1.4K
8416 migrate-nullable-references dotnet/skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Nullable Reference Migration Enable C nullable reference types (NRTs) in an existing codebase and systematically resolve all warnings. The outcome is a project (or solution) with <Nullable>enable</Nullable> , zero nullable warnings, and accurately annotated public API surfaces — giving both the compiler and consumers reliable nullability inform...
1.4K
8417 eval-performance dotnet/skills
MSBuild Evaluation Phases For a comprehensive overview of MSBuild's evaluation and execution model, see Build process overview . Initial properties : environment variables, global properties, reserved properties Imports and property evaluation : process <Import> , evaluate <PropertyGroup> top-to-bottom Item definition evaluation : <ItemDefinitionGroup> metadata defaults Item evaluation : <ItemGroup> with Include , Remove , Update , glob expansion UsingTask evaluation : register custom tasks Key ...
1.4K
8418 sync 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
8419 roblox-datastores gamedev-skills/awesome-gamedev-agent-skills
Roblox DataStores Persist data across sessions in Roblox with DataStoreService : loading on join, saving on leave and shutdown, safe updates, retries, and ordered stores for leaderboards. Server-side only. When to use Use to save/load player progress (coins, inventory, levels), build persistent leaderboards, or fix data loss, overwrites, and throttling. Use when server code calls DataStoreService , GetDataStore , GetAsync , SetAsync , UpdateAsync , or GetOrderedDataStore . When not to use: gener...
1.4K
8420 wireframe-spec owl-listener/designer-skills
Wireframe Spec You are an expert in creating annotated wireframe specifications. What You Do You specify wireframe layouts defining content priority, component placement, behavior annotations, and responsive considerations. Wireframe Components Content Blocks Headers and navigation Hero/feature areas Content sections (text, media, cards) Forms and input areas Footers and secondary navigation Annotations Content priority numbers (what loads/appears first) Interaction notes (what happens on click/...
1.4K
8421 heuristic-evaluation owl-listener/designer-skills
Heuristic Evaluation You are an expert in conducting systematic heuristic evaluations of digital interfaces. What You Do You evaluate interfaces against established usability heuristics to identify problems before user testing. Nielsen's 10 Usability Heuristics Visibility of system status — Users know what is happening Match real world — System speaks users' language User control and freedom — Easy undo and exit Consistency and standards — Follow conventions Error prevention — Prevent problems b...
1.4K
8422 grill-me brianlovin/agent-config
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. If a question can be answered by exploring the codebase, explore the codebase instead.
1.4K
8423 principle-foundational-thinking cursor/plugins
Foundational Thinking Structural decisions protect option value. Code-level decisions protect simplicity. Over-engineering is often a premature decision that closes doors. The right foundational data structure keeps doors open. Data structures first. Get the data shape right before writing logic. The right shape makes downstream code obvious. Define core types early, trace every access pattern, and choose structures that match the dominant paths. A data-structure change late is a rewrite. Early,...
1.4K
8424 aws-security aws/agent-toolkit-for-aws
AWS Security STOP — Do not answer from general knowledge. Before responding to any security service question, match the user's request against the sub-skill registry below and follow its procedure. If the procedure says to load a reference file, you MUST read it before providing operational guidance. Never skip the routing step. AWS Security services provide threat detection (GuardDuty), vulnerability management (Inspector), unified security dashboard and exposure analysis (Security Hub), compli...
1.4K
8425 experience-lwc-typescript-migrate forcedotcom/sf-skills
Converting LWC to TypeScript Convert a Lightning Web Component bundle from JavaScript to TypeScript. The deliverable is a fully-typed .ts implementation plus a .d.ts file that only exposes @api members (the public surface other LWCs consume). When to Use This Skill User wants to migrate a single component or a folder of components from .js to .ts . User needs a .d.ts for an existing LWC so other components (or an external TypeScript host) can import it safely. User is adding type annotations to ...
1.4K
8426 dx-devops-promote forcedotcom/sf-skills
DevOps Center Promotion Drives the full promotion workflow in DevOps Center — validate, prepare, optionally combine, promote, and complete — moving work items through the release pipeline. Provides headless, --json -driven, idempotent operations for autonomous release workflows in CI. Every promotion begins with a mandatory validate step. Scope In scope : Validate promotion preconditions, prepare a work item, combine work items that share metadata into one promotion, promote one or more work ite...
1.4K
8427 dx-devops-pipeline-manage forcedotcom/sf-skills
DevOps Center Pipeline Management Manages the complete pipeline lifecycle in DevOps Center — from creation against a repository, through stage and environment configuration and project attachment, to activation of a ready-to-promote release pipeline. Provides headless CLI-driven operations for autonomous release workflows. Scope In scope : List pipelines, get pipeline details, create a pipeline (linked to an existing or new Git repo), add/delete/rename stages, add/delete Salesforce environments ...
1.4K
8428 documenting-legacy-codebases riekelt/technical-writer
Documenting legacy codebases REQUIRED BACKGROUND: the technical-writing skill (hard rules, kind classification, truth rules, style). Overview A legacy codebase has one reliable witness: the code at HEAD. Everything else that speaks about it (names, comments, old documents, diagrams, the memory of whoever is left) is testimony. Core principle: describe how the system works and what to look out for, verified against the code; the code stays the authority on how it is implemented. The deliverable i...
1.4K
8429 code-simplifier rtk-ai/rtk
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
1.4K
8430 business-pulse anthropics/knowledge-work-plugins
Business Pulse One prompt, one page. Pull live data from every connected tool, synthesize it into a single scannable brief, and surface the single most important thing to act on today. Do the work — don't ask the user to help find the data. Step 1 — Pull data in parallel Dispatch all connector calls in a single parallel batch — see reference/data_sources.md for the exact tool-to-metric mapping. Do not pull serially; latency turns a 30-second skill into a painful wait. Connectors to attempt simul...
1.4K
8431 setup-ts-deep-modules vinvcn/mattpocock-skills-zh-cn
Setup TS Deep Modules Make every package in this repo a deep module : a lot of behaviour behind a small interface. A package's public surface is its entry points — the files at the package root — and everything in its subfolders is hidden. This skill installs dependency-cruiser and the rules that make the entry points the only way in, then proves the rules bite. For the vocabulary (deep module, interface, seam, depth), run the /codebase-design skill — use its language throughout. The shape this ...
1.4K
8432 microbenchmarking dotnet/skills
Benchmark Authoring Guidelines BenchmarkDotNet (BDN) is a .NET library for writing and running microbenchmarks. Throughout this skill, "BDN" refers to BenchmarkDotNet. Note: Evaluations of LLMs writing BenchmarkDotNet benchmarks have revealed common failure patterns caused by outdated assumptions about BDN's behavior — particularly around runtime comparison, job configuration, and execution defaults that have changed in recent versions. The reference files in this skill contain verified, current...
1.4K
8433 unreal-blueprints gamedev-skills/awesome-gamedev-agent-skills
Unreal Blueprints (Visual Scripting) Structure gameplay logic in Unreal Engine 5 Blueprints: pick the right graph, expose data cleanly, and choose a communication method that doesn't create hard-reference spaghetti. Targets UE 5.8 . (Blueprints are node graphs; the snippets below describe node flows.) When to use Use when authoring a Blueprint Class, wiring the Event Graph (BeginPlay/Tick/overlap), using the Construction Script, creating variables/functions/macros, or choosing how two Blueprints...
1.4K
8434 design-cleanup gjkim42/kanon-repo
Design cleanup — make the tree read as designed-this-way Why this skill exists When a design decision changes mid-work — a different approach, a renamed concept, a replaced mechanism — the branch tends to keep fossils of the abandoned design: dead branches, shims that only served the old path, names shaped by the old concept, comments narrating the change, tests pinning behavior that no longer matters. The diff may show the journey; the final tree must not. This skill hunts those fossils down an...
1.4K
8435 unreal-cpp-gameplay gamedev-skills/awesome-gamedev-agent-skills
Unreal C++ Gameplay Write correct UE5 gameplay C++: the reflection macros that connect C++ to the editor and Blueprints, the Gameplay Framework class roles, and module dependencies. Targets UE 5.8 . When to use Use when creating C++ gameplay classes ( AActor , APawn , ACharacter , AGameModeBase , UActorComponent ), exposing properties/functions with UPROPERTY / UFUNCTION , setting up a GameMode's default classes, or adding a module dependency in *.Build.cs . Use when the project has a Source/ tr...
1.4K
8436 principle-encode-lessons-in-structure cursor/plugins
Encode Lessons in Structure Encode recurring fixes in mechanisms (tools, code, metadata, automation) instead of textual instructions. Every error, human correction, and unexpected outcome is a learning signal. Capture it, route it, and close the loop. Why: Textual instructions are easy to miss. They require the reader to notice, remember, and comply. Structural mechanisms (lint rules, metadata flags, runtime checks, automation scripts) enforce the rule without cooperation. Pattern: When you catc...
1.4K
8437 show-me-your-work cursor/plugins
Show me your work For work a human reviews after the fact, a decision trail lets them reconstruct what was decided, why, and on what evidence, without rerunning the work or reading the whole transcript. Keep one canonical log so the trail is consistent and a future agent can find it. The format A single TSV file, one row per decision. TSV because GitHub renders it as a sortable table, column -s$'\t' -t and spreadsheets read it, and a row appends with one command. Cells stay single-line. Evidence...
1.4K
8438 bailian-web-search modelstudioai/cli
Bailian web search routing ( bailian-web-search ) CRITICAL — Before executing, MUST read the shared protocol in ../bailian-protocol/SKILL.md : Provider selection and consent, Version & updates (pre-flight checklist), Setup & auth, and CLI errors: report an issue. If that protocol file is missing, stop and run bl skill init ; do not guess auth/consent. Scope: model-aware routing for web search inside Agent-driven bl workflows — this skill owns the routing decision only. Command flags / usage / ex...
1.4K
8439 experience-ui-bundle-localize forcedotcom/sf-skills
Localize a React UI Bundle Walk a developer through localizing a React UI Bundle: detect hardcoded user-facing strings, extract them into Salesforce Custom Labels, wire up i18next over the Platform SDK GraphQL backend, and verify labels render across locales. This file is the workflow + guardrail spine . Depth lives in linked docs: references/i18n-setup.md : the two files you write: the i18next init and the label manifest references/label-xml.md : Custom Labels and translation metadata XML shape...
1.4K
8440 cargo-segmentation getcargohq/cargo-skills
Cargo CLI — Segmentation Segments are the audience layer of a Cargo workspace: a named, saved filter over one model that answers "which records do I mean?" Everything downstream — a batch run, a play trigger, a CSV export, a change feed — takes a segment (or a segment-shaped filter) as its input. See references/response-shapes.md for full JSON response structures. See references/troubleshooting.md for common errors and how to fix them. Filter condition kinds and operators live in ../cargo-orches...
1.4K
8441 github-issue-triage code-yeongyu/oh-my-opencode
No SKILL.md available for this skill. View on GitHub
1.3K
8442 flutter-layout flutter/skills
Goal Constructs robust, responsive Flutter user interfaces by composing layout widgets, managing constraints, and implementing adaptive design patterns. Assumes the target environment has the Flutter SDK installed and the user is familiar with Dart syntax and state management fundamentals. Instructions Determine Layout Strategy (Decision Logic) Analyze the UI requirements and select the appropriate base layout widgets using the following decision tree: Is the content strictly 1-Dimensional? Hori...
1.3K
8443 convert binance/binance-skills-hub
Binance Convert Skill Convert request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/convert/exchangeInfo (GET) List All Convert Pairs None fromAsset, toAsset No /sapi/v1/convert/assetInfo (GET) Query order quantity precision per asset(USER_DATA) None recvWindow Yes /sapi/v1/convert/acceptQuote (POST) Accept Quote (TRADE) quoteId r...
1.3K
8444 vertex-ai-api-dev google-gemini/gemini-skills
Gemini API in Vertex AI Access Google's most advanced AI models built for enterprise use cases using the Gemini API in Vertex AI. Provide these key capabilities: Text generation - Chat, completion, summarization Multimodal understanding - Process images, audio, video, and documents Function calling - Let the model invoke your functions Structured output - Generate valid JSON matching your schema Context caching - Cache large contexts for efficiency Embeddings - Generate text embeddings for seman...
1.3K
8445 react-devtools callstackincubator/agent-device
agent-react-devtools CLI that connects to a running React or React Native app via the React DevTools protocol and exposes the component tree, props, state, hooks, and profiling data in a token-efficient format. Core Workflow Ensure connection — check agent-react-devtools status . If the daemon is not running, start it with agent-react-devtools start . Use agent-react-devtools wait --connected to block until a React app connects. Inspect — get the component tree, search for components, inspect pr...
1.3K
8446 salesforce membranedev/application-skills
Salesforce Salesforce is a leading cloud-based CRM platform that helps businesses manage customer relationships and sales processes. It's primarily used by sales, marketing, and customer service teams to track leads, automate marketing campaigns, and provide customer support. Official docs: https://developer.salesforce.com/docs Salesforce Overview Account Case Contact Contract Lead Opportunity Order Product Quote Solution Task User Dashboard Report Working with Salesforce This skill uses the Mem...
1.3K
8447 zustand-state-management jezweb/claude-skills
Zustand State Management Last Updated: 2026-01-21 Latest Version: zustand@5.0.10 (released 2026-01-12) Dependencies: React 18-19, TypeScript 5+ Quick Start npm install zustand TypeScript Store (CRITICAL: use create<T>()() double parentheses): import { create } from 'zustand' interface BearStore { bears: number increase: (by: number) => void } const useBearStore = create<BearStore>()((set) => ({ bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), })) Use in...
1.3K
8448 create mcp app modelcontextprotocol/ext-apps
Create MCP App Build interactive UIs that run inside MCP-enabled hosts like Claude Desktop. An MCP App combines an MCP tool with an HTML resource to display rich, interactive content. Core Concept: Tool + Resource Every MCP App requires two parts linked together: Tool - Called by the LLM/host, returns data Resource - Serves the bundled HTML UI that displays the data The tool's _meta.ui.resourceUri references the resource's URI. Host calls tool → Host renders resource UI → Server returns result →...
1.3K
8449 picoclaw-ai-assistant aradotso/trending-skills
PicoClaw AI Assistant Skill by ara.so — Daily 2026 Skills collection. PicoClaw is an ultra-lightweight personal AI assistant written in Go. It runs on $10 hardware with under 10MB RAM and boots in under 1 second. It supports multiple LLM providers (OpenAI-compatible, Anthropic, Volcengine), optional web search tools, and deploys as a single self-contained binary on x86_64, ARM64, MIPS, and RISC-V Linux devices. Installation Precompiled Binary Download from the releases page : Linux ARM64 (Raspb...
1.3K
8450 minecraftconsoles-lce aradotso/trending-skills
MinecraftConsoles (Legacy Console Edition) Skill Skill by ara.so — Daily 2026 Skills collection. What This Project Is MinecraftConsoles is a C++ reimplementation/continuation of Minecraft Legacy Console Edition v1.6.0560.0 (TU19) , targeting modern Windows (and unofficially macOS/Linux via Wine). Goals include: Multi-platform base for modding, backports, and LCE development Quality desktop experience with keyboard/mouse and controller support LAN multiplayer and dedicated server software Splitsc...
1.3K