███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11601 | tailwind-v4-shadcn | ovachiever/droid-tings |
Tailwind v4 + shadcn/ui Production Stack Production-tested : WordPress Auditor ( https://wordpress-auditor.webfonts.workers.dev ) Last Updated : 2026-01-20 Versions : tailwindcss@4.1.18, @tailwindcss/vite@4.1.18 Status : Production Ready ✅ Quick Start (Follow This Exact Order) 1. Install dependencies pnpm add tailwindcss @tailwindcss/vite pnpm add -D @types/node tw-animate-css pnpm dlx shadcn@latest init 2. Delete v3 config if exists rm tailwind.config.ts v4 doesn't use this file vite.config....
|
65 |
| 11602 | npx-cli | jwynia/agent-skills |
npx CLI Tool Development (Bun-First) Build and publish npx-executable command-line tools using Bun as the primary runtime and toolchain, producing binaries that work for all npm/npx users (Node.js runtime). When to Use This Skill Use when: Creating a new CLI tool from scratch Building an npx-executable binary Setting up argument parsing, sub-commands, or terminal UX for a CLI Publishing a CLI tool to npm Adding a CLI to an existing library package Do NOT use when: Building a library without a CL...
|
65 |
| 11603 | design-system | lobbi-docs/claude |
Frontend Design System This is a skill for production-grade UI design. It supports consistent and scalable frontend development through clear design tokens, layout rules, motion guidelines, and accessibility checks. When to use this skill Production-quality UI needed : Generate high-quality UI from prompts Consistent design language : Consistent visual language across screens Typography/layout/motion guide : Systematic design system Instructions Step 1: Define Design Tokens // design-tokens.ts e...
|
65 |
| 11604 | groove-work-plan | andreadellacorte/groove |
groove-work-plan Outcome The codebase is researched for relevant patterns and constraints. A concrete implementation plan is written with ordered steps, file paths, and function names. Plan is captured as a task or doc. Acceptance Criteria Plan references actual code patterns found in the codebase (not assumptions) Steps are ordered and specific enough to execute without ambiguity File paths and function names are named where known Edge cases are identified and handling is specified Stage task c...
|
65 |
| 11605 | 1k-date-formatting | onekeyhq/app-monorepo |
Date Formatting Skill This skill ensures consistent date and time formatting across the OneKey app, respecting user locale settings. Usage Use this skill when: Displaying dates or times in UI components Formatting timestamps from API responses Ensuring dates follow the app's language/locale settings Converting date strings for display Core Rules NEVER use native JavaScript date methods // ❌ FORBIDDEN - Does not respect app settings date.toLocaleDateString() date.toLocaleString() date.toISOSt...
|
65 |
| 11606 | content-script-developer | shipshitdev/library |
Content Script Developer You build reliable, low-impact content scripts for browser extensions (Chrome MV3). You focus on stable DOM integration, safe styling, messaging, and performance on SPA-heavy sites. When to Use Building or updating a content script Injecting UI into third-party pages Scraping or reading page state in a browser extension Handling SPA navigation changes or dynamic DOM updates Core Constraints Content scripts run in an isolated world; page JS scope is not shared. Avoid po...
|
65 |
| 11607 | statusline-setup | b-open-io/prompts |
Create and customize Claude Code status lines to display contextual information like model name, git branch, token usage, project colors, and more. Overview Claude Code supports custom status lines displayed at the bottom of the interface, similar to terminal prompts (PS1) in shells like Oh-my-zsh. Status lines update when conversation messages change, running at most every 300ms. Interactive Setup Flow When setting up a status line, first check for existing configuration and use AskUserQu...
|
65 |
| 11608 | n8n-workflow-architect | promptadvisers/n8n-powerhouse |
n8n Workflow Architect The Intelligent Automation Architect (IAA) - Strategic guidance for building automation systems that survive production. When to Use This Skill Invoke this skill when users: Want to plan an automation project - "I need to automate my sales pipeline" Have multiple services to integrate - "I use Shopify, Klaviyo, and Notion" Need architecture decisions - "Should I use n8n or Python for this?" Are evaluating feasibility - "Can I automate X with my current stack?" Want product...
|
65 |
| 11609 | misttrack-skills | slowmist/misttrack-skills |
MistTrack OpenAPI 技能 概述 MistTrack 是由 SlowMist 开发的加密货币反洗钱(AML)追踪工具,专注于打击加密货币洗钱活动。 收录超过 4 亿个 地址(涵盖主要交易平台的各类钱包) 提供 50 万条 威胁情报地址 标记超过 9000 万个 与恶意活动相关的地址 API 基本信息 Base URL https://openapi.misttrack.io 认证方式 所有请求均需在 Query Parameter 中传入 api_key (GET 请求)或 Request Body(POST 请求)。 通用响应结构 字段 类型 说明 success Boolean 请求是否成功 msg String 失败时的错误信息 data Dictionary 响应数据 速率限制(Rate Limits) 套餐 速率 每日限额 Standard 1 次/秒/key 10,000 次/天/key Compliance 5 次/秒/key 50,000 次/天/key Enterprise 无限制 无限制 超出限制时返回: { "success" : false , "...
|
65 |
| 11610 | qa-agent-testing | vasilyu1983/ai-agents-public |
QA Agent Testing (Jan 2026) Design and run reliable evaluation suites for LLM agents/personas, including tool-using and multi-agent systems. Default QA Workflow Define the Persona Under Test (PUT): scope, out-of-scope, and safety boundaries. Define 10 representative tasks (Must Ace). Define 5 refusal edge cases (Must Decline + redirect). Define an output contract (format, tone, structure, citations). Run the suite with determinism controls and tool tracing. Score with the 6-dimension rubric; t...
|
65 |
| 11611 | vulnhunter | sendaifun/skills |
VulnHunter - Security Vulnerability Detection & Analysis A comprehensive security audit skill for identifying dangerous APIs, footgun patterns, error-prone configurations, and hunting for vulnerability variants across codebases. Inspired by Trail of Bits' sharp-edges and variant-analysis methodologies. Overview VulnHunter combines two powerful security analysis techniques: Sharp Edges Detection - Identify error-prone APIs, dangerous defaults, and footgun designs Variant Analysis - Find similar v...
|
65 |
| 11612 | godot-signal-architecture | thedivergentai/gd-agentic-skills |
Signal Architecture Signal Up/Call Down pattern, typed signals, and event buses define decoupled, maintainable architectures. Available Scripts global_event_bus.gd Expert AutoLoad event bus with typed signals and connection management. signal_debugger.gd Runtime signal connection analyzer. Shows all connections in scene hierarchy. signal_spy.gd Testing utility for observing signal emissions with count tracking and history. MANDATORY - For Event Bus : Read global_event_bus.gd before implementing ...
|
65 |
| 11613 | nsfc-qc | huangwb8/chineseresearchlatex |
NSFC 标书质量控制(nsfc-qc) 目标输出(契约) 只读 :对标书内容完全只读(不修改任何 .tex/.bib/.cls/.sty )。 隔离(推荐) :使用“交付目录 + sidecar 工作区”组织产物,默认不污染标书根目录: 交付目录(面向人读): {deliver_dir}/ 工作区(面向复现/归档): {deliver_dir}/.nsfc-qc/ (包含 runs/snapshot/.parallel_vibe/artifacts/final) 兼容(legacy) :仍支持把工作区写入 project_root/.nsfc-qc/ (旧用法)。 交付物(标准化) : {run_dir}/final/nsfc-qc_report.md {run_dir}/final/nsfc-qc_metrics.json {run_dir}/final/nsfc-qc_findings.json {run_dir}/final/validation.json (结构一致性校验结果) 输入参数(建议显式提供) 最少必须给: project_root :如 projects/NSFC...
|
65 |
| 11614 | frontend-design | secondsky/claude-skills |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
65 |
| 11615 | spec-test-usecase | zixun-github/aisdlc |
Spec 测试用例(V2:Usecase) 把 requirements/solution.md / requirements/prd.md 中的验收口径(AC)转成 可执行、可判定、可追溯 的手工测试用例。 输入与门禁(必须遵守) REQUIRED SUB-SKILL:正在执行 spec-context 获取上下文,并在对话中回显 FEATURE_DIR=... (允许 (reuse) )。 必读项目级 memory : project/memory/product.md 、 project/memory/tech.md 、 project/memory/glossary.md ;读不到必须写 CONTEXT GAP 。 需求级最小输入 : {FEATURE_DIR}/requirements/solution.md 或 {FEATURE_DIR}/requirements/prd.md 至少其一必须存在;否则停止并写 CONTEXT GAP 。 强制使用模板 : usecase.md 必须直接使用用例模板 assets/test_usercase_template.md (不得自创...
|
65 |
| 11616 | videos-search | brave/brave-search-skills |
Videos Search Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Quick Start (cURL) Basic Search curl -s "https://api.search.brave.com/res/v1/videos/search?q=python+tutorial" \ -H "Accept: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY} " With Parameters curl -s "https://api.search.brave.com/res/v1/videos/search" \ -H "Accept: application/json" \ -H "X-Subscrip...
|
65 |
| 11617 | fullstack-workspace-init | shipshitdev/library |
Full Stack Workspace Init Create a production-ready monorepo with working MVP features: Frontend: NextJS 16 + React 19 + TypeScript + Tailwind + @agenticindiedev/ui Backend: NestJS 11 + MongoDB + Clerk Auth + Swagger Mobile: React Native + Expo (optional) Quality: Vitest (80% coverage) + Biome + Husky + GitHub Actions CI/CD Package Manager: bun What Makes This Different This skill generates working applications, not empty scaffolds: Complete CRUD operations for your main entities Clerk authe...
|
65 |
| 11618 | elementor-development | peixotorms/odinlayer-skills |
Elementor Addon & Widget Development Consolidated reference for addon architecture, widget creation, manager registration, scripts/styles, data structure, deprecations, and CLI commands. See also: Widget Rendering Details -- full control registration, render(), content_template(), render attributes Data Structure, Deprecations & CLI -- JSON format, element structure, deprecation timeline, CLI commands 1. Addon Structure Plugin Header Every Elementor addon requires standard WordPress headers plus...
|
65 |
| 11619 | godot-rpg-stats | thedivergentai/gd-agentic-skills |
RPG Stats Resource-based stats, modifier stacks, and derived calculations define flexible character progression. Available Scripts stat_resource.gd Robust Resource-based stat system with caching, dirty flags, and modifier stacks. modifier_stack_stats.gd Expert stat system with additive/multiplicative modifier stacks and priority ordering. NEVER Do in RPG Stats NEVER use int for percentages — var critical_chance: int = 50 for 50%? Integer division = truncation errors. Use float (0.0-1.0 OR 0.0-10...
|
65 |
| 11620 | axiom-shipping | charleswiltgen/axiom |
Shipping & App Store Router You MUST use this skill when preparing to submit ANY app, handling App Store rejections, or working on release workflow. When to Use Use this router when you encounter: Preparing an app for App Store submission App Store rejection (any guideline) Metadata requirements (screenshots, descriptions, keywords) Privacy manifest and nutrition label questions Age rating and content classification Export compliance and encryption declarations EU DSA trader status Account delet...
|
65 |
| 11621 | sentry-sdk-skill-creator | getsentry/sentry-agent-skills |
All Skills > SDK Skill Creator Create a Sentry SDK Skill Bundle Produce a complete, research-backed SDK skill bundle — a main wizard SKILL.md plus deep-dive reference files for every feature pillar the SDK supports. Invoke This Skill When Asked to "create a Sentry SDK skill" for a new platform Asked to "add support for [language/framework]" to sentry-agent-skills Building a new sentry-<platform>-sdk skill bundle Porting the SDK skill pattern to a new Sentry SDK Read ${SKILL_ROOT}/references/phil...
|
65 |
| 11622 | examples-auto-run | openai/openai-agents-python |
examples-auto-run What it does Runs uv run examples/run_examples.py with: EXAMPLES_INTERACTIVE_MODE=auto (auto-input/auto-approve). Per-example logs under .tmp/examples-start-logs/. Main summary log path passed via --main-log (also under .tmp/examples-start-logs/). Generates a rerun list of failures at .tmp/examples-rerun.txt when --write-rerun is set. Provides start/stop/status/logs/tail/collect/rerun helpers via run.sh. Background option keeps the process running with a pidfile; stop cleans it...
|
65 |
| 11623 | umbraco-dashboard | umbraco/umbraco-cms-backoffice-skills |
Umbraco Dashboard What is it? Dashboards are customizable components that appear in Umbraco's backoffice sections to display information and functionality. They show an 'editor' for the selected item in the tree or default section information when no item is selected. Dashboards use conditions to control where and when they appear in the backoffice. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/exte...
|
65 |
| 11624 | ec2-backend-deployer | shipshitdev/library |
EC2 Backend Deployer Expert in deploying backend applications to EC2 instances using CI/CD pipelines, Docker containers, and GitHub Actions. When to Use This Skill Use when you're: Setting up CI/CD for backend deployment to EC2 Configuring Docker-based deployments Implementing automated deployment pipelines Deploying NestJS, Next.js, or Express backends Setting up container registries and image management Configuring secure EC2 access (Tailscale) Quick Workflow Dockerfile: Multi-stage build ...
|
65 |
| 11625 | rails-expert | 404kidwiz/claude-supercode-skills |
Rails Expert Senior Rails specialist with deep expertise in Rails 7+, Hotwire, and modern Ruby web development patterns. Role Definition You are a senior Ruby on Rails engineer with 10+ years of Rails development experience. You specialize in Rails 7+ with Hotwire/Turbo, convention over configuration, and building maintainable applications. You prioritize developer happiness and rapid development. When to Use This Skill Building Rails 7+ applications with modern patterns Implementing Hotwire...
|
65 |
| 11626 | inference-sh | inference-sh/skills |
inference.sh Run 150+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh infsh login Quick Examples Generate an image infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut"}' Generate a video infsh app run google/veo-3-1-fast --input '{"prompt": "drone over mountains"}' Call Claude infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}' Web search infsh app run tavily/search-assist...
|
65 |
| 11627 | axiom-lldb-ref | charleswiltgen/axiom |
LLDB Command Reference Complete command reference for LLDB in Xcode. Organized by task so you can find the exact command you need. For debugging workflows and decision trees, see /skill axiom-lldb . Part 1: Variable Inspection v / frame variable Reads memory directly. No compilation. Most reliable for Swift values. (lldb) v All variables in current frame (lldb) v self Self in current context (lldb) v self.propertyName Specific pr...
|
65 |
| 11628 | rust-clap | pproenca/dot-skills |
Rust Clap Best Practices Comprehensive best practices guide for building CLI applications in Rust using clap. Contains 42 rules across 8 categories, prioritized by impact to guide CLI design, argument parsing, and testing. When to Apply Reference these guidelines when: Designing new Rust CLI applications Adding arguments or subcommands to existing CLIs Validating and parsing command-line input Writing integration tests for CLI tools Improving help text and user experience Rule Categories by ...
|
65 |
| 11629 | spec-first | shipshitdev/library |
Spec-First Development A structured workflow for LLM-assisted coding that delays implementation until decisions are explicit. When This Activates "Build X" or "Create Y" (new features/projects) "Implement..." (non-trivial functionality) "Add a feature that..." (multi-step work) Any request requiring 3+ files or unclear requirements When to Skip Single-file changes under 50 lines Typo fixes, log additions, config tweaks User explicitly says "just do it" or "quick fix" Core Principles Delay imp...
|
65 |
| 11630 | dataforseo | nikhilbhansali/dataforseo-skill-claude |
DataForSEO API Skill Universal interface to all DataForSEO APIs for comprehensive SEO data retrieval and analysis. Credential Setup Before first use, set up credentials: import sys , os sys . path . insert ( 0 , os . path . expanduser ( '~/.agents/skills/dataforseo/scripts' ) ) from dataforseo_client import save_credentials , verify_credentials Get credentials from https://app.dataforseo.com/ login = "your_email@example.com" API login (email) password = "your_api_password" API password (from ...
|
65 |
| 11631 | software-localisation | vasilyu1983/ai-agents-public |
Software Localisation - Quick Reference Production patterns for internationalisation (i18n) and localisation (l10n) in modern web applications. Covers library selection, translation management, ICU message format, RTL support, and CI/CD workflows. Snapshot (2026-01): i18next 25.x, react-i18next 16.x, react-intl 8.x, vue-i18n 11.x, next-intl 4.x, @angular/localize 21.x. Always verify current versions in the target repo (see Currency Check Protocol). Authoritative References: i18next Documenta...
|
65 |
| 11632 | botcoin-miner | botcoinmoney/botcoin-miner-skill |
BOTCOIN Miner Mine BOTCOIN by solving hybrid natural language challenges. Your LLM reads a prose document about fictional companies, uses a small set of questions to identify referenced entities, then generates a single constrained artifact to earn on-chain credits redeemable for BOTCOIN rewards. No external tools required. The coordinator provides pre-encoded transaction calldata — you only need curl and your Bankr API key. Prerequisites Bankr API key with write access enabled. Set as BANKR_API...
|
65 |
| 11633 | setup | tartinerlabs/skills |
assistant-ui Setup CLI Commands Quick Decision Flow Existing Next.js app ( package.json exists): use npx assistant-ui@latest init Existing app in CI/agent/non-interactive shell: use npx assistant-ui@latest init --yes Existing app + force overwrite of conflicts: add --overwrite New app / empty directory: use npx assistant-ui@latest create <name> Need specific starter template: add -t <default|minimal|cloud|cloud-clerk|langgraph|mcp> Need a curated example: use npx assistant-ui@latest create <name...
|
65 |
| 11634 | recommendation-engine | secondsky/claude-skills |
Recommendation Engine Build recommendation systems for personalized content and product suggestions. Recommendation Approaches Approach How It Works Pros Cons Collaborative User-item interactions Discovers hidden patterns Cold start Content-based Item features Works for new items Limited discovery Hybrid Combines both Best of both Complex Collaborative Filtering import numpy as np from scipy . sparse import csr_matrix from sklearn . metrics . pairwise import cosine_similarity class Collaborative...
|
65 |
| 11635 | funasr-transcribe | cat-xierluo/legal-skills |
FunASR 语音转文字 本 skill 提供本地语音识别服务,将音频或视频文件转换为结构化的 Markdown 文档。 功能概述 支持多种音视频格式(mp4、mov、mp3、wav、m4a、flac 等) 自动生成时间戳 支持说话人分离(diarization) 输出 Markdown 格式,便于阅读和编辑 使用流程 首次使用:安装依赖和下载模型 运行安装脚本完成环境配置: python scripts/setup.py 安装脚本会自动: 检查 Python 版本(需要 >= 3.8) 安装依赖包(FastAPI、Uvicorn、FunASR、PyTorch) 下载 ASR 模型到 ~/.cache/modelscope/hub/models/ 验证安装状态: python scripts/setup.py --verify 启动转录服务 python scripts/server.py 服务默认运行在 http://127.0.0.1:8765 智能特性: 自动启动 :首次请求时自动加载模型 空闲关闭 :默认 10 分钟无活动后自动关闭以节约资源 可配置超时 :使用 --idle-...
|
65 |
| 11636 | postgis-skill | postgis/postgis |
$ npx skills add https://github.com/postgis/postgis --skill postgis-skill<div
|
65 |
| 11637 | screenwriter | rfxlamia/claude-skillkit |
Screenwriter Skill Overview This skill transforms creative concepts into professional screenplay documents optimized for AI-powered video production pipelines. It bridges the gap between raw story ideas and production-ready scripts by generating structured, visual-rich narratives in industry-standard screenplay format. Pipeline Position: diverse-content-gen → screenwriter → imagine → arch-v Key Capabilities: Convert raw ideas into structured scene-by-scene narratives Generate rich visual descrip...
|
65 |
| 11638 | refactor | tartinerlabs/skills |
Refactor Overview Improve code structure and readability without changing external behavior. Refactoring is gradual evolution, not revolution. Use this for improving existing code, not rewriting from scratch. When to Use Use this skill when: Code is hard to understand or maintain Functions/classes are too large Code smells need addressing Adding features is difficult due to code structure User asks "clean up this code", "refactor this", "improve this" Refactoring Principles The Golden Rules ...
|
65 |
| 11639 | design-audit | bencium/bencium-claude-code-design-skill |
Design Audit Skill You are a UI/UX architect. You do not write features or touch functionality. You make apps feel inevitable — like no other design was ever possible. If a user needs to think about how to use it, you've failed. If an element can be removed without losing meaning, it must be removed. Before You Start Read and internalize before forming any opinion: DESIGN_SYSTEM (.md) — tokens, colors, typography, spacing, shadows, radii FRONTEND_GUIDELINES (.md) — component engineering, state m...
|
65 |
| 11640 | claude-hook-writer | secondsky/claude-skills |
Claude Hook Writer Status : Production Ready Version : 2.0.0 (Optimized with progressive disclosure) Last Updated : 2025-12-17 Overview Expert guidance for writing secure, reliable, and performant Claude Code hooks. This skill validates design decisions, enforces best practices, and prevents common pitfalls. When to Use This Skill Designing a new Claude Code hook Reviewing existing hook code Debugging hook failures Optimizing slow hooks Securing hooks that handle sensitive data Publishing hooks ...
|
65 |
| 11641 | nansen-pm-insider-scan | nansen-ai/nansen-cli |
PM Suspicious Wallet Scanner Answers: "Are there wallets with suspicious trading patterns in this Polymarket market?" 1. Find the resolved market nansen research prediction-market market-screener --query "<market name>" --status closed --limit 5 → market_id, question, volume, last_trade_price 2. Get top winners (positive PnL) — paginate if needed, keep per_page <= 10 MID = < market_id > nansen research prediction-market pnl-by-market --market-id $MID --limit 10 → address (proxy), owner_addre...
|
65 |
| 11642 | cilium-expert | martinholovsky/claude-skills-generator |
Cilium eBPF Networking & Security Expert 1. Overview Risk Level: HIGH ⚠️🔴 Cluster-wide networking impact (CNI misconfiguration can break entire cluster) Security policy errors (accidentally block critical traffic or allow unauthorized access) Service mesh failures (break mTLS, observability, load balancing) Network performance degradation (inefficient policies, resource exhaustion) Data plane disruption (eBPF program failures, kernel compatibility issues) You are an elite Cilium networking an...
|
65 |
| 11643 | best-minds | brucexo/skills-collection |
Best Minds "Don't think of LLMs as entities but as simulators." — Andrej Karpathy 核心 不要问 AI "你怎么看"。 要问:这个问题,世界上谁最懂?TA 会怎么说? 然后模拟那个人。 原则 问题决定人数 — 一个人够就一个,需要碰撞才多个 找真正最懂的 — 不是找"合适的",是找"最强的" 基于真实 — 模拟要基于 TA 公开的思想、著作、言论 引用原话 — 尽可能用 TA 说过的话 vs ai-coaches ai-coaches best-minds 从 13 个预设智者选 从全世界找 基于关键词匹配 基于问题本质
|
65 |
| 11644 | seo-audit | kostja94/marketing-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 ...
|
65 |
| 11645 | github-trending | wwwzhouhui/skills_collection |
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...
|
65 |
| 11646 | dispatching parallel agents | bobmatnyc/claude-mpm-skills |
Dispatching Parallel Agents Overview When multiple unrelated failures occur (different test files, different subsystems, different bugs), investigating them sequentially wastes time. Each investigation is independent and can happen in parallel. Core principle: Dispatch one agent per independent problem domain. Let them work concurrently. When to Use This Skill Activate this skill when facing: 3+ test files failing with different root causes Multiple subsystems broken independently Each problem i...
|
65 |
| 11647 | context7 | trancong12102/agentskills |
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
|
65 |
| 11648 | groove-work-compound | andreadellacorte/groove |
groove-work-compound Scope "This conversation" means the full chat thread (all messages in the same chat where the user invoked compound). Lessons and compound actions come from work done or decided anywhere in that thread. In scope: Work done earlier in the same chat: other skill runs (e.g. /ppp-weekly-report, /groove-work-plan), file or bean edits, decisions, review or planning discussion. Any bean or work item the user or the thread refers to as part of the workflow (e.g. the epic or task thi...
|
65 |
| 11649 | postgresql-optimization | sickn33/antigravity-awesome-skills |
PostgreSQL Development Assistant Expert PostgreSQL guidance for ${selection} (or entire project if no selection). Focus on PostgreSQL-specific features, optimization patterns, and advanced capabilities. � PostgreSQL-Specific Features JSONB Operations -- Advanced JSONB queries CREATE TABLE events ( id SERIAL PRIMARY KEY , data JSONB NOT NULL , created_at TIMESTAMPTZ DEFAULT NOW ( ) ) ; -- GIN index for JSONB performance CREATE INDEX idx_events_data_gin ON events USING gin ( data ) ; -- JSONB cont...
|
65 |
| 11650 | ai-ml | sickn33/antigravity-awesome-skills |
AI/ML Workflow Bundle Overview Comprehensive AI/ML workflow for building LLM applications, implementing RAG systems, creating AI agents, and developing machine learning pipelines. This bundle orchestrates skills for production AI development. When to Use This Workflow Use this workflow when: Building LLM-powered applications Implementing RAG (Retrieval-Augmented Generation) Creating AI agents Developing ML pipelines Adding AI features to applications Setting up AI observability Workflow Phases P...
|
65 |