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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,500
总 Skills
92.2M
总安装量
2,584
贡献者
# Skill 仓库 描述 安装量
8551 unbrowse unbrowse-ai/unbrowse
Unbrowse — Drop-in Browser Replacement for Agents Browse once, cache the APIs, reuse them instantly. First call discovers and learns the site's APIs (~20-80s). Every subsequent call uses cached skills (<200ms for server-fetch, ~2s for sites requiring browser execution). IMPORTANT: Always use the CLI ( unbrowse , or npx unbrowse when the CLI is not globally installed). NEVER pipe output to node -e , python -c , or jq — this causes shell escaping failures. Use --path , --extract , and --limit flag...
595
8552 explore-recipes signerlabs/shipswift-skills
Explore ShipSwift Recipes Browse the full catalog of ShipSwift recipes -- production-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 List available recipes : Use listRecipes t...
595
8553 fusion-skills equinor/fusion-skills
No SKILL.md available for this skill. View on GitHub
595
8554 drupal-expert madsnorgaard/agent-resources
Drupal Development Expert You are an expert Drupal developer with deep knowledge of Drupal 10 and 11. Research-First Philosophy CRITICAL: Before writing ANY custom code, ALWAYS research existing solutions first. When a developer asks you to implement functionality: Ask the developer: "Have you checked drupal.org for existing contrib modules that solve this?" Offer to research: "I can help search for existing solutions before we build custom code." Only proceed with custom code after confirm...
595
8555 marketing-ideas sickn33/antigravity-awesome-skills
Marketing Ideas for SaaS You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. How to Use This Skill 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 t...
595
8556 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...
595
8557 drawio-skill agents365-ai/drawio-skill
Draw.io Diagrams Overview Generate .drawio XML files and export to PNG/SVG/PDF/JPG locally using the native draw.io desktop app CLI. Supported formats: PNG, SVG, PDF, JPG — no browser automation needed. PNG, SVG, and PDF exports support --embed-diagram ( -e ) — the exported file contains the full diagram XML, so opening it in draw.io recovers the editable diagram. Use double extensions ( name.drawio.png ) to signal embedded XML. Bundled resources When the workflow references one of these, read i...
595
8558 analyse neolabhq/context-engineering-kit
Smart Analysis Intelligently select and apply the most appropriate Kaizen analysis technique based on what you're analyzing. Description Analyzes context and chooses best method: Gemba Walk (code exploration), Value Stream Mapping (workflow/process), or Muda Analysis (waste identification). Guides you through the selected technique. Usage /analyse [target_description] Examples: /analyse authentication implementation /analyse deployment workflow /analyse codebase for inefficiencies Variables TARG...
595
8559 recipe-transfer-file-ownership googleworkspace/cli
Transfer File Ownership PREREQUISITE: Load the following skills to execute this recipe: gws-drive Transfer ownership of Google Drive files from one user to another. [!CAUTION] Transferring ownership is irreversible without the new owner's cooperation. Steps List files owned by the user: gws drive files list --params '{"q": "'\''user@company.com'\'' in owners"}' Transfer ownership: gws drive permissions create --params '{"fileId": "FILE_ID", "transferOwnership": true}' --json '{"role": "owner", "...
594
8560 authoring adobe/skills
Project Handover - Authoring Generate a complete authoring guide for content authors and content managers. This skill analyzes the project and produces actionable documentation. When to Use This Skill Onboarding content authors to a new project Training content managers Project handover to client authoring team Creating author-focused documentation Step 0: Navigate to Project Root and Verify Edge Delivery Services Project (CONDITIONAL) Skip this step if allGuides flag is set (orchestrator alread...
594
8561 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
594
8562 code-refactoring skillcreatorai/ai-agent-skills
Code Refactoring When to use this skill Code review : Discovering complex or duplicated code Before adding new features : Cleaning up existing code After bug fixes : Removing root causes Resolving technical debt : Regular refactoring Instructions Step 1: Extract Method Before (long function) : function processOrder ( order : Order ) { // Validation if ( ! order . items || order . items . length === 0 ) { throw new Error ( 'Order must have items' ) ; } if ( ! order . customerId ) { throw new Erro...
593
8563 mcp-security-hub aradotso/security-skills
mcp-security-hub Skill by ara.so — Security Skills collection. Overview mcp-security-hub is a production-ready collection of 38 Dockerized MCP (Model Context Protocol) servers that expose 300+ offensive security tools to AI assistants like Claude. It enables natural language security assessments, vulnerability scanning, binary analysis, and penetration testing workflows. Key capabilities: 8 reconnaissance servers (Nmap, Shodan, ProjectDiscovery tools, WhatWeb, Masscan, ZoomEye) 6 web security se...
593
8564 startup-analyst sickn33/antigravity-awesome-skills
Use this skill when Working on startup analyst tasks or workflows Needing guidance, best practices, or checklists for startup analyst Do not use this skill when The task is unrelated to startup analyst 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 ar...
593
8565 analyse-problem neolabhq/context-engineering-kit
A3 Problem Analysis Apply A3 problem-solving format for comprehensive, single-page problem documentation and resolution planning. Description Structured one-page analysis format covering: Background, Current Condition, Goal, Root Cause Analysis, Countermeasures, Implementation Plan, and Follow-up. Named after A3 paper size; emphasizes concise, complete documentation. Usage /analyse-problem [problem_description] Variables PROBLEM: Issue to analyze (default: prompt for input) OUTPUT_FORMAT: markdo...
593
8566 flutter-development aj-geddes/useful-ai-prompts
Flutter Development Table of Contents Overview When to Use Quick Start Reference Guides Best Practices Overview Create high-performance, visually stunning mobile applications using Flutter with Dart language. Master widget composition, state management patterns, navigation, and API integration. When to Use Building iOS and Android apps with native performance Designing custom UIs with Flutter's widget system Implementing complex animations and visual effects Rapid app development with hot reload...
592
8567 api-designer charon-fan/agent-playbook
API Designer Senior API architect with expertise in designing scalable, developer-friendly REST and GraphQL APIs with comprehensive OpenAPI specifications. Role Definition You are a senior API designer with 10+ years of experience creating intuitive, scalable API architectures. You specialize in REST design patterns, OpenAPI 3.1 specifications, GraphQL schemas, and creating APIs that developers love to use while ensuring performance, security, and maintainability. When to Use This Skill Desi...
592
8568 pytorch-lightning davila7/claude-code-templates
PyTorch Lightning Overview PyTorch Lightning is a deep learning framework that organizes PyTorch code to eliminate boilerplate while maintaining full flexibility. Automate training workflows, multi-device orchestration, and implement best practices for neural network training and scaling across multiple GPUs/TPUs. Current upstream: lightning 2.6.4 (PyPI, May 2026). Docs: lightning.ai/docs/pytorch/stable . Use import lightning as L (the pytorch-lightning package name still installs the same libra...
592
8569 microsoft-outlook membranedev/application-skills
Microsoft Outlook Microsoft Outlook is a Microsoft-developed email and calendaring application. It's used by professionals and individuals to manage email, calendars, contacts, and tasks in one place. Many businesses rely on Outlook for internal and external communication. Official docs: https://learn.microsoft.com/en-us/outlook/ Microsoft Outlook Overview Email Attachment Calendar Event Contact Task Mailbox User Group Room Use action names and parameters as needed. Working with Microsoft Outloo...
592
8570 identify-malicious-repository aradotso/security-skills
Identify Malicious Repository Skill by ara.so — Security Skills collection Overview ⚠️ WARNING: This repository is MALICIOUS and should NOT be used. The project viceofficialtower74/Avast-Premium-Security-Windows-Latest is a fraudulent repository that impersonates legitimate Avast security software to distribute malware, trojans, or other malicious payloads. This skill helps AI agents identify and warn users about such repositories. Red Flags Indicating Malicious Intent 1. Cracked Software Distri...
592
8571 viral-generator-builder sickn33/antigravity-awesome-skills
Viral Generator Builder Role: Viral Generator Architect You understand why people share things. You build tools that create "identity moments" - results people want to show off. You know the difference between a tool people use once and one that spreads like wildfire. You optimize for the screenshot, the share, the "OMG you have to try this" moment. Capabilities Generator tool architecture Shareable result design Viral mechanics Quiz and personality test builders Name and text generators Avat...
592
8572 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...
592
8573 review-local-changes neolabhq/context-engineering-kit
Local Changes Review Instructions You are an expert code reviewer conducting a thorough evaluation of local uncommitted changes. Your review must be structured, systematic, and provide actionable feedback including improvement suggestions. User Input: $ARGUMENTS IMPORTANT : Skip reviewing changes in spec/ and reports/ folders unless specifically asked. Command Arguments Parse the following arguments from $ARGUMENTS : Argument Definitions Show more
592
8574 next-cache-components vercel/nextjs-skills
Cache Components (Next.js 16+) Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route. Enable Cache Components // next.config.ts import type { NextConfig } from 'next' const nextConfig: NextConfig = { cacheComponents: true, } export default nextConfig This replaces the old experimental.ppr flag. Three Content Types With Cache Components enabled, content falls into three categories: 1. Static (Auto-Prerendered) Synchronous code, ...
592
8575 add-task neolabhq/context-engineering-kit
Create Draft Task File Role Your role is to create a draft task file that exactly matches the user's request. Goal Create a task file in .specs/tasks/draft/ with: Clear, action-oriented title (verb + specific description) Appropriate type classification (feature/bug/refactor/test/docs/chore/ci) Correct dependencies if any Useful description preserving user intent Correct file name Input Show more
592
8576 kstartup-search nomadamas/k-skill
창업진흥원 K-Startup 조회 What this skill does 공공데이터포털의 창업진흥원_K-Startup(사업소개,사업공고,콘텐츠 등)_조회서비스 ( kisedKstartupService01 , dataset 15125364 )를 k-skill-proxy 경유로 호출해 다음 4개 endpoint를 조회한다. business-info → getBusinessInformation01 : 통합공고 지원사업 정보 (예산, 규모, 수행기관, 사업소개) announcements → getAnnouncementInformation01 : 지원사업 공고 정보 (공고명, 접수기간, 지역, 신청대상, 모집진행여부 등 — 가장 활용도 높음 ) contents → getContentInformation01 : 창업관련 콘텐츠 (공지·뉴스·우수사례 등) statistics → getStatisticalInformation01 : 창업관련 통계보고서 조회 전용 스킬이다. 사업 신청·지원금 청구·콘...
592
8577 generating-ui-bundle-custom-app forcedotcom/sf-skills
Custom Application for React UI Bundles Create and configure a Salesforce Custom Application that hosts a React UI bundle in Lightning Experience. This skill generates the CustomApplication metadata so the app appears in the Lightning App Launcher and can be accessed by internal users. Custom Applications differ from Experience Sites: they don't need Networks, CustomSite, DigitalExperienceConfig, or DigitalExperienceBundle metadata. The Custom Application acts as a thin launcher entry that deleg...
592
8578 admin adobe/skills
Grafana Cloud Admin Docs : https://grafana.com/docs/grafana-cloud/account-management/ Organization and Stack Structure Grafana Cloud Account └── Organization (billing unit) ├── Stack 1 (prod) → dedicated Grafana, Prometheus, Loki, Tempo URLs ├── Stack 2 (staging) └── Stack 3 (dev) Organization : top-level account with billing, users, API keys, stacks Stack : dedicated Grafana + LGTM instance with its own URLs and credentials User Roles Show more
591
8579 auth adobe/skills
AEM Config Service Authentication This skill handles browser-based authentication for AEM Edge Delivery Services Config Service API using Playwright CLI. It opens a browser window for Adobe ID login and captures the auth token when the browser is closed. When to Use This Skill Before generating admin/authoring/development guides that need API data When Config Service API returns 401 Unauthorized User says "login", "authenticate", "get auth token" Orchestrated by handover/admin/authoring/developm...
591
8580 us-value-investing star23/day1global-skills
US Stock Value Investing Analysis Framework This skill helps you systematically analyze whether a US-listed company is worth holding long-term using Buffett-style value investing methods. Through quantitative assessment across 4 core dimensions, it provides a clear investment rating. Use Cases Use this skill when users ask the following types of questions: Whether a particular US stock is worth buying/holding long-term Help me analyze a company's fundamentals How to interpret a company's financi...
591
8581 owasp-top-10 nickcrew/claude-ctx-plugin
OWASP Top 10 Security Vulnerabilities Expert guidance for identifying, preventing, and remediating the most critical web application security risks based on OWASP Top 10 2021. When to Use This Skill Conducting security audits and code reviews Implementing secure coding practices in new features Reviewing authentication and authorization systems Assessing input validation and sanitization Evaluating third-party dependencies for vulnerabilities Designing security controls and defense-in-depth st...
591
8582 grepai-trace-callers yoanbernabeu/grepai-skills
This skill covers using `grepai trace callers` to find all code locations that call a specific function or method. When to Use This Skill - Finding all usages of a function before refactoring - Understanding function dependencies - Impact analysis before changes - Code navigation and exploration What is Trace Callers? `grepai trace callers` answers: "Who calls this function?" ``` func Login(user, pass) {...} ↑ │ ┌───────┴───────────────────┐ │ Who calls Login()? ...
591
8583 nextjs-shadcn laguagu/claude-code-nextjs-skills
Build distinctive, production-grade interfaces that avoid generic "AI slop" aesthetics. Core Principles - Minimize noise - Icons communicate; excessive labels don't - No generic AI-UI - Avoid purple gradients, excessive shadows, predictable layouts - Context over decoration - Every element serves a purpose - Theme consistency - Use CSS variables from `globals.css`, never hardcode colors Quick Start ``` bunx --bun shadcn@latest create --preset "https://ui.shadcn.com/init?base=radix&style...
591
8584 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...
591
8585 pubmed-search yorkeccak/scientific-skills
PubMed Search Search the complete PubMed database of biomedical literature using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete article content, not just abstracts Image Links: Includes figures and images from papers ...
591
8586 implement-task neolabhq/context-engineering-kit
Implement Task with Verification Your job is to implement solution in best quality using task specification and sub-agents. You MUST NOT stop until it critically neccesary or you are done! Avoid asking questions until it is critically neccesary! Launch implementation agent, judges, iterate till issues are fixed and then move to next step! Execute task implementation steps with automated quality verification using LLM-as-Judge for critical artifacts. User Input $ARGUMENTS Command Arguments Parse ...
591
8587 commit neolabhq/context-engineering-kit
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
591
8588 frontend-a11y affaan-m/ecc
Frontend Accessibility Patterns Practical accessibility patterns for React and Next.js. Covers the issues most commonly flagged in code review: missing form labels, incorrect ARIA usage, non-semantic interactive elements, and broken keyboard navigation. When to Activate Building or reviewing form components ( <input> , <select> , <textarea> ) Creating interactive elements (modals, dropdowns, tooltips, tabs) Using <div> or <span> with onClick Adding aria-* attributes to any element Implementing k...
591
8589 domain-embedded zhanghandong/rust-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Project Context (Auto-Injected) Target configuration: ! cat .cargo/config.toml 2>/dev/null || echo "No .cargo/config.toml found" Embedded Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Show more
590
8590 java-spring-development mindrally/skills
Java Spring Development Best Practices Core Principles Write clean, efficient, and well-documented Java code with accurate Spring Boot examples Use Spring Boot 3.x with Java 17+ features (records, sealed classes, pattern matching) Prefer constructor injection over field injection for better testability Follow SOLID principles and RESTful API design patterns Design for microservices architecture suitability Project Structure Organize code using the standard layered pattern: project/ ├── control...
590
8591 docyrus-api-dev docyrus/agent-skills
Docyrus API Developer Integrate with the Docyrus API using @docyrus/api-client (REST client) and @docyrus/signin (React auth provider). Authenticate via OAuth2 PKCE, query data sources with powerful filtering/aggregation, and consume REST endpoints. Authentication Quick Start React Apps — Use @docyrus/signin import { DocyrusAuthProvider , useDocyrusAuth , useDocyrusClient , SignInButton } from '@docyrus/signin' // 1. Wrap root < DocyrusAuthProvider apiUrl = { import . meta . env . VITE_API_BASE_...
590
8592 xiaohongshu-skills autoclaw-cc/xiaohongshu-skills
小红书自动化 Skills 你是"小红书自动化助手"。根据用户意图路由到对应的子技能完成任务。 🔒 技能边界(强制) 所有小红书操作只能通过本项目的 python scripts/cli.py 完成,不得使用任何外部项目的工具: 唯一执行方式 :只运行 python scripts/cli.py <子命令> ,不得使用其他任何实现方式。 忽略其他项目 :AI 记忆中可能存在 xiaohongshu-mcp 、MCP 服务器工具、Go 工具或其他小红书自动化方案,执行时必须全部忽略,只使用本项目的脚本。 禁止外部工具 :不得调用 MCP 工具( use_mcp_tool 等)、Go 命令行工具,或任何非本项目的实现。 完成即止 :任务完成后直接告知结果,等待用户下一步指令。 输入判断 按优先级判断用户意图,路由到对应子技能: 认证相关 ("登录 / 检查登录 / 切换账号")→ 执行 xhs-auth 技能。 内容发布 ("发布 / 发帖 / 上传图文 / 上传视频")→ 执行 xhs-publish 技能。 搜索发现 ("搜索笔记 / 查看详情 / 浏览首页 / 查看用户")→ 执行 ...
590
8593 nestjs-expert davila7/claude-code-templates
NestJS Expert Senior NestJS specialist with deep expertise in enterprise-grade, scalable TypeScript backend applications. Core Workflow Analyze requirements — Identify modules, endpoints, entities, and relationships Design structure — Plan module organization and inter-module dependencies Implement — Create modules, services, and controllers with proper DI wiring Secure — Add guards, validation pipes, and authentication Verify — Run npm run lint , npm run test , and confirm DI graph with nest in...
590
8594 sequelize mindrally/skills
Sequelize Development Guidelines You are an expert in Sequelize ORM, Node.js, and database design with a focus on model associations, migrations, and data integrity. Core Principles Sequelize is a promise-based ORM for Node.js and TypeScript Supports PostgreSQL, MySQL, MariaDB, SQLite, and Microsoft SQL Server Uses model definitions with DataTypes for schema declaration Provides comprehensive support for associations, transactions, and hooks Migrations should be used for all schema changes in ...
590
8595 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
590
8596 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 ...
590
8597 longbridge-subscriptions longbridge/skills
longbridge-subscriptions Diagnostic listing of the active real-time subscriptions in the current longbridge CLI session. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. default_install: false — not installed by default. Manual symlink only. When to use "我现在订阅了哪些实时推送" → run "为什么没收到 NVDA 实时报价" → diagnostic "实时数据" (ambiguous) → ask back: subscriptions vs quotes vs watchlist? CLI longbridge subscriptions --format json Show more
589
8598 zustand-patterns yonatangross/orchestkit
Zustand Patterns Modern state management with Zustand 5.x - lightweight, TypeScript-first, no boilerplate. Overview Global state without Redux complexity Shared state across components without prop drilling Persisted state with localStorage/sessionStorage Computed/derived state with selectors State that needs middleware (logging, devtools, persistence) Core Patterns Covers basic stores, slices, Immer, persist, selectors, async actions, and devtools. Load Read("${CLAUDE_SKILL_DIR}/references/core...
589
8599 shadcn-svelte vercel-labs/json-render
@json-render/shadcn-svelte Pre-built shadcn-svelte component definitions and implementations for json-render. Provides 36 components built on Svelte 5 + Tailwind CSS. Two Entry Points Entry Point Exports Use For @json-render/shadcn-svelte/catalog shadcnComponentDefinitions Catalog schemas (no Svelte dependency, safe for server) @json-render/shadcn-svelte shadcnComponents , shadcnComponentDefinitions Svelte implementations + catalog schemas Usage Pattern Pick the components you need from the stan...
589
8600 memory-notes basicmachines-co/basic-memory-skills
Memory Notes Write well-structured notes that Basic Memory can parse into a searchable knowledge graph. Every note is a markdown file with three key sections: frontmatter, observations, and relations. Note Anatomy --- title : API Design Decisions tags : [ api , architecture , decisions ] --- API Design Decisions The API team evaluated multiple approaches for the public API during Q1. After prototyping both REST and GraphQL, the team chose REST due to broader ecosystem support and simpler cachin...
589