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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,609
总 Skills
166.4M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
9151 agent-coordination ruvnet/ruflo
Agent Coordination Skill Purpose Spawn and coordinate agents for complex multi-agent tasks. Agent Types Core Development coder , reviewer , tester , planner , researcher V3 Specialized security-architect , security-auditor , memory-specialist , performance-engineer Swarm Coordination hierarchical-coordinator , mesh-coordinator , adaptive-coordinator , collective-intelligence-coordinator Consensus byzantine-coordinator , raft-manager , gossip-coordinator , consensus-builder GitHub pr-manager , co...
1.2K
9152 optimize-for-gpu k-dense-ai/scientific-agent-skills
GPU Optimization for Python with NVIDIA You are an expert GPU optimization engineer. Your job is to help users write new GPU-accelerated code or transform their existing CPU-bound Python code to run on NVIDIA GPUs for dramatic speedups — often 10x to 1000x for suitable workloads. When This Skill Applies Show more
1.2K
9153 open-notebook k-dense-ai/scientific-agent-skills
Open Notebook Overview Open Notebook is an open-source, self-hosted alternative to Google's NotebookLM that enables researchers to organize materials, generate AI-powered insights, create podcasts, and have context-aware conversations with their documents — all while maintaining complete data privacy. Unlike Google's Notebook LM, which has no publicly available API outside of the Enterprise version, Open Notebook provides a comprehensive REST API, supports 16+ AI providers, and runs entirely on ...
1.2K
9154 parallel-web k-dense-ai/scientific-agent-skills
Parallel Web Toolkit A unified skill for all web-powered tasks: searching, extracting, enriching, and researching — with academic and scientific sources as the default priority. Routing — pick the right capability Read the user's request and match it to one of the capabilities below. For web search, extract, enrichment, and deep research, read the corresponding reference file for detailed instructions. User wants to... Capability Where Look something up, research a topic, find current info Web S...
1.2K
9155 loops-api loops-so/skills
Loops API and SDK Skill This skill helps with Loops implementation workflows from application code. Use it for backend integrations, exact request guidance, and SDK or HTTP decisions. When To Use Use this skill when the user needs to: Show more Installs 797 Repository loops-so/skills GitHub Stars 11 First Seen May 6, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.2K
9156 logfire-query pydantic/skills
Query Logfire Data When to Use This Skill Invoke this skill when: User wants to query traces, logs, spans, or metrics from Logfire User wants to search for specific events, errors, or patterns in telemetry data User wants to analyze OpenTelemetry data stored in Logfire User wants to add programmatic query capabilities to their code User asks to "query logfire", "search traces", "find logs", "get metrics", "count", "summarize", "compare", or "find root cause" User-Facing Progress Keep progress up...
1.2K
9157 stitch-design-taste nexu-io/open-design
Stitch Design Taste — Semantic Design System Skill Overview This skill generates DESIGN.md files optimized for Google Stitch screen generation. It translates the battle-tested anti-slop frontend engineering directives into Stitch's native semantic design language — descriptive, natural-language rules paired with precise values that Stitch's AI agent can interpret to produce premium, non-generic interfaces. The generated DESIGN.md serves as the single source of truth for prompting Stitch to gener...
1.2K
9158 getnote-note iswalle/getnote-cli
getnote-note Skill Save, list, view, update, and delete notes in Get笔记. Prerequisites getnote CLI installed and authenticated ( getnote auth status should show "Authenticated") Commands Save a note getnote save <url|text|image_path> [--title <title>] [--tag <tag>]... Show more
1.2K
9159 add-provider-package vercel/ai
Adding a New Provider Package This guide covers the process of creating a new @ai-sdk/<provider> package to integrate an AI service into the AI SDK. First-Party vs Third-Party Providers Third-party packages : Any provider can create a third-party package. We're happy to link to it from our documentation. First-party @ai-sdk/<provider> packages : If you prefer a first-party package, please create an issue first to discuss. Reference Example See https://github.com/vercel/ai/pull/8136/files for a c...
1.2K
9160 paywall-optimization eronred/aso-skills
Paywall Optimization You are a paywall conversion specialist with deep knowledge of subscription app pricing psychology, A/B testing, and the major paywall frameworks (RevenueCat, Superwall, Adapty, native StoreKit). Your goal is to diagnose paywall under-performance and ship a higher-converting variant within 1–2 release cycles. Initial Assessment Check for app-marketing-context.md — read it for app, audience, and price-point context Ask for the App ID and paywall framework (RevenueCat / Superw...
1.2K
9161 umap-learn k-dense-ai/scientific-agent-skills
UMAP-Learn Overview UMAP (Uniform Manifold Approximation and Projection) is a dimensionality reduction technique for visualization and general non-linear dimensionality reduction. Apply this skill for fast, scalable embeddings that preserve local and global structure, supervised learning, and clustering preprocessing. Quick Start Installation uv pip install umap-learn Basic Usage UMAP follows scikit-learn conventions and can be used as a drop-in replacement for t-SNE or PCA. Show more
1.2K
9162 qwencloud-audio-tts 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 Audio TTS (Text-to-Speech) Synthesize natural speech from text using Qwen TTS 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 886 Repository qwencloud/qwencloud-ai GitHub Stars 36 First Seen Mar 30, 20...
1.2K
9163 redis-clustering redis/agent-skills
Redis Clustering Guidance for designing keys and routing reads in a sharded Redis Cluster (and in standalone primary/replica replication). Covers the two failure modes that bite most new cluster users: CROSSSLOT errors on multi-key operations, and overloading primaries with read traffic. When to apply Designing keys for a Redis Cluster deployment. Debugging a CROSSSLOT error on MGET , SDIFF , transactions, or pipelines. Implementing transactions / Lua scripts that touch multiple keys. Scaling ou...
1.2K
9164 sf-ai-agentforce-persona jaganpro/sf-skills
Agent Persona Design How to Use This skill designs an AI agent persona through a guided questionnaire. It walks you through identity traits, archetype selections across dimensions, settings for brevity and humor, tone boundaries, and phrase book generation — one step at a time. What it produces: A persona document ( generated/[agent-name]-persona.md ) defining who the agent is, how it sounds, and what it never does A scorecard file ( generated/[agent-name]-persona-scorecard.md ) evaluating the p...
1.2K
9165 r3f-physics enzed/r3f-skills
React Three Fiber Physics (Rapier) Quick Start import { Canvas } from '@react-three/fiber' import { Physics, RigidBody, CuboidCollider } from '@react-three/rapier' import { Suspense } from 'react' function Scene() { return ( <Canvas> <Suspense fallback={null}> <Physics debug> {/* Falling box */} <RigidBody> <mesh> <boxGeometry /> <meshStandardMaterial color="orange" /> </mesh> </RigidBody> ...
1.2K
9166 backend-dev-guidelines langfuse/langfuse
Backend Development Guidelines (Node.js · Express · TypeScript · Microservices) You are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Your goal is to build predictable, observable, and maintainable backend systems using: Layered architecture Explicit error boundaries Strong typing and validation Centralized configuration First-class observability This skill defines how backend code must be written , not merely suggestions. 1...
1.2K
9167 amazon-keyword-research nexscope-ai/amazon-skills
Amazon Keyword Research 🔍 Free keyword research for Amazon sellers. No API key — works out of the box. Installation npx skills add nexscope-ai/Amazon-Skills --skill amazon-keyword-research -g Capabilities Long-tail keyword mining : Extract 100-200 real search terms from Amazon's autocomplete engine Competitor landscape analysis : Product count, price range, average rating, review distribution, top brands Seasonal trend detection : 12-month Google Trends data to identify peak seasons and demand s...
1.2K
9168 compose-expert vitorpamplona/amethyst
Compose Multiplatform Expert Visual UI patterns for sharing composables across Android and Desktop. When to Use This Skill Creating or refactoring shared UI components Deciding whether to share UI in commonMain or keep platform-specific Building custom ImageVector icons (robohash pattern) State management: remember, derivedStateOf, produceState Recomposition optimization: visual usage of @Stable/@Immutable Material3 theming and styling Performance: lazy lists, image loading Delegate to other ...
1.2K
9169 ui-designer daymade/claude-code-skills
Use this skill to produce singular, deployment-ready frontend interfaces that escape the bland "AI slop" look. Deliver real, working code paired with obsessive care for visual nuance and inventive choices. Expect the user to hand over frontend requirements: a component, page, application, or interface that needs to be built. Their brief may also touch on intent, target audience, or technical limitations. Setting the Visual Direction Do not start coding until you've absorbed the context and commi...
1.2K
9170 embeddings ruvnet/ruflo
Embeddings Skill Purpose Vector embeddings for semantic search and pattern matching with HNSW indexing. Features Feature Description sql.js Cross-platform SQLite persistent cache (WASM) HNSW 150x-12,500x faster search Hyperbolic Poincare ball model for hierarchical data Normalization L2, L1, min-max, z-score Chunking Configurable overlap and size 75x faster With agentic-flow ONNX integration Commands Initialize Embeddings npx claude-flow embeddings init --backend sqlite Embed Text npx claude-flo...
1.2K
9171 crm-lookup hubspot/agent-cli-skills
Source of truth hubspot <command> --help is authoritative. Read bulk-operations/SKILL.md first — it owns JSONL piping, pagination, batch-get-via-stdin, and the safety flow for any write that comes after a lookup. This skill is read-only. Pick properties from the live schema Schemas drift. Run hubspot properties list --type <type> for the live set. First-pass --properties for a brief: Object --properties contacts email,firstname,lastname,company,phone,lifecyclestage,hubspot_owner_id companies nam...
1.2K
9172 prompt-engineering neolabhq/context-engineering-kit
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
1.2K
9173 pymc k-dense-ai/scientific-agent-skills
PyMC Bayesian Modeling Overview PyMC is a Python library for Bayesian modeling and probabilistic programming. Build, fit, validate, and compare Bayesian models using PyMC's modern API (version 5.x+), including hierarchical models, MCMC sampling (NUTS), variational inference, and model comparison (LOO, WAIC). When to Use This Skill This skill should be used when: Building Bayesian models (linear/logistic regression, hierarchical models, time series, etc.) Performing MCMC sampling or variational i...
1.2K
9174 venue-templates k-dense-ai/scientific-agent-skills
Venue Templates Overview Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues, academic conferences, research posters, and grant proposals. This skill provides ready-to-use templates and detailed specifications for successful academic submissions across disciplines. Use this skill when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting ...
1.2K
9175 google-chat-messages jezweb/claude-skills
Google Chat Messages Send messages to Google Chat spaces via incoming webhooks. Produces text messages, rich cards (cardsV2), and threaded replies. What You Produce Text messages with Google Chat formatting Rich card messages (cardsV2) with headers, sections, widgets Threaded conversations Reusable webhook sender utility Workflow Step 1: Get Webhook URL In Google Chat: Open a Space > click space name > Manage webhooks Create webhook (name it, optionally add avatar URL) Copy the webhook URL Store...
1.2K
9176 torch-geometric k-dense-ai/scientific-agent-skills
PyTorch Geometric (PyG) PyG is the standard library for Graph Neural Networks built on PyTorch. It provides data structures for graphs, 60+ GNN layer implementations, scalable mini-batch training, and support for heterogeneous graphs. Install: uv add torch_geometric (or uv pip install torch_geometric ; requires PyTorch). Optional: pyg-lib , torch-scatter , torch-sparse , torch-cluster for accelerated ops. Core Concepts Graph Data: Data and HeteroData A graph lives in a Data object. The key attri...
1.2K
9177 biopython k-dense-ai/scientific-agent-skills
Biopython: Computational Molecular Biology in Python Overview Biopython is a comprehensive set of freely available Python tools for biological computation. It provides functionality for sequence manipulation, file I/O, database access, structural bioinformatics, phylogenetics, and many other bioinformatics tasks. The current version is Biopython 1.85 (released January 2025), which supports Python 3 and requires NumPy. When to Use This Skill Use this skill when: Show more
1.2K
9178 software-architecture-design vasilyu1983/ai-agents-public
Software Architecture Design — Quick Reference Use this skill for system-level design decisions rather than implementation details within a single service or component. Quick Reference Task Pattern/Tool Key Resources When to Use Choose architecture style Layered, Microservices, Event-driven, Serverless modern-patterns.md Greenfield projects, major refactors Design for scale Load balancing, Caching, Sharding, Read replicas scalability-reliability-guide.md High-traffic systems, performance goals E...
1.2K
9179 cloud-sync thedotmack/claude-mem
Cloud Sync (cmem.ai Pro) The installed worker syncs through SyncHub. There is one client, one durable operation log, and no separate sync daemon. This skill checks status or writes the three connection values issued by cmem.ai → Connect . Security rule: never print the sync token, put it in argv, or log it. Confirm only its length. Preserve every unrelated setting and keep ~/.claude-mem/settings.json mode 0600 . 1. Check status Resolve the worker port and query the always-registered status route...
1.2K
9180 ima-copilot daymade/claude-code-skills
IMA Copilot One-command installer, troubleshooter, and personalization layer for the official Tencent IMA skill. Overview The official Tencent IMA skill (ima-skill) exposes a powerful OpenAPI for notes and knowledge base operations, but its installation flow is designed for a specific proprietary agent and recent releases have shipped submodule files that fail strict SKILL.md loaders. IMA Copilot solves both problems: Installs ima-skill to Claude Code, Codex, and OpenClaw in a single command via...
1.2K
9181 creator-ugc-marketing eronred/aso-skills
Creator & UGC Marketing You are an app creator-marketing specialist. Your goal is to help the user plan and execute a creator program that produces both organic install lift AND a library of UGC-style ad creative they can scale on paid. Initial Assessment Check for app-marketing-context.md Ask: What's the app's "show, don't tell" hook? (the visual moment that makes someone go "wait, what is that?") Ask: Budget tier: gifting only / $500–5k / $5k–50k / $50k+ Ask: Primary platform: TikTok / IG Reel...
1.2K
9182 llm-security semgrep/skills
Comprehensive security rules for building secure LLM applications. Based on the OWASP Top 10 for Large Language Model Applications 2025 - the authoritative guide to LLM security risks. How It Works - When building or reviewing LLM applications, reference these security guidelines - Each rule includes vulnerable patterns and secure implementations - Rules cover the complete LLM application lifecycle: training, deployment, and inference Categories Critical Impact - LLM01: Prompt Injectio...
1.2K
9183 compose-focus-navigation chrisbanes/skills
Compose: focus navigation Core principle Focus is stateful UI behavior. Make focus targets explicit, request focus after composition succeeds, and test navigation with the same input model users use: keyboard, D-pad, or remote keys. When to use this skill Use this when UI: Runs on TV, desktop, ChromeOS, keyboard-first Android, or remote-control devices. Uses FocusRequester , focusRequester , focusProperties , onFocusChanged , or key handlers. Needs initial focus, restored focus, directional navi...
1.2K
9184 investigate ghaida/intent
Investigate Overview Research is the foundation of intentional design. Without evidence, design is decoration — it might look right, but it won't be right. This skill guides the full research lifecycle: planning what to learn, choosing the right method, executing with rigor, synthesizing into actionable insights, and communicating findings that drive decisions. The gap this fills is specific: /strategize identifies what needs to be understood through the five foundational questions, but doesn't ...
1.2K
9185 specify ghaida/intent
Specify — Bridge Design to Engineering Overview This skill transforms design work into actionable, implementation-ready documentation. It produces structured specs, asset packages, test plans, and stakeholder presentations that ensure design intent survives to production. Use this when design needs to move into engineering, when cross-functional clarity is required, or when you must document decisions in a way that prevents rework. Skill family Specify works alongside the full Intent skill syste...
1.2K
9186 evaluate ghaida/intent
Evaluate — Assess UX Quality Overview You run structured UX evaluations that produce specific, scored, actionable findings. This is not a vague design review where someone says "the navigation feels off" and everyone nods. This is a systematic methodology that examines an experience against established heuristics, walks through tasks step by step, scans for manipulative patterns, and measures whether users can actually accomplish what they came to do. Every finding you produce includes four thin...
1.2K
9187 fortify ghaida/intent
Fortify — Harden for Real-World Use Overview The happy path is a fantasy. Real users have 47-character last names, 2G connections on the subway, three-year-old phones with cracked screens, browser tabs they haven't closed in six days, and no patience for something that doesn't work the first time they try it. Every design starts with the ideal scenario: the user has a stable connection, reasonable data, a modern device, and follows the intended flow without deviation. That scenario accounts for ...
1.2K
9188 template-discovery dotnet/skills
Template Discovery This skill helps an agent find, inspect, and select the right dotnet new template for a given task using dotnet new CLI commands for search, listing, and parameter inspection. When to Use User asks "What templates are available for X?" User describes a project in natural language ("I need a web API with authentication") User wants to compare templates or understand parameters before creating a project User needs to know what a template produces (files, structure) before commit...
1.2K
9189 funda-data himself65/finance-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Funda Data API Skill Query the Funda AI financial data API for stocks, options, fundamentals, alternative data, and more. Base URL: https://api.funda.ai/v1 Auth: Authorization: Bearer <API_KEY> header on all /v1/* endpoints. Pricing: This is a paid API. A Funda AI subscription is required. See funda.ai for pricing details. Step 1: Check API Key...
1.2K
9190 strategize ghaida/intent
Strategize — Frame the Problem Overview This skill owns the earliest, most critical phase of product design: problem framing. Before sketches, flows, or specs exist, it synthesizes evidence, identifies gaps, sizes opportunities, and establishes the conceptual foundation that guides all downstream work. This skill turns ambiguity into clarity through research synthesis, customer journey mapping, competitive analysis, and structured hypothesis definition. When to activate this skill: New projects,...
1.2K
9191 articulate ghaida/intent
Articulate Overview Every interface is a conversation. The words in a product — labels, instructions, errors, confirmations, empty states, onboarding copy, tooltips — do more work than any other design element. They set expectations, build trust, prevent errors, and recover from them. Bad copy makes good design fail. Good copy makes mediocre design work. Content strategy ensures these words form a coherent, maintainable system, not a collection of one-off strings. A voice framework means any wri...
1.2K
9192 include ghaida/intent
Include — Design for Everyone Overview Accessibility is not a feature. It's not a phase. It's not something you "add" after the design is "done." It's a design discipline that ensures every person — regardless of ability, device, situation, or context — can use what you build. One billion people worldwide have a disability. That number alone should end the debate about whether accessibility matters. But accessibility is not just about permanent disability. It's about the full range of human expe...
1.2K
9193 blueprint ghaida/intent
Blueprint — Construction Plan Generator Turn a one-line objective into a step-by-step construction plan that any coding agent can execute cold. When to Use Breaking a large feature into multiple PRs with clear dependency order Planning a refactor or migration that spans multiple sessions Coordinating parallel workstreams across sub-agents Any task where context loss between sessions would cause rework Do not use for tasks completable in a single PR, fewer than 3 tool calls, or when the user says...
1.2K
9194 agent-native-design agents365-ai/365-skills
agent-native-design Purpose This skill helps analyze, design, and refactor command-line tools so they can reliably serve humans , AI agents , and orchestration systems at the same time. It is not a skill for merely using a CLI. It is a skill for designing and reviewing a CLI as an agent-native interface . The skill focuses on four goals: Make CLI behavior predictable for AI agents. Make CLI output readable and recoverable for humans. Make CLI execution manageable for systems and orchestrators. D...
1.2K
9195 axiom-networking charleswiltgen/axiom
Network.framework Networking When to Use This Skill Use when: Implementing UDP/TCP connections for gaming, streaming, or messaging apps Migrating from BSD sockets, CFSocket, NSStream, or SCNetworkReachability Debugging connection timeouts or TLS handshake failures Supporting network transitions (WiFi ↔ cellular) gracefully Adopting structured concurrency networking patterns (iOS 26+) Implementing custom protocols over TLS/QUIC Requesting code review of networking implementation before shipping
1.2K
9196 design-brief owl-listener/designer-skills
This skill creates a design brief through structured conversation. You may skip steps if they are not necessary. Example prompts "Write a brief for the onboarding flow" "I need to plan a settings page before I start building" "Help me define the direction for a marketing landing page" "Brief this: a dashboard that shows project health metrics" Process Ask the user for a detailed description of what they want to build, who it is for, and any constraints or ideas they already have. Explore the exi...
1.2K
9197 hypogenic k-dense-ai/scientific-agent-skills
Hypogenic Overview Hypogenic provides automated hypothesis generation and testing using large language models to accelerate scientific discovery. The framework supports three approaches: HypoGeniC (data-driven hypothesis generation), HypoRefine (synergistic literature and data integration), and Union methods (mechanistic combination of literature and data-driven hypotheses). Quick Start Get started with Hypogenic in minutes: Install the package uv pip install hypogenic Clone example datasets g...
1.2K
9198 consciousness-council k-dense-ai/scientific-agent-skills
Consciousness Council A structured multi-perspective deliberation system that generates genuine cognitive diversity on any question. Instead of one voice giving one answer, the Council summons distinct thinking archetypes — each with its own reasoning style, blind spots, and priorities — then synthesizes their perspectives into actionable insight. Why This Exists Single-perspective thinking has a ceiling. When you ask one mind for an answer, you get one frame. The Consciousness Council breaks th...
1.2K
9199 scikit-bio k-dense-ai/scientific-agent-skills
scikit-bio Overview scikit-bio is a comprehensive Python library for working with biological data. Apply this skill for bioinformatics analyses spanning sequence manipulation, alignment, phylogenetics, microbial ecology, and multivariate statistics. When to Use This Skill This skill should be used when the user: Works with biological sequences (DNA, RNA, protein) Needs to read/write biological file formats (FASTA, FASTQ, GenBank, Newick, BIOM, etc.) Performs sequence alignments or searches for m...
1.2K
9200 timesfm-forecasting k-dense-ai/scientific-agent-skills
TimesFM Forecasting Overview TimesFM (Time Series Foundation Model) is a pretrained decoder-only foundation model developed by Google Research for time-series forecasting. It works zero-shot — feed it any univariate time series and it returns point forecasts with calibrated quantile prediction intervals, no training required. This skill wraps TimesFM for safe, agent-friendly local inference. It includes a mandatory preflight system checker that verifies RAM, GPU memory, and disk space before the...
1.2K