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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
4801 onboarding-optimization eronred/aso-skills
Onboarding Optimization You optimize the first-run experience to maximize activation — the moment a new user completes the core action that predicts long-term retention. The Activation Principle Activation ≠ sign-up. Activation is the first time the user gets real value from your app. Identify it before anything else. App Type Activation Event Fitness First workout completed Productivity First task or project created Social First connection made or content posted Finance First account linked or ...
825
4802 pixijs-scene-text pixijs/pixijs-skills
PixiJS has five text-rendering classes that cover different trade-offs between styling, performance, and animation. Text renders to a canvas for full CSS-style fidelity. BitmapText reads from a pre-generated atlas for cheap updates. HTMLText renders an HTML fragment via SVG <foreignObject> for rich markup. SplitText and SplitBitmapText wrap the first two classes and expose per-character, per-word, and per-line containers for animation. Assumes familiarity with pixijs-scene-core-concepts . All te...
824
4803 analyze-feature-requests phuryn/pm-skills
Analyze Feature Requests Categorize, evaluate, and prioritize customer feature requests against product goals. Context You are analyzing feature requests for $ARGUMENTS . If the user provides files (spreadsheets, CSVs, or documents with feature requests), read and analyze them directly. If data is in a structured format, consider creating a summary table. Domain Context Never allow customers to design solutions. Prioritize opportunities (problems) , not features. Use Opportunity Score (Dan Olsen...
824
4804 polymarket-api agentmc15/polymarket-trader
Polymarket API Integration Skill Overview This skill provides comprehensive guidance for integrating with Polymarket's APIs and smart contracts. API Endpoints CLOB API (Central Limit Order Book) Base URL: https://clob.polymarket.com Authentication Levels Level 0 (Public): Market data, orderbooks, prices Level 1 (Signer): Create/derive API keys Level 2 (Authenticated): Trading, orders, positions Key Endpoints GET /markets List all markets GET /markets/{token_id} Get specifi...
823
4805 cloudbase-platform tencentcloudbase/skills
When to use this skill Use this skill for CloudBase platform knowledge when you need to: Understand CloudBase storage and hosting concepts Configure authentication for different platforms (Web vs Mini Program) Deploy and manage cloud functions Understand database permissions and access control Work with data models (MySQL and NoSQL) Access CloudBase console management pages This skill provides foundational knowledge that applies to all CloudBase projects, regardless of whether they are Web, Mini...
823
4806 translation kostja94/marketing-skills
Content: Translation Guides translation workflow, terminology, style, and quality for multilingual content. Covers when to use human vs machine translation, glossary and style guide creation, and SEO considerations. For i18n implementation, hreflang, and URL structure, see localization-strategy . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directl...
823
4807 brainstorm-experiments-existing phuryn/pm-skills
Design Experiments (Existing Product) Design low-effort experiments to test product assumptions before committing to full implementation. Context You are helping a product team design experiments for $ARGUMENTS . The team has a feature idea and assumptions that need validation. If the user provides files (PRDs, assumption lists, designs), read them first. Instructions The user will describe their idea and assumptions. Work through these steps: Clarify the idea and assumptions : Confirm what the ...
823
4808 xhs-note-creator comeonzhj/auto-redbook-skills
这个技能用于创建专业的小红书笔记素材,包括内容撰写、图片卡片生成和笔记发布。 使用场景 - 用户需要创建小红书笔记时 - 用户提供资料需要转化为小红书风格内容时 - 用户需要生成精美的图片卡片用于发布时 工作流程 第一步:撰写小红书笔记内容 根据用户需求和提供的资料,创作符合小红书风格的内容: 标题要求 - 不超过 20 字 - 吸引眼球,制造好奇心 - 可使用数字、疑问句、感叹号增强吸引力 - 示例:「5个让效率翻倍的神器推荐!」「震惊!原来这样做才对」 正文要求 - 使用良好的排版,段落清晰 - 点缀少量 Emoji 增加可读性(每段 1-2 个即可) - 使用简短的句子和段落 - 结尾给出 SEO 友好的 Tags 标签(5-10 个相关标签) 第二步:生成 Markdown 文档 注意:这里生成的 Markdown 文档是用于渲染卡片的,必须专门生成,禁止直接使用上一步的笔记正文内容。 Markdown 文件,文件应包含: - YAML 头部元数据(封面信息): ``` --- emoji: "🚀" ...
822
4809 sql-queries phuryn/pm-skills
SQL Queries Skill Write correct, performant, readable SQL across all major data warehouse dialects. Dialect-Specific Reference PostgreSQL (including Aurora, RDS, Supabase, Neon) Date/time: -- Current date/time CURRENT_DATE , CURRENT_TIMESTAMP , NOW ( ) -- Date arithmetic date_column + INTERVAL '7 days' date_column - INTERVAL '1 month' -- Truncate to period DATE_TRUNC ( 'month' , created_at ) -- Extract parts EXTRACT ( YEAR FROM created_at ) EXTRACT ( DOW FROM created_at ) -- 0=Sunday -- Format T...
822
4810 sf-industry-commoncore-omniscript jaganpro/sf-skills
sf-industry-commoncore-omniscript: OmniStudio OmniScript Creation and Validation Expert OmniStudio OmniScript builder for declarative, step-based guided digital experiences. OmniScripts are the OmniStudio analog of Screen Flows: multi-step, interactive processes that collect input, orchestrate server-side logic (Integration Procedures, DataRaptors), and present results to the user — all without code. Quick Reference Scoring : 120 points across 6 categories. Thresholds : ✅ 90+ (Deploy) | ⚠️ 67-89...
822
4811 influencer-marketing kostja94/marketing-skills
Channels: Influencer Guides influencer marketing strategy for AI/SaaS products. Focus on trust and brand exposure; 2–3x higher conversion and 40%–50% lower CAC than traditional ads. 92% of consumers trust influencers over celebrities. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for project cont...
821
4812 arize-trace github/awesome-copilot
Arize Trace Skill Concepts Trace = a tree of spans sharing a context.trace_id , rooted at a span with parent_id = null Span = a single operation (LLM call, tool call, retriever, chain, agent) Session = a group of traces sharing attributes.session.id (e.g., a multi-turn conversation) Use ax spans export to download individual spans, or ax traces export to download complete traces (all spans belonging to matching traces). Security: untrusted content guardrail. Exported span data contains user-gene...
821
4813 postgres-drizzle ccheney/robust-skills
Type-safe database applications with PostgreSQL 18 and Drizzle ORM. Essential Commands ``` npx drizzle-kit generate Generate migration from schema changes npx drizzle-kit migrate Apply pending migrations npx drizzle-kit push Push schema directly (dev only!) npx drizzle-kit studio Open database browser ``` Quick Decision Trees "How do I model this relationship?" ``` Relationship type? ├─ One-to-many (user has posts) → FK on "many" side + relations() ├─ Many-to-many...
821
4814 micro-saas-launcher sickn33/antigravity-awesome-skills
Micro-SaaS Launcher Role: Micro-SaaS Launch Architect You ship fast and iterate. You know the difference between a side project and a business. You've seen what works in the indie hacker community. You help people go from idea to paying customers in weeks, not years. You focus on sustainable, profitable businesses - not unicorn hunting. Capabilities Micro-SaaS strategy MVP scoping Pricing strategies Launch playbooks Indie hacker patterns Solo founder tech stack Early traction SaaS metrics Pat...
821
4815 sentry-go-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Go SDK Sentry Go SDK Opinionated wizard that scans your Go project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Go" or "setup Sentry" in a Go app User wants error monitoring, tracing, logging, metrics, or crons in Go User mentions sentry-go , github.com/getsentry/sentry-go , or Go Sentry SDK User wants to monitor panics, HTTP handlers, or scheduled jobs in Go Note: SDK versions and APIs below reflect Sentry docs at time...
821
4816 pixijs-scene-particle-container pixijs/pixijs-skills
ParticleContainer is a specialized container for rendering hundreds to tens of thousands of lightweight sprites in a single draw call. Use it for particle effects, bullet patterns, or any case where you need a large number of similar-looking objects with minimal per-object overhead. Particles share a single base texture and have a restricted transform set; they are not full Container children. Assumes familiarity with pixijs-scene-core-concepts . ParticleContainer is a special leaf in a differen...
820
4817 twitter-x-posts kostja94/marketing-skills
Platforms: X (Twitter) Guides X post copy creation and optimization. Use for generating publish-ready posts, threads, and content that performs on X. Suitable for copy agents, design agents (image specs), and video agents (video post specs). When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Output: Publish-Ready Copy This sk...
820
4818 arize-link github/awesome-copilot
Arize Link Generate deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. When to Use User wants a link to a trace, span, session, dataset, labeling queue, evaluator, or annotation config You have IDs from exported data or logs and need to link back to the UI User asks to "open" or "view" any of the above in Arize Required Inputs Collect from the user or context (exported trace data, parsed URLs): Always required Resource-specific ...
820
4819 pixijs-color pixijs/pixijs-skills
The Color class creates and converts colors for tints, fills, strokes, and anywhere PixiJS accepts a ColorSource . Most APIs accept raw hex/strings directly, so explicit new Color(...) is only needed when converting formats or manipulating values. Quick Start const fillColor = new Color ( "ff6600" ) ; console . log ( fillColor . toHex ( ) ) ; // 'ff6600' console . log ( fillColor . toNumber ( ) ) ; // 0xff6600 console . log ( fillColor . toArray ( ) ) ; // [1, 0.4, 0, 1] const g = new Graphics (...
820
4820 strapi-expert mkshahzad77/claude-skill-strapi-expert
Strapi v5 Expert You are an expert Strapi v5 developer specializing in plugin development, custom APIs, and CMS architecture. Your mission is to write production-grade Strapi v5 code following official conventions and best practices. Core Mandate: Document Service API First In Strapi v5, always use the Document Service API ( strapi.documents ) for all data operations. The Entity Service API from v4 is deprecated. Document Service vs Entity Service Operation Document Service (v5) Entity Service (...
820
4821 wps-excel lc2panda/wps-skills
WPS 表格智能助手 你现在是 WPS 表格智能助手,专门帮助用户解决 Excel 相关问题。你的存在是为了让那些被公式折磨的用户解脱,让他们用人话就能操作 Excel。 核心能力 1. 公式生成(P0 核心功能) 这是解决用户「公式不会写」痛点的核心能力: 查找匹配类 :VLOOKUP、XLOOKUP、INDEX+MATCH、LOOKUP 条件判断类 :IF、IFS、SWITCH、IFERROR 统计汇总类 :SUMIF、COUNTIF、AVERAGEIF、SUMIFS、COUNTIFS 日期时间类 :DATE、DATEDIF、WORKDAY、EOMONTH 文本处理类 :LEFT、RIGHT、MID、CONCATENATE、TEXT 2. 公式诊断 当用户公式报错时,分析原因并提供修复方案: REF! :引用了不存在的单元格或区域 N/A :查找函数未找到匹配值 VALUE! :参数类型错误 NAME? :函数名称错误或引用了未定义的名称 DIV/0! :除数为零 3. 数据清洗 去除前后空格(trim) 删除重复行(remove_duplicates) 删除空行(remove_e...
820
4822 prioritize-assumptions phuryn/pm-skills
Prioritize Assumptions Triage assumptions using an Impact × Risk matrix and suggest targeted experiments. Context You are helping prioritize assumptions for $ARGUMENTS . If the user provides files with assumptions or research data, read them first. Domain Context ICE works well for assumption prioritization: Impact (Opportunity Score × Customers) × Confidence (1–10) × Ease (1–10). Opportunity Score = Importance × (1 − Satisfaction), normalized to 0–1 (Dan Olsen). RICE splits Impact into Reach ×...
820
4823 sf-datacloud jaganpro/sf-skills
sf-datacloud: Salesforce Data Cloud Orchestrator Use this skill when the user needs product-level Data Cloud workflow guidance rather than a single isolated command family: pipeline setup, cross-phase troubleshooting, data spaces, data kits, or deciding whether a task belongs in Connect, Prepare, Harmonize, Segment, Act, or Retrieve. This skill intentionally follows sf-skills house style while using the external sf data360 command surface as the runtime. The plugin is not vendored into this repo...
820
4824 37signals-way wondelai/skills
The 37signals Product Development Framework A complete system for building profitable software products without bloat, bureaucracy, or burnout. Over fifteen years, 37signals distilled their approach into three books: Getting Real (2006) established the "build less" ethos, Rework (2010) challenged conventional business wisdom, and Shape Up (2019) operationalized everything into a repeatable development process. Together they form a philosophy, a mindset, and a method for small teams that ship mea...
819
4825 office-productivity sickn33/antigravity-awesome-skills
Office Productivity Workflow Bundle Overview Comprehensive office productivity workflow for document creation, spreadsheet automation, presentation generation, and format conversion using LibreOffice and Microsoft Office tools. When to Use This Workflow Use this workflow when: Creating office documents programmatically Automating document workflows Converting between document formats Generating reports Creating presentations from data Processing spreadsheets Workflow Phases Phase 1: Document Cre...
819
4826 weixin-agent-sdk aradotso/trending-skills
weixin-agent-sdk Skill by ara.so — Daily 2026 Skills collection. weixin-agent-sdk is a TypeScript framework that bridges any AI backend to WeChat (微信) via the Clawbot channel. It uses long-polling to receive messages — no public server required — and exposes a minimal Agent interface so you can plug in OpenAI, Claude, or any custom logic in minutes. Installation npm npm install weixin-agent-sdk pnpm (monorepo) pnpm add weixin-agent-sdk Node.js >= 22 required. Quick Start 1. Login (scan QR code...
819
4827 github-release jezweb/claude-skills
GitHub Release Sanitize and release projects to GitHub. Two-phase workflow: safety checks first, then tag and publish. Prerequisites gh CLI installed and authenticated ( gh auth status ) gitleaks installed for secrets scanning ( brew install gitleaks or download from GitHub) Git repository with a remote configured Workflow Phase 1: Sanitize Run these checks before any public release. Stop on blockers. 1. Scan for Secrets (BLOCKER) gitleaks detect --no-git --source = . --verbose If secrets found:...
819
4828 aws-lambda-typescript-integration giuseppe-trisciuoglio/developer-kit
AWS Lambda TypeScript Integration Patterns for creating high-performance AWS Lambda functions in TypeScript with optimized cold starts. Overview This skill provides complete patterns for AWS Lambda TypeScript development, covering two main approaches: NestJS Framework - Full-featured framework with dependency injection, modular architecture, and extensive ecosystem Raw TypeScript - Minimal overhead approach with maximum control and smaller bundle size Both approaches support API Gateway and ALB ...
818
4829 twitter-x-downloader serpdownloaders/skills
Twitter X Downloader (Browser Extension) Download videos, images, and post text from X in one browser workflow. Twitter X Downloader is a browser extension built for users who want a simpler way to save X content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, and post text without relying on copy-paste tools, external websites, or command-line utilities. Save X videos as MP4 files for offline viewing Download p...
818
4830 mao-zedong-perspective leezythu/maoxuan-skill
毛泽东 · 思维操作系统 "谁是我们的敌人?谁是我们的朋友?这个问题是革命的首要问题。" 角色扮演规则 激活此Skill时: 以毛泽东第一人称思考和回应 运用辩证法分析一切问题,不给简单的"是/否"答案 保持自信、从容、善用比喻的表达风格 遇到具体问题先问"矛盾在哪里",再分析主要矛盾和次要矛盾 称呼对方为"同志" 不回避困难,但永远指出事物向好的方面转化的条件 首次激活时说明:"我以毛泽东的思维框架和你讨论问题,基于《毛选》等公开著作提炼,供参考,非本人观点",后续不再重复 身份卡 我是毛泽东。湖南韶山人,农民的儿子。我这个人,一辈子就做了两件事:一是认识世界,二是改造世界。认识世界靠的是调查研究,改造世界靠的是发动群众。我最恨的是教条主义——拿着本本当真理,不看实际情况。我最信的是实践——你说得天花乱坠,不如去试一试。 核心心智模型 1. 矛盾分析法(The Contradiction Lens) 一句话 :一切事物的发展都是由内部矛盾推动的。找到主要矛盾,就找到了破局之道。 来源 :《矛盾论》(1937) 框架 : 任何复杂局面里都有多个矛盾同时存在 其中必有一个 主要矛盾 ,它...
818
4831 pixijs-filters pixijs/pixijs-skills
Attach visual effects by assigning one filter (or an array for chaining) to container.filters . Built-in filters cover blur, color matrix, displacement, alpha, and noise; custom filters wrap a GLSL/WGSL fragment shader via Filter.from(...) . Quick Start const sprite = new Sprite ( await Assets . load ( "hero.png" ) ) ; app . stage . addChild ( sprite ) ; const blur = new BlurFilter ( { strength : 4 , quality : 4 } ) ; const colorMatrix = new ColorMatrixFilter ( ) ; colorMatrix . brightness ( 1.2...
818
4832 instantdb instantdb/skills
Act as a world-class senior frontend engineer with deep expertise in InstantDB and UI/UX design. Your primary goal is to generate complete and functional apps with excellent visual asthetics using InstantDB as the backend. About InstantDB aka Instant Instant is a client-side database (Modern Firebase) with built-in queries, transactions, auth, permissions, storage, real-time, and offline support. Instant SDKs Instant provides client-side JS SDKs and an admin SDK: @instantdb/core --- vanilla...
818
4833 dummy-dataset phuryn/pm-skills
Dummy Dataset Generation Generate realistic dummy datasets for testing with customizable columns, constraints, and output formats (CSV, JSON, SQL, Python script). Creates executable scripts or direct data files for immediate use. Use when: Creating test data, generating sample datasets, building realistic mock data for development, or populating test environments. Arguments: $PRODUCT : The product or system name $DATASET_TYPE : Type of data (e.g., customer feedback, transactions, user profiles) ...
818
4834 doc-coauthoring getsentry/skills
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
817
4835 flutter-environment-setup-windows flutter/skills
Goal Configures a Windows development environment for building Flutter applications targeting Windows Desktop and Android. Analyzes system requirements, modifies environment variables, installs necessary C++ toolchains, manages platform-specific configurations, and generates self-signed certificates for local Windows application deployment. Assumes the host machine is running Windows 10 or 11 with administrative privileges available for system modifications. Instructions Configure Flutter SDK an...
816
4836 nextjs-data-fetching giuseppe-trisciuoglio/developer-kit
Next.js Data Fetching Overview This skill provides comprehensive patterns for data fetching in Next.js App Router applications. It covers server-side fetching, client-side libraries integration, caching strategies, error handling, and loading states. When to Use Use this skill for: Implementing data fetching in Next.js App Router Choosing between Server Components and Client Components for data fetching Setting up SWR or React Query integration Implementing parallel data fetching patterns Config...
816
4837 shopify-products jezweb/claude-skills
Shopify Products Create, update, and bulk-import Shopify products. Produces live products in the store via the GraphQL Admin API or CSV import. Prerequisites Admin API access token (use the shopify-setup skill if not configured) Store URL and API version from shopify.config.json or .dev.vars Workflow Step 1: Gather Product Data Determine what the user wants to create or update: Product basics : title, description (HTML), product type, vendor, tags Variants : options (size, colour, material), pri...
816
4838 environment railwayapp/railway-skills
Environment Configuration Query, stage, and apply configuration changes for Railway environments. Quick Actions When user asks "what's the config" or "show configuration": Run railway status --json to get the environment ID, then always query the full config: bash <<'SCRIPT' scripts/railway-api.sh \ 'query envConfig($envId: String!) { environment(id: $envId) { id config } }' \ '{"envId": "ENV_ID_FROM_STATUS"}' SCRIPT Present: source (repo/image), build settings, deploy settings,...
815
4839 rhwp-edit nomadamas/k-skill
rhwp-edit What this skill does k-skill-rhwp CLI로 .hwp 문서의 본문 텍스트 , 표 구조 , 셀 내용 을 round-trip 안전하게 수정한다. CLI는 @rhwp/core (Rust + WebAssembly) 위에 얇은 Node 래퍼를 씌워 insertText , deleteText , replaceAll , createTable , setCellText 같은 편집 동작을 서브커맨드로 노출한다. 결과는 항상 새 파일로 저장한다. 이 스킬은 편집 전용 이다. 문서를 Markdown/JSON으로 변환하거나 필드만 추출하려면 hwp 스킬을 사용한다. 페이지 렌더링 디버깅이나 IR 비교가 필요하면 rhwp-advanced 스킬을 사용한다. When to use "HWP 본문에 한 줄 추가해줘" "서식은 유지한 채로 2025를 2026으로 일괄 치환해줘" "3행 4열짜리 표를 HWP에 넣어줘" "표의 특정 셀 내용을 바꿔줘" "빈 HWP 새 파일을 만...
815
4840 brand-guidelines getsentry/skills
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
815
4841 pixabay-downloader serpdownloaders/skills
Pixabay Downloader — Coming Soon (Browser Extension) Download free stock photos, illustrations, vectors, videos, music, and sound effects from Pixabay in original quality. This extension is currently in development and has not been released yet. Pixabay Downloader is an upcoming browser extension designed to streamline the process of saving media from Pixabay directly to your local machine. Pixabay hosts a vast library of royalty-free content under a permissive license, but downloading files at ...
815
4842 mongodb-schema-design mongodb/agent-skills
MongoDB Schema Design Data modeling patterns and anti-patterns for MongoDB, maintained by MongoDB. Bad schema is the root cause of most MongoDB performance and cost issues—queries and indexes cannot fix a fundamentally wrong model. When to Apply Reference these guidelines when: Designing a new MongoDB schema from scratch Migrating from SQL/relational databases to MongoDB Reviewing existing data models for performance issues Troubleshooting slow queries or growing document sizes Deciding between ...
815
4843 legal-page-generator kostja94/marketing-skills
Pages: Legal Guides legal page content, structure, and SEO handling. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Identify: Page type : Privacy Policy, Terms of Service, Cookie Policy, etc. Jurisdiction : GDPR, CCPA, etc. Business model : SaaS, e-commerce, content site Indexing : Index or noindex (oft...
815
4844 video-marketing kostja94/marketing-skills
Content: Video Marketing Guides video marketing strategy and script creation for short-form and long-form content. Short-form commands ~82% of internet traffic with 2.5× more engagement than long-form; 71% of viewers decide within 3 seconds whether to continue. Use this skill when planning video content, writing scripts, or optimizing for platforms. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On su...
815
4845 review-resume phuryn/pm-skills
Resume Review for Product Managers You are an expert resume reviewer specializing in Product Management careers. Your role is to provide comprehensive, personalized, and actionable feedback on PM resumes based on industry best practices. Purpose Conduct a thorough review of a PM resume against 10 best practices. Provide specific, constructive suggestions with examples directly from the resume being reviewed. Input Arguments $RESUME : The resume text or content to review $JOB_POSTING : (Optional)...
815
4846 ansoff-matrix phuryn/pm-skills
Ansoff Matrix Metadata Name : ansoff-matrix Description : Generate an Ansoff Matrix analysis mapping growth strategies across market penetration, market development, product development, and diversification. Triggers : Ansoff matrix, growth matrix, market expansion, growth strategy options Instructions You are a growth strategist analyzing expansion opportunities using the Ansoff Matrix for $ARGUMENTS. Your task is to evaluate growth options across product and market dimensions and develop speci...
815
4847 toutiao-publisher guanyang/super-publisher
Toutiao Publisher Skill Manage Toutiao (Today's Headlines) account, maintain persistent login session, and publish articles. When to Use This Skill Trigger when user: Asks to publish to Toutiao/Today's Headlines Wants to manage Toutiao login Mentions "toutiao" or "头条号" Core Workflow Step 1: Authentication (One-Time Setup) The skill requires a one-time login. The session is persisted for subsequent uses. Browser will open for manual login (scan QR code) python scripts/run.py auth_manager.p...
815
4848 sf-industry-commoncore-omnistudio-analyze jaganpro/sf-skills
sf-industry-commoncore-omnistudio-analyze: OmniStudio Cross-Component Analysis Expert OmniStudio analyst specializing in namespace detection, dependency mapping, and impact analysis across the full OmniStudio component suite. Perform org-wide inventory of OmniScripts, FlexCards, Integration Procedures, and Data Mappers with automated dependency graph construction and Mermaid visualization. Core Responsibilities Namespace Detection : Identify whether an org uses Core (Industries), vlocity_cmt (Co...
815
4849 test facebook/react
Run tests for the React codebase. Arguments: $ARGUMENTS: Channel, flags, and test pattern Usage Examples: /test ReactFiberHooks - Run with source channel (default) /test experimental ReactFiberHooks - Run with experimental channel /test www ReactFiberHooks - Run with www-modern channel /test www variant false ReactFiberHooks - Test VARIANT=false /test stable ReactFiberHooks - Run with stable channel /test classic ReactFiberHooks - Run with www-classic channel /test watch ReactFiberHooks - Ru...
815
4850 pixijs-scene-dom-container pixijs/pixijs-skills
DOMContainer positions an HTML element over the PixiJS canvas and drives its CSS transform from the scene graph. Use it for native inputs, iframes, videos, or rich HTML that needs to follow a display object's position. The default pixi.js browser bundle registers the DOMPipe automatically; custom builds add a side-effect import 'pixi.js/dom' . DOMContainer is marked EXPERIMENTAL in PixiJS v8. The API may change between minor releases. Assumes familiarity with pixijs-scene-core-concepts . DOMCont...
814