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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,652
总 Skills
167.5M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
10401 seo-audit sickn33/agentic-awesome-skills
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. 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 auditing, understand: Site ...
998
10402 qoder-delegate amelnagdy/delegate-skills
Qoder Delegate You are the orchestrator . Delegate one bounded coding task to a separate implementer - Qoder CLI - then review what it produced and land it yourself. You write the brief and own the judgment; Qoder edits the working tree in its session; you verify and commit. The loop needs only shell and file access, so any comparable orchestrator can drive it. When NOT to use this The task is small enough to do inline; delegation overhead is not worth it. qodercli is not installed or authentica...
998
10403 initiating-coverage anthropics/financial-services-plugins
Initiating Coverage Create institutional-quality equity research initiation reports through a structured 5-task workflow. Each task must be executed separately with verified inputs. Overview This skill produces comprehensive first-time coverage reports following institutional standards (JPMorgan, Goldman Sachs, Morgan Stanley format). Tasks are executed individually, each verifying prerequisites before proceeding. Default Font : Times New Roman throughout all documents (unless user specifies oth...
997
10404 tdd-guide alirezarezvani/claude-skills
TDD Guide - Test Driven Development for Engineering Teams A comprehensive Test Driven Development skill that provides intelligent test generation, coverage analysis, framework integration, and TDD workflow guidance across multiple languages and testing frameworks. Capabilities Test Generation Generate Test Cases from Requirements: Convert user stories, API specs, and business requirements into executable test cases Create Test Stubs: Generate test function scaffolding with proper naming, impor...
997
10405 stripe-payments jezweb/claude-skills
Stripe Payments Add Stripe payments to a web app. Covers the common patterns — one-time payments, subscriptions, webhooks, customer portal — with working code. No MCP server needed. Which Stripe API Do I Need? You want to... Use Complexity Accept a one-time payment Checkout Sessions Low — Stripe hosts the payment page Embed a payment form in your UI Payment Element + Payment Intents Medium — you build the form, Stripe handles the card Recurring billing / subscriptions Checkout Sessions (subscrip...
997
10406 go-control-flow cxuu/golang-skills
Go Control Flow Source: Effective Go. Go's control structures are related to C but differ in important ways. Understanding these differences is essential for writing idiomatic Go code. Go has no do or while loop—only a generalized for. There are no parentheses around conditions, and bodies must always be brace-delimited. If Statements Basic Form Go's if requires braces and has no parentheses around the condition: if x > 0 { return y } If with Initialization if and switch accept an opt...
997
10407 n8n-credentials-and-security-official n8n-io/skills
n8n Credentials and Security Non-negotiables Secrets via the credential system, never in text fields or SDK code. API keys, bearer tokens, OAuth secrets, passwords: all go through newCredential() or the node's credentials parameter. A Set node hardcoding a token and read via {{$json.token}} is a text field with extra steps. List credentials, then bind by ID. Call list_credentials({type}) before configuring an auth-needing node. One match: bind via 2-arg newCredential('Label', 'credId') at create...
997
10408 aesthetic-usability owl-listener/designer-skills
Aesthetic-Usability Effect You are an expert in the relationship between visual quality and perceived usability. What You Do You apply the Aesthetic-Usability Effect to ensure visual consistency and polish translate into user trust and perceived quality — without masking genuine usability problems. The Principle Users perceive aesthetically pleasing interfaces as easier to use, even before interacting with them. This is not about decoration — it is about consistency as a signal of quality : Cons...
997
10409 property-patterns dotnet/skills
MSBuild Property Patterns Canonical property definition and manipulation patterns from the MSBuild repository. Conditional Defaults — The Foundational Pattern Set a property only if not already set , allowing callers to override: < PropertyGroup > < Configuration Condition = " ' $(Configuration)' == '' " > Debug </ Configuration > < Platform Condition = " ' $(Platform)' == '' " > AnyCPU </ Platform > < BuildInParallel Condition = " ' $(BuildInParallel)' == '' " > true </ BuildInParallel > </ Pro...
997
10410 datalocastle-r03-anthropics-skills-seo aradotso/marketing-skills
📈 SEO & Content Marketing Skills Suite Skill by ara.so — Marketing Skills collection. This skill suite provides 10 specialized SEO commands and 5 multi-step workflows derived from anthropics/skills . It enables AI coding agents to perform comprehensive SEO analysis, content audits, keyword research, and technical optimization with consistent structured output. What This Project Does The r03-anthropics-skills-seo suite delivers: Keyword Research — clustering, opportunity scoring, SERP intent mapp...
996
10411 seo-content-marketing-skill-factory aradotso/marketing-skills
SEO & Content Marketing Skill Factory Skill by ara.so — Marketing Skills collection. What This Project Does A specialized skill suite derived from alirezarezvani/claude-code-skill-factory that provides 10 SEO and content marketing commands plus 5 multi-step workflows. Handles keyword research, content audits, SERP analysis, technical SEO diagnostics, competitor analysis, and content strategy with structured output and progress tracking. Core capabilities: Keyword clustering and opportunity scori...
996
10412 fixed-income-portfolio anthropics/financial-services-plugins
Fixed Income Portfolio Analysis You are an expert fixed income portfolio analyst. Combine bond pricing, reference data, cashflow projections, and scenario stress testing from MCP tools into comprehensive portfolio reviews. Focus on aggregating tool outputs into portfolio-level metrics and risk exposures — let the tools compute bond-level analytics, you aggregate and present. Core Principles Always compute portfolio-level metrics as market-value weighted averages (yield, duration, convexity). Pri...
996
10413 javascript-mastery sickn33/agentic-awesome-skills
🧠 JavaScript Mastery 33+ essential JavaScript concepts every developer should know, inspired by 33-js-concepts . When to Use This Skill Use this skill when: Explaining JavaScript concepts Debugging tricky JS behavior Teaching JavaScript fundamentals Reviewing code for JS best practices Understanding language quirks 1. Fundamentals 1.1 Primitive Types Show more Installs 27 Repository sickn33/agentic…e-skills GitHub Stars 44.9K First Seen Jul 9, 2026 Security Audits Gen Agent Trust Hub Pass Socket...
996
10414 debugging-capacitor cap-go/capgo-skills
Debugging Capacitor Applications Complete guide to debugging Capacitor apps on iOS and Android. When to Use This Skill User reports app crashes User needs to debug WebView/JavaScript User needs to debug native code User has network/API issues User sees unexpected behavior User asks how to debug Quick Reference: Debugging Tools Platform WebView Debug Native Debug Logs iOS Safari Web Inspector Xcode Debugger Console.app Android Chrome DevTools Android Studio adb logcat WebView Debugging iOS: Safar...
996
10415 information-architecture owl-listener/designer-skills
This skill defines the structural skeleton of a product or site. It sits between the design brief and the build. Run this after the brief is written and before tasks are created. Example prompts "Plan the IA for this app before I start building" "Map out the navigation and page structure" "I need to organize the content for a documentation site" "Define user flows for the onboarding experience" Process Look for an existing design brief at .design/*/DESIGN_BRIEF.md . If multiple subfolders exist,...
996
10416 pixabay-downloader serpdownloaders/skills
Pixabay Downloader — Coming Soon (Browser Extension) Download free stock photos, illustrations, vectors, videos, music, and sound effects from Pixabay in original quality. This extension is currently in development and has not been released yet. Pixabay Downloader is an upcoming browser extension designed to streamline the process of saving media from Pixabay directly to your local machine. Pixabay hosts a vast library of royalty-free content under a permissive license, but downloading files at ...
995
10417 twill-cloud-coding-agent twillai/skills
Twill Cloud Coding Agent Use this skill to run Twill workflows through the public v1 API. Setup Set API key and optional base URL: export TWILL_API_KEY = "your_api_key" export TWILL_BASE_URL = " ${TWILL_BASE_URL :- https : / / twill.ai} " All API calls use: Authorization: Bearer $TWILL_API_KEY Use this helper to reduce repetition: api ( ) { curl -sS " $@ " \ -H "Authorization: Bearer $TWILL_API_KEY " \ -H "Content-Type: application/json" } Endpoint Coverage (Public v1) GET /api/v1/auth/me GET /a...
995
10418 api-design-principles sickn33/agentic-awesome-skills
API Design Principles Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time. When to Use This Skill Designing new REST or GraphQL APIs Refactoring existing APIs for better usability Establishing API design standards for your team Reviewing API specifications before implementation Migrating between API paradigms (REST to GraphQL, etc.) Creating developer-friendly API documentation Optimizing APIs for ...
995
10419 email-marketing kostja94/marketing-skills
Email Marketing Comprehensive email marketing skill covering campaign creation, automated sequences, A/B testing, segmentation, and deliverability optimization. Overview This skill covers: Email campaign creation and templates Automated drip sequences A/B testing frameworks List segmentation strategies Deliverability best practices Email Types & Templates 1. Welcome Sequence sequence : "Welcome Series" trigger : subscriber_signup duration : 14_days emails : - day_0 : subject : "Welcome to {Brand...
995
10420 cause-and-effect neolabhq/context-engineering-kit
Cause and Effect Analysis Apply Fishbone (Ishikawa) diagram analysis to systematically explore all potential causes of a problem across multiple categories. Description Systematically examine potential causes across six categories: People, Process, Technology, Environment, Methods, and Materials. Creates structured "fishbone" view identifying contributing factors. Usage /cause-and-effect [problem_description] Variables PROBLEM: Issue to analyze (default: prompt for input) CATEGORIES: Categories ...
995
10421 create-pr neolabhq/context-engineering-kit
create-pr Overview This guide covers best practices for creating pull requests in the warp repository, including merging master, running presubmit checks, linking Linear tasks, ensuring appropriate test coverage, and structuring your PR for effective review.
995
10422 pyqt6-ui-development-rules oimiragieo/agent-studio
Pyqt6 Ui Development Rules Skill Create stunning, responsive user interfaces that rival the best web designs. Implement advanced PyQt6 features for smooth user experiences. Optimize performance and resource usage in GUI applications. Craft visually appealing interfaces with attention to color theory and layout. Ensure accessibility and cross-platform compatibility. Implement responsive designs that adapt to various screen sizes. Memory Protocol (MANDATORY) Before starting: cat .claude/context/...
995
10423 playwright mindrally/skills
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
995
10424 typst-author jihe520/mathmodelagent
typst-author skill Overview This skill helps agents generate, edit, and reason about Typst documents. It provides quick‑start examples, detailed workflows, and links to the full Typst documentation (guides, tutorials, reference). Minimal document example set document(title: "My Document", author: "Author Name") set page(numbering: "1") set text(lang: "en") Show more Installs 848 Repository jihe520/mathmodelagent GitHub Stars 3.5K First Seen Jun 5, 2026 Security Audits Gen Agent Trust Hub Pass So...
995
10425 clean bergside/awesome-design-skills
Clean Design System Skill (Universal) Mission You are an expert design-system guideline author for Clean. Create practical, implementation-ready guidance that can be directly used by engineers and designers. Brand Clean design style focuses on simplicity, minimalism, and high usability, using ample whitespace, legible typography, and limited color palettes to reduce visual clutter Style Foundations Visual style: minimal, clean Typography scale: 12/14/16/20/24/32 | Fonts: primary=Roboto, display=...
995
10426 pinterest-downloader serpdownloaders/skills
Pinterest Downloader (Browser Extension) Download Pinterest videos, images, pins, and post text in one browser workflow. Pinterest Downloader is a browser extension built for users who want a cleaner way to save Pinterest content for offline reference. It scans the pins visible on the current page, detects downloadable media, and lets you save videos, images, and text without using external downloader sites or extra software. Save Pinterest videos as MP4 files Download images and pin media in av...
994
10427 autonomous-agent-patterns sickn33/agentic-awesome-skills
🕹️ Autonomous Agent Patterns Design patterns for building autonomous coding agents, inspired by Cline and OpenAI Codex . When to Use This Skill Use this skill when: Building autonomous AI agents Designing tool/function calling APIs Implementing permission and approval systems Creating browser automation for agents Designing human-in-the-loop workflows 1. Core Agent Architecture 1.1 Agent Loop Show more Installs 980 Repository sickn33/agentic…e-skills GitHub Stars 45.1K First Seen Jan 19, 2026 Se...
994
10428 meshy-3d-printing meshy-dev/meshy-3d-agent
Meshy 3D Printing Prepare and send Meshy-generated 3D models to a slicer for 3D printing. Supports white model (single-color) and multicolor printing workflows with automatic slicer detection. Prerequisite: This skill bundles the same scripts/meshy_task.py CLI as meshy-3d-generation and shares its environment setup (API key detection, .env , Python requests ). However, when the user wants to 3D print, this skill controls the entire workflow — including generation, format selection, downloading, ...
994
10429 dd-checklist anthropics/financial-services
Due Diligence Checklist Workflow Step 1: Scope the Diligence Ask the user for: Target company : Name, sector, business model Deal type : Platform acquisition, add-on, growth equity, recap, carve-out Deal size / complexity : Determines depth of diligence Key concerns : Any known issues to prioritize (customer concentration, regulatory, environmental, etc.) Timeline : When is LOI / close targeted? Step 2: Generate Workstream Checklists Generate a checklist across all major workstreams, tailored to...
994
10430 vision-sft wshobson/agents
Vision-Language SFT This skill assumes finetuning-method-selection already routed here: the data shape is image+text demonstrations, not preference pairs or a verifiable reward signal, and the base is a vision-language model rather than a text-only one. lora-qlora-recipes covers the text-only LoRA/QLoRA recipe this skill specializes for the vision tower and projector; read that skill first if the LoRA fundamentals (rank, alpha, target modules) aren't already familiar. Show more Installs 948 Repo...
994
10431 critique-visual-hierarchy owl-listener/designer-skills
Critique Visual Hierarchy You are an expert in visual hierarchy and screen-level design critique. What You Do You analyse a screen to identify whether hierarchy is clear, intentional, and aligned with user goals. You flag problems and suggest targeted fixes. Critique Dimensions Entry Point The first element that captures the eye. Evaluate whether it is the most important thing on screen. Is there a single dominant element, or does attention scatter? Does size, contrast, or position establish the...
994
10432 teach cursor/plugins
No SKILL.md available for this skill. View on GitHub
994
10433 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...
993
10434 flutter-native-interop flutter/skills
Flutter Platform Integration Goal Integrates Flutter applications with platform-specific code and native features across Android, iOS, and Web environments. Determines the optimal interoperability strategy (FFI, Platform Channels, Platform Views, or JS Interop) and implements the necessary Dart and native code bindings while adhering to thread safety, WebAssembly (Wasm) compatibility, and modern build hook standards. Instructions 1. Determine Integration Strategy (Decision Logic) Evaluate the us...
993
10435 insforge-debug insforge/insforge-skills
InsForge Debug Diagnose problems in InsForge projects — from frontend SDK errors to backend infrastructure issues. This skill helps you locate problems by running the right commands and surfacing logs/status. It does NOT suggest fixes; hand the diagnostic output to the developer or their agent for repair decisions. Always use npx @insforge/cli — never install the CLI globally. Quick Triage Match the symptom to a scenario, then follow that scenario's steps. Symptom Scenario SDK returns { data: nu...
993
10436 flutter-native-interop flutter/agent-plugins
Flutter Platform Integration Goal Integrates Flutter applications with platform-specific code and native features across Android, iOS, and Web environments. Determines the optimal interoperability strategy (FFI, Platform Channels, Platform Views, or JS Interop) and implements the necessary Dart and native code bindings while adhering to thread safety, WebAssembly (Wasm) compatibility, and modern build hook standards. Instructions 1. Determine Integration Strategy (Decision Logic) Evaluate the us...
993
10437 title-tag kostja94/marketing-skills
SEO On-Page: Title Tag Guides optimization of the HTML title tag for search engines and SERP display. 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 (On-Page SEO) Title tag : Primary search snippet; primary keyword near start; unique per page Length by Language Google truncates by pixel width (~580–600px desktop), n...
993
10438 qiaomu-opencli-oneshot joeseesun/qiaomu-opencli-skills
CLI-ONESHOT — 单点快速 CLI 生成 给一个 URL + 一句话描述,4 步生成一个 CLI 命令。 完整探索式开发请看 opencli-explorer skill 。 输入 项目 示例 URL https://x.com/jakevin7/lists Goal 获取我的 Twitter Lists 流程 Step 1: 打开页面 + 抓包 Show more Installs 422 Repository joeseesun/qiaom…i-skills GitHub Stars 979 First Seen Apr 9, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
993
10439 threat-model anthropics/defending-code-reference-harness
threat-model A threat model answers "what could go wrong with this system, who would do it, and what should we do about it?" independently of whether any specific bug has been found yet. It is the map; vulnerability discovery is the metal detector. A good threat model tells the pipeline where to look and tells triage which findings matter. Litmus test: If patching one line of code makes an entry disappear, it was a vulnerability, not a threat. A threat ("attacker achieves RCE via untrusted media...
993
10440 doctor jihe520/mathmodelagent
Doctor — 环境检查与安装向导 本 skill 检查完整数学建模工作流所需的所有工具是否已就绪,并帮助用户安装缺失项。 本 skill 只在用户显式触发时运行,不自动执行。 检查项清单 核心工具 工具 用途 检测命令 typst 论文编译(5writing、6verity,Typst 引擎) command -v typst xelatex 论文编译(5writing、6verity,LaTeX 引擎,中文模板必需) command -v xelatex python3 数值计算与图表(3coding-visual) command -v python3 drawio / draw.io DrawIO 流程图导出 PDF(4drawio) command -v drawio || command -v draw.io pdftoppm PDF 转 PNG 视觉检查(6verity) command -v pdftoppm mutool PDF 转 PNG 备用(6verity) command -v mutool magick PDF 转 PNG 备用(6verity) comm...
993
10441 n8n-multi-instance czlonkowski/n8n-skills
Working with multiple n8n instances over MCP When the n8n_instances tool is available, the user has multi-instance mode on: one MCP connection can reach several n8n instances (e.g. prod , staging , or one per client/team). Every other n8n tool ( n8n_get_workflow , n8n_list_workflows , n8n_update_partial_workflow , n8n_manage_datatable , n8n_manage_credentials , n8n_executions , n8n_test_workflow , …) runs against whichever instance this session is currently targeting . There is no per-call insta...
993
10442 grpo-rlvr-training wshobson/agents
GRPO & RLVR Training This skill assumes finetuning-method-selection already routed here because the target behavior has a verifiable pass/fail signal — not demonstrations ( lora-qlora-recipes ) or preference pairs ( preference-optimization ). What follows is when RL is the right tool, the reference recipe, the mandatory reward-inspection gate, and how to pick a GRPO variant when the base recipe misbehaves. Show more Installs 949 Repository wshobson/agents GitHub Stars 39.1K First Seen Jul 14, 20...
993
10443 use-tinyfish tinyfish-io/tinyfish-cookbook
TinyFish CLI You have access to the TinyFish CLI ( tinyfish ) — a suite of web tools you can call from the terminal. If not installed: npm install -g @tiny-fish/cli If not authenticated: tinyfish auth login --source openclaw or set TINYFISH_API_KEY env var. When This Skill Should Trigger Use TinyFish whenever a request depends on live web information or page content. Do not wait for the user to say "TinyFish" or "scrape". Strong triggers include: Search or discovery: search, find, look up, resea...
993
10444 optimize-audio unity-technologies/skills
Critical Rules Do not make changes before reporting findings to the user Follow steps in strict order; never jump ahead STOP at every WAIT checkpoint and await the user's response before continuing Quality is more important than speed: measure before and after every change Always verify results in a device build; Editor audio stats are indicative only 0. Set up the execution path Every C step below runs inside a live Editor through the Unity CLI. The unity-cli skill owns getting you there — inst...
993
10445 r13-danielrosehill-claude-slash-commands-seo aradotso/marketing-skills
r13-danielrosehill-claude-slash-commands-seo Skill by ara.so — Marketing Skills collection. A specialized SEO & content marketing skill suite derived from danielrosehill/Claude-Slash-Commands. Provides 10 domain-specific commands and 5 multi-step workflows for keyword research, content audits, SERP analysis, technical SEO, and content strategy with structured output and progress tracking. What This Project Does This skill suite extends Claude with professional SEO capabilities: Keyword Research ...
992
10446 gke-scaling google/skills
GKE Workload Scaling This reference covers scaling workloads on GKE. The golden path enables VPA, OPTIMIZE_UTILIZATION autoscaling profile, and Node Auto Provisioning by default. MCP Tools: get_k8s_resource , describe_k8s_resource , apply_k8s_manifest , patch_k8s_resource , get_cluster , update_cluster , update_node_pool Golden Path Scaling Defaults Setting Golden Path Value Notes autoscaling.autoscalingProfile OPTIMIZE_UTILIZATION Aggressive scale-down for cost savings verticalPodAutoscaling.en...
992
10447 xml-sitemap kostja94/marketing-skills
SEO Technical: Sitemap Guides sitemap creation, auditing, and optimization for search engine discovery. 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) Sitemap : Create XML sitemap; submit to Google Search Console URL discovery : Help search engines find pages; especially important for large sites or ...
992
10448 amazon-review-analyzer nexscope-ai/amazon-skills
Amazon Review Analyzer 💬 Transform customer reviews into competitive intelligence and product improvement roadmaps. Installation npx skills add nexscope-ai/Amazon-Skills --skill amazon-review-analyzer -g Usage Examples Competitor review analysis: "Analyze reviews for competitor yoga mats - what are customers complaining about?" Show more Installs 855 Repository nexscope-ai/ama…n-skills GitHub Stars 510 First Seen Mar 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
992
10449 trace-to-training-data wshobson/agents
Trace To Training Data This skill assumes eval-harness-first already graded the traces being converted here — goldens, graders, and runs/<run-id>/results.json all exist before conversion starts. This is the flywheel edge that skill names in its own flow: "the same labeled traces become the training set." Conversion happens here; grading already happened upstream. Show more Installs 948 Repository wshobson/agents GitHub Stars 39.1K First Seen Jul 14, 2026 Security Audits Gen Agent Trust Hub Pass ...
992
10450 openclaw-security-watchdog aradotso/security-skills
OpenClaw Security Watchdog Skill by ara.so — Security Skills collection. OpenClaw Security Watchdog is an automated security scanning tool that performs comprehensive system security audits across 14 critical security dimensions. It generates human-readable reports with clear risk indicators (✅/⚠️/🚨) and can integrate with threat intelligence databases. Installation Prerequisites: Node.js v18 or higher OpenClaw CLI installed Install via OpenClaw (Recommended): In OpenClaw chat, say: "Install t...
991