███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 801 | dotnet-backend-patterns | wshobson/agents |
.NET Backend Development Patterns Master C/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025). When to Use This Skill Developing new .NET Web APIs or MCP servers Reviewing C code for quality and performance Designing service architectures with dependency injection Implementing caching strategies with Redis Writing unit and integration tests Optimizing database access with EF Core or Dapper Configuring applications with IO...
|
15K |
| 802 | pinia | antfu/skills |
Pinia Pinia is the official state management library for Vue, designed to be intuitive and type-safe. It supports both Options API and Composition API styles, with first-class TypeScript support and devtools integration. The skill is based on Pinia v3.0.4, generated at 2026-01-28. Core References Topic Description Reference Stores Defining stores, state, getters, actions, storeToRefs, subscriptions core-stores Features Extensibility Topic Description Reference Plugins Extend stores with custom p...
|
14.9K |
| 803 | playwright-generate-test | github/awesome-copilot |
Test Generation with Playwright MCP Your goal is to generate a Playwright test based on the provided scenario after completing all prescribed steps. Specific Instructions You are given a scenario, and you need to generate a playwright test for it. If the user does not provide a scenario, you will ask them to provide one. DO NOT generate test code prematurely or based solely on the scenario without completing all prescribed steps. DO run steps one by one using the tools provided by the Playwright...
|
14.9K |
| 804 | skill development | anthropics/claude-code |
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...
|
14.8K |
| 805 | proactive-agent | halthelobster/proactive-agent |
Proactive Agent 🦞 By Hal Labs — Part of the Hal Stack A proactive, self-improving architecture for your AI agent. Most agents just wait. This one anticipates your needs — and gets better at it over time. What's New in v3.0.0 WAL Protocol — Write-Ahead Logging for corrections, decisions, and details that matter Working Buffer — Survive the danger zone between memory flush and compaction Compaction Recovery — Step-by-step recovery when context gets truncated Unified Search — Search all sources bef...
|
14.7K |
| 806 | git-advanced-workflows | wshobson/agents |
Git Advanced Workflows Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence. When to Use This Skill Cleaning up commit history before merging Applying specific commits across branches Finding commits that introduced bugs Working on multiple features simultaneously Recovering from Git mistakes or lost commits Managing complex branch workflows Preparing clean PRs for review Synchronizing diverged branches Core Concepts 1....
|
14.7K |
| 807 | opencli-browser | jackwener/opencli |
OpenCLI Browser — Browser Automation for AI Agents Control Chrome step-by-step via CLI. Reuses existing login sessions — no passwords needed. Prerequisites opencli doctor Verify extension + daemon connectivity Requires: Chrome running + OpenCLI Browser Bridge extension installed. Critical Rules ALWAYS use state to inspect the page, NEVER use screenshot — state returns structured DOM with [N] element indices, is instant and costs zero tokens. screenshot requires vision processing and is slow. On...
|
14.7K |
| 808 | planning-with-files-zh | othmanadi/planning-with-files |
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. 文件规划系统 像 Manus 一样工作:用持久化的 Markdown 文件作为你的「磁盘工作记忆」。 第一步:恢复上下文(v2.2.0) 在做任何事之前 ,检查规划文件是否存在并读取它们: 如果 task_plan.md 存在,立即读取 task_plan.md 、 progress.md 和 findings.md 。 然后检查上一个会话是否有未同步的上下文: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction...
|
14.6K |
| 809 | web-quality-audit | addyosmani/web-quality-skills |
Web quality audit Comprehensive quality review based on Google Lighthouse audits. Covers Performance, Accessibility, SEO, and Best Practices across 150+ checks. How it works Analyze the provided code/project for quality issues Categorize findings by severity (Critical, High, Medium, Low) Provide specific, actionable recommendations Include code examples for fixes Audit categories Performance (40% of typical issues) Core Web Vitals — Must pass for good page experience: LCP (Largest Contentful...
|
14.6K |
| 810 | flutter-animations | madteacher/mad-agents-skills |
Flutter Animations Overview Create smooth, performant animations in Flutter using the right approach for each use case. This skill covers complete animation workflow: from choosing between implicit/explicit approaches to implementing complex effects like hero transitions and staggered animations. Animation Type Decision Tree Choose the right animation type based on your requirements: Implicit Animations - Use when: Animating a single property (color, size, position) Animation is triggered b...
|
14.4K |
| 811 | nuxt-ui | nuxt/ui |
Nuxt UI Vue component library built on Reka UI + Tailwind CSS + Tailwind Variants . Works with Nuxt, Vue (Vite), Laravel (Vite + Inertia), and AdonisJS (Vite + Inertia). MCP Server For component API details (props, slots, events, full documentation, examples), use the Nuxt UI MCP server . If not already configured, add it: Cursor — .cursor/mcp.json : { "mcpServers" : { "nuxt-ui" : { "type" : "http" , "url" : "https://ui.nuxt.com/mcp" } } } Claude Code : claude mcp add --transport http nuxt-ui ht...
|
14.4K |
| 812 | write-a-prd | mattpocock/skills |
This skill will be invoked when the user wants to create a PRD. You should go through the steps below. You may skip steps if you don't consider them necessary. Ask the user for a long, detailed description of the problem they want to solve and any potential ideas for solutions. Explore the repo to verify their assertions and understand the current state of the codebase. Ask whether they have considered other options, and present other options to them. Interview the user about the implementation....
|
14.3K |
| 813 | vue-testing-best-practices | antfu/skills |
Vue.js testing best practices, patterns, and common gotchas. Testing Setting up test infrastructure for Vue 3 projects → See testing-vitest-recommended-for-vue Tests keep breaking when refactoring component internals → See testing-component-blackbox-approach Tests fail intermittently with race conditions → See testing-async-await-flushpromises Composables using lifecycle hooks or inject fail to test → See testing-composables-helper-wrapper Getting "injection Symbol(pinia) not found" errors in te...
|
14.3K |
| 814 | responsive-design | wshobson/agents |
Responsive Design Master modern responsive design techniques to create interfaces that adapt seamlessly across all screen sizes and device contexts. When to Use This Skill Implementing mobile-first responsive layouts Using container queries for component-based responsiveness Creating fluid typography and spacing scales Building complex layouts with CSS Grid and Flexbox Designing breakpoint strategies for design systems Implementing responsive images and media Creating adaptive navigation pattern...
|
14.3K |
| 815 | slack | vercel-labs/agent-browser |
Slack Automation Interact with Slack workspaces to check messages, extract data, and automate common tasks. Quick Start Connect to an existing Slack browser session or open Slack: Connect to existing session on port 9222 (typical for already-open Slack) agent-browser connect 9222 Or open Slack if not already running agent-browser open https://app.slack.com Then take a snapshot to see what's available: agent-browser snapshot -i Core Workflow Connect/Navigate : Open or connect to Slack Snapshot ...
|
14.2K |
| 816 | fixing-accessibility | ibelick/ui-skills |
fixing-accessibility Fix accessibility issues. how to use /fixing-accessibility Apply these constraints to any UI work in this conversation. /fixing-accessibility <file> Review the file against all rules below and report: violations (quote the exact line or snippet) why it matters (one short sentence) a concrete fix (code-level suggestion) Do not rewrite large parts of the UI. Prefer minimal, targeted fixes. when to apply Reference these guidelines when: adding or changing buttons, links, inputs...
|
14.2K |
| 817 | core-web-vitals | addyosmani/web-quality-skills |
Core Web Vitals optimization Targeted optimization for the three Core Web Vitals metrics that affect Google Search ranking and user experience. The three metrics Metric Measures Good Needs work Poor LCP Loading ≤ 2.5s 2.5s – 4s > 4s INP Interactivity ≤ 200ms 200ms – 500ms > 500ms CLS Visual Stability ≤ 0.1 0.1 – 0.25 > 0.25 Google measures at the 75th percentile — 75% of page visits must meet "Good" thresholds. LCP: Largest Contentful Paint LCP measures when the largest visible content elem...
|
14.2K |
| 818 | insforge-debug | insforge/agent-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...
|
14.2K |
| 819 | security-best-practices | supercent-io/skills-template |
Security Best Practices When to use this skill New project : consider security from the start Security audit : inspect and fix vulnerabilities Public API : harden APIs accessible externally Compliance : comply with GDPR, PCI-DSS, etc. Instructions Step 1: Enforce HTTPS and security headers Express.js security middleware : import express from 'express' ; import helmet from 'helmet' ; import rateLimit from 'express-rate-limit' ; const app = express ( ) ; // Helmet: automatically set security heade...
|
14.1K |
| 820 | vue-debug-guides | hyf0/vue-skills |
Vue 3 debugging and error handling for runtime issues, warnings, async failures, and hydration bugs. For development best practices and common gotchas, use vue-best-practices . Reactivity Tracing unexpected re-renders and state updates → See reactivity-debugging-hooks Ref values not updating due to missing .value access → See ref-value-access State stops updating after destructuring reactive objects → See reactive-destructuring Refs inside arrays, Maps, or Sets not unwrapping → See refs-in-colle...
|
14.1K |
| 821 | better-auth-security-best-practices | better-auth/skills |
No SKILL.md available for this skill. View on GitHub
|
14K |
| 822 | database-migration | wshobson/agents |
Database Migration Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments. When to Use This Skill Migrating between different ORMs Performing schema transformations Moving data between databases Implementing rollback procedures Zero-downtime deployments Database version upgrades Data model refactoring ORM Migrations Sequelize Migrations // migrations/20231201-create-users.js module . exports = { up : async ...
|
13.9K |
| 823 | elevenlabs-tts | inferen-sh/skills |
ElevenLabs Text-to-Speech Premium text-to-speech with 22+ voices via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate speech with ElevenLabs infsh app run elevenlabs/tts --input '{"text": "Hello, welcome to our product demo.", "voice": "aria"}' Available Models Model ID Best For Latency Multilingual v2 eleven_multilingual_v2 Highest quality, 32 languages ~250ms Turbo v2.5 eleven_turbo_v2_5 Balance of speed & quality ~150ms Flash v2.5 e...
|
13.8K |
| 824 | data-analysis | supercent-io/skills-template |
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...
|
13.8K |
| 825 | elevenlabs-music | inferen-sh/skills |
ElevenLabs Music Generation Generate original music from text prompts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate music infsh app run elevenlabs/music --input '{"prompt": "Upbeat electronic dance track with driving synths"}' Parameters Parameter Type Default Description prompt string required Description of desired music (max 2000 chars) duration_seconds number 30 Duration in seconds (5-600, max 10 minutes) Examples Background...
|
13.7K |
| 826 | gws-script | googleworkspace/cli |
script (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws script < resource > < method > [ flags ] Helper Commands Command Description +push Upload local files to an Apps Script project API Resources processes list — List information about processes made by or on behalf of a user, such as process type and current status. listScriptProcesses — List information about a script's executed processes, such as...
|
13.7K |
| 827 | prisma-database-setup | prisma/skills |
Prisma Database Setup Comprehensive guides for configuring Prisma ORM with various database providers. When to Apply Reference this skill when: Initializing a new Prisma project Switching database providers Configuring connection strings and environment variables Troubleshooting database connection issues Setting up database-specific features Generating and instantiating Prisma Client Rule Categories by Priority Priority Category Impact Prefix 1 Provider Guides CRITICAL provider names 2 Prisma P...
|
13.7K |
| 828 | web-access | eze-is/web-access |
web-access Skill 前置检查 在开始联网操作前,先检查 CDP 模式可用性: node " ${CLAUDE_SKILL_DIR} /scripts/check-deps.mjs" 未通过时引导用户完成设置: Node.js 22+ :必需(使用原生 WebSocket)。版本低于 22 可用但需安装 ws 模块。 Chrome remote-debugging :在 Chrome 地址栏打开 chrome://inspect/remote-debugging ,勾选 "Allow remote debugging for this browser instance" 即可,可能需要重启浏览器。 检查通过后并必须在回复中向用户直接展示以下须知,再启动 CDP Proxy 执行操作: 温馨提示:部分站点对浏览器自动化操作检测严格,存在账号封禁风险。已内置防护措施但无法完全避免,Agent 继续操作即视为接受。 浏览哲学 像人一样思考,兼顾高效与适应性的完成任务。 执行任务时不会过度依赖固有印象所规划的步骤,而是带着目标进入,边看边判断,遇到阻碍就解决,发现内容不够就深入——...
|
13.6K |
| 829 | opencli-autofix | jackwener/opencli |
OpenCLI AutoFix — Automatic Adapter Self-Repair When an opencli command fails because a website changed its DOM, API, or response schema, automatically diagnose, fix the adapter, and retry — don't just report the error. Safety Boundaries Before starting any repair, check these hard stops: AUTH_REQUIRED (exit code 77) — STOP. Do not modify code. Tell the user to log into the site in Chrome. BROWSER_CONNECT (exit code 69) — STOP. Do not modify code. Tell the user to run opencli doctor . CAPTCHA / ...
|
13.6K |
| 830 | wecomcli-doc | wecomteam/wecom-cli |
企业微信文档与智能表格管理 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 管理企业微信文档的创建、读取和编辑,以及智能表格的结构(子表、字段/列)和数据(记录)。所有接口支持通过 docid 或 url 二选一定位文档。 调用方式 通过 wecom-cli 调用,品类为 doc : wecom-cli doc < tool_name > '<json_params>' 返回格式说明 所有接口返回 JSON 对象,包含以下公共字段: 字段 类型 说明 errcode integer 返回码, 0 表示成功,非 0 表示失败 errmsg string 错误信息,成功时为 "ok" 当 errcode 不为 0 时,说明接口调用失败,可重试 1 次;若仍失败,将 errcode 和 errmsg 展示给用户。 一、文档管理 get_doc_content 获取文档完整内容数据,只能以 Markdown 格式返回。采用 异步轮询机制 :首次调用无需传 task_id ,接口返回 task_id ;若 task_done 为 false,需携...
|
13.6K |
| 831 | wecomcli-msg | wecomteam/wecom-cli |
企业微信消息技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 通过 wecom-cli msg <接口名> '<json入参>' 与企业微信消息系统交互。 接口列表 get_msg_chat_list — 获取会话列表 wecom-cli msg get_msg_chat_list '{"begin_time": "2026-03-11 00:00:00", "end_time": "2026-03-17 23:59:59"}' 按时间范围查询有消息的会话列表,支持分页。参见 API 详情 。 get_message — 拉取会话消息 wecom-cli msg get_message '{"chat_type": 1, "chatid": "zhangsan", "begin_time": "2026-03-17 09:00:00", "end_time": "2026-03-17 18:00:00"}' 根据会话类型和 ID 拉取指定时间范围内的消息记录,支持分页。支持 text/image/file/voice/video 消...
|
13.6K |
| 832 | recipe-sync-contacts-to-sheet | googleworkspace/cli |
Export Google Contacts to Sheets PREREQUISITE: Load the following skills to execute this recipe: gws-people , gws-sheets Export Google Contacts directory to a Google Sheets spreadsheet. Steps List contacts: gws people people listDirectoryPeople --params '{"readMask": "names,emailAddresses,phoneNumbers", "sources": ["DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE"], "pageSize": 100}' --format json Create a sheet: gws sheets +append --spreadsheet SHEET_ID --range 'Contacts' --values '["Name", "Email", "Phon...
|
13.5K |
| 833 | postgresql-optimization | github/awesome-copilot |
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...
|
13.5K |
| 834 | unocss | antfu/skills |
UnoCSS is an instant atomic CSS engine designed to be flexible and extensible. The core is un-opinionated - all CSS utilities are provided via presets. It's a superset of Tailwind CSS, so you can reuse your Tailwind knowledge for basic syntax usage. Important: Before writing UnoCSS code, agents should check for `uno.config.*` or `unocss.config.*` files in the project root to understand what presets, rules, and shortcuts are available. If the project setup is unclear, avoid using attributify mod...
|
13.5K |
| 835 | gws-script-push | googleworkspace/cli |
script +push PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Upload local files to an Apps Script project Usage gws script +push --script < ID > Flags Flag Required Default Description --script ✓ — Script Project ID --dir — — Directory containing script files (defaults to current dir) Examples gws script +push --script SCRIPT_ID gws script +push --script SCRIPT_ID --dir ./src Tips Supports .gs, .js, .html, an...
|
13.5K |
| 836 | insforge-integrations | insforge/agent-skills |
InsForge Integrations This skill covers integrating third-party providers with InsForge. Currently two categories are supported: auth providers (RLS via JWT claims) and payment facilitators (x402 HTTP payment protocol). Each provider has its own guide under this directory. Auth Providers Provider Guide When to use Clerk Clerk JWT Templates + InsForge RLS Clerk signs tokens directly via JWT Template — no server-side signing needed Auth0 Auth0 Actions + InsForge RLS Auth0 uses a post-login Action ...
|
13.5K |
| 837 | tavily-research | tavily-ai/skills |
tavily research AI-powered deep research that gathers sources, analyzes them, and produces a cited report. Takes 30-120 seconds. Prerequisites Requires the Tavily CLI. See tavily-cli for install and auth setup. Quick install: curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login When to use You need comprehensive, multi-source analysis The user wants a comparison, market report, or literature review Quick searches aren't enough — you need synthesis with citations Step 5 in the workfl...
|
13.5K |
| 838 | orchestration | stablyai/orca |
Orca Inter-Agent Orchestration Use this skill when the task involves coordinating multiple coding agents through Orca's orchestration system. For basic terminal and worktree management, use the orca-cli skill instead. When To Use You need to send messages between agent terminals You need to decompose a spec into parallel subtasks with dependencies You need to dispatch tasks to worker agents with structured feedback You need to act as a coordinator managing a multi-agent workflow You need to crea...
|
13.5K |
| 839 | conventional-commit | github/awesome-copilot |
Instructions < description > This file contains a prompt template for generating conventional commit messages. It provides instructions, examples, and formatting guidelines to help users write standardized, descriptive commit messages in accordance with the Conventional Commits specification. </ description > Workflow Follow these steps: Run git status to review changed files. Run git diff or git diff --cached to inspect changes. Stage your changes with git add <file> . Construct your commit mes...
|
13.4K |
| 840 | wecomcli-contact | wecomteam/wecom-cli |
通讯录成员查询技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 获取当前用户可见范围内的通讯录成员,并在本地按姓名/别名进行筛选匹配。 操作 1. 获取全量通讯录成员 获取当前用户可见范围内的所有企业成员信息: 调用示例: wecom-cli contact get_userlist '{}' 返回格式: { "errcode" : 0 , "errmsg" : "ok" , "userlist" : [ { "userid" : "zhangsan" , "name" : "张三" , "alias" : "Sam" } , { "userid" : "lisi" , "name" : "李四" , "alias" : "" } ] } 返回字段说明: 字段 类型 说明 errcode integer 返回码, 0 表示成功 errmsg string 错误信息 userlist array 用户列表 userlist[].userid string 用户唯一 ID userlist[].name string 用户姓名 user...
|
13.4K |
| 841 | wecomcli-todo | wecomteam/wecom-cli |
企业微信待办事项管理技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 概述 wecomcli-todo 提供企业微信待办事项的完整管理能力,包含以下功能: 查询待办列表 - 按创建时间和提醒时间过滤,支持分页,返回待办概要信息 获取待办详情 - 根据待办 ID 列表批量获取完整信息(含内容和分派人) 创建待办 - 创建新的待办事项,可指定内容、分派人和提醒时间 更新待办 - 修改已有待办的内容、分派人、状态或提醒时间 删除待办 - 删除指定的待办事项 变更用户待办状态 - 更改当前用户在某个待办中的状态(拒绝/接受/已完成) 命令调用方式 执行指定命令: wecom-cli todo < tool_name > '<json_params>' 行为策略 查完列表必须查详情 : get_todo_list 只返回待办 ID 和状态等概要信息,不包含待办的实际内容和分派人。对用户来说,没有内容的待办列表毫无用处——他们想知道的是"要做什么",而不是一串 ID。因此,每次调用 get_todo_list 拿到结果后,都要紧接着用返回的 t...
|
13.4K |
| 842 | wecomcli-schedule | wecomteam/wecom-cli |
企业微信日程管理技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 通过 wecom-cli schedule <接口名> '<json入参>' 与企业微信日程系统交互。 注意事项 日程列表查询仅支持 当日前后 30 天 ,时间格式 YYYY-MM-DD 或 YYYY-MM-DD HH:mm:ss 涉及参与者 userid 时,需先使用 wecomcli-contact 技能获取;存在同名时展示候选让用户选择(禁止暴露 userid) 创建/修改/取消前,先确认目标日程和参与者信息 errcode != 0 时展示错误信息;返回的 start_time / end_time 为 Unix 时间戳(秒),需转为可读格式 注意时间格式转换 :接口入参使用字符串格式(如 YYYY-MM-DD HH:mm:ss ),但返回值多为 Unix 时间戳,使用时需进行格式转换 接口列表 get_schedule_list_by_range — 查询日程 ID 列表 wecom-cli schedule get_schedule_list_by_ran...
|
13.4K |
| 843 | wecomcli-meeting | wecomteam/wecom-cli |
企业微信会议技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 概述 wecomcli-meeting 提供企业微信会议的完整管理能力,包含以下功能: 创建预约会议 - 创建会议,支持设置会议参数,邀请参与人等 查询会议列表 - 按用户和时间范围查询会议 ID 列表 (限制: 当日及前后 30 天,上限 100 个) 获取会议详情 - 通过会议 ID 查询完整会议信息 取消会议 - 取消指定的预约会议 更新会议受邀成员 - 修改会议的参与人列表 命令调用方式 执行指定命令: wecom-cli meeting < tool_name > '<json_params>' 命令详细说明 1. 创建预约会议 (create_meeting) 创建一个预约会议,支持设置会议参数配置等。 执行命令 wecom-cli meeting create_meeting '{"title": "<会议标题>", "meeting_start_datetime": "<会议开始时间>", "meeting_duration": <会议持续时长(秒)>}'...
|
13.4K |
| 844 | nano-banana-2 | pilioai/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Nano Banana 2 - Gemini 3.1 Flash Image Preview Generate images with Google Gemini 3.1 Flash Image Preview via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run google/gemini-3-1-flash-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Examples Show more Installs – Repository inferen-sh/skills GitHub Stars 587 First Seen – Security Audits Gen Agent Trust Hub Pas...
|
13.3K |
| 845 | antfu | antfu/skills |
This skill covers Anthony Fu's preferred tooling, configurations, and best practices for web development. This skill is opinionated. Quick Summary | Package Manager | pnpm | Language | TypeScript (strict mode) | Module System | ESM (`"type": "module"`) | Linting & Formatting | @antfu/eslint-config (no Prettier) | Testing | Vitest | Git Hooks | simple-git-hooks + lint-staged | Documentation | VitePress (in `docs/`) Core Stack Package Manager (pnpm) Use pnpm as the pack...
|
13.3K |
| 846 | best-practices | addyosmani/web-quality-skills |
Best practices Modern web development standards based on Lighthouse best practices audits. Covers security, browser compatibility, and code quality patterns. Security HTTPS everywhere Enforce HTTPS: <!-- ❌ Mixed content --> <img src="http://example.com/image.jpg"> <script src="http://cdn.example.com/script.js"></script> <!-- ✅ HTTPS only --> <img src="https://example.com/image.jpg"> <script src="https://cdn.example.com/script.js"></script> <!-- ✅ Protocol-relative (will use page's protocol...
|
13.3K |
| 847 | rust-best-practices | apollographql/skills |
Rust Best Practices Apply these guidelines when writing or reviewing Rust code. Based on Apollo GraphQL's Rust Best Practices Handbook . Best Practices Reference Before reviewing, familiarize yourself with Apollo's Rust best practices. Read ALL relevant chapters in the same turn in parallel. Reference these files when providing feedback: Chapter 1 - Coding Styles and Idioms : Borrowing vs cloning, Copy trait, Option/Result handling, iterators, comments Chapter 2 - Clippy and Linting : Clippy con...
|
13.3K |
| 848 | wayfinder | mattpocock/skills |
A loose idea has arrived — too big for one agent session, and wrapped in fog: the route from here to a plan isn't visible yet. This skill charts it: stand up a map, then work its tickets one at a time until the way to the goal is clear. The map is domain-agnostic — engineering work, course content, whatever fits the shape. The Map The map is a single compact Markdown file, one per wayfinding effort, git-tracked alongside the project. It is the canonical artifact — the whole map is loaded as cont...
|
13.3K |
| 849 | swift-concurrency | avdlee/swift-concurrency-agent-skill |
Swift Concurrency Fast Path Before proposing a fix: Analyze Package.swift or .pbxproj to determine Swift language mode, strict concurrency level, default isolation, and upcoming features. Do this always, not only for migration work. Capture the exact diagnostic and offending symbol. Determine the isolation boundary: @MainActor , custom actor, actor instance isolation, or nonisolated . Confirm whether the code is UI-bound or intended to run off the main actor. Project settings that change concurr...
|
13.2K |
| 850 | chrome-devtools | github/awesome-copilot |
Chrome DevTools Agent Overview A specialized skill for controlling and inspecting a live Chrome browser. This skill leverages the chrome-devtools MCP server to perform a wide range of browser-related tasks, from simple navigation to complex performance profiling. When to Use Use this skill when: Browser Automation : Navigating pages, clicking elements, filling forms, and handling dialogs. Visual Inspection : Taking screenshots or text snapshots of web pages. Debugging : Inspecting console messag...
|
13.2K |