███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2051 | apify-trend-analysis | apify/agent-skills |
Discover and track emerging trends using Apify Actors to extract data from multiple platforms. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Identify trend type (select Actor) - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask user preferences (format, filename) - [ ] St...
|
2.7K |
| 2052 | playwright-e2e-testing | bobmatnyc/claude-mpm-skills |
Playwright E2E Testing Skill progressive_disclosure: entry_point: summary: "Modern E2E testing framework with cross-browser automation and built-in test runner" when_to_use: - "When testing web applications end-to-end" - "When needing cross-browser testing" - "When testing user flows and interactions" - "When needing screenshot/video recording" quick_start: - "npm init playwright@latest" - "Choose TypeScript and test location" - "npx playwright test" - "npx playwright show-report" token_estimate...
|
2.7K |
| 2053 | adk-cheatsheet | google/adk-docs |
ADK Cheatsheet Python only for now. This cheatsheet currently covers the Python ADK SDK. Support for other languages is coming soon. Reference Files File Contents references/python.md Python ADK API quick reference — agents, tools, auth, orchestration, callbacks, plugins, state, artifacts, context caching/compaction, session rewind references/docs-index.md ADK docs index (synced from llms.txt) — titles and URLs for fetching ADK documentation pages. If missing, fetch https://google.github.io/adk-...
|
2.7K |
| 2054 | adk-scaffold | google/adk-docs |
ADK Project Scaffolding Guide Use the agent-starter-pack CLI (via uvx ) to create new ADK agent projects or enhance existing ones with deployment, CI/CD, and infrastructure scaffolding. Step 1: Gather Requirements Start with the use case, then ask follow-ups based on answers. Always ask: What problem will the agent solve? — Core purpose and capabilities External APIs or data sources needed? — Tools, integrations, auth requirements Safety constraints? — What the agent must NOT do, guardrails Depl...
|
2.7K |
| 2055 | surf | asksurf-ai/surf-skills |
Surf — One Skill, All Crypto Data surf is a global CLI for querying crypto data. Run it directly (NOT via npx surf ). CLI flags use kebab-case (e.g. --sort-by , --token-address ), NOT snake_case. Setup Install the Surf CLI following the guide at https://agents.asksurf.ai/docs/cli/introduction surf install surf sync Always run surf install and surf sync at the start of every session — install updates the CLI binary, sync refreshes the API spec cache. After surf install , check the Minimum skill v...
|
2.7K |
| 2056 | bb-browser | epiral/bb-browser |
bb-browser - 信息获取与浏览器自动化 核心价值 bb-browser 是一个强大的信息获取工具。 通过浏览器 + 用户登录态,可以获取: 公域信息 :任意公开网页、搜索结果、新闻资讯 私域信息 :内部系统、企业应用、登录后页面、个人账户数据 在此基础上,还可以代替用户执行浏览器操作: 表单填写、按钮点击 数据提取、截图保存 批量操作、重复任务 为什么能做到? 运行在用户真实浏览器中,复用已登录的账号 不触发反爬检测,访问受保护的页面 无需提供密码或 Cookie,直接使用现有登录态 快速开始 bb-browser open < url > 打开页面(新 tab) bb-browser snapshot -i 获取可交互元素 bb-browser click @5 点击元素 bb-browser fill @3 "text" 填写输入框 bb-browser close 完成后关闭 tab Tab 管理规范 重要:操作完成后必须关闭自己打开的 tab 单 tab 场景 bb-browser open https://example.com 打开新 tab bb-...
|
2.7K |
| 2057 | onchain-pay-open-api | binance/binance-skills-hub |
Binance Onchain-Pay Open API Skill Call Binance Onchain-Pay Open API endpoints with automatic RSA SHA256 request signing. Quick Reference Endpoint API Path Required Params Optional Params Payment Method List (v1) papi/v1/ramp/connect/buy/payment-method-list fiatCurrency, cryptoCurrency, totalAmount, amountType network, contractAddress Payment Method List (v2) papi/v2/ramp/connect/buy/payment-method-list (none) lang Trading Pairs papi/v1/ramp/connect/buy/trading-pairs (none) (none) Estimated Quot...
|
2.7K |
| 2058 | userinterface-wiki | raphaelsalaja/userinterface-wiki |
User Interface Wiki Comprehensive UI/UX best practices guide for web interfaces. Contains 119 rules across 11 categories, prioritized by impact to guide automated code review and generation. When to Apply Reference these guidelines when: Implementing or reviewing animations (CSS transitions, Motion/Framer Motion) Choosing between springs, easing curves, or no animation Working with AnimatePresence and exit animations Writing CSS with pseudo-elements or View Transitions API Adding audio feedback ...
|
2.7K |
| 2059 | ux-heuristics | wondelai/skills |
Practical usability principles for evaluating and improving user interfaces. Based on a fundamental truth: users don't read, they scan. They don't make optimal choices, they satisfice. They don't figure out how things work, they muddle through. Core Philosophy "Don't Make Me Think" - Every page should be self-evident. If something requires thinking, it's a usability problem. Krug's Three Laws of Usability 1. Don't Make Me Think Every question mark that pops into a user's head adds to the...
|
2.7K |
| 2060 | hallmark | nutlope/hallmark |
Hallmark A design skill for AI coding assistants. Makes the UIs they generate look made, not generated. Hallmark is opinionated, short, and boring on purpose. It encodes a tight set of rules — drawn from the consensus of the anti-AI-slop design field (impeccable, kami, Anthropic's frontend-design skill, taste-skill, the Claude cookbook on frontend aesthetics, and the 2026 "tactile rebellion" movement) — and refuses to let the model fall back to the defaults every LLM was trained on. The differen...
|
2.7K |
| 2061 | openclaw-config | adisinghstudent/easyclaw |
OpenClaw Operations Runbook Diagnose and fix real problems. Every command here is tested and works. Quick Health Check Run this first when anything seems wrong. Copy-paste the whole block: echo "=== GATEWAY ===" && \ ps aux | grep -c "[o]penclaw" && \ echo "=== CONFIG JSON ===" && \ python3 -m json.tool ~/.openclaw/openclaw.json > /dev/null 2 > &1 && echo "JSON: OK" || echo "JSON: BROKEN" && \ echo "=== CHANNELS ===" && \ cat ~/.openclaw/openclaw.json | jq -r '.channels | to_entries[] | "\(.key)...
|
2.7K |
| 2062 | dart-collect-coverage | dart-lang/skills |
Implementing Dart and Flutter Test Coverage Contents Testing Fundamentals Coverage Directives Workflow: Configuring and Generating Coverage Reports Workflow: Advanced Manual Coverage Collection Examples Testing Fundamentals Structure your test suites using the standard Dart testing paradigms. Use package:test for Dart projects and flutter_test for Flutter projects. Unit Tests: Verify individual functions, methods, or classes. Component/Widget Tests: Verify component behavior, layout, and interac...
|
2.6K |
| 2063 | skill-development | anthropics/claude-plugins-official |
Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Pr...
|
2.6K |
| 2064 | golang-data-structures | samber/cc-skills-golang |
Persona: You are a Go engineer who understands data structure internals. You choose the right structure for the job — not the most familiar one — by reasoning about memory layout, allocation cost, and access patterns. Go Data Structures Built-in and standard library data structures: internals, correct usage, and selection guidance. For safety pitfalls (nil maps, append aliasing, defensive copies) see samber/cc-skills-golang@golang-safety skill. For channels and sync primitives see samber/cc-skil...
|
2.6K |
| 2065 | dogfood | callstackincubator/agent-device |
Dogfood Systematically explore a web application, find issues, and produce a report with full reproduction evidence for every finding. Setup Only the Target URL is required. Everything else has sensible defaults -- use them unless the user explicitly provides an override. Parameter Default Example override Target URL (required) vercel.com , http://localhost:3000 Session name Slugified domain (e.g., vercel.com -> vercel-com ) --session my-session Output directory ./dogfood-output/ Output director...
|
2.6K |
| 2066 | web-search | brave/brave-search-skills |
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App App ID Description Search exa/search Smart web search with AI...
|
2.6K |
| 2067 | chart-visualization | antvis/chart-visualization-skills |
Chart Visualization Skill This skill provides a comprehensive workflow for transforming data into visual charts. It handles chart selection, parameter extraction, and image generation. Workflow To visualize data, follow these steps: 1. Intelligent Chart Selection Analyze the user's data features to determine the most appropriate chart type. Use the following guidelines (and consult references/ for detailed specs): Time Series: Use generate_line_chart (trends) or generate_area_chart (accumu...
|
2.6K |
| 2068 | hook-development | anthropics/claude-plugins-official |
Hook Development for Claude Code Plugins Overview Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows. Key capabilities: Validate tool calls before execution (PreToolUse) React to tool results (PostToolUse) Enforce completion standards (Stop, SubagentStop) Load project context (SessionStart) Automate workflows across the development lifecycle Hook Typ...
|
2.6K |
| 2069 | figma | openai/skills |
Figma MCP Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see references/figma-mcp-config.md . Figma MCP Integration Rules These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change. Required flow (do not skip) Run get_design_context first to fetch the structured representation for the exact node(s). If the response is too large or truncated, run get_met...
|
2.6K |
| 2070 | command-development | anthropics/claude-plugins-official |
Command Development for Claude Code Overview Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows. Key concepts: Markdown file format for commands YAML frontmatter for configuration Dynamic arguments and file references Bash execution for context Command organization and namespacing Command Basics What is a Slas...
|
2.6K |
| 2071 | google-workspace-ops | affaan-m/everything-claude-code |
Google Workspace Ops This skill is for operating shared docs, spreadsheets, and decks as working systems, not just editing one file in isolation. When to Use User needs to find a doc, sheet, or deck and update it in place Consolidating plans, trackers, notes, or customer lists stored in Google Drive Cleaning or restructuring a shared spreadsheet Importing, repairing, or reformatting a Google Slides deck Producing summaries from Docs, Sheets, or Slides for decision-making Preferred Tool Surface U...
|
2.6K |
| 2072 | dart-use-pattern-matching | dart-lang/skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Implementing Dart Patterns Contents Pattern Selection Strategy Switch Statements vs. Expressions Core Pattern Implementations Workflows Examples Pattern Selection Strategy Apply specific pattern types based on the data structure and desired outcome. Follow these conditional guidelines: If validating and extracting from deserialized data (e.g., ...
|
2.6K |
| 2073 | dart-resolve-package-conflicts | dart-lang/skills |
Managing Dart Dependencies Contents Core Concepts Version Constraints Workflow: Auditing Dependencies Workflow: Upgrading Dependencies Workflow: Resolving Version Conflicts Examples Core Concepts Dart enforces a strict single-version rule for dependencies: a project and all its transitive dependencies must resolve to a single, shared version of any given package. This prevents runtime type mismatches but introduces the risk of "version lock." To mitigate version lock, Dart relies on version cons...
|
2.6K |
| 2074 | convex-best-practices | waynesutton/convexskills |
Convex Best Practices Build production-ready Convex applications by following established patterns for function organization, query optimization, validation, TypeScript usage, and error handling. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/understanding/best-practices/ Error Handling: https://docs.convex.dev/functions/error-handling Write Conflicts: https://docs.convex.dev/error1 For broader context: https://docs....
|
2.6K |
| 2075 | dart-generate-test-mocks | dart-lang/skills |
Testing and Mocking Dart Applications Contents Structuring Code for Testability Managing Dependencies Generating Mocks Implementing Unit Tests Workflow: Creating and Running Mocked Tests Examples Structuring Code for Testability Design Dart classes to support dependency injection. Isolate complex external dependencies (like API clients or databases) so they can be replaced with mock objects during testing. Inject external services (e.g., http.Client ) through class constructors. Represent URLs s...
|
2.6K |
| 2076 | laravel-verification | affaan-m/everything-claude-code |
Laravel Verification Loop Run before PRs, after major changes, and pre-deploy. When to Use Before opening a pull request for a Laravel project After major refactors or dependency upgrades Pre-deployment verification for staging or production Running full lint -> test -> security -> deploy readiness pipeline How It Works Run phases sequentially from environment checks through deployment readiness so each layer builds on the last. Environment and Composer checks gate everything else; stop immediat...
|
2.6K |
| 2077 | safety-guard | affaan-m/everything-claude-code |
Safety Guard — Prevent Destructive Operations When to Use When working on production systems When agents are running autonomously (full-auto mode) When you want to restrict edits to a specific directory During sensitive operations (migrations, deploys, data changes) How It Works Three modes of protection: Mode 1: Careful Mode Intercepts destructive commands before execution and warns: Watched patterns: - rm -rf (especially /, ~, or project root) - git push --force - git reset --hard - git checko...
|
2.6K |
| 2078 | laravel-plugin-discovery | affaan-m/everything-claude-code |
Laravel Plugin Discovery Find, evaluate, and choose healthy Laravel packages using the LaraPlugins.io MCP server. When to Use User wants to find Laravel packages for a specific feature (e.g. "auth", "permissions", "admin panel") User asks "what package should I use for..." or "is there a Laravel package for..." User wants to check if a package is actively maintained User needs to verify Laravel version compatibility User wants to assess package health before adding to a project MCP Requirement L...
|
2.6K |
| 2079 | project-builder | starchild-ai-agent/official-skills |
Project Build Three phases, always in order: DESIGN → BUILD → DEBUG . Skill references (read on demand, not upfront): references/build-patterns.md — Step-by-step patterns for tasks, dashboards, scripts references/debug-handbook.md — Layer-by-layer diagnosis, common issues Platform references (shared, in config/context/references/ ): preview-guide.md — Preview serving, health checks, publishing, community deploy localhost-api.md — Scripts can call the agent via /chat/stream (decide when to think,...
|
2.6K |
| 2080 | youtube-clipper | op7418/youtube-clipper-skill |
YouTube 视频智能剪辑工具 Installation: If you're installing this skill from GitHub, please refer to README.md for installation instructions. The recommended method is npx skills add https://github.com/op7418/Youtube-clipper-skill. 工作流程 你将按照以下 6 个阶段执行 YouTube 视频剪辑任务: 阶段 1: 环境检测 目标: 确保所有必需工具和依赖都已安装 检测 yt-dlp 是否可用 yt-dlp --version 检测 FFmpeg 版本和 libass 支持 优先检查 ffmpeg-full(macOS) /opt/homebrew/opt/ffmpeg-full/bin/ffmpeg -version 检查标准 FFmpeg ffmpeg -version 验证 libass 支持(字幕烧录必需) ffmpeg -filters ...
|
2.6K |
| 2081 | secret-scanning | github/awesome-copilot |
Secret Scanning This skill provides procedural guidance for configuring GitHub secret scanning — detecting leaked credentials, preventing secret pushes, defining custom patterns, and managing alerts. When to Use This Skill Use this skill when the request involves: Enabling or configuring secret scanning for a repository or organization Setting up push protection to block secrets before they reach the repository Defining custom secret patterns with regular expressions Resolving a blocked push fro...
|
2.6K |
| 2082 | zod | pproenca/dot-skills |
Zod Best Practices Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Zod schemas Choosing between parse() and safeParse() Implementing type inference with z.infer Handling validation errors for user feedback Composing complex object schemas Using refinements and transforms Optimizing bundle size and val...
|
2.6K |
| 2083 | ljg-writes | lijigang/ljg-skills |
写作引擎 对准一个观点下刀,一层层剥开,挖到底。 约束 Org-mode 语法 加粗用 *bold* (单星号),禁止 bold 标题层级从 * 开始,不跳级 ASCII Art 所有图表用纯 ASCII 字符。允许: + - | / \ > < v ^ * = ~ . : [ ] ( ) _ , ; ! ' " 和空格。禁止 Unicode 绘图符号。 Denote 文件规范 时间戳: date +%Y%m%dT%H%M%S 可读时间: date "+%Y-%m-%d %a %H:%M" 文件名: {时间戳}==z--{标题关键词}__write.org 输出目录: ~/Documents/notes/ Org 文件头 +title: {标题} +date: [{YYYY-MM-DD Day HH:MM}] +filetags: :write: +identifier: {YYYYMMDDTHHMMSS} +author: 李继刚 姿态 外科医生的手,朋友的口。下刀时冷静、精准、不抖;讲话时平常、直接、不绕。 心里放一个具体的人,写给他,不写给「读...
|
2.6K |
| 2084 | ljg-plain | lijigang/ljg-skills |
ljg-plain: 白 让人 grok。 不规定怎么写。规定不能怎么写。下限锁死,上限放开。不同主题有不同的最佳写法——类比、故事、问答、递进的例子、一个长场景——由内容决定形式。 格式约束 Org-mode 语法 加粗用 *bold* (单星号),禁止 bold 标题层级从 * 开始,不跳级 ASCII Art 所有图表用纯 ASCII 字符。允许: + - | / \ > < v ^ * = ~ . : [ ] ( ) _ , ; ! ' " 和空格。禁止 Unicode 绘图符号。 Denote 文件规范 时间戳: date +%Y%m%dT%H%M%S 可读时间: date "+%Y-%m-%d %a %H:%M" 文件名: {时间戳}--plain-{简短标题}__plain.org 输出目录: ~/Documents/notes/ Org 文件头 +title: plain-{简短标题} +date: [{YYYY-MM-DD Day HH:MM}] +filetags: :plain:atom: +identifier: {YYYYMMDDT...
|
2.6K |
| 2085 | golang-naming | samber/cc-skills-golang |
Community default. A company skill that explicitly supersedes samber/cc-skills-golang@golang-naming skill takes precedence. Go Naming Conventions Go favors short, readable names. Capitalization controls visibility — uppercase is exported, lowercase is unexported. All identifiers MUST use MixedCaps, NEVER underscores. "Clear is better than clever." — Go Proverbs "Design the architecture, name the components, document the details." — Go Proverbs To ignore a rule, just add a comment to the code. Qu...
|
2.6K |
| 2086 | golang-context | samber/cc-skills-golang |
Community default. A company skill that explicitly supersedes samber/cc-skills-golang@golang-context skill takes precedence. Go context.Context Best Practices context.Context is Go's mechanism for propagating cancellation signals, deadlines, and request-scoped values across API boundaries and between goroutines. Think of it as the "session" of a request — it ties together every operation that belongs to the same unit of work. Best Practices Summary The same context MUST be propagated through the...
|
2.6K |
| 2087 | security-reviewer | jeffallan/claude-skills |
Security Reviewer Security analyst specializing in code review, vulnerability identification, penetration testing, and infrastructure security. Role Definition You are a senior security analyst with 10+ years of application security experience. You specialize in identifying vulnerabilities through code review, SAST tools, active penetration testing, and infrastructure hardening. You produce actionable reports with severity ratings and remediation guidance. When to Use This Skill Code review...
|
2.6K |
| 2088 | golang-safety | samber/cc-skills-golang |
Persona: You are a defensive Go engineer. You treat every untested assumption about nil, capacity, and numeric range as a latent crash waiting to happen. Go Safety: Correctness & Defensive Coding Prevents programmer mistakes — bugs, panics, and silent data corruption in normal (non-adversarial) code. Security handles attackers; safety handles ourselves. Best Practices Summary Prefer generics over any when the type set is known — compiler catches mismatches instead of runtime panics Always use co...
|
2.6K |
| 2089 | database-optimizer | jeffallan/claude-skills |
Database Optimizer Senior database optimizer with expertise in performance tuning, query optimization, and scalability across multiple database systems. Role Definition You are a senior database performance engineer with 10+ years of experience optimizing high-traffic databases. You specialize in PostgreSQL and MySQL optimization, execution plan analysis, strategic indexing, and achieving sub-100ms query performance at scale. When to Use This Skill Analyzing slow queries and execution plans ...
|
2.6K |
| 2090 | minimax-docx | minimax-ai/skills |
minimax-docx Create, edit, and format DOCX documents via CLI tools or direct C scripts built on OpenXML SDK (.NET). Setup First time: bash scripts/setup.sh (or powershell scripts/setup.ps1 on Windows, --minimal to skip optional deps). First operation in session: scripts/env_check.sh — do not proceed if NOT READY . (Skip on subsequent operations within the same session.) Quick Start: Direct C Path When the task requires structural document manipulation (custom styles, complex tables, multi-sectio...
|
2.6K |
| 2091 | ljg-learn | lijigang/ljg-skills |
Usage Instructions 你是概念解剖师。拿到一个概念,从八个方向切开它,最后把所有切面压成一句顿悟。 1. 定锚 这个概念最通行的定义是什么?常见误解在哪? 概念里藏着哪几个核心词素? 2. 八刀 八个方向各切一刀。每刀 2-3 句,只留筋骨,不带水分。 历史 :最早从哪冒出来 → 怎么变的 → 哪一步拐成了今天的意思 辩证 :它的反面是什么 → 正反碰撞后,更高一层的理解是什么 现象 :扔掉所有预设,回到事情本身 → 用一个日常场景把它还原出来 语言 :拆字源(中/英/希腊/拉丁)→ 画出相邻概念的语义网 → 这个词暗含什么隐喻 形式 :写一个公式或形式化表达 → 公式在哪里失效 存在 :这个概念改变了人怎么活着 美感 :它美在哪?用一个具体意象呈现 元反思 :我们在用什么隐喻理解它?这个隐喻挡住了什么?换一个会怎样 3. 内观 变成这个概念本身,用第一人称看世界。3-5 句。 八刀之中,哪几刀指向同一个深层结构?把它提出来。 4. 压缩 公式 : 概念 = ... 一句话 :用最简单的话说出最深的理解 结构图 :纯 ASCII 画出概念的骨架(只用 +-|/<>*=_...
|
2.6K |
| 2092 | seo | affaan-m/everything-claude-code |
SEO optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. SEO fundamentals Search ranking factors (approximate influence): Factor Influence This Skill Content quality & relevance ~40% Partial (structure) Backlinks & authority ~25% ✗ Technical SEO ~15% ✓ Page experience (Core Web Vitals) ~10% See Core Web Vitals On-page SEO ~10% ✓ Technical SEO Crawlability robots.txt: /robots.txt Us...
|
2.6K |
| 2093 | data-analysis | claude-office-skills/skills |
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
|
2.6K |
| 2094 | clerk-swift | clerk/skills |
Clerk Swift (Native iOS) This skill implements Clerk in native Swift/iOS projects by reading installed package source and mirroring current ClerkKit/ClerkKitUI behavior. Activation Rules Activate this skill when either condition is true: The user explicitly asks for Swift, SwiftUI, UIKit, or native iOS Clerk implementation. The project appears to be native iOS/Swift (for example .xcodeproj , .xcworkspace , Package.swift , Swift targets). Do not activate this skill when either condition is true: ...
|
2.6K |
| 2095 | okx-dex-ws | okx/onchainos-skills |
Onchain OS DEX WebSocket — Unified Skill Two ways to consume real-time DEX data: CLI ( onchainos ws ) — start a background session, poll events incrementally. Best for monitoring and agent-driven workflows. Script — write a custom WebSocket client in Python/Node/Rust. Best for bots and custom logic. Pre-flight Checks Read ../okx-agentic-wallet/_shared/preflight.md . If that file does not exist, read _shared/preflight.md instead. Prerequisites This skill references ws-protocol.md files from okx-d...
|
2.6K |
| 2096 | golang-database | samber/cc-skills-golang |
Persona: You are a Go backend engineer who writes safe, explicit, and observable database code. You treat SQL as a first-class language — no ORMs, no magic — and you catch data integrity issues at the boundary, not deep in the application. Modes: Write mode — generating new repository functions, query helpers, or transaction wrappers: follow the skill's sequential instructions; launch a background agent to grep for existing query patterns and naming conventions in the codebase before generating ...
|
2.6K |
| 2097 | golang-documentation | samber/cc-skills-golang |
Persona: You are a Go technical writer and API designer. You treat documentation as a first-class deliverable — accurate, example-driven, and written for the reader who has never seen this codebase before. Modes: Write mode — generating or filling in missing documentation (doc comments, README, CONTRIBUTING, CHANGELOG, llms.txt). Work sequentially through the checklist in Step 2, or parallelize across packages/files using sub-agents. Review mode — auditing existing documentation for completeness...
|
2.6K |
| 2098 | variant-analysis | trailofbits/skills |
Variant Analysis You are a variant analysis expert. Your role is to help find similar vulnerabilities and bugs across a codebase after identifying an initial pattern. When to Use Use this skill when: A vulnerability has been found and you need to search for similar instances Building or refining CodeQL/Semgrep queries for security patterns Performing systematic code audits after an initial issue discovery Hunting for bug variants across a codebase Analyzing how a single root cause manifests ...
|
2.6K |
| 2099 | golang-popular-libraries | samber/cc-skills-golang |
Persona: You are a Go ecosystem expert. You know the library landscape well enough to recommend the simplest production-ready option — and to tell the developer when the standard library is already enough. Go Libraries and Frameworks Recommendations Core Philosophy When recommending libraries, prioritize: Production-readiness - Mature, well-maintained libraries with active communities Simplicity - Go's philosophy favors simple, idiomatic solutions Performance - Libraries that leverage Go's stren...
|
2.6K |
| 2100 | multi-search-engine | aaaaqwq/claude-code-skills |
Multi Search Engine v2.0.1 Integration of 17 search engines for web crawling without API keys. Search Engines Domestic (8) Baidu : https://www.baidu.com/s?wd={keyword} Bing CN : https://cn.bing.com/search?q={keyword}&ensearch=0 Bing INT : https://cn.bing.com/search?q={keyword}&ensearch=1 360 : https://www.so.com/s?q={keyword} Sogou : https://sogou.com/web?query={keyword} WeChat : https://wx.sogou.com/weixin?type=2&query={keyword} Toutiao : https://so.toutiao.com/search?keyword={keyword} Jisilu :...
|
2.6K |