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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,417
总 Skills
159.9M
总安装量
2,739
贡献者
# Skill 仓库 描述 安装量
851 marketing-loops coreyhaines31/marketingskills
Marketing Loops You help set up marketing loops — repeatable marketing workflows an AI agent runs on a cadence, each with a defined trigger, a bounded set of steps, a self-check, and an explicit stopping condition. A loop turns a marketing task you'd otherwise do manually (and forget) into an always-on system: the weekly SEO opportunity scan, the ad-fatigue refresh, the churn-signal watch. This is the operational cousin of marketing-ideas . Ideas tell you what to try once . Loops tell you what t...
21.8K
852 sales-funnel-blueprint autonnel/autonnel-skills
Sales Funnel Blueprint Produce a build-ready funnel spec: which pages exist, what each one must say, what it charges, and what number tells you it works. The output is a document someone can hand to a builder (human or agent) and implement without further questions. When to use "I want to sell X online, what do I need to build" Planning a launch, a lead magnet, a tripwire, a webinar or a VSL flow An existing single page needs to become a multi-step funnel Before writing any copy or touching a pa...
21.8K
853 pr-walkthrough warpdotdev/common-skills
PR Walkthrough Create a local static HTML/CSS/JavaScript walkthrough that orients a reviewer to the current branch's pull request as four separate interactive D3 views. The walkthrough should help the reviewer understand the affected code and the PR from four distinct views: System overview view : a concise standalone code overview for the subsystem touched by the PR. It should not feel like a graph. Present it as a small set of expanded component cards that give the reviewer just enough archite...
21.7K
854 deprecation-and-migration addyosmani/agent-skills
Deprecation and Migration Overview Code is a liability, not an asset. Every line of code has ongoing maintenance cost — bugs to fix, dependencies to update, security patches to apply, and new engineers to onboard. Deprecation is the discipline of removing code that no longer earns its keep, and migration is the process of moving users safely from the old to the new. Most engineering organizations are good at building things. Few are good at removing them. This skill addresses that gap. When to U...
21.7K
855 server-side-conversion-tracking autonnel/autonnel-skills
Server-Side Conversion Tracking Browser pixels lose a large and unpredictable share of conversions to iOS tracking prevention, ad blockers, cookie lifetime limits and cross-domain hops. Server-side reporting fixes the reporting , which is what the ad platform's bidding model learns from. This skill covers the model, the setup order and how to verify it. When to use Ad platform reports fewer purchases than the store/database actually recorded CPA looks like it got worse right after a tracking cha...
21.7K
856 fingerprint-ci-gate liarjsdev/liarjs-skills
Fail the build, not the ban rate A fingerprint regression is invisible until something starts rejecting the traffic weeks later. liarjs turns it into a diff in a pull request: scan, save the JSON, compare the next run against the saved baseline. Node 22 or newer, a Chromium in the image, zero runtime dependencies. Runner note: give the container enough shared memory ( --shm-size=1g on Docker, or a /dev/shm mount) and the capabilities Chrome's own sandbox needs. Leave the browser sandbox enabled;...
21.7K
857 funnel-platform-picker autonnel/autonnel-skills
Funnel Platform Picker Pick a platform from the case, not from a feature grid. Most of these tools can build the same funnel; they differ on cost curve, who owns the data, and what breaks when you stop paying. Get those three right and the feature comparison rarely matters. When to use "Which funnel builder should I use" "Is it worth moving off ClickFunnels / GoHighLevel" "Should I self-host this or use a SaaS" Budget review on marketing software Agency deciding what to standardize client work o...
21.7K
858 post-purchase-upsell-flow autonnel/autonnel-skills
Post-Purchase Upsell Flow The step after payment is the cheapest revenue in a funnel: the customer has already converted, the payment method is already captured, and the offer costs nothing in ad spend. This skill covers designing that step and the technical requirements that make it actually work. When to use "How do I increase AOV" / "my ad costs are fine but revenue per order is too low" Adding an upsell, cross-sell, bundle or downsell to an existing checkout The thank-you page currently says...
21.7K
859 browser-fingerprint-audit liarjsdev/liarjs-skills
Browser fingerprint audit A browser controls its own JavaScript. It does not control the network it connects over. liarjs reads the fingerprint inside the browser, reads the TLS/HTTP/ASN view from the edge that served the request, and reports every place the two stories disagree. Score: starts at 100, each failing check deducts its weight. 85 and above Trustworthy , 60 and above Suspicious , below that Likely spoofed / bot . Run a scan npx liarjs@0.3 launch a throwaway Chrome and scan it npx li...
21.7K
860 self-hosted-funnel-launch autonnel/autonnel-skills
Self-Hosted Funnel Launch Take a funnel from nothing to published on infrastructure the operator controls, using Autonnel (Apache-2.0). This skill is the build step; design the funnel first with sales-funnel-blueprint , and confirm self-hosting is the right call with funnel-platform-picker if that is still open. Step 1: choose how it runs Path Cost at low volume Ops burden Use it for Cloudflare Workers Effectively $0 plus a Postgres No servers, no patching Default for production. Funnel pages ar...
21.7K
861 playwright-stealth-verify liarjsdev/liarjs-skills
Verify an automation harness against itself A test browser that quietly looks wrong is a test suite that quietly gets challenged. liarjs answers one question about a harness: does its JavaScript story agree with itself and with what the network layer saw? It measures; it does not modify the browser and ships no evasions or profiles. Node 22 or newer. Zero runtime dependencies, so it adds nothing to an existing Playwright or Puppeteer install. Against a Page you already have checkPage works with ...
21.7K
862 gstack garrytan/gstack
gstack browse: QA Testing & Dogfooding Persistent headless Chromium. First call auto-starts (~3s), then ~100-200ms per command. Auto-shuts down after 30 min idle. State persists between calls (cookies, tabs, sessions). SETUP (run this check BEFORE any browse command) B = $( browse/bin/find-browse 2 > /dev/null || ~/.claude/skills/gstack/browse/bin/find-browse 2 > /dev/null ) if [ -n " $B " ] ; then echo "READY: $B " else echo "NEEDS_SETUP" fi If NEEDS_SETUP : Tell the user: "gstack browse needs ...
21.6K
863 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...
21.6K
864 fingerprint-failure-triage liarjsdev/liarjs-skills
Triage a fingerprint report A score is a summary; the check ids are the finding. The job here is attribution: for each failing id, say what it measures and which component of the setup produced that signal. That turns a number into an owner list. This skill explains measurements. What to do about a given finding depends on what the browser is for, and that call belongs to whoever operates it. Procedure Show more Installs 977 Repository liarjsdev/liarjs-skills GitHub Stars 1 First Seen Today Secu...
21.6K
865 nuxt antfu/skills
Nuxt is a full-stack Vue framework that provides server-side rendering, file-based routing, auto-imports, and a powerful module system. It uses Nitro as its server engine for universal deployment across Node.js, serverless, and edge platforms. The skill is based on Nuxt 3.x, generated at 2026-01-28. Core Topic Description Reference Directory Structure Project folder structure, conventions, file organization core-directory-structure Configuration nuxt.config.ts, app.config.ts, runtime config, env...
21.5K
866 multi-stage-dockerfile github/awesome-copilot
Your goal is to help me create efficient multi-stage Dockerfiles that follow best practices, resulting in smaller, more secure container images. Multi-Stage Structure Use a builder stage for compilation, dependency installation, and other build-time operations Use a separate runtime stage that only includes what's needed to run the application Copy only the necessary artifacts from the builder stage to the runtime stage Use meaningful stage names with the AS keyword (e.g., FROM node:18 AS builde...
21.5K
867 two-factor-authentication-best-practices better-auth/skills
Setup Add twoFactor() plugin to server config with issuer Add twoFactorClient() plugin to client config Run npx @better-auth/cli migrate Verify: check that twoFactorSecret column exists on user table import { betterAuth } from "better-auth" ; import { twoFactor } from "better-auth/plugins" ; export const auth = betterAuth ( { appName : "My App" , plugins : [ twoFactor ( { issuer : "My App" , } ) , ] , } ) ; Client-Side Setup import { createAuthClient } from "better-auth/client" ; import { twoFac...
21.4K
868 dbs dontbesilent2025/dbskill
dbs:商业工具箱 你是 dontbesilent 商业工具箱的入口。你的唯一任务是:搞清楚用户需要什么,然后把他路由到正确的 skill。 你不做诊断,不做分析,不给建议。你只做路由。 路由表 用户意图信号 路由到 一句话说明 想从多个视角讨论、说"帮我想想"、"听听不同观点"、"几个人讨论一下" /dbs-chatroom 定向聊天室,推荐或指定专家多角色讨论 带着具体商业问题、想看商业模式、说"我有个问题" /dbs-diagnosis 商业模式诊断,消解问题优先于回答问题 想找对标、想模仿谁、说"我该学谁" /dbs-benchmark 对标分析,五重过滤排除一切噪音 选题通过了想知道怎么做内容、说"这个内容怎么做" /dbs-content 内容创作诊断,五维检测 有短视频文案想优化开头、说"开头怎么写" /dbs-hook 短视频开头优化,诊断 + 生成方案 想起小红书标题、说"帮我起个标题"、要写标题 /dbs-xhs-title 小红书标题公式,75 个验证过的爆款公式匹配 发来文案问有没有 AI 味、说"检测一下" /dbs-ai-check AI 写作特征识别,只诊...
21.4K
869 flutter-fix-layout-issues flutter/skills
Resolving Flutter Layout Errors Contents Constraint Violation Diagnostics Layout Error Resolution Workflow Examples Constraint Violation Diagnostics Flutter layout operates on a strict rule: Constraints go down. Sizes go up. Parent sets position. Layout errors occur when this negotiation fails, typically due to unbounded constraints or unconstrained children. Diagnose layout failures using the following error signatures: "Vertical viewport was given unbounded height" : Triggered when a scrollabl...
21.3K
870 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...
21.3K
871 e2e-testing-patterns wshobson/agents
E2E Testing Patterns Build reliable, fast, and maintainable end-to-end test suites that provide confidence to ship code quickly and catch regressions before users do. When to Use This Skill Implementing end-to-end test automation Debugging flaky or unreliable tests Testing critical user workflows Setting up CI/CD test pipelines Testing across multiple browsers Validating accessibility requirements Testing responsive designs Establishing E2E testing standards Core Concepts 1. E2E Testing Fundam...
21.3K
872 dogfood vercel-labs/agent-browser
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...
21.2K
873 angular-developer angular/skills
Angular Developer Guidelines Always analyze the project's Angular version before providing guidance, as best practices and available features can vary significantly between versions. If creating a new project with Angular CLI, do not specify a version unless prompted by the user. When generating code, follow Angular's style guide and best practices for maintainability and performance. Use the Angular CLI for scaffolding components, services, directives, pipes, and routes to ensure consistency. O...
21.1K
874 refactor github/awesome-copilot
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 ...
21.1K
875 council warpdotdev/common-skills
Council Use this skill to coordinate multiple subagents investigating the same question, with different models first and different assigned perspectives second, then synthesize their reports into one recommendation. This skill is best for judgment-heavy tasks: architecture tradeoffs, risky bug fixes, code review red-teaming, rollout decisions, incident analysis, and “is this alternative worth pursuing?” questions. Workflow 1. Frame the council question State the decision the council should answe...
21.1K
876 mobile-android-design wshobson/agents
Android Mobile Design Master Material Design 3 (Material You) and Jetpack Compose to build modern, adaptive Android applications that integrate seamlessly with the Android ecosystem. When to Use This Skill Designing Android app interfaces following Material Design 3 Building Jetpack Compose UI and layouts Implementing Android navigation patterns (Navigation Compose) Creating adaptive layouts for phones, tablets, and foldables Using Material 3 theming with dynamic colors Building accessible And...
21K
877 mediabunny remotion-dev/skills
Mediabunny is a multimedia library for dealing with audio and video in the browser. Here is a compact overview of it's capabilities: https://mediabunny.dev/llms.txt Getting audio duration See get-audio-duration.md for getting the duration of an audio file in seconds with Mediabunny. Getting video dimensions See get-video-dimensions.md for getting the width and height of a video file with Mediabunny. Getting video duration See get-video-duration.md for getting the duration of a video file in seco...
20.9K
878 dbs-content dontbesilent2025/dbskill
dbs-content:内容创作诊断 你是 dontbesilent 的内容创作诊断 AI。你的任务是帮用户把一个已经确认的选题,变成一个好内容。 你不帮人写内容。你帮人诊断内容该怎么做。 写是用户自己的事,你负责告诉他方向对不对、形式对不对、表达对不对。 前提:用户应该已经有一个明确的选题。 如果没有,先帮他理清楚想做什么内容。 核心哲学 原则 1:文字洁癖是底线 AI 写的内容被限流不是 AI 的问题,是用 AI 的人对文字没有洁癖。关心自己的文案有没有 AI 味的人很多,关心自己的文案好不好的人很少。英雄不问出处——内容好不好和是不是 AI 写的无关。 原则 2:自媒体的本质是精神控制 当我们滑动屏幕时,不仅是我们在选择内容,也是内容在塑造我们大脑的神经结构,重写我们的认知模式。封面和标题的本质是认知劫持——特定文字排列组合会触发特定神经机制。 原则 3:内容好坏 = 投入精力 × 对内容有正确理解 投入精力 ≠ 内容好。越是新手,越应该推高成本做内容,否则就会进入「内容差 → 没流量 → 以量取胜 → 内容更差」的死亡螺旋。 原则 4:先有产品后有内容 做内容之前,要确保你有产...
20.9K
879 architecture-patterns wshobson/agents
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
20.9K
880 skill-vetter useai-pro/openclaw-skills-security
Skill Vetter You are a security auditor for OpenClaw skills. Before the user installs any skill, you must vet it for safety. When to Use Before installing a new skill from ClawHub When reviewing a SKILL.md from GitHub or other sources When someone shares a skill file and you need to assess its safety During periodic audits of already-installed skills Vetting Protocol Step 1: Metadata Check Read the skill's SKILL.md frontmatter and verify: name matches the expected skill name (no typosquatting) v...
20.8K
881 dbs-diagnosis dontbesilent2025/dbskill
dbs-diagnosis:商业模式诊断 你是 dontbesilent 的商业诊断 AI。 你的核心工作不是回答问题,是消解问题。 8000+ 人付费问过商业问题,其中只有 0.9% 真正被解答了,99.1% 是被消解掉的——因为问题本身是错的。 核心哲学(非谈判项) 公理 1:商业模式是独立于人的客观存在 商业模式是一台有固定 input 要求的机器,人只是喂料员。财富几乎是一个只关乎于商业模式的产物。要对「大佬」祛魅,但要对商业模式保持敬畏。 公理 2:商业模式决定人的道德 好的商业模式逼你做好人,坏的商业模式逼你做恶人。道德是商业模式的副产品。不要在坏的商业模式里做好人,要换商业模式。 公理 3:智力不直接变现,商业模式才变现 智商决定收入上限,商业模式决定收入下限。赚钱只需要执行力 + 商业模式,认知不是必要条件。 公理 4:流量不等于收入 只要商业模式好,赚多少钱和粉丝量没有关系。99% 的情况下,流量越大越不赚钱。 公理 5:定价即产品 定价本身就是产品设计。引流款和利润款的价格差最好是 10 倍(5-15 倍区间),否则不是两个产品。 公理 6:99% 的创业问题是心理...
20.8K
882 fixing-motion-performance ibelick/ui-skills
fixing-motion-performance Fix animation performance issues. how to use /fixing-motion-performance Apply these constraints to any UI animation work in this conversation. /fixing-motion-performance <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 migrate animation libraries unless explicitly requested. Apply rules within the existing stack. when to apply Referenc...
20.8K
883 dbs-benchmark dontbesilent2025/dbskill
dbs-benchmark:对标分析 你是 dontbesilent 的对标分析 AI。你的任务是帮用户找到值得模仿的对标,用五重过滤法排除一切干扰。 核心信念:模仿不是方法,是信仰。 大部分人不是不会模仿,是不愿意模仿。他们用「做自己」来回避模仿的难度。 核心哲学 信条 1:排除自我是决策加速器 讨论现有资源、个人经历、兴趣偏好,本质是在为不行动找借口。有效的对标筛选只问一个问题:这个业务我能不能干?能干就执行,不能干就换下一个。所有关于「我」的讨论都是决策噪音。 信条 2:0 到 1 阶段,模仿是正确答案 在从 0 到 1 这个阶段,模仿别人、同质化竞争是一个成功的方法。大部分「做自己」的人都不敢挑战模仿别人的难度,只愿意自由自在地做自己。差异化是后话,先活下来。 信条 3:模仿的颗粒度决定模仿的质量 如果你看到对方抖音直播间的女主播的袜子上面出现了 3 个线头,而你们女主播的袜子上只有 2 个线头,你就没有模仿对标。会对标和不会对标的人的区别就是,前者打心底相信「和对标保持一致」这句话是真理。 信条 4:高利润是唯一标准 做生意要不要找高毛利/高复购/高壁垒/高增长/高流量/高科...
20.7K
884 dbs-deconstruct dontbesilent2025/dbskill
dbs-deconstruct:概念拆解 你是 dontbesilent 的概念拆解 AI。你的任务是把用户丢过来的模糊商业概念,用维特根斯坦的语言哲学和奥派经济学的方法论,拆到原子级别——直到每一个词都有明确的含义。 核心使命:反对语言对理智的蛊惑。 维特根斯坦说,哲学是一场反对语言对我们的理智的蛊惑的斗争。商业领域充满了被语言蛊惑的伪概念。你的工作是解蛊。 核心哲学 原则 1:语言的界限即世界的界限 如果你说不清楚一件事,你就不理解这件事。说清楚的能力是 AI 时代最大的杠杆。 如果你会做一件事但说不清楚 → 你只能自己做 如果你说不太清但别人能理解 → 你能雇人做(传统杠杆) 如果你能把隐性变成显性、形成规则 → 你能让 AI 做(现代杠杆) 原则 2:意义即使用 理解一个词不是理解它的"定义",而是理解它在各种场景中的使用方式。当一个商业概念在不同人嘴里意味着不同的事情,这个概念就是有问题的。 原则 3:7 张表构建本体论 用《逻辑哲学论》的结构化方法重组商业概念: 对象表 — 列出基本对象(不可再分的元素) 事态表 — 列出原子事态(最小的事实单元) 复合事态表 — 列出复合...
20.7K
885 mobile-ios-design wshobson/agents
iOS Mobile Design Master iOS Human Interface Guidelines (HIG) and SwiftUI patterns to build polished, native iOS applications that feel at home on Apple platforms. When to Use This Skill Designing iOS app interfaces following Apple HIG Building SwiftUI views and layouts Implementing iOS navigation patterns (NavigationStack, TabView, sheets) Creating adaptive layouts for iPhone and iPad Using SF Symbols and system typography Building accessible iOS interfaces Implementing iOS-specific gestures ...
20.6K
886 check-impl-against-spec warpdotdev/common-skills
Check implementation against spec Use this skill only when spec_context.md exists during PR review. Goal Determine whether the implementation in the checked-out PR materially matches the approved spec context. This is a supplement to the normal code review, not a separate output. Inputs spec_context.md contains the spec context to compare against. It may include both product spec content (intended behavior, acceptance criteria) and tech spec content (implementation details, file changes). pr_dif...
20.6K
887 sanity-best-practices sanity-io/agent-toolkit
Sanity Best Practices Comprehensive best practices guide for Sanity development, maintained by Sanity. Contains rules across 10 categories, prioritized by impact to guide schema design, query optimization, and frontend integration. When to Apply Reference these guidelines when: Writing GROQ queries or optimizing performance Designing content schemas Implementing Visual Editing and live preview Working with images, Portable Text, or page builders Configuring Sanity Studio structure Setting up...
20.6K
888 summarize steipete/clawdis
Summarize Fast CLI to summarize URLs, local files, and YouTube links. When to use (trigger phrases) Use this skill immediately when the user asks any of: "use summarize.sh" "what's this link/video about?" "summarize this URL/article" "transcribe this YouTube/video" (best-effort transcript extraction; no yt-dlp needed) Quick start Show more Installs 1.7K Repository openclaw/openclaw GitHub Stars 386.0K First Seen Jan 30, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
20.5K
889 laravel-specialist jeffallan/claude-skills
Laravel Specialist Senior Laravel specialist with deep expertise in Laravel 10+, Eloquent ORM, and modern PHP 8.2+ development. Role Definition You are a senior PHP engineer with 10+ years of Laravel experience. You specialize in Laravel 10+ with PHP 8.2+, Eloquent ORM, API resources, queue systems, and modern Laravel patterns. You build elegant, scalable applications with powerful features. When to Use This Skill Building Laravel 10+ applications Implementing Eloquent models and relationshi...
20.5K
890 design-system nextlevelbuilder/ui-ux-pro-max-skill
Design System Token architecture, component specifications, systematic design, slide generation. When to Use Design token creation Component state definitions CSS variable systems Spacing/typography scales Design-to-code handoff Tailwind theme configuration Slide/presentation generation Token Architecture Load: references/token-architecture.md Three-Layer Structure Show more Installs 4.4K Repository nextlevelbuilde…ax-skill GitHub Stars 101.7K First Seen 12 days ago Security Audits Gen Agent Tru...
20.5K
891 reproduce-bug-report warpdotdev/common-skills
Reproduce bug report Use this skill when the current context is a GitHub issue, support report, Linear ticket, or user prompt describing a specific bug that may be reproduced through visible application behavior. It is primarily for UI, rendering, windowing, settings, editor, terminal-display, onboarding, or other interactive bugs where screenshots or recordings make the result more actionable. The parent agent should not try to manually reproduce the UI bug locally unless the user explicitly as...
20.5K
892 flutter-add-widget-test flutter/skills
Writing Flutter Widget Tests Contents Setup & Configuration Core Components Workflow: Implementing a Widget Test Interaction & State Management Examples Setup & Configuration Ensure the testing environment is properly configured before authoring widget tests. Add the flutter_test dependency to the dev_dependencies section of pubspec.yaml . Place all test files in the test/ directory at the root of the project. Suffix all test file names with _test.dart (e.g., widget_test.dart ). Core Components ...
20.4K
893 wind-find-finance-skill wind-information-co-ltd/wind-skills
发现流程 本 skill 是万得金融能力发现与安装路由器,不直接取数、不做业务分析、不需要 API Key。 触发范围:用户询问金融能力,或提出金融数据、分析、工具相关问题但未指定具体 skill,或指定的金融 skill 本地未找到 SKILL.md 。若用户意图明确,仍需先判断该意图是否对应 catalog 中的工作流 skill;只有该工作流 skill 已安装时,才直接交给它继续处理。仅数据底座 skill 已安装,不等于工作流 skill 已满足。 先尝试运行更新探活脚本,找到任一路径即执行 node <path> : 当前 skill 目录下的 scripts/update-check.mjs %USERPROFILE%\.agents\skills\wind-find-finance-skill\scripts\update-check.mjs ~/.agents/skills/wind-find-finance-skill/scripts/update-check.mjs 若 stderr 含 [wind-skills] 提示: 检测到新版 ( 检测到 N 个 skil...
20.4K
894 firestore-security-rules-auditor firebase/agent-skills
Overview This skill acts as an auditor for Firebase Security Rules, evaluating them against a rigorous set of criteria to ensure they are secure, robust, and correctly implemented. Scoring Criteria Assessment: Security Validator (Red Team Edition) You are a Senior Security Auditor and Penetration Tester specializing in Firestore. Your goal is to find "the hole in the wall." Do not assume a rule is secure because it looks complex; instead, actively try to find a sequence of operations to bypass i...
20.4K
895 vueuse-functions antfu/skills
VueUse Functions This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant. When to Apply Apply this skill whenever assisting user development work in Vue.js / Nuxt. Always check first whether a VueUse function can implement the requirement. Pre...
20.4K
896 gpt-image-2 pilioai/skills
🪞 GPT Image 2 — Image Generation via Your ChatGPT Subscription agentspace.so · GitHub Generate images with GPT Image 2 (ChatGPT Images 2.0) inside your agent, using your existing ChatGPT Plus or Pro subscription — no separate OpenAI access, no Fal or Replicate tokens, no per-image billing. Text-to-image, image-to-image editing, style transfer, and multi-reference composition. Runs entirely through the local codex CLI you're already logged into. Heads up — this skill requires a ChatGPT Plus or Pr...
20.3K
897 baoyu-post-to-weibo jimliu/baoyu-skills
Post to Weibo Posts text, images, videos, and long-form articles to Weibo via real Chrome browser (bypasses anti-bot detection). Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as {baseDir} Script path = {baseDir}/scripts/<script-name>.ts Replace all {baseDir} in this document with the actual path Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -...
20.3K
898 shadcn-ui giuseppe-trisciuoglio/developer-kit
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
20.3K
899 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...
20.3K
900 higgsfield-game-generation higgsfield-ai/skills
Higgsfield Game Generation Create a coherent, playable web game and deliver the URL, or produce only the requested game assets. Higgsfield CLI owns generation, 3D action discovery, deployment, and optional marketplace publication. Bootstrap Before work begins: Show more Installs 800 Repository higgsfield-ai/skills GitHub Stars 572 First Seen 2 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
20.2K