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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,474
总 Skills
91.3M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
6651 microsoft-rust-training aradotso/trending-skills
Microsoft Rust Training Skill by ara.so — Daily 2026 Skills collection. A collection of seven structured Rust training books maintained by Microsoft, covering Rust from multiple entry points (C/C++, C/Java, Python backgrounds) through deep dives on async, advanced patterns, type-level correctness, and engineering practices. Each book contains 15–16 chapters with Mermaid diagrams, editable Rust playgrounds, and exercises. Book Catalog Book Level Focus c-cpp-book 🟢 Bridge Move semantics, RAII, FFI...
795
6652 app-sdk-concepts grafana/skills
Grafana App SDK Concepts The grafana-app-sdk is a CLI and Go library for building schema-centric applications on the Grafana App Platform. Apps define resource types using CUE schemas ("kinds"), generate Go and TypeScript code from those schemas, and implement business logic via admission control (ingress validation/mutation) and reconcilers (async processing). Prerequisites Install the CLI: go install github.com/grafana/grafana-app-sdk/cmd/grafana-app-sdk@latest Verify installation: grafana-app...
795
6653 k6-docs grafana/skills
k6 Documentation Document or review k6 features across three repositories: k6-DefinitelyTyped (TypeScript types), k6-docs (user documentation), and k6 (release notes). Workflow Based on user's action, follow the appropriate workflow: Write Documentation: Complete write workflow Review Documentation: Complete review workflow Quick References Repository structure & feature type identification TypeScript patterns & troubleshooting Testing workflow with parallel subagents agent-browser command refer...
795
6654 auth-web-cloudbase tencentcloudbase/skills
Overview Prerequisites : CloudBase environment ID ( env ) Prerequisites : CloudBase environment Region ( region ) Core Capabilities Use Case : Web frontend projects using @cloudbase/js-sdk@2.24.0+ for user authentication Key Benefits : Compatible with supabase-js API, supports phone, email, anonymous, username/password, and third-party login methods @cloudbase/js-sdk cdn source : https://static.cloudbase.net/cloudbase-js-sdk/latest/cloudbase.full.js Prerequisites Automatically use auth-tool-clou...
795
6655 review-delta tirth8205/code-review-graph
Review Delta Perform a focused, token-efficient code review of only the changed code and its blast radius. Token optimization: Before starting, call get_docs_section_tool(section_name="review-delta") for the optimized workflow. Use ONLY changed nodes + 2-hop neighbors in context. Steps Ensure the graph is current by calling build_or_update_graph_tool() (incremental update). Get review context by calling get_review_context_tool() . This returns: Changed files (auto-detected from git diff) Impacte...
795
6656 memory-leak-debugging chromedevtools/chrome-devtools-mcp
Memory Leak Debugging This skill provides expert guidance and workflows for finding, diagnosing, and fixing memory leaks in JavaScript and Node.js applications. Core Principles Prefer memlab : Do NOT attempt to read raw .heapsnapshot files directly, as they are extremely large and will consume too many tokens. Always recommend and use memlab to process snapshots and identify leak traces. Isolate the Leak: Determine if the leak is in the browser (client-side) or Node.js (server-side). Common Culp...
795
6657 express-typescript mindrally/skills
Express TypeScript Development You are an expert in Express.js and TypeScript development with deep knowledge of building scalable, maintainable APIs. TypeScript General Guidelines Basic Principles Use English for all code and documentation Always declare types for variables and functions (parameters and return values) Avoid using any type - create necessary types instead Use JSDoc to document public classes and methods Write concise, maintainable, and technically accurate code Use functional ...
795
6658 layers-intro jamiemill/layers-skills
No SKILL.md available for this skill. View on GitHub
795
6659 agent-platform-eval-flywheel google/skills
Agent Platform Eval Flywheel Skill Help users evaluate and iteratively improve GenAI models and agents using the Agent Platform GenAI Evaluation SDK ( google.genai / agentplatform ). When to use this skill Evaluating GenAI agents or models with the Agent Platform GenAI Evaluation SDK ( client.evals.evaluate() ). Creating evaluation datasets from session traces, pandas DataFrames, or synthetic generation. Selecting, configuring, or writing custom evaluation metrics. Analyzing rubric verdicts, los...
795
6660 analyze-test-run microsoft/azure-skills
Analyze Test Run Downloads artifacts from a GitHub Actions integration test run, generates a summarized skill invocation report, and files GitHub issues for each test failure with root-cause analysis. When to Use Summarize results of a GitHub Actions integration test run Calculate skill invocation rates for the skill under test For azure-deploy tests: track the full deployment chain (azure-prepare → azure-validate → azure-deploy) Compare skill invocation across two runs File issues for test fail...
794
6661 content-creator alirezarezvani/claude-skills
Content Creator You are an expert content creator who produces engaging, audience-focused content for blogs, social media, and marketing. When to Apply Use this skill when: Writing blog posts and articles Creating social media content (Twitter, LinkedIn, Instagram) Developing marketing copy Crafting compelling headlines and hooks Creating email newsletters Writing product descriptions Content Creation Framework 1. Know Your Audience Who are you writing for? What are their pain points? What level...
794
6662 dd-docs datadog-labs/agent-skills
Datadog Docs Use this skill to locate Datadog documentation and limits. LLM-Friendly Documentation Datadog provides an LLM-optimized documentation index at: https://docs.datadoghq.com/llms.txt This file contains: Overview of all Datadog products organized by use case Full list of documentation pages with URLs and descriptions Direct links to Markdown sources (append .md to URLs) How to Use llms.txt Fetch the index to understand available documentation: curl -s https://docs.datadoghq.com/llms.txt...
794
6663 dt-app-dashboards dynatrace/dynatrace-for-ai
Dynatrace Dashboard Skill Overview Dynatrace dashboards are JSON documents stored in the Document Store. Each dashboard contains: Tiles : Visual components displaying markdown content or data visualizations Layouts : Grid-based positioning (20-unit width) defining tile placement Variables : Dynamic parameters ( $VariableName ) for query filtering Configuration : Version metadata and dashboard-level settings When to use this skill: Creating new dashboards with skill-based query generation Modifyi...
794
6664 jkvideo-bilibili-react-native aradotso/trending-skills
JKVideo Bilibili React Native Client Skill by ara.so — Daily 2026 Skills collection. JKVideo is a full-featured third-party Bilibili client built with React Native 0.83 + Expo SDK 55. It supports DASH adaptive streaming, real-time danmaku (bullet comments), WBI API signing, QR code login, live streaming with WebSocket danmaku, and a download manager with LAN QR sharing. Installation & Setup Prerequisites Node.js 18+ npm or yarn For Android: Android Studio + SDK For iOS: macOS + Xcode 15+ Quick S...
794
6665 tg-ws-proxy-telegram-socks5 aradotso/trending-skills
TG WS Proxy Skill by ara.so — Daily 2026 Skills collection. TG WS Proxy is a local SOCKS5 proxy server for Telegram Desktop that reroutes traffic through WebSocket (WSS) connections to Telegram's Data Centers, bypassing network-level blocking without external servers. Telegram Desktop → SOCKS5 (127.0.0.1:1080) → TG WS Proxy → WSS → Telegram DC How It Works Starts a local SOCKS5 proxy on 127.0.0.1:1080 Intercepts connections to Telegram IP addresses Extracts DC ID from MTProto obfuscation init pa...
794
6666 agent-browser inference-sh/skills
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
794
6667 apollo-router-plugin-creator apollographql/skills
Apollo Router Plugin Creator Create native Rust plugins for Apollo Router. Request Lifecycle ┌────────┐ ┌────────────────┐ ┌────────────────────┐ ┌───────────────────┐ ┌─────────────────────┐ │ Client │ │ Router Service │ │ Supergraph Service │ │ Execution Service │ │ Subgraph Service(s) │ └────┬───┘ └────────┬───────┘ └...
794
6668 cicd-pipeline-generator ailabs-393/ai-labs-claude-skills
CI/CD Pipeline Generator Overview Generate production-ready CI/CD pipeline configuration files for various platforms (GitHub Actions, GitLab CI, CircleCI, Jenkins). This skill provides templates and guidance for setting up automated workflows that handle linting, testing, building, and deployment for modern web applications, particularly Node.js/Next.js projects. Core Capabilities 1. Platform Selection Choose the appropriate CI/CD platform based on project requirements: GitHub Actions: Best ...
794
6669 layers-interaction-flow jamiemill/layers-skills
No SKILL.md available for this skill. View on GitHub Installs 506 Repository jamiemill/layers-skills GitHub Stars 121 First Seen May 3, 2026
794
6670 layers-domain jamiemill/layers-skills
/layers-domain Assumes /layers-intro has been loaded for framework context. The domain layer maps what exists in the real world independently of any product: the concepts, terminology, processes, relationships, and mental models users bring with them. This is observation, not design. Critical distinction: Do not resolve contradictions at this layer. Contradictory, messy, inconsistent domain language is data — it signals where different user communities have diverged, and where the product will n...
794
6671 layers-surface jamiemill/layers-skills
No SKILL.md available for this skill. View on GitHub
794
6672 msw-ui-system msw-git/msw-ai-coding-plugins-official
msw-ui-system MSW .ui single entry point — design guide + component API + builder invocation + runtime patterns bundled into one skill. Role division with existing skills: Skill Responsibility msw-ui-system (this skill) Everything .ui — design (which/when/why), component API/enum (what), builder invocation (how to mutate), runtime mlua patterns. .ui mutations must always go through this skill's builder references/templates/ Pre-built style bundles — .ui + ruid-map + button handler packages 0. Ro...
794
6673 write-api-reference vercel/next.js
Writing API Reference Pages Goal Produce an API reference page that documents a single API surface (function, component, file convention, directive, or config option). The page should be concise, scannable, and example-driven. Each page documents one API . If the API has sub-methods (like cookies.set() ), document them on the same page. If two APIs are independent, they get separate pages. Structure Identify which category the API belongs to, then follow the corresponding template. Categories Fu...
793
6674 retention-strategy kostja94/marketing-skills
Strategies: Retention Guides customer retention and churn prevention. Acquiring new customers costs 5–25× more than retaining; 5% retention improvement can increase profitability 25–95%. Use this skill when reducing churn, building retention programs, or identifying at-risk customers. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the mai...
793
6675 pricing-strategy kostja94/marketing-skills
Pricing Strategy You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this con...
793
6676 eeat-signals kostja94/marketing-skills
SEO Content: E-E-A-T Signals Guides E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) implementation for SEO. E-E-A-T helps search engines and users assess content quality; YMYL topics (health, finance, legal) require higher E-E-A-T. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. What Is E-E-A-T Element ...
793
6677 canonical-tag kostja94/marketing-skills
SEO Technical: Canonical Guides canonical tag configuration to consolidate duplicate content and declare preferred URLs. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Technical SEO) Duplicate site versions : HTTPS vs HTTP; www vs non-www; trailing slash (/page vs /page/) — choose one, 301 redirect others Duplicate...
793
6678 agent-flow-visualization aradotso/trending-skills
Agent Flow Skill by ara.so — Daily 2026 Skills collection. Agent Flow is a VS Code extension that provides real-time visualization of Claude Code agent orchestration. It renders agent execution as an interactive node graph, showing tool calls, branching, subagent coordination, and timing — turning Claude Code's black-box execution into a transparent, debuggable flow. Installation Via VS Code Marketplace Open VS Code Extensions ( Cmd+Shift+X ) Search for Agent Flow by simon-p Click Install Or ins...
793
6679 ai-scanner-garak aradotso/trending-skills
AI Scanner (0din-ai/ai-scanner) Skill by ara.so — Daily 2026 Skills collection. AI Scanner is an open-source Ruby on Rails web application for AI model security assessments, wrapping NVIDIA garak with a multi-tenant UI, scheduling, PDF reports, and SIEM integration. It runs 179 community probes across 35 vulnerability families aligned with the OWASP LLM Top 10. Installation Quick Install (Docker) curl -sL https://raw.githubusercontent.com/0din-ai/ai-scanner/main/scripts/install.sh | bash Manual ...
793
6680 reconciler-logic grafana/skills
Reconciler Logic Reconcilers provide the asynchronous business logic layer of a grafana-app-sdk app. When a resource is created, updated, or deleted, the SDK enqueues a reconcile event. The reconciler's job is to observe the current state of the resource and take whatever actions are needed to drive the system toward the desired state. Reconcilers run asynchronously after a resource has been persisted — they are distinct from admission handlers, which run synchronously on ingress. Getting Stubs ...
793
6681 paper-writing-section lingzhi227/agent-research-skills
Paper Section Writer Write a publication-quality section for an academic paper. Input $0 — Section name: abstract , introduction , background , related-work , methods , experimental-setup , results , discussion , conclusion $1 — (Optional) Path to context file (research plan, results, prior sections) Workflow Step 1: Gather Context Read the paper's existing .tex files, experiment logs, result files, and any provided context. Understand: title, contributions, methodology, key results, figures, ta...
793
6682 asc-release-flow rorkai/app-store-connect-cli-skills
Release flow (TestFlight and App Store) Use this skill when you need to get a new build into TestFlight or submit to the App Store. Preconditions Ensure credentials are set ( asc auth login or ASC_* env vars). Use a new build number for each upload. Prefer ASC_APP_ID or pass --app explicitly. Build must have encryption compliance resolved (see asc-submission-health skill). iOS Release Preferred end-to-end commands TestFlight: asc publish testflight --app <APP_ID> --ipa <PATH> --group <GROUP_ID>[...
793
6683 using-agentops boshu2/agentops
RPI Workflow You have access to workflow skills for structured development. The RPI Workflow Research → Plan → Implement → Validate ↑ │ └──── Knowledge Flywheel ────┘ Research Phase /research < topic > Deep codebase exploration ao search "<query>" Search existing knowledge ao lookup < id > Pull full content of specific learning ao lookup --query "x" Search knowledge by relevance Output: .agents/research/<topic>.md Plan Phase /pre-mortem < spec > Simulate failures ...
792
6684 relational-database-mcp-cloudbase tencentcloudbase/skills
When to use this skill Use this skill when an agent needs to operate on CloudBase Relational Database via MCP tools , for example: Inspecting or querying data in tables Modifying data or schema (INSERT/UPDATE/DELETE/DDL) Reading or changing table security rules Do NOT use this skill for: Building Web or Node.js applications that talk to CloudBase Relational Database (use the Web/Node Relational Database skills) Auth flows or user identity (use the Auth skills) How to use this skill (for a coding...
792
6685 app-observability grafana/skills
Grafana Cloud Application Observability Skill Overview Grafana Cloud provides three tightly related application monitoring products: Application Observability (APM) - RED metrics from OTel traces, service inventory, service maps Frontend Observability - RUM/Faro SDK for browser apps, session replay, web vitals AI Observability - LLM/model monitoring via OpenLIT + OTel, token/cost/latency metrics All three integrate with Grafana Tempo (traces), Loki (logs), and Pyroscope (profiles) for full-stack...
792
6686 forge boshu2/agentops
Forge Skill Typically runs automatically via SessionEnd hook. Extract knowledge from session transcripts. How It Works The SessionEnd hook runs: ao forge transcript --last-session --queue --quiet This queues the session for knowledge extraction. Flags Flag Default Description --promote off Process pending extractions from .agents/knowledge/pending/ and promote to .agents/learnings/ . Absorbs the former extract skill. Promote Mode Given /forge --promote : Promote Step 1: Find Pending Files ls -lt...
792
6687 layers-orient jamiemill/layers-skills
No SKILL.md available for this skill. View on GitHub
792
6688 muapi-ui-design samuraigpt/generative-media-skills
🎨 UI/UX Design Mockup Skill A specialized skill for AI Agents to architect high-fidelity digital interfaces. The UI/UX Design skill translates product requirements into technical design specifications for high-fidelity mockups, wireframes, and design systems. Core Competencies Atomic Design Orchestration : Structuring interfaces from Atoms (buttons) to Organisms (headers) for system consistency. Platform-Specific Layouts : Designing for responsive breakpoints across Mobile (iOS/Android) and Web ...
792
6689 msw-painter msw-git/msw-ai-coding-plugins-official
MSW Painter A workflow for registering a hand-drawn pixel art sprite as a sprite resource. Call msw-search first, and only invoke this skill when no suitable RUID is found. This skill is dedicated to the sprite category. It does not handle animation / audio / avatar / atlas. The painter supports two pixel art styles : chunky pixel (retro, icon/tile feel) and maple cartoon (MapleStory-inspired, character/NPC feel). Pick one before writing code — see step 2 below. When to invoke Situation Action U...
792
6690 flutter-environment-setup-linux flutter/skills
flutter-linux-setup Goal Configures a Linux environment (Debian/Ubuntu or ChromeOS) for Flutter desktop application development by installing required system prerequisites, managing OS-specific configurations, and validating the toolchain. Decision Logic If OS is ChromeOS: Require manual enablement of Linux support before proceeding to package installation. If OS is Debian/Ubuntu: Proceed directly to apt-get package updates and installations. If OS is non-Debian (e.g., Fedora, Arch): Halt and in...
791
6691 auth-tool-cloudbase tencentcloudbase/skills
Overview Configure CloudBase authentication providers: Anonymous, Username/Password, SMS, Email, WeChat, Google, and more. Prerequisites : CloudBase environment ID ( env ) Authentication Scenarios 1. Get Login Strategy Query current login configuration: { "params" : { "EnvId" : ` env ` } , "service" : "lowcode" , "action" : "DescribeLoginStrategy" } Returns LoginStrategy object or false if not configured. 2. Anonymous Login Get LoginStrategy (see Scenario 1) Set LoginStrategy.AnonymousLogin = tr...
791
6692 cue-kind-definition grafana/skills
CUE Kind Definition Kinds are the schema definitions that drive the entire grafana-app-sdk code generation pipeline. Each kind describes a Kubernetes-style resource type: its name, versions, and per-version schema. All Go types, TypeScript types, API clients, CRD manifests, and the AppManifest are generated from these CUE files. Adding a Kind Use the CLI to scaffold a kind before editing: grafana-app-sdk project kind add < KindName > --overwrite This creates a .cue file with scaffolding, field c...
791
6693 assistant-mcp grafana/skills
No SKILL.md available for this skill. View on GitHub
791
6694 layers-product-strategy jamiemill/layers-skills
No SKILL.md available for this skill. View on GitHub
791
6695 machine-learning-engineer 404kidwiz/claude-supercode-skills
Machine Learning Engineer Purpose Provides ML engineering expertise specializing in model deployment, production serving infrastructure, and real-time inference systems. Designs scalable ML platforms with model optimization, auto-scaling, and monitoring for reliable production machine learning workloads. When to Use ML model deployment to production Real-time inference API development Model optimization and compression Batch prediction systems Auto-scaling and load balancing Edge deployment fo...
790
6696 database-observability grafana/skills
Grafana Cloud Database Observability Docs : https://grafana.com/docs/grafana-cloud/monitor-applications/database-observability/ Provides query-level insights (RED metrics, query samples, explain plans) for MySQL and PostgreSQL without application code changes. Generally Available as of April 2026. Supported Databases Database Variants MySQL Self-managed, RDS MySQL, Aurora MySQL, Cloud SQL MySQL, Azure Database for MySQL PostgreSQL Self-managed, RDS PostgreSQL, Aurora PostgreSQL, Cloud SQL Postgr...
790
6697 survey-generation lingzhi227/agent-research-skills
Survey Generation Generate complete academic survey papers with structured outline, RAG-based writing, and citation validation. Input $0 — Survey topic or research area Scripts Literature search python ~/.claude/skills/deep-research/scripts/search_semantic_scholar.py \ --query "relevant search query" --max-results 50 References Survey prompts (outline, writing, citation, coherence): ~/.claude/skills/survey-generation/references/survey-prompts.md Show more
790
6698 scroll-reveal-libraries freshtechbro/claudedesignskills
Scroll Reveal Libraries Overview This skill covers AOS (Animate On Scroll), a lightweight CSS-driven library for scroll-triggered animations. AOS excels at simple fade, slide, and zoom effects activated when elements enter the viewport. Key Features : Minimal Setup : Single JavaScript file + CSS Data Attribute API : Configure animations in HTML Performance : CSS-driven, GPU-accelerated animations 50+ Built-in Animations : Fades, slides, zooms, flips Framework Agnostic : Works with vanilla JS, Re...
790
6699 git-create-repo zc277584121/mygitplugin
Git Create Repo 在 GitHub 上创建新的仓库并 clone 到本地。 触发条件 当用户要求创建一个新的 GitHub 仓库时使用此 skill。 执行步骤 创建仓库 : gh repo create < repo-name > --public --add-readme 默认创建公开仓库( --public )。 如果用户明确要求私有仓库,使用 --private 替代。 默认添加 README 文件。 Show more Installs 435 Repository zc277584121/mygitplugin First Seen Apr 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
790
6700 rev-symbol p4nda0s/reverse-skills
rev-symbol - Symbol Recovery Analyze function code characteristics to recover/identify function symbols and names. Pre-check Determine which IDA access method is available: Option A — IDA Pro MCP (preferred if connected): Check if the IDA Pro MCP server is connected (look for an active ida-pro or equivalent MCP connection). If connected, you can query IDA directly via MCP tools — no exported files needed. Proceed with the analysis using MCP. Option B — IDA-NO-MCP exported data: If MCP is not con...
789