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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,609
总 Skills
166.4M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
9301 audio-ducking sonilo-ai/skills
Sonilo Audio Ducking Automatically duck a music bed under a voice track: Sonilo lowers the music wherever the voice is speaking and lifts it back in the gaps, then returns the mixed result. The voice input may be a video — its audio track is used as the voice, and the ducked mix is muxed back into a new video. Setup: See the setup-api-key skill. ⚠️ Cost: makes an API call that may incur charges. Only call when explicitly requested. Transport: MCP or CLI Pick one at the start of the session and s...
1.2K
9302 fusion-research equinor/fusion-skills
Fusion Research When to use Use this skill when a user needs a source-backed answer about the Fusion ecosystem. Show more
1.2K
9303 phaser playableintelligence/game-creator
Phaser 3 Game Development You are an expert Phaser game developer building games with the game-creator plugin. Follow these patterns to produce well-structured, visually polished, and maintainable 2D browser games. Core Principles Core loop first — Implement the minimum gameplay loop before any polish: boot → preload → create → update. Add the win/lose condition and scoring before visuals, audio, or juice. Keep initial scope small: 1 scene, 1 mechanic, 1 fail condition. Wire spectacle EventBus h...
1.2K
9304 gget k-dense-ai/scientific-agent-skills
gget Use this skill when a task needs quick bioinformatics lookup across genomic reference databases with the gget CLI or Python package. When to Use Finding Ensembl IDs, gene metadata, transcript details, or sequences. Running quick BLAST or BLAT lookups without building a full local pipeline. Fetching reference genome links and annotations from Ensembl. Querying protein structure, pathway, cancer, expression, or disease-association modules through a single interface. Creating a reproducible fi...
1.2K
9305 category-positioning eronred/aso-skills
Category & Subcategory Positioning You are an App Store category strategist. Your goal is to recommend the primary and secondary category (App Store) or category + tags (Play Store) that maximize the user's discoverability, ranking potential, and featuring odds — and explain when a category switch is worth the disruption. Initial Assessment Check for app-marketing-context.md Ask for the App ID and current categories Ask: What does the app actually do in 1 sentence (their words, not marketing)? A...
1.2K
9306 bulk-operations hubspot/agent-cli-skills
Resources File When to use resources/json-patterns.md Reshape patterns for turning a read into an update payload, a search into a delete list, a CSV into an upsert stream. Source of truth This is the hubspot agent CLI; the hs developer CLI ( @hubspot/cli ) is a different tool and does not manage CRM data or workflows. hubspot <command> --help is authoritative. If anything in this file contradicts --help , trust --help and tell the user. Run hubspot objects types once at the start of a session to...
1.2K
9307 core-fix-skill-docs actionbook/rust-skills
Fix Skill Documentation Version: 2.1.0 | Last Updated: 2025-01-27 Check and fix missing reference files in dynamic skills. Usage /fix-skill-docs [crate_name] [--check-only] [--remove-invalid] Arguments: crate_name : Specific crate to check (optional, defaults to all) --check-only : Only report issues, don't fix --remove-invalid : Remove invalid references instead of creating files Execution Mode Detection Show more Installs 899 Repository actionbook/rust-skills GitHub Stars 1.4K First Seen May 1...
1.2K
9308 maui-data-binding dotnet/skills
.NET MAUI Data Binding Wire UI controls to ViewModel properties with compile-time safety, correct change notification, and minimal overhead. Prefer compiled bindings everywhere and treat binding warnings as build errors. When to Use Adding x:DataType compiled bindings to a new or existing page Implementing INotifyPropertyChanged or CommunityToolkit ObservableObject Creating or consuming IValueConverter / IMultiValueConverter Choosing the correct BindingMode for a control property Setting Binding...
1.2K
9309 maui-theming dotnet/skills
.NET MAUI Theming Apply light/dark mode support, custom branded themes, and runtime theme switching in .NET MAUI apps using AppThemeBinding, ResourceDictionary swapping, and system theme detection APIs. When to Use Adding light and dark mode support to a .NET MAUI app Creating custom branded themes with ResourceDictionary Detecting and responding to system theme changes at runtime Letting users choose a preferred theme (light, dark, or system default) Combining OS-driven theme response with cust...
1.2K
9310 maui-dependency-injection dotnet/skills
Dependency Injection in .NET MAUI .NET MAUI uses the same Microsoft.Extensions.DependencyInjection container as ASP.NET Core. All service registration happens in MauiProgram.CreateMauiApp() on builder.Services . The container is built once at startup and is immutable thereafter. When to Use Registering services, ViewModels, and Pages in MauiProgram.cs Choosing between AddSingleton , AddTransient , and AddScoped Wiring constructor injection for Pages and ViewModels Leveraging Shell navigation to ...
1.2K
9311 ai-debt-detector wshobson/agents
AI Debt Detector Overview AI agents generate code that passes the happy path but hides debt: missing error handling, orphaned resources, ignored failure modes, hallucinated packages, silent architectural drift. This skill forces a targeted audit for the exact patterns AI agents get wrong. When to Use After any AI code generation session (20+ lines produced) Before merging AI-generated PRs When code works but something feels off After vibe-coding sprints where debt accumulates fastest When the ag...
1.2K
9312 gke-ai-troubleshooting-handle-disruption-gpu-tpu google/skills
Handle Disruption on GPUs and TPUs Troubleshooting 🔍 Diagnostic Workflow Step 0: Context Acquisition Mandatory : When a user asks to debug or investigate an actual workload disruption, node crash, or unexpected restart without providing complete cluster details, you MUST immediately halt and request all missing mandatory parameters ( project_id , location , cluster_name , timestamp ) BEFORE delivering theories or general diagnostic commands. Only skip context acquisition if the user explicitly r...
1.2K
9313 agent-planner ruvnet/ruflo
name: planner type: coordinator color: "4ECDC4" description: Strategic planning and task orchestration agent capabilities: task_decomposition dependency_analysis resource_allocation timeline_estimation risk_assessment priority: high hooks: pre: | echo "🎯 Planning agent activated for: $TASK" memory_store "planner_start_$(date +%s)" "Started planning: $TASK" post: | echo "✅ Planning complete" memory_store "planner_end_$(date +%s)" "Completed planning: $TASK" Strategic Planning Agent You are a stra...
1.2K
9314 agentic-jujutsu ruvnet/ruflo
Agentic Jujutsu - AI Agent Version Control Quantum-ready, self-learning version control designed for multiple AI agents working simultaneously without conflicts. When to Use This Skill Use agentic-jujutsu when you need: ✅ Multiple AI agents modifying code simultaneously ✅ Lock-free version control (23x faster than Git) ✅ Self-learning AI that improves from experience ✅ Quantum-resistant security for future-proof protection ✅ Automatic conflict resolution (87% success rate) ✅ Pattern recognition ...
1.2K
9315 frontend-developer sickn33/agentic-awesome-skills
You are a frontend development expert specializing in modern React applications, Next.js, and cutting-edge frontend architecture. Use this skill when Building React or Next.js UI components and pages Fixing frontend performance, accessibility, or state issues Designing client-side data fetching and interaction flows Do not use this skill when You only need backend API architecture You are building native apps outside the web stack You need pure visual design without implementation guidance Instr...
1.2K
9316 ai-engineer sickn33/agentic-awesome-skills
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
1.2K
9317 auth adobe/skills
Authentication Integrations You are an expert in authentication for Vercel-deployed applications — covering Clerk (native Vercel Marketplace integration), Descope, and Auth0. Clerk (Recommended — Native Marketplace Integration) Clerk is a native Vercel Marketplace integration with auto-provisioned environment variables and unified billing. Current SDK: @clerk/nextjs v7 (Core 3, March 2026). Install via Marketplace Install Clerk from Vercel Marketplace (auto-provisions env vars) vercel integrati...
1.2K
9318 vaex k-dense-ai/scientific-agent-skills
Vaex Overview Vaex is a high-performance Python library designed for lazy, out-of-core DataFrames to process and visualize tabular datasets that are too large to fit into RAM. Vaex can process over a billion rows per second, enabling interactive data exploration and analysis on datasets with billions of rows. When to Use This Skill Use Vaex when: Processing tabular datasets larger than available RAM (gigabytes to terabytes) Performing fast statistical aggregations on massive datasets Creating vi...
1.2K
9319 clinical-decision-support k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.2K
9320 modal k-dense-ai/scientific-agent-skills
Modal Imperative API Guide Use createModal from @lobehub/ui for imperative modal dialogs. Why Imperative? Mode Characteristics Recommended Declarative Need open state, render <Modal /> ❌ Imperative Call function directly, no state ✅ File Structure features/ └── MyFeatureModal/ ├── index.tsx Export createXxxModal └── MyFeatureContent.tsx Modal content Implementation 1. Content Component ( MyFeatureContent.tsx ) 'use client' ; import { useModalContext } from '@lobehub/ui' ; import { us...
1.2K
9321 pydicom k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.2K
9322 tanstack-ai tanstack-skills/tanstack-skills
Overview TanStack AI is a modular, provider-agnostic AI SDK with tree-shakeable adapters for OpenAI, Anthropic, Gemini, Ollama, and more. It provides streaming-first text generation, tool calling with approval workflows, structured output with Zod schemas, multimodal content support, and React hooks for chat/completion UIs. Core: @tanstack/ai Vanilla Client: @tanstack/ai-client (framework-agnostic) React: @tanstack/ai-react Solid: @tanstack/ai-solid Adapters: @tanstack/ai-openai , @tanstack/ai-a...
1.2K
9323 core-actionbook actionbook/rust-skills
Actionbook Pre-computed action manuals for browser automation. Agents receive structured page information instead of parsing entire HTML. Workflow search_actions - Search by keyword, returns URL-based action IDs with content previews get_action_by_id - Get full action manual with page details, DOM structure, and element selectors Execute - Use returned selectors with your browser automation tool MCP Tools search_actions - Search by keyword. Returns: URL-based action IDs, content previews, releva...
1.2K
9324 app-rejection-recovery eronred/aso-skills
App Rejection Recovery You are an App Review specialist. Your goal is to diagnose the rejection, write a clean response (or appeal), fix the underlying issue, and get the user resubmitted within 24–72 hours. Initial Assessment Ask the user to paste the full rejection message verbatim — including the guideline number(s) Ask: App Store, Play Store, or both? Ask: First submission or update? (First submissions are scrutinized harder) Ask: App ID and app category Ask: What was changed in this version...
1.2K
9325 qwencloud-model-selector 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 Model Selector (Advisor) This skill operates in two modes: Interactive advisory — asks diagnostic questions to recommend the right model (see Diagnostic Flow). Cross-skill resolution — provides a fast-path model lookup for execution skills that need a model decision without user interaction (see recommendation-matrix.md ). Do not fabricate model names — only recommend models...
1.2K
9326 minimalist-ui nexu-io/open-design
Protocol: Premium Utilitarian Minimalism UI Architect 1. Protocol Overview Name: Premium Utilitarian Minimalism & Editorial UI Description: An advanced frontend engineering directive for generating highly refined, ultra-minimalist, "document-style" web interfaces analogous to top-tier workspace platforms. This protocol strictly enforces a high-contrast warm monochrome palette, bespoke typographic hierarchies, meticulous structural macro-whitespace, bento-grid layouts, and an ultra-flat component...
1.2K
9327 kopis-performance-search nomadamas/k-skill
kopis-performance-search Get the full instructions (required first step) Run this and follow its output as the primary instructions for this skill: npx -y @nomadamas/k-skill@0 instruct kopis-performance-search The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by: npx -y @nomadamas/k-skill@0 files kopis-performance-search If npx is unavailable, install Node.js 18+...
1.2K
9328 reference-design-contract nexu-io/open-design
Reference Design Contract Use this skill when the user has taste signals, references, or a rough "like this" request and needs a reusable design contract before generation. The goal is not to write a longer prompt. The goal is to make design decisions explicit enough that a later prototype, deck, redesign, or image-remix run can execute without guessing. What this skill produces Create three files: DESIGN.md — the reusable visual direction, following Open Design's standard nine-section design-sy...
1.2K
9329 maui-collectionview dotnet/skills
CollectionView — .NET MAUI CollectionView is the primary control for displaying scrollable lists and grids of data in .NET MAUI. It replaces ListView with better performance, flexible layouts, and no ViewCell requirement. When to Use Displaying a scrollable list or grid of data items Binding a collection of objects to a templated item layout Adding selection (single or multiple), grouping, or pull-to-refresh Implementing infinite scroll / incremental loading Showing swipe actions on list items D...
1.2K
9330 langsmith-online-eval-engineering langchain-ai/langchain-skills
Online Eval Engineering Build online evaluators iteratively: inspect traces and interview user -> propose directions -> user chooses -> build evaluator -> test, attach, verify -> review and repeat Read references/langsmith-api.md before creating or modifying evaluators. 1. Inspect traces Ask the user for their LangSmith project name. Fetch recent root-level traces and print their structure. Read references/trace-inspection.md . Find: run name and type; available input and output field names; the...
1.2K
9331 cline-sdk cline/sdk-skill
Cline SDK Skill Consolidated skill for building AI agents with the Cline SDK. Use the decision trees below to find the right entry point and API surface, then load detailed references. Critical Rules Follow these rules in all Cline SDK code: Install with npm install @cline/sdk . The @cline/sdk package re-exports @cline/core , not every sub-package directly. Core re-exports the public SDK surface such as ClineCore , Agent , createAgentRuntime , createTool , built-in tool helpers, provider helpers...
1.2K
9332 ui-ugui unity-technologies/skills
Understand existing Unity uGUI, make targeted edits, and generate new Canvas-based hierarchies. When working with ScrollRect/ScrollView, read the reference file: references/scrollview-setup.md — Required hierarchy, setup rules, and common failures Scope Determine what the user is asking for: Request Type Action Question about UI Understand — analyze hierarchy, explain structure Change specific element Edit — targeted modification only Create new UI Generate — create new hierarchy Fix/improve exi...
1.2K
9333 ui unity-technologies/skills
UI: Build It With a Point of View Prefix your first line with 🥷 inline, not as its own paragraph. Update check (non-blocking). Once per conversation, run bash <skill-base-dir>/scripts/check-update.sh with <skill-base-dir> replaced by this skill's base directory; relay any printed line, otherwise continue silently (also when the script already ran, is missing, or errors). It checks at most once a day, reads only a public version file, and sends no data. If it could have been generated by a defaul...
1.2K
9334 sparc-methodology ruvnet/ruflo
Sparc Methodology Skill Purpose SPARC development workflow: Specification, Pseudocode, Architecture, Refinement, Completion. A structured approach for complex implementations that ensures thorough planning before coding. When to Trigger new feature implementation complex implementations architectural changes system redesign integration work unclear requirements When to Skip simple bug fixes documentation updates configuration changes well-defined small tasks routine maintenance Commands Specific...
1.2K
9335 swarm-advanced ruvnet/ruflo
Advanced Swarm Orchestration Master advanced swarm patterns for distributed research, development, and testing workflows. This skill covers comprehensive orchestration strategies using both MCP tools and CLI commands. Quick Start Prerequisites Ensure Claude Flow is installed npm install -g claude-flow@alpha Add MCP server (if using MCP tools) claude mcp add claude-flow npx claude-flow@alpha mcp start Basic Pattern // 1. Initialize swarm topology mcp__claude - flow__swarm_init ( { topology : "m...
1.2K
9336 pufferlib k-dense-ai/scientific-agent-skills
PufferLib - High-Performance Reinforcement Learning Overview PufferLib is a high-performance reinforcement learning library designed for fast parallel environment simulation and training. It achieves training at millions of steps per second through optimized vectorization, native multi-agent support, and efficient PPO implementation (PuffeRL). The library provides the Ocean suite of 20+ environments and seamless integration with Gymnasium, PettingZoo, and specialized RL frameworks. When to Use T...
1.2K
9337 crm-data-quality hubspot/agent-cli-skills
Read bulk-operations/SKILL.md first — JSONL piping, batch read, pagination, and dry-run/digest/confirm gating apply to every command below. Property discovery Don't guess property names. List them: hubspot properties list --type contacts --format table hubspot properties list --type contacts | jq -c 'select(.type=="enumeration") | {name, label}' Same for --type companies , deals , or any custom type ( hubspot objects types ). 1. Find incomplete records !name = NOT_HAS_PROPERTY (missing or empty)...
1.2K
9338 laravel-best-practices laravel/boost
Laravel 12 Best Practices Comprehensive best practices guide for Laravel 12 applications. Contains 45+ rules across 8 categories for building scalable, maintainable Laravel applications. When to Apply Reference these guidelines when: Creating controllers, models, and services Writing migrations and database queries Implementing validation and form requests Building APIs with Laravel Structuring Laravel applications Rule Categories by Priority Priority Category Impact Prefix 1 Architecture & ...
1.2K
9339 kr-whois-lookup nomadamas/k-skill
kr-whois-lookup Get the full instructions (required first step) Run this and follow its output as the primary instructions for this skill: npx -y @nomadamas/k-skill@0 instruct kr-whois-lookup The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by: npx -y @nomadamas/k-skill@0 files kr-whois-lookup If npx is unavailable, install Node.js 18+ or follow https://github.c...
1.2K
9340 to-questionnaire vinvcn/mattpocock-skills-zh-cn
Turn something the user can't answer alone into a questionnaire — a Markdown document they hand to one person to fill in async, or fill out together over a meeting. The recipient holds knowledge the user lacks; the questionnaire pulls it out of them. Grill the send, not the subject. Interview the user only about the send , which they can always answer: who it goes to, and what they need back. The questions in the document then target the gap between what the recipient knows and what the user nee...
1.2K
9341 dbs-jtbd dontbesilent2025/dbskill
dbs-jtbd:任务澄清 你的任务:识别一个人在特定情境里,试图把生活或工作推进到哪里;再用这个判断决定该给什么答案、做什么方案、如何表达。 JTBD 中的「任务」指用户雇用一个方案后,希望得到的进展。待办事项和产品功能只是可能采用的手段。用户会雇用产品、内容、服务、同事,也会雇用 AI。 核心判断 先看进展,后看方案 用户说「帮我写一篇文章」「我需要一个课程」「给我做一个 Agent」时,先不要把这句话直接当成需求结论。它通常只说明了用户想到的方案。 先找下面这条链: 情境 → 卡住的进展 → 想得到的结果 → 当前方案 → 选择标准 任务陈述使用这个格式: Show more Installs 998 Repository dontbesilent2025/dbskill GitHub Stars 9.7K First Seen 8 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.2K
9342 adding-dependencies riekelt/principal-engineer
Adding dependencies REQUIRED BACKGROUND: the principal-engineering skill. Overview A dependency is a hire, not a snippet: with the feature come its defects, its release rhythm, its transitive tree, and its maintainer's attention span. Core principle: exhaust what you already have, vet what you take, pin what you took, and record why. Exhaust what you already have Work down the list and stop at the first level that holds; good answers often compose two levels, an existing dependency for the hard ...
1.2K
9343 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.2K
9344 parallel-task-spark am-will/codex-skills
Parallel Task Executor (Sparky) You are an Orchestrator for subagents. Use orchestration mode to parse plan files and delegate tasks to parallel Sparky subagents using task dependencies, in a loop, until all tasks are completed. Your role is to ensure that subagents are launched in the correct order (in waves), and that they complete their tasks correctly, as well as ensure the plan docs are updated with logs after each task is completed. Process Step 1: Parse Request Extract from user request: ...
1.1K
9345 super-swarm-spark am-will/codex-skills
Parallel Task Executor (Sparky Rolling 12-Agent Pool) You are an Orchestrator for subagents. Parse plan files and delegate tasks in parallel using a rolling pool of up to 15 concurrent Sparky subagents. Keep launching new work whenever a slot opens until the plan is fully complete. Primary orchestration goals: Keep the project moving continuously Ignore dependency maps Keep up to 15 agents running whenever pending work exists Give every subagent maximum path/file context Prevent filename/folder-...
1.1K
9346 agent-memory api/git
No SKILL.md available for this skill. View on GitHub
1.1K
9347 flutter-animation flutter/skills
Flutter Animations Implementation Goal Implements and manages Flutter animations, selecting the appropriate animation strategy (implicit, explicit, tween, physics, hero, or staggered) based on UI requirements. Assumes a working Flutter environment, stateful/stateless widget competence, and a standard widget tree structure. Instructions 1. Determine Animation Strategy (Decision Logic) Evaluate the UI requirement using the following decision tree to select the correct animation approach: Is the an...
1.1K
9348 flutter-routing-and-navigation flutter/skills
flutter-navigation-routing Goal Implements robust navigation and routing in Flutter applications. Evaluates application requirements to select the appropriate routing strategy (imperative Navigator , declarative Router , or nested navigation), handles deep linking, and manages data passing between routes while adhering to Flutter best practices. Instructions 1. Determine Routing Strategy (Decision Logic) Evaluate the application's navigation requirements using the following decision tree: Condit...
1.1K
9349 flutter-state-management flutter/skills
flutter-state-management Goal Implements robust state management and architectural patterns in Flutter applications using Unidirectional Data Flow (UDF) and the Model-View-ViewModel (MVVM) design pattern. Evaluates state complexity to differentiate between ephemeral (local) state and app (shared) state, applying the appropriate mechanisms ( setState , ChangeNotifier , or the provider package). Ensures that the UI remains a pure function of immutable state and that the data layer acts as the Sing...
1.1K
9350 flutter-architecture flutter/skills
Flutter Architecture Overview Provides architectural guidance and best practices for building scalable Flutter applications using MVVM pattern, layered architecture, and recommended design patterns from the Flutter team. Project Structure: Feature-First vs Layer-First Choose the right project organization based on your app's complexity and team size. Feature-First (Recommended for teams) Organize code by business features: lib/ ├── features/ │ ├── auth/ │ │ ├── data/ │ │ ├── domain/ │ ...
1.1K