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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,735
总 Skills
170.0M
总安装量
2,753
贡献者
# Skill 仓库 描述 安装量
11001 seo-content-marketing-claude-code-skill-suite aradotso/marketing-skills
📈 SEO & Content Marketing Skills Suite Skill by ara.so — Marketing Skills collection. This skill suite extends Claude Code with 10 specialized SEO and content marketing commands and 5 multi-step workflows for comprehensive search optimization and content strategy. Built on the anthropics/claude-code framework, it provides structured, actionable SEO analysis with visual progress tracking and prioritized recommendations. What This Project Does The SEO & Content Marketing Skills Suite automates: Ke...
940
11002 r14-borghei-claude-skills-seo aradotso/marketing-skills
📈 SEO & Content Marketing Skills Suite Skill by ara.so — Marketing Skills collection. This skill suite provides specialized SEO and content marketing commands derived from the borghei/Claude-Skills framework. It includes 10 domain-specific commands and 5 multi-step workflows for keyword research, content audits, technical SEO, SERP analysis, and content strategy. What This Project Does The r14-borghei-claude-skills-seo suite enables AI agents to perform comprehensive SEO and content marketing ta...
940
11003 web-access-claude-skill aradotso/trending-skills
Web Access Skill for Claude Code Skill by ara.so — Daily 2026 Skills collection. A skill that gives Claude Code complete internet access using three-layer channel dispatch (WebSearch / WebFetch / CDP), Chrome DevTools Protocol browser automation via a local proxy, parallel sub-agent task splitting, and cross-session site experience accumulation. What This Project Does Claude Code ships with WebSearch and WebFetch but lacks: Dispatch strategy — knowing when to use which tool Browser automation — ...
940
11004 bond-relative-value anthropics/financial-services-plugins
Bond Relative Value Analysis You are an expert fixed income analyst specializing in relative value. Combine bond pricing, yield curves, credit curves, and scenario analysis from MCP tools to assess whether bonds are rich, cheap, or fair. Focus on routing tool outputs into spread decomposition and scenario tables — let the tools compute, you synthesize and recommend. Core Principles Relative value is about whether a bond's spread adequately compensates for its risks relative to comparable instrum...
940
11005 ssh openhands/skills
SSH Skill This skill provides capabilities for establishing and managing SSH connections to remote machines. Windows PowerShell equivalents for SSH config creation, key paths, ssh-agent, and permissions are in references/windows.md . Capabilities Establish SSH connections using password or key-based authentication Generate and manage SSH key pairs Configure SSH for easier connections Execute commands on remote machines Transfer files between local and remote machines Manage SSH configurations an...
940
11006 patch anthropics/defending-code-reference-harness
patch Third leg of the static pipeline ( /vuln-scan → /triage → /patch ). Turns a ranked list of verified findings into candidate diffs. The skill never applies a diff to the target repo. Output is inert text in ./PATCHES/ for a human to review and apply out-of-band — see docs/patching.mdreviewing-generated-patches . There is no --apply or --approve flag by design: the capability isn't present, so it can't be prompt-injected into use. Invoke with /patch <findings-path> [--repo PATH] [--top N] [-...
940
11007 product-manager-toolkit alirezarezvani/claude-skills
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt Show more Installs 3.4K Repository sickn33/agentic…e-skills GitHub Stars 45.5K First Seen Jan 19, 2026 Security Audits Gen ...
940
11008 bailian-model-recommend modelstudioai/skills
百炼模型推荐 从阿里云百炼平台模型库中,根据用户场景推荐最合适的模型并提供调用示例代码。 适用场景 显式选型: "推荐一个模型"、"选哪个模型"、"用什么模型好" "帮我对比一下XX和XX模型" 隐式选型(用户描述想做的事,隐含需要选模型): "我想做一个XX"(客服机器人、翻译工具、代码助手...) "帮我实现XX功能"(图片生成、语音合成、文本摘要...) "怎么用 AI 来做XX"、"大模型能做XX吗" "XX场景有什么方案"、"我想接入XX能力" 技术选型: "XX和XX哪个更适合做YY" "低成本/高并发/高精度 场景怎么选" Show more Installs 594 Repository modelstudioai/skills GitHub Stars 36 First Seen Jun 5, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
940
11009 app-docs jezweb/claude-skills
App Documentation Generator Browse a running web app, screenshot every screen, and produce documentation good enough to publish. Not a screenshot dump — a structured guide that teaches someone how to use the app. Browser Tool Detection Same as ux-audit — Chrome MCP, Playwright MCP, or playwright-cli. URL Resolution Same as ux-audit — prefer deployed/live URL over localhost. Depth Levels Depth Screenshots What it produces Duration quick ~10 Single-page quick-start guide. Key screens, happy path o...
940
11010 harvard-art-museums-data-engineering-analytics aradotso/data-skills
Harvard Art Museums Data Engineering & Analytics Skill by ara.so — Data Skills collection. This project demonstrates a complete data engineering workflow: extracting data from the Harvard Art Museums API, transforming it into relational tables, loading into SQL databases, and building interactive analytics dashboards with Streamlit. What This Project Does API Integration : Fetches artifact data from Harvard Art Museums API with pagination and rate limiting ETL Pipeline : Transforms nested JSON i...
939
11011 frontend-enhancer ailabs-393/ai-labs-claude-skills
Frontend Enhancer Overview The Frontend Enhancer skill transforms Next.js applications into visually stunning, modern web experiences. It provides production-ready components, comprehensive design guidelines, curated color palettes, smooth animations, and flexible layout templates optimized for responsiveness and accessibility. When to Use This Skill Invoke this skill when: Improving the visual appearance of an existing application Creating new UI components with modern styling Selecting col...
939
11012 fastapi-async-patterns thebushidocollective/han
FastAPI Async Patterns Master async patterns in FastAPI for building high-performance, concurrent APIs with optimal resource usage. Basic Async Route Handlers Understanding async vs sync endpoints in FastAPI. from fastapi import FastAPI import time import asyncio app = FastAPI() Sync endpoint (blocks the event loop) @app.get('/sync') def sync_endpoint(): time.sleep(1) Blocks the entire server return {'message': 'Completed after 1 second'} Async endpoint (non-blocking) @app.get...
939
11013 llm-context brave/brave-search-skills
LLM Context Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Brave LLM Context API delivers pre-extracted, relevance-ranked web content optimized for grounding LLM responses in real-time search results. Unlike traditional web search APIs that return links and snippets, LLM Context extracts the actual page content—text chunks, tables, code blocks, and structured data—so your LLM or...
939
11014 review changes tirth8205/code-review-graph
Review Changes Perform a thorough, risk-aware code review using the knowledge graph. Steps Run detect_changes to get risk-scored change analysis. Run get_affected_flows to find impacted execution paths. For each high-risk function, run query_graph with pattern="tests_for" to check test coverage. Run get_impact_radius to understand the blast radius. For any untested changes, suggest specific test cases. Output Format Provide findings grouped by risk level (high/medium/low) with: What changed and ...
938
11015 systemverilog mindrally/skills
SystemVerilog Development You are an expert in SystemVerilog for FPGA and ASIC design, verification, and hardware optimization. Modular Design & Code Organization Structure designs into small, reusable modules to enhance readability and testability Begin with a top-level module and decompose into sub-modules Use clear interface blocks for module connections Maintain consistent coding style and naming conventions Synchronous Design Principles Prioritize single clock domains for simpler timing a...
938
11016 scikit-learn davila7/claude-code-templates
Scikit-learn Overview This skill provides comprehensive guidance for machine learning tasks using scikit-learn, the industry-standard Python library for classical machine learning. Use this skill for classification, regression, clustering, dimensionality reduction, preprocessing, model evaluation, and building production-ready ML pipelines. Installation Tested against scikit-learn 1.8.0 (stable; December 2025). Requires Python 3.11–3.14 (free-threaded CPython 3.14 wheels available in 1.8+). Inst...
938
11017 quant-analyst sickn33/agentic-awesome-skills
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
938
11018 skill-creator sickn33/antigravity-awesome-skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
937
11019 bitdefender-total-security-awareness aradotso/security-skills
Bitdefender Total Security Awareness Skill by ara.so — Security Skills collection. ⚠️ CRITICAL WARNING This repository is NOT legitimate Bitdefender software. It is a malware distribution vector disguised as cracked security software. What This Repository Actually Is This is a malicious repository that: Distributes malware under the guise of "cracked" antivirus software Compromises systems that attempt to install it Violates software licensing laws and constitutes piracy Uses social engineering ...
936
11020 prisma-next-upgrade prisma/prisma-next
Upgrade Prisma Next (user app) This skill upgrades a project that consumes Prisma Next via the public package API ( @prisma-next/postgres , @prisma-next/mongo , the contract files in prisma/ , etc.). If the project is itself a Prisma Next extension , use the prisma-next-extension-upgrade skill instead — or both, if the repo contains both an app and an extension package. Step 0 — Ensure the skill is up to date Before anything else, ensure this skill is installed at @latest and reload it. Bug fixe...
936
11021 google-drive-automation sickn33/agentic-awesome-skills
Google Drive Lightweight Google Drive integration with standalone OAuth authentication. No MCP server required. Full read/write access. Requires Google Workspace account. Personal Gmail accounts are not supported. When to Use You need to search, list, upload, download, move, or organize Google Drive files and folders. The task requires direct Drive read/write automation through local scripts in a Workspace account. You want file-level Drive operations without introducing an MCP server dependency...
936
11022 video-download heygen-com/skills
video-download Download video and audio from URLs using yt-dlp directly. No wrapper scripts needed. Prerequisites yt-dlp : brew install yt-dlp or pip install yt-dlp ffmpeg : brew install ffmpeg or apt install ffmpeg (required for merging video+audio streams) Update yt-dlp periodically to keep up with site changes: yt-dlp -U or pip install -U yt-dlp . Commands Download best quality yt-dlp "URL" -o "%(title)s.%(ext)s" --merge-output-format mp4 Download specific resolution 720p yt-dlp "URL" -f "be...
935
11023 fusion-rules equinor/fusion-skills
Fusion Rules Gateway for AI coding assistant rule authoring. Detects the target editor and routes to the right agent. Routing Intent Agent Set up GitHub Copilot instructions / rules agents/copilot.agent.md Set up Cursor project rules agents/cursor.agent.md Set up Claude Code rules / CLAUDE.md agents/claude-code.agent.md Set up rules for all editors / mixed team Run all three agents sequentially Review or improve existing rules Route to the agent matching the file format Intent detection Detect t...
935
11024 add-app-to-server modelcontextprotocol/ext-apps
Add UI to MCP Server Enrich an existing MCP server's tools with interactive UIs using the MCP Apps SDK ( @modelcontextprotocol/ext-apps ). How It Works Existing tools get paired with HTML resources that render inline in the host's conversation. The tool continues to work for text-only clients — UI is an enhancement, not a replacement. Each tool that benefits from UI gets linked to a resource via _meta.ui.resourceUri , and the host renders that resource in a sandboxed iframe when the tool is call...
935
11025 malware-detection-and-removal aradotso/security-skills
Malware Detection and Removal Skill by ara.so — Security Skills collection. ⚠️ WARNING: This Repository is Malicious This project is NOT legitimate Bitdefender software. It is a malware distribution repository disguising itself as cracked security software. This skill documents how to identify and handle such threats. What This Repository Actually Is This is a malicious repository that: Falsely claims to provide "cracked" Bitdefender Total Security Uses SEO-optimized keywords to attract victims ...
934
11026 profiling-tables astronomer/agents
Data Profile Generate a comprehensive profile of a table that a new team member could use to understand the data. Step 1: Basic Metadata Query column metadata: SELECT COLUMN_NAME, DATA_TYPE, COMMENT FROM <database>.INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = '<schema>' AND TABLE_NAME = '<table>' ORDER BY ORDINAL_POSITION If the table name isn't fully qualified, search INFORMATION_SCHEMA.TABLES to locate it first. Step 2: Size and Shape Run via run_sql: SELECT COUNT(*) as total_r...
934
11027 linkedin-ads kostja94/marketing-skills
Paid Ads: LinkedIn Ads Guides LinkedIn Ads setup, targeting, and optimization. LinkedIn excels at B2B and professional targeting; use when job title/company targeting matters and ACV is higher. 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. Campaign Structure Naming : LI_[Objective]_[Audience]_[Offer]_[Date] (e.g., LI_Lea...
934
11028 senior-prompt-engineer alirezarezvani/claude-skills
Senior Prompt Engineer World-class senior prompt engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/prompt_optimizer.py --input data/ --output results/ Core Tool 2 python scripts/rag_evaluator.py --target project/ --analyze Core Tool 3 python scripts/agent_orchestrator.py --config config.yaml --deploy Show more Installs 904 Repository davila7/claude-…emplates GitHub Stars 30.0K First Seen Jan 20, 2026 Security Audits Gen Agent Trus...
934
11029 fx-carry-trade anthropics/financial-services-plugins
FX Carry Trade Analysis You are an expert FX strategist specializing in carry trade analysis. Combine spot rates, forward curves, volatility surfaces, and historical data from MCP tools to evaluate carry trade opportunities. Focus on routing tool outputs into carry-to-vol assessments — let the tools provide pricing data, you compute risk-adjusted metrics and recommend. Core Principles A carry trade earns the interest rate differential but bears FX spot risk. The carry-to-vol ratio (annualized ca...
933
11030 investigating-agentforce-architecture forcedotcom/sf-skills
investigating-agentforce-architecture — declared architecture snapshot Design-time metadata tree for one Agentforce agent: planner → topics → actions → flows → Apex → prompts → NGA plugins. Reads declared metadata only — BotDefinition , GenAiPlanner* , GenAiPlugin* , GenAiFunction* , Flow , ApexClass , GenAiPromptTemplate . Does not read runtime audit rows. Runtime budget: 30–45s typical, ≤60s hard cap on reference fixtures. Sequential baseline would be 90–220s; parallel Tooling SOQL fan-out del...
933
11031 auth-nodejs-cloudbase tencentcloudbase/skills
When to use this skill Use this skill whenever the task involves server-side authentication or identity in a CloudBase project, and the code is running in Node.js , for example: CloudBase 云函数 (Node runtime) that needs to know who is calling Node services that use CloudBase Node SDK to look up user information Backends that issue custom login tickets for Web / mobile clients Admin or ops tools that need to inspect CloudBase end-user profiles Do NOT use this skill for: Frontend Web login / sign-up...
933
11032 opensrc vercel-labs/opensrc
Source Code Fetching with opensrc Fetches dependency source code so agents can read implementations, not just types. Clones repositories at the correct version tag and caches them globally at ~/.opensrc/ . Core Pattern rg "parse" $( opensrc path zod ) cat $( opensrc path zod ) /src/types.ts find $( opensrc path zod ) -name "*.test.ts" opensrc path <pkg> prints the absolute path to cached source. If not cached, it fetches automatically. Progress goes to stderr, path to stdout, so $(opensrc path ....
933
11033 paper-analyzer zsyggg/paper-craft-skills
或者直接传入 token: ``` python scripts/mineru_api.py paper.pdf ./output YOUR_TOKEN ``` 输出结果: - `output_dir/*.md` - Markdown 文件(含公式、表格) - `output_dir/images/` - 高质量提取的图片 第二步:提取论文信息 ``` python scripts/extract_paper_info.py <output_dir>/*.md paper_info.json ``` 第三步:风格选择(询问用户) 在生成文章前,必须询问用户以下选项: 1. 写作风格(必选) | storytelling(故事型) | 从直觉出发,用比喻和例子,像讲故事 | 公众号、技术博客、科普 | academic(学术型) | 专业术语,严谨表述,保留原文概念 | 学术报告、论文综述、研究组分享 | concise(精炼型) | 直击核心,表格列表,信息密度高 | 快速了解、论文速览、技术调研 2. 公式选项(可选) | w...
933
11034 v4-security-foundations uniswap/uniswap-ai
v4 Hook Security Foundations Security-first guide for building Uniswap v4 hooks. Hook vulnerabilities can drain user funds—understand these concepts before writing any hook code. Threat Model Before writing code, understand the v4 security context: Threat Area Description Mitigation Caller Verification Only PoolManager should invoke hook functions Verify msg.sender == address(poolManager) Sender Identity msg.sender always equals PoolManager, never the end user Use sender parameter for user ident...
933
11035 frontend-design davila7/claude-code-templates
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
933
11036 huashu-douyin-script alchaincyf/huashu-skills
抖音爆款脚本创作 从竞品视频拆解到脚本生成的完整工作流。将「凭感觉模仿爆款」变成「AI系统拆解+结构化复制」。 环境要求 uv (Python包管理器) yt-dlp (抖音视频下载,需 pip install yt-dlp 或 brew install yt-dlp ) GEMINI_API_KEY 环境变量(用于Gemini视频分析,从 https://aistudio.google.com/apikey 获取) Chrome浏览器已登录抖音(用于提取下载Cookie) 路径约定 :下文中 SKILL_DIR 指本SKILL.md所在目录的绝对路径。运行脚本前,先用 dirname 或 Glob 工具确定SKILL.md的实际位置,替换 SKILL_DIR 。 6步工作流 Step 1: 收集输入 向用户收集以下信息: 必填 : 抖音视频链接(1-5个对标/竞品视频) 产品信息(名称、核心卖点、目标人群、价格) 脚本类型:种草视频 or 千川投放素材 选填 : 产品图片(用于脚本中的视觉参考) 目标时长(种草默认30秒,千川默认15秒) 品牌调性要求 投放目标(直播间引流/商品详情...
933
11037 weclaw-wechat-ai-bridge aradotso/trending-skills
WeClaw — WeChat AI Agent Bridge Skill by ara.so — Daily 2026 Skills collection. WeClaw connects WeChat to AI agents (Claude, Codex, Gemini, Kimi, OpenClaw, etc.) via a Go-based bridge. It handles QR-code login, message routing, media conversion, and agent lifecycle. Supports three agent modes: ACP (JSON-RPC subprocess, fastest), CLI (new process per message), and HTTP (OpenAI-compatible REST). Installation One-line installer curl -sSL https://raw.githubusercontent.com/fastclaw-ai/weclaw/main/in...
932
11038 database-architect sickn33/antigravity-awesome-skills
You are a database architect specializing in designing scalable, performant, and maintainable data layers from the ground up. Use this skill when Selecting database technologies or storage patterns Designing schemas, partitions, or replication strategies Planning migrations or re-architecting data layers Do not use this skill when You only need query tuning You need application-level feature design only You cannot modify the data model or infrastructure Instructions Capture data domain, access p...
932
11039 agent-tool-builder sickn33/antigravity-awesome-skills
Agent Tool Builder Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error handling. JSON Schema best practices, description writing that actually helps the LLM, validation, and the emerging MCP standard that's becoming the lingua franca for AI tools. Key insight: Tool descriptions are more important tha...
932
11040 muapi-photo-pack-generator samuraigpt/generative-media-skills
📸 Photo Pack Generator Expert Skill (Identity-Lock Edition) Transform a single reference photo into a collection of themed images while maintaining extremely high facial identity fidelity . This skill prioritizes identity preservation first , then applies stylistic transformations like LinkedIn portraits, dating photos, cinematic shots, or fantasy styles. The system uses Identity Lock Prompting instead of describing the person, preventing the model from generating a new face. Core Principles 1️⃣...
932
11041 file-test-bug microsoft/azure-skills
File Test Bug Creates a GitHub issue in microsoft/github-copilot-for-azure for integration test failures. Input Skill name (required): e.g., azure-rbac , appinsights-instrumentation Test run (optional): Timestamp of test run. Defaults to most recent with logs for the skill. Steps Ask user for skill name if not provided Parse tests/reports/junit.xml for failures matching the skill Find test run directory (specified or most recent with matching logs) Read agent-metadata.md from tests/reports/test-...
931
11042 sf-industry-commoncore-callable-apex jaganpro/sf-skills
sf-industry-commoncore-callable-apex: Callable Apex for Salesforce Industries Common Core Specialist for Salesforce Industries Common Core callable Apex implementations. Produce secure, deterministic, and configurable Apex that cleanly integrates with OmniStudio and Industries extension points. Core Responsibilities Callable Generation : Build System.Callable classes with safe action dispatch Callable Review : Audit existing callable implementations for correctness and risks Validation & Scoring...
931
11043 tracing-downstream-lineage astronomer/agents
Downstream Lineage: Impacts Answer the critical question: "What breaks if I change this?" Use this BEFORE making changes to understand the blast radius. Impact Analysis Step 1: Identify Direct Consumers Find everything that reads from this target: For Tables: Search DAG source code: Look for DAGs that SELECT from this table Use list_dags to get all DAGs Use get_dag_source to search for table references Look for: FROM target_table, JOIN target_table Check for dependent views: -- Snowflak...
931
11044 seo-audit seo-skills/seo-audit-skill
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before auditing, understand: Site ...
931
11045 capacitor-performance cap-go/capgo-skills
Performance Optimization for Capacitor Make your Capacitor apps fast and responsive. When to Use This Skill User has slow app User wants to optimize User has memory issues User needs profiling User has janky animations Quick Wins 1. Lazy Load Plugins // BAD - All plugins loaded at startup import { Camera } from '@capacitor/camera' ; import { Filesystem } from '@capacitor/filesystem' ; import { Geolocation } from '@capacitor/geolocation' ; // GOOD - Load when needed async function takePhoto ( ) {...
931
11046 red-team-tactics sickn33/agentic-awesome-skills
⚠️ AUTHORIZED USE ONLY This skill is for educational purposes or authorized security assessments only. You must have explicit, written permission from the system owner before using this tool. Misuse of this tool is illegal and strictly prohibited. Mandatory confirmation gate Before running any command that probes, exploits, changes, persists on, extracts data from, or attempts credential access against a target: Ask the user to state the exact target URL, IP, account, or resource. Ask the user t...
930
11047 cta-generator kostja94/marketing-skills
Components: Call-to-Action (CTA) Guides CTA button design for conversion. A well-designed CTA can increase conversion by 25–10%. 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 product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exist...
930
11048 product-launch kostja94/marketing-skills
Strategies: Product Launch Guides product launch execution—channels, timeline, checklist, and cross-functional coordination. Use this skill when planning the launch of a new product or major feature. For GTM strategy (PLG/SLG/MLG, 90-day framework, ICP, new market entry, repositioning), see gtm-strategy . For cold start (first users, no product yet), see cold-start-strategy . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then pro...
930
11049 plaid-fintech sickn33/antigravity-awesome-skills
Plaid Fintech Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices. Patterns Link Token Creation and Exchange Create a link_token for Plaid Link, exchange public_token for access_token. Link tokens are short-lived, one-time use. Access tokens don't expire but may need updating when users change passwords. // server.ts - Link token creation endpoint impo...
929
11050 elasticsearch-best-practices mindrally/skills
Elasticsearch Best Practices Core Principles Design indices and mappings based on query patterns Optimize for search performance with proper analysis and indexing Use appropriate shard sizing and cluster configuration Implement proper security and access control Monitor cluster health and optimize queries Index Design Mapping Best Practices Define explicit mappings instead of relying on dynamic mapping Use appropriate data types for each field Disable indexing for fields you do not search on Use...
929