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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,417
总 Skills
159.9M
总安装量
2,739
贡献者
# Skill 仓库 描述 安装量
951 recipe-create-vacation-responder googleworkspace/cli
Set Up a Gmail Vacation Responder PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Enable a Gmail out-of-office auto-reply with a custom message and date range. Steps Enable vacation responder: gws gmail users settings updateVacation --params '{"userId": "me"}' --json '{"enableAutoReply": true, "responseSubject": "Out of Office", "responseBodyPlainText": "I am out of the office until Jan 20. For urgent matters, contact backup@company.com.", "restrictToContacts": false, "...
18.1K
952 recipe-create-feedback-form googleworkspace/cli
Create and Share a Google Form PREREQUISITE: Load the following skills to execute this recipe: gws-forms , gws-gmail Create a Google Form for feedback and share it via Gmail. Steps Create form: gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}' Get the form URL from the response (responderUri field) Email the form: gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'
18.1K
953 recipe-post-mortem-setup googleworkspace/cli
Set Up Post-Mortem PREREQUISITE: Load the following skills to execute this recipe: gws-docs , gws-calendar , gws-chat Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat. Steps Create post-mortem doc: gws docs +write --title 'Post-Mortem: [Incident]' --body ' Summary\n\n Timeline\n\n Root Cause\n\n Action Items' Schedule review meeting: gws calendar +insert --summary 'Post-Mortem Review: [Incident]' --attendee team@company.com --start '2026-03-16T14:00:00' --...
18.1K
954 gws-modelarmor googleworkspace/cli
modelarmor (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws modelarmor < resource > < method > [ flags ] Helper Commands Command Description +sanitize-prompt Sanitize a user prompt through a Model Armor template +sanitize-response Sanitize a model response through a Model Armor template +create-template Create a new Model Armor template Discovering Commands Before calling any API method, inspect it: ...
18.1K
955 clerk-backend-api clerk/skills
Options context User Prompt: $ARGUMENTS API specs context Before doing anything, fetch the available spec versions and tags by running: bash scripts/api-specs-context.sh Use the output to determine the latest version and available tags. Caching: If you already fetched the spec context earlier in this conversation, do NOT fetch it again. Reuse the version and tags from the previous call. Rules Always disregard endpoints/schemas related to platform . Always confirm before performing write requests...
18.1K
956 web-design-guidelines antfu/skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
18.1K
957 dbs-ai-check dontbesilent2025/dbskill
dbs-ai-check:AI 写作特征识别 你是 dontbesilent 的 AI 写作特征检测工具。你的任务是帮用户看清自己的文字里有哪些 AI 生成的痕迹。 你反对「去 AI 味」。 识别 AI 特征是帮人看清自己的文字,不是帮人伪装成人类。如果你像任何一个人,你就不像 AI。所以改写不是删掉 AI 特征,而是让用户找到自己的写法。 默认只识别,不改。 核心哲学 原则 1:AI 味的本质是「太完美」 AI 写作的问题不是写得差,是写得太好、太光滑、太均匀。没有毛边、没有卡顿、没有跑题、没有任何一处是作者自己也没想通的。完美本身就是不真实的信号。 原则 2:去 AI 味 ≠ 好内容 花时间去 AI 味不如花时间把事情搞清楚。关心自己的文案有没有 AI 味的人很多,关心自己的文案好不好的人很少。英雄不问出处。 原则 3:改写必须基于用户自己的偏好 每个 AI 特征背后都有一个用户本来想达成的目的。改写不是删掉特征,而是用用户自己的方式达成同一个目的。没搞清楚用户的意图之前,不改任何一个字。 识别模式(默认) 用户发来文案 → 逐条扫描 22 个特征 → 输出检测报告。 检测报告格式...
18.1K
958 extension-to-functions-codebase firebase/agent-skills
Extension to Functions Codebase & npm Package Migration Overview This skill guides the agent in migrating a Firebase Extension repository or instance into either: A standalone Cloud Functions for Firebase codebase ( firebase-functions , for end-user app integration), or A publishable npm package / shareable open source package (for extension publishers distributing reusable V2 functions). It leverages native Cloud Functions for Firebase GA capabilities to handle permissions, dependencies, and li...
18.1K
959 aso-audit coreyhaines31/marketingskills
ASO Audit Analyze App Store and Google Play listings against ASO best practices. Fetches live listing data, scores metadata, visuals, and ratings, then produces a prioritized action plan. When to Use User shares an App Store or Google Play URL User asks to audit or optimize an app listing User wants to compare their app against competitors User asks about app store ranking, visibility, or download conversion Before Auditing Check for product marketing context first: If .agents/product-marketing-...
18K
960 baseline-ui ibelick/ui-skills
Baseline UI Enforces an opinionated UI baseline to prevent AI-generated interface slop. How to use /baseline-ui Apply these constraints to any UI work in this conversation. /baseline-ui <file> Review the file against all constraints below and output: violations (quote the exact line/snippet) why it matters (1 short sentence) a concrete fix (code-level suggestion) Stack MUST use Tailwind CSS defaults unless custom values already exist or are explicitly requested MUST use motion/react (formerly fr...
18K
961 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,需携...
18K
962 insforge insforge/agent-skills
InsForge SDK Skill This skill covers client-side SDK integration using @insforge/sdk . For backend infrastructure operations (creating tables, inspecting schema, deploying functions, secrets, managing storage buckets, website deployments, cron job and schedules, logs, etc.), use the insforge-cli skill. Quick Setup npm install @insforge/sdk@latest import { createClient } from '@insforge/sdk' const insforge = createClient ( { baseUrl : 'https://your-project.region.insforge.app' , anonKey : 'your-a...
17.9K
963 modern-javascript-patterns wshobson/agents
Modern JavaScript Patterns Comprehensive guide for mastering modern JavaScript (ES6+) features, functional programming patterns, and best practices for writing clean, maintainable, and performant code. When to Use This Skill Refactoring legacy JavaScript to modern syntax Implementing functional programming patterns Optimizing JavaScript performance Writing maintainable and readable code Working with asynchronous operations Building modern web applications Migrating from callbacks to Promises/a...
17.9K
964 dbs-slowisfast dontbesilent2025/dbskill
dbs-slowisfast:慢就是快 你是 dontbesilent 的慢方法诊断 AI。你的任务是帮用户在他正在做的事情里,找到那些「看起来更慢,但长期更快」的方法。 你不鼓吹慢。你帮人找到值得慢做的地方。 大部分事情应该快做,只有少数事情值得慢做。你的工作是帮用户区分这两类。 核心逻辑:慢方法 → 摩擦 → 判断 → 资产 → 复利。 如果一个慢方法不能产生可复利的资产,那它就只是慢。 核心哲学 公理 1:摩擦是信息 当你用工具绕开摩擦,你同时绕开了藏在摩擦里的信号。手动做一件事的过程中,你会被迫对每一步做判断——这个重要吗?这个结构为什么是这样?这种判断的积累,才是洞察的来源。快方法丢失的,恰恰是摩擦本身。 公理 2:短期的容易就是长期的痛苦 因为觉得 Claude Code 复杂所以选择其他工具,因为觉得做矩阵买手机办卡太麻烦所以选择一机多开——都是一回事。短期选了容易的路,长期反而更痛苦。创业者最常犯的错误不是选了慢方法,是选了看起来快但长期反噬的方法。 公理 3:资产是复利的基础 稳定产出的秘密不是 AI 技术本身,而是能够系统化地调用过去积累的所有资产。没有积累,AI ...
17.9K
965 dbs-chatroom dontbesilent2025/dbskill
dbs-chatroom:定向聊天室 你是定向聊天室的主持人。根据话题推荐或接受用户指定的专家,模拟多角色对话。 工作流程 第一步:检测模式 情况 A:用户指定了人物 格式: /dbs-chatroom [人物1] [人物2] [人物3] 示例: /dbs-chatroom 查理·芒格 丹尼尔·卡尼曼 雷·达里奥 动作:直接跳到第三步 情况 B:用户未指定人物 格式: /dbs-chatroom (或其他触发词) 动作:进入第二步 第二步:推荐人物(仅情况 B) 分析话题,推荐 3-5 位专家: 🎯 根据话题「{话题总结}」,推荐以下专家: 1. {人物1}:{核心观点一句话} 2. {人物2}:{核心观点一句话} 3. {人物3}:{核心观点一句话} 确认后启动聊天室。 停在这里,等用户回复「确认」「开始」或调整人选。不要继续执行。 第三步:生成对话(使用 Agent tool) 确认人物后,使用 Agent tool 并行调用多个专家。每个专家一个独立 Agent。 Prompt 模板结构 为每位专家生成如下结构的 prompt: 你是 {专家名字}。 话题:{用户的话题} 思考方...
17.9K
966 landing-page-design skills-101/superpowers
Install the belt CLI skill: npx skills add belt-sh/cli Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a hero image belt app run falai/flux-dev-lora --input '{ "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing phot...
17.9K
967 insforge-cli insforge/agent-skills
InsForge CLI Command-line tool for managing InsForge Backend-as-a-Service projects. Critical: Session Start Checks insforge whoami verify authentication insforge current verify linked project If not authenticated: insforge login If no project linked: insforge create (new) or insforge link (existing) Global Options Flag Description --json Structured JSON output (for scripts and agents) -y, --yes Skip confirmation prompts Exit Codes Code Meaning 0 Success 1 General error (e.g., HTTP 400+ from fu...
17.8K
968 improve shadcn/improve
Improve You are a senior advisor, not an implementer . Your job is to deeply understand a codebase, find the highest-value improvement opportunities, and write implementation plans good enough that a different, less capable model with zero context from this session can execute, test, and maintain them. The economics of this skill: an expensive, high-ceiling model does the part where intelligence compounds (understanding, judging, specifying). Cheaper models do the execution. The plan is the prod...
17.8K
969 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...
17.8K
970 dbs-chatroom-austrian dontbesilent2025/dbskill
dbs-chatroom-austrian:奥派经济聊天室 你是奥派经济聊天室的主持人。协调哈耶克、米塞斯、Claude 三个角色的对话。 核心哲学 哈耶克:知识分散性 追问知识条件:决策需要哪些知识?分散在谁手里? 检查涌现可能:秩序是设计的还是自发形成的? 寻找信息机制:有没有类似价格的信号在聚合分散知识? 米塞斯:人类行为学 先验推理:从「人会行动」出发,用逻辑推导经济规律 追问因果链:现象的根本原因是什么? 拒绝妥协:原则对就不能因「现实困难」让步 Claude 判官:质量把关 防止套公式:如果有人硬套理论,直接点出 补盲区:两人都没提到但重要的视角 给收获:用户可以带走的具体判断或行动建议 工作流程 Phase 1:接收问题 skill 启动后,说: 奥派经济聊天室。说个话题,哈耶克、米塞斯和我会一起聊。 如果用户已带问题,直接进入 Phase 2。 Phase 2:并行启动两个角色 收到问题后, 同时 用 Agent tool 启动哈耶克和米塞斯。 哈耶克 Agent description: "哈耶克回应" model: "sonnet" prompt: | 你是弗里德里...
17.8K
971 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...
17.8K
972 javascript-testing-patterns wshobson/agents
JavaScript Testing Patterns Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices. When to Use This Skill Setting up test infrastructure for new projects Writing unit tests for functions and classes Creating integration tests for APIs and services Implementing end-to-end tests for user flows Mocking external dependencies and APIs Testing React, Vue, or other frontend components Implementing test-d...
17.8K
973 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": <会议持续时长(秒)>}'...
17.8K
974 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...
17.7K
975 vue-router-best-practices antfu/skills
Vue Router best practices, common gotchas, and navigation patterns. Navigation Guards Navigating between same route with different params → See router-beforeenter-no-param-trigger Accessing component instance in beforeRouteEnter guard → See router-beforerouteenter-no-this Navigation guard making API calls without awaiting → See router-guard-async-await-pattern Users trapped in infinite redirect loops → See router-navigation-guard-infinite-loop Navigation guard using deprecated next() function → ...
17.7K
976 observability-and-instrumentation addyosmani/agent-skills
Observability and Instrumentation Overview Code you can't observe is code you can't operate. Observability is the ability to answer "what is the system doing and why?" from the outside, using the telemetry the code emits. Instrumentation is not a post-launch add-on — it's written alongside the feature, the same way tests are. If a feature ships without telemetry, the first user-reported bug becomes archaeology instead of a query. When to Use Building any feature that will run in production Addin...
17.7K
977 app-store-screenshots skills-101/superpowers
Install the belt CLI skill: npx skills add belt-sh/cli App Store Screenshots Create app store screenshots and preview videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 16.1K Repository skills-101/superpowers GitHub Stars 7 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
17.7K
978 storyboard-creation skills-101/superpowers
Install the belt CLI skill: npx skills add belt-sh/cli Storyboard Creation Create visual storyboards with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a storyboard panel belt app run falai/flux-dev-lora --input '{ "prompt": "storyboard panel, wide establishing shot of a modern city skyline at sunset, cinematic composition, slightly desaturated colors, film still style, 16:9 aspect ratio", "width": 1248, "heigh...
17.7K
979 character-design-sheet skills-101/superpowers
Install the belt CLI skill: npx skills add belt-sh/cli Character Design Sheet Create consistent characters across multiple AI-generated images via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 15.9K Repository skills-101/superpowers GitHub Stars 7 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
17.7K
980 product-photography skills-101/superpowers
Install the belt CLI skill: npx skills add belt-sh/cli Product Photography Create professional product images with AI via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Clean studio packshot belt app run bytedance/seedream-4-5 --input '{ "prompt": "professional product photography, single premium wireless headphone on clean white background, soft studio lighting with subtle shadow, commercial e-commerce style, sharp focus, 4K quality", "size": ...
17.7K
981 product-hunt-launch skills-101/superpowers
Install the belt CLI skill: npx skills add belt-sh/cli Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero...
17.7K
982 competitor-teardown skills-101/superpowers
Install the belt CLI skill: npx skills add belt-sh/cli Competitor Teardown Structured competitive analysis with research and screenshots via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Research competitor landscape belt app run tavily/search-assistant --input '{ "query": "top project management tools comparison 2024 market share" }' Show more Installs 15.9K Repository skills-101/superpowers GitHub Stars 7 First Seen 12 days ago Security Audi...
17.7K
983 youtube-thumbnail-design skills-101/superpowers
Install the belt CLI skill: npx skills add belt-sh/cli YouTube Thumbnail Design Create high-CTR YouTube thumbnails with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 15.9K Repository skills-101/superpowers GitHub Stars 7 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
17.7K
984 video-ad-specs skills-101/superpowers
Install the belt CLI skill: npx skills add belt-sh/cli Video Ad Specs Create platform-specific video ads via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 15.9K Repository skills-101/superpowers GitHub Stars 7 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
17.7K
985 image-to-video skills-101/superpowers
Image-to-Video — Pro Pack on RunComfy runcomfy.com · HappyHorse I2V · Wan 2.7 · Seedance 2.0 Pro · GitHub Image-to-video, intent-routed. This skill doesn't lock you to one model — it picks the right i2v model in the RunComfy catalog based on what the user actually wants: portrait animation, custom-voiceover lip-sync, or multi-modal composition. npx skills add agentspace-so/runcomfy-skills --skill image-to-video -g Pick the right model for the user's intent Show more Installs 1.2K Repository prim...
17.7K
986 clerk-testing clerk/skills
Test auth = isolated session state. Each test needs fresh auth context. - `clerkSetup()` initializes test environment - `setupClerkTestingToken()` bypasses bot detection - `storageState` persists auth between tests for speed Workflow - Identify test framework (Playwright or Cypress) - WebFetch the appropriate URL from decision tree above - Follow official setup instructions - Use `pk_test_*` and `sk_test_*` keys only Best Practices - Use `setupClerkTestingToken()` before navigating t...
17.6K
987 dbs-agent-migration dontbesilent2025/dbskill
dbs-agent-migration:Agent 工作台迁移 你是 dontbesilent 的 Agent 工作台迁移工具。你的任务不是直接“帮用户改几个文件”,而是把一个项目从混乱、半迁移、不可维护的状态,整理成一套可长期维护的 Agent 工作台。 这不是安装教程。也不是脚本执行器。 你做的是一套带审计、收编、命名、桥接和验证的迁移流程。 核心目标:让用户的 Agent 配置从“能凑合用”变成“结构清楚、真源明确、Claude / Codex 双端一致”。 一句话定义 dbs-agent-migration 解决的是 Agent 工作台的结构迁移 ,不是单一平台迁移。 它支持: Claude Code → Codex Codex → Claude Code Claude + Codex 双端统一 混乱项目 → 标准 Agent 工作台 它不负责: 商业诊断本身 知识库内容优化 单个 skill 方法论质量评审 业务文案创作 什么时候用 当用户出现这些信号时,路由到这里: 想把 Claude Code 项目迁到 Codex 想把 Codex 项目补回 Claude Code 想同...
17.6K
988 gws-workflow-meeting-prep googleworkspace/cli
workflow +meeting-prep PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Prepare for your next meeting: agenda, attendees, and linked docs Usage gws workflow +meeting-prep Flags Flag Required Default Description --calendar — primary Calendar ID (default: primary) --format — — Output format: json (default), table, yaml, csv Examples gws workflow +meeting-prep gws workflow +meeting-prep --calendar Work Tips Read-...
17.5K
989 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...
17.5K
990 feature-sliced-design feature-sliced/skills
Feature-Sliced Design (FSD) v2.1 Source : fsd.how | Strictness can be adjusted based on project scale and team context. 1. Core Philosophy & Layer Overview FSD v2.1 core principle: "Start simple, extract when needed." Place code in pages/ first. Duplication across pages is acceptable and does not automatically require extraction to a lower layer. Extract only when the team agrees it is necessary. Not all layers are required. Most projects can start with only shared/ , pages/ , and app/ . Add wid...
17.5K
991 agent development anthropics/claude-code
Agent Development for Claude Code Plugins Overview Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, triggering conditions, and system prompt design enables creating powerful autonomous capabilities. Key concepts: Agents are FOR autonomous work, commands are FOR user-initiated actions Markdown file format with YAML frontmatter Triggering via description field with examples System prompt defines agent behavior Model and color cu...
17.4K
992 create-readme github/awesome-copilot
Role You're a senior expert software engineer with extensive experience in open source projects. You always make sure the README files you write are appealing, informative, and easy to read. Task Take a deep breath, and review the entire project and workspace, then create a comprehensive and well-structured README.md file for the project. Take inspiration from these readme files for the structure, tone and content: https://raw.githubusercontent.com/Azure-Samples/serverless-chat-langchainjs/refs/...
17.4K
993 security-requirement-extraction wshobson/agents
Security Requirement Extraction Transform threat analysis into actionable security requirements. When to Use This Skill Converting threat models to requirements Writing security user stories Creating security test cases Building security acceptance criteria Compliance requirement mapping Security architecture documentation Core Concepts 1. Requirement Categories Business Requirements → Security Requirements → Technical Controls ↓ ↓ ↓ "Prote...
17.4K
994 clerk-custom-ui clerk/skills
Prerequisite: Ensure `ClerkProvider` wraps your app. See `setup/`. Component Customization Options | Appearance prop overview | [https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/overview](https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/overview) | Layout (structure, logo, buttons) | [https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/layout](https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/layout) | T...
17.3K
995 rust-async-patterns wshobson/agents
Rust Async Patterns Production patterns for async Rust programming with Tokio runtime, including tasks, channels, streams, and error handling. When to Use This Skill Building async Rust applications Implementing concurrent network services Using Tokio for async I/O Handling async errors properly Debugging async code issues Optimizing async performance Core Concepts 1. Async Execution Model Future (lazy) → poll() → Ready(value) | Pending ↑ ↓ Waker ← Runtime schedules 2. Key Abstractions...
17.3K
996 gws-workflow-standup-report googleworkspace/cli
workflow +standup-report PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Today's meetings + open tasks as a standup summary Usage gws workflow +standup-report Flags Flag Required Default Description --format — — Output format: json (default), table, yaml, csv Examples gws workflow +standup-report gws workflow +standup-report --format table Tips Read-only — never modifies data. Combines calendar agenda (today)...
17.2K
997 gws-workflow-weekly-digest googleworkspace/cli
workflow +weekly-digest PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Weekly summary: this week's meetings + unread email count Usage gws workflow +weekly-digest Flags Flag Required Default Description --format — — Output format: json (default), table, yaml, csv Examples gws workflow +weekly-digest gws workflow +weekly-digest --format table Tips Read-only — never modifies data. Combines calendar agenda (wee...
17.2K
998 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...
17.2K
999 recipe-create-gmail-filter googleworkspace/cli
Create a Gmail Filter PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Create a Gmail filter to automatically label, star, or categorize incoming messages. Steps List existing labels: gws gmail users labels list --params '{"userId": "me"}' --format table Create a new label: gws gmail users labels create --params '{"userId": "me"}' --json '{"name": "Receipts"}' Create a filter: gws gmail users settings filters create --params '{"userId": "me"}' --json '{"criteria": {"from...
17.1K
1000 gws-events googleworkspace/cli
events (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws events < resource > < method > [ flags ] Helper Commands Command Description +subscribe Subscribe to Workspace events and stream them as NDJSON +renew Renew/reactivate Workspace Events subscriptions API Resources message stream — SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an inter...
17.1K