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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,740
总 Skills
170.2M
总安装量
2,753
贡献者
# Skill 仓库 描述 安装量
11501 fusion-help-api equinor/fusion-skills
Fusion Help API Use when a developer or admin needs to interact directly with the Fusion Help REST API — reading help content, building custom tooling, or automating content management. When to use Display help articles, FAQs, or release notes inside a Fusion app Build custom CLI or automation to manage help content Programmatically create, update, or delete help documentation Search or suggest help content from an application Understand Help API endpoints, authentication, or data models Read he...
816
11502 vtex-io-graphql-api vtex/skills
GraphQL Schemas & Resolvers When this skill applies Use this skill when your VTEX IO app needs to expose a GraphQL API — either for frontend React components to query, for other VTEX IO apps to consume, or for implementing custom data aggregation layers over VTEX Commerce APIs. Defining schemas in .graphql files in the /graphql directory Writing resolver functions in TypeScript in /node/resolvers/ Configuring @cacheControl and @auth directives Wiring resolvers into the Service class Do not use t...
816
11503 architecting-solutions charon-fan/agent-playbook
Architecting Solutions Analyzes requirements and creates technical solution documents for software implementation. Description Use this skill when you need to: Create non-PRD solution briefs or technical design documents Design software solutions Analyze requirements Specify features Document technical plans Plan refactoring or migration Installation Install through apb skills add ./skills/architecting-solutions --scope global --target all --link when possible. How It Works Show more Installs 22...
815
11504 taste-skill nexu-io/open-design
taste-skill Curated from @Leonxlnx. What it does High-agency frontend skill that gives AI good taste with tunable design variance, motion intensity, and visual density to stop generic UI slop. Source Upstream: https://github.com/Leonxlnx/taste-skill Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle i...
815
11505 new railwayapp/railway-skills
New Project / Service / Database Create Railway projects, services, and databases with proper configuration. When to Use User says "deploy to railway" (add service if linked, init if not) User says "create a railway project", "init", "new project" (explicit new project) User says "link to railway", "connect to railway" User says "create a service", "add a backend", "new api service" User says "create a vite app", "create a react website", "make a python api" User says "deploy from github.com/u...
815
11506 redux vercel-labs/json-render
@json-render/redux Redux adapter for json-render's StateStore interface. Wire a Redux store (or Redux Toolkit slice) as the state backend for json-render. Installation npm install @json-render/redux @json-render/core @json-render/react redux or with Redux Toolkit (recommended): npm install @json-render/redux @json-render/core @json-render/react @reduxjs/toolkit Usage import { configureStore , createSlice } from "@reduxjs/toolkit" ; import { reduxStateStore } from "@json-render/redux" ; import {...
815
11507 document-xlsx vasilyu1983/ai-agents-public
Document XLSX Skill — Quick Reference This skill enables creation, editing, and analysis of Excel spreadsheets programmatically. Claude should apply these patterns when users need to generate data reports, financial models, automate Excel workflows, or process spreadsheet data. Modern Best Practices (Jan 2026): Treat spreadsheets as software: clear inputs/outputs, auditability, and versioning. Protect data integrity: control totals, validation, and traceability to sources. Accessibility: labe...
815
11508 nemoclaw-user-deploy-remote nvidia/skills
Deploy NemoClaw to a Remote GPU Instance Gotchas The nemoclaw deploy command is deprecated. On Brev, set CHAT_UI_URL in the launchable environment configuration so it is available when the installer builds the sandbox image. Prerequisites The Brev CLI installed and authenticated. A provider credential for the inference backend you want to use during onboarding. HF_TOKEN or HUGGING_FACE_HUB_TOKEN exported when your remote vLLM or Hugging Face workflow needs access to gated models. NemoClaw instal...
814
11509 tanstack-router jezweb/claude-skills
Overview TanStack Router is a fully type-safe router for React (and Solid) applications. It provides file-based routing, first-class search parameter management, built-in data loading, code splitting, and deep TypeScript integration. It serves as the routing foundation for TanStack Start (the full-stack framework). Package: @tanstack/react-router CLI: @tanstack/router-cli or @tanstack/router-plugin (Vite/Rspack/Webpack) Devtools: @tanstack/react-router-devtools Installation npm install @tanstack...
814
11510 capacitor-push-notifications cap-go/capgo-skills
Push Notifications in Capacitor Implement push notifications for iOS and Android using Firebase and APNs. When to Use This Skill User wants push notifications User needs FCM setup User asks about APNs User has notification issues User wants rich notifications Quick Start Install Plugin bun add @capacitor/push-notifications bunx cap sync Basic Implementation import { PushNotifications } from '@capacitor/push-notifications' ; async function initPushNotifications ( ) { // Request permission const p...
814
11511 duckdb-docs duckdb/duckdb-skills
You are helping the user find relevant DuckDB or DuckLake documentation. Query: $@ Follow these steps in order. Step 1 — Check DuckDB is installed command -v duckdb If not found, delegate to /duckdb-skills:install-duckdb and then continue. Step 2 — Ensure required extensions are installed duckdb :memory: -c "INSTALL httpfs; INSTALL fts;" Show more Installs 813 Repository duckdb/duckdb-skills GitHub Stars 527 First Seen Mar 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
814
11512 write-guide vercel/next.js
Writing Guides Goal Produce a technical guide that teaches a real-world use case through progressive examples. Concepts are introduced only when the reader needs them. Each guide solves one specific problem . Not a category of problems. If the outline has 5+ steps or covers multiple approaches, split it. Structure Every guide follows this arc: introduction, example setup, 2-5 progressive steps, next steps. Each step follows this loop: working code → new requirement → friction → explanation → res...
813
11513 data-fetching lobehub/lobehub
LobeHub Data Fetching Architecture
813
11514 shadcn-svelte vercel-labs/json-render
shadcn-svelte A framework for building UI, components, and design systems for Svelte. Components are added as source to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn-svelte@latest , pnpm dlx shadcn-svelte@latest , or bunx --bun shadcn-svelte@latest — based on the project's package manager. Examples below use npx shadcn-svelte@latest but substitute the correct runner for the project. Current Project Context Read components.json at t...
813
11515 vitest bobmatnyc/claude-mpm-skills
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
813
11516 xyq-skill pippit-dev/pippit-skills
No SKILL.md available for this skill. View on GitHub Installs 457 Repository pippit-dev/pippit-skills First Seen 4 days ago
812
11517 notebooklm sickn33/antigravity-awesome-skills
NotebookLM Automation Complete programmatic access to Google NotebookLM—including capabilities not exposed in the web UI. Create notebooks, add sources (URLs, YouTube, PDFs, audio, video, images), chat with content, generate all artifact types, and download results in multiple formats. Installation From PyPI (Recommended for AI agents — Python-version-aware): pip install "notebooklm-py[browser]" mandatory; errors must propagate [cookies] (rookiepy) is optional and known to FAIL TO BUILD on Pyt...
812
11518 notion-template-business sickn33/antigravity-awesome-skills
Notion Template Business Expert in building and selling Notion templates as a business - not just making templates, but building a sustainable digital product business. Covers template design, pricing, marketplaces, marketing, and scaling to real revenue. Role : Template Business Architect You know templates are real businesses that can generate serious income. You've seen creators make six figures selling Notion templates. You understand it's not about the template - it's about the problem it s...
812
11519 java-maven pluginagentmarketplace/custom-plugin-java
Java Maven Skill Master Apache Maven for Java project builds and dependency management. Overview This skill covers Maven configuration including POM structure, lifecycle phases, plugin configuration, dependency management with BOMs, and multi-module projects. When to Use This Skill Use when you need to: Configure Maven POM files Manage dependencies with BOMs Set up build plugins Create multi-module projects Troubleshoot build issues Quick Reference <?xml version="1.0" encoding="UTF-8"?> <p...
812
11520 google-drive sanjay3290/ai-skills
Google Drive Google Drive is a cloud-based file storage and synchronization service. It's used by individuals and teams to store, access, and share files online from any device. Think of it as a virtual hard drive in the cloud. Official docs: https://developers.google.com/drive Google Drive Overview Files Permissions Folders Permissions Shared Links Working with Google Drive This skill uses the Membrane CLI to interact with Google Drive. Membrane handles authentication and credentials refresh au...
812
11521 mac-code-local-ai-agent aradotso/trending-skills
mac-code — Free Local AI Agent on Apple Silicon Skill by ara.so — Daily 2026 Skills collection. Run a 35B reasoning model locally on your Mac for $0/month. mac-code is a CLI AI coding agent (Claude Code alternative) that routes tasks — web search, shell commands, file edits, chat — through a local LLM. Supports llama.cpp (30 tok/s) and MLX (64K context, persistent KV cache) backends on Apple Silicon. What It Does LLM-as-router : The model classifies every prompt as search , shell , or chat and r...
811
11522 wordpress-penetration-testing sickn33/antigravity-awesome-skills
AUTHORIZED USE ONLY: Use this skill only for authorized security assessments, defensive validation, or controlled educational environments. WordPress Penetration Testing WordPress 7.0 Security Considerations WordPress 7.0 (April 2026) introduces new features that create additional attack surfaces: Real-Time Collaboration (RTC) Yjs CRDT sync provider endpoints wp_sync_storage post meta Collaboration session hijacking Data sync interception AI Connector API /wp-json/ai/v1/ endpoints Credential sto...
811
11523 feishu-cli-perm riba2534/feishu-cli
飞书权限管理技能 飞书云文档权限管理:添加/删除/查看协作者、公开权限管理、分享密码、批量添加、权限检查、转移所有权。 适用场景 给飞书文档添加/删除协作者权限 查看文档协作者列表 管理文档公开权限(外部访问、链接分享) 设置/删除/更新分享密码 批量添加协作者 检查用户对文档的权限 转移文档所有权 命令格式 添加权限 feishu-cli perm add < TOKEN > \ --doc-type < DOC_TYPE > \ --member-type < MEMBER_TYPE > \ --member-id < MEMBER_ID > \ --perm < PERM > \ [ --notification ] 更新权限 feishu-cli perm update < TOKEN > \ --doc-type < DOC_TYPE > \ --member-type < MEMBER_TYPE > \ --member-id < MEMBER_ID > \ --perm < PERM > 查看协作者列表 feishu-cli perm list < TOKEN > --d...
811
11524 breadcrumb-generator kostja94/marketing-skills
Components: Breadcrumb Navigation Guides breadcrumb implementation for SEO, UX, and GEO. Breadcrumbs show users their location in the site hierarchy and help search engines understand content taxonomy. Well-implemented breadcrumbs can increase CTR by 20–30%, reduce bounce rates by up to 30%, and strengthen internal linking. 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 u...
811
11525 k-skill-korean-ai-tools aradotso/trending-skills
k-skill Skill by ara.so — Daily 2026 Skills collection. 한국인을 위한 AI 에이전트 스킬 모음집. Claude Code, Codex, Cursor 등 코딩 에이전트에서 SRT 예매, KBO 조회, 로또 확인, 카카오톡 전송, 서울 지하철 도착정보, HWP 변환, 우편번호 검색 등을 자동화할 수 있습니다. 설치 전체 스킬 설치 (권장) npx로 전체 스킬 설치 npx k-skill install 또는 전역 설치 npm install -g k-skill k-skill install 선택 설치 SRT만 설치 npx k-skill install srt KBO + 로또만 설치 npx k-skill install kbo lotto 설치 후 초기 설정 k-skill-setup 스킬 실행 (sops+age 설정, secrets 파일 생성, 런타임 확인) k-skill-setup 초기 설정 순서: k-skill install 실행 k-skill-...
810
11526 phaser opusgamelabs/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...
810
11527 reverse-engineer sickn33/antigravity-awesome-skills
⚠️ AUTHORIZED USE ONLY This skill is for educational purposes or authorized security assessments only. You must have explicit, written permission from the system owner before using this tool. Misuse of this tool is illegal and strictly prohibited. Mandatory confirmation gate Before running any command that probes, exploits, changes, persists on, extracts data from, or attempts credential access against a target: Ask the user to state the exact target URL, IP, account, or resource. Ask the user t...
810
11528 ab-test-setup sickn33/antigravity-awesome-skills
A/B Test Setup You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results. Initial Assessment 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. Before designing a test, understand: Test Context ...
803
11529 m04-zero-cost zhanghandong/rust-skills
Zero-Cost Abstraction Layer 1: Language Mechanics Core Question Do we need compile-time or runtime polymorphism? Before choosing between generics and trait objects: Is the type known at compile time? Is a heterogeneous collection needed? What's the performance priority? Error → Design Question Show more
803
11530 lossless-claw martian-engineering/lossless-claw
Lossless Claw Use this skill when the task is about operating, tuning, or debugging the lossless-claw OpenClaw plugin. Start here: Confirm whether the user needs configuration help, diagnostics, recall-tool guidance, or session-lifecycle guidance. If they need a quick health check, tell them to run /lossless ( /lcm is the shorter alias). If they suspect summary corruption or truncation, use /lossless doctor . If they want high-confidence junk/session cleanup guidance, use /lossless doctor clean ...
802
11531 github-issue-creator google-gemini/gemini-cli
GitHub Issue Creator This skill guides the creation of high-quality GitHub issues that adhere to the repository's standards and use the appropriate templates. Workflow Follow these steps to create a GitHub issue: Identify Issue Type : Determine if the request is a bug report, feature request, or other category. Locate Template : Search for issue templates in .github/ISSUE_TEMPLATE/ . bug_report.yml feature_request.yml website_issue.yml If no relevant YAML template is found, look for .md template...
802
11532 effect-best-practices makisuo/skills
Effect-TS Best Practices This skill enforces opinionated, consistent patterns for Effect-TS codebases. These patterns optimize for type safety, testability, observability, and maintainability. Quick Reference: Critical Rules Category DO DON'T Services Effect.Service with accessors: true Context.Tag for business logic Dependencies dependencies: [Dep.Default] in service Manual Layer.provide at usage sites Errors Schema.TaggedError with message field Plain classes or generic Error Error Specifici...
802
11533 pump-analyzer-solana aradotso/trending-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. PumpAnalyzer — Solana Token Monitoring Platform Skill by ara.so — Daily 2026 Skills collection. PumpAnalyzer is a static front-end platform (pure HTML/CSS/JS, no build tools) that provides real-time monitoring, analytics, and alerts for tokens launched on Pump.fun on the Solana blockchain. It connects to Pump.fun's WebSocket API for sub-second ...
801
11534 codex-plugin-cc aradotso/trending-skills
Codex Plugin for Claude Code Skill by ara.so — Daily 2026 Skills collection. A Claude Code plugin that lets you run OpenAI Codex code reviews and delegate background tasks to Codex directly from your Claude Code session. Use it for read-only code reviews, adversarial design challenges, and handing off investigative or fix tasks to Codex as a subagent. What It Does /codex:review — Standard read-only Codex code review of uncommitted changes or a branch diff /codex:adversarial-review — Steerable re...
800
11535 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...
800
11536 reference-design diodeinc/pcb
Component Package Design Grow component packages beyond a generated wrapper when the part benefits from reusable surrounding circuitry. A good component package captures the support circuitry, default mode, key equations, layout-sensitive notes, and evidence needed to use the part confidently. Hard Rules Reuse before create. Search existing registry/workspace packages first. Do not create a separate reference/ package. This work belongs in the relevant components/... package. The .kicad_sym file...
799
11537 pymc-marketing-mmm-clv aradotso/marketing-skills
PyMC-Marketing: Bayesian Marketing Analytics Skill by ara.so — Marketing Skills collection. PyMC-Marketing is a Bayesian marketing analytics toolbox built on PyMC. It provides production-ready implementations for Media Mix Modeling (MMM), Customer Lifetime Value (CLV), and Buy-Till-You-Die (BTYD) models with full probabilistic inference capabilities. Installation Basic Installation Using conda (recommended) conda create -c conda-forge -n marketing_env pymc-marketing conda activate marketing_env...
799
11538 m05-type-driven zhanghandong/rust-skills
Type-Driven Design Layer 1: Language Mechanics Core Question How can the type system prevent invalid states? Before reaching for runtime checks: Can the compiler catch this error? Can invalid states be unrepresentable? Can the type encode the invariant? Error → Design Question Show more
799
11539 senior-ml-engineer davila7/claude-code-templates
No SKILL.md available for this skill. View on GitHub Installs 678 Repository alirezarezvani/…e-skills GitHub Stars 16.3K First Seen Jan 20, 2026
799
11540 awesome-marketing-science-guide aradotso/marketing-skills
Awesome Marketing Science Guide Skill by ara.so — Marketing Skills collection. This skill provides guidance on the Awesome Marketing Science resource collection — a curated list of open-source libraries, papers, and methodologies for marketing measurement, including Media Mix Models (MMM), geo incrementality testing, multi-touch attribution (MTA), causal inference, and Bayesian approaches. Overview Awesome Marketing Science is a comprehensive resource hub covering: Media Mix Modeling (MMM) : Mea...
798
11541 skill-router charon-fan/agent-playbook
An intelligent router that analyzes user requests and recommends the most appropriate Claude Code skill for the task. When This Skill Activates This skill activates when you: - Ask "which skill should I use?" or "what skill can help with...?" - Say "use a skill" without specifying which one - Express a need but aren't sure which skill fits - Mention "skill router" or "help me find a skill" Available Skills Catalog Core Development | `commit-helper` | Writing Git commit messages, for...
798
11542 claude-marketing-skills aradotso/marketing-skills
claude-marketing-skills Skill by ara.so — Marketing Skills collection. claude-marketing is a collection of 56 open-source Claude Code skills, specialized agents, and autonomous workflows that give AI coding agents real marketing expertise. Each skill ships with diagnostic frameworks, industry benchmarks, audit checklists, and platform-specific reference data across paid media, SEO, e-commerce, content, CRO, analytics, and strategy. Works with Claude Code, Cursor, Aider, Windsurf, GitHub Copilot,...
797
11543 github-trending majiayu000/claude-arsenal
GitHub Trending Data Access GitHub trending repositories and developers data. Important Note GitHub does NOT provide an official trending API. The trending page at github.com/trending must be scraped directly or use the GitHub Search API as an alternative. Approach 1: Direct Web Scraping (Recommended) Scrape github.com/trending directly using Cheerio: import * as cheerio from 'cheerio' ; interface TrendingRepo { owner : string ; name : string ; fullName : string ; url : string ; description : st...
796
11544 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 ...
794
11545 m02-resource zhanghandong/rust-skills
Resource Management Layer 1: Language Mechanics Core Question What ownership pattern does this resource need? Before choosing a smart pointer, understand: Is ownership single or shared? Is access single-threaded or multi-threaded? Are there potential cycles? Error → Design Question Show more
794
11546 excalidraw davila7/claude-code-templates
Excalidraw Diagrams Overview Generate .excalidraw JSON files and export to PNG/SVG. Two export options: Kroki API ( curl ) — zero install, SVG output only excalidraw-brute-export-cli — local Firefox-based, PNG + SVG Supported formats: PNG (local CLI only), SVG (both options). PDF is NOT supported. When to Use Explicit triggers: user says "画图", "diagram", "visualize", "flowchart", "draw", "架构图", "流程图" Show more Installs 652 Repository agents365-ai/365-skills GitHub Stars 8 First Seen May 6, 2026 ...
794
11547 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
11548 cx-incident-management coralogix/cx-cli
Incident Management Skill Use this skill as the gateway for incident triage, SLO monitoring, and notification verification. It orchestrates the full triage workflow - from detection through resolution - and cross-references cx-alerts for deep alert management and cx-telemetry-querying for root cause investigation. CLI Commands Command Subcommands Purpose cx incidents list , get , acknowledge , resolve , close , assign , unassign , events , aggregations Manage and triage incidents cx slos list , ...
793
11549 content-marketer sickn33/antigravity-awesome-skills
Use this skill when Working on content marketer tasks or workflows Needing guidance, best practices, or checklists for content marketer Do not use this skill when The task is unrelated to content marketer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You...
793
11550 build-feature signerlabs/shipswift-skills
Build Feature with ShipSwift Build production-ready iOS features by combining ShipSwift recipes -- copy-paste-ready SwiftUI implementations covering animations, charts, UI components, and full-stack modules. Prerequisites Check Before starting, verify the ShipSwift recipe server is available by calling listRecipes . If the tools are not available, guide the user to visit shipswift.app for setup instructions, or run npx skills add signerlabs/shipswift-skills to install. Workflow Analyze the reque...
793