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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
15651 github-issues tartinerlabs/skills
GitHub Issues Manage GitHub issues using the @modelcontextprotocol/server-github MCP server. Available Tools MCP Tools (read operations) Tool Purpose mcp__github__issue_read Read issue details, sub-issues, comments, labels (methods: get, get_comments, get_sub_issues, get_labels) mcp__github__list_issues List and filter repository issues by state, labels, date mcp__github__search_issues Search issues across repos using GitHub search syntax mcp__github__projects_list List projects, project fields,...
47
15652 advanced-evaluation guanyang/antigravity-skills
Advanced Evaluation LLM-as-a-Judge techniques for evaluating AI outputs. Not a single technique but a family of approaches - choosing the right one and mitigating biases is the core competency. When to Activate Building automated evaluation pipelines for LLM outputs Comparing multiple model responses to select the best one Establishing consistent quality standards Debugging inconsistent evaluation results Designing A/B tests for prompt or model changes Creating rubrics for human or automated e...
47
15653 spec-implementation-execute zixun-github/aisdlc
spec-implementation-execute(I2:执行 / plan.md SSOT) 概览 I2 的目标是把 {FEATURE_DIR}/implementation/plan.md 中的任务 按批次执行 ,并把执行状态与最小审计信息 只回写到 plan.md (作为唯一执行清单与状态 SSOT)。 本技能是 skills/executing-plans/SKILL.md 的 Spec 实现阶段版: 重度复用其“五步执行 + 批次检查点 + 遇阻塞即停”骨架 ,但将“计划文件”的语义替换为实现阶段 SOP(见 design/aisdlc_spec_implementation.md )的硬约束: plan.md 是 唯一 执行清单与状态来源(checkbox + 审计信息 + 验证结果摘要) 默认每批执行 前 3 个未完成任务 任何 NEEDS CLARIFICATION / 关键计划缺陷 / 阻塞: 立即停止并汇报 (禁止脑补推进) 若执行中产生决策/契约变更: 仅在 {FEATURE_DIR} 内草拟 ,并在 plan.md 追加 Merge-back 待办清单 (本...
47
15654 team-quality-assurance catlog22/claude-code-workflow
Team Quality Assurance Orchestrate multi-agent QA: scout -> strategist -> generator -> executor -> analyst. Supports discovery, testing, and full closed-loop modes with parallel generation and GC loops. Architecture Skill(skill="team-quality-assurance", args="task description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/coordin...
47
15655 infra-deploy terrylica/cc-skills
Infrastructure Deployment Deploy Cal.com self-hosted to GCP Cloud Run with Supabase PostgreSQL, or run locally via Docker Compose. Mandatory Preflight Step 1: Check GCP Project Configuration echo "CALCOM_GCP_PROJECT: ${CALCOM_GCP_PROJECT :- NOT_SET} " echo "CALCOM_GCP_ACCOUNT: ${CALCOM_GCP_ACCOUNT :- NOT_SET} " echo "CALCOM_GCP_REGION: ${CALCOM_GCP_REGION :- us-central1} " If NOT_SET : These must be configured in .mise.local.toml . Run the setup command. Step 2: Verify GCP Authentication gcloud ...
47
15656 altinity-expert-clickhouse-ingestion altinity/skills
Insert Performance and Ingestion Analysis Diagnose INSERT performance, batch sizing, part creation patterns, and ingestion bottlenecks. Quick Diagnostics (Run First) 1. Current Insert Activity select query_id, user, elapsed, formatReadableSize(written_bytes) as written, written_rows, formatReadableSize(memory_usage) as memory, substring(query, 1, 80) as query_preview from system.processes where query_kind = 'Insert' order by elapsed desc limit 20 2. Recent Insert P...
47
15657 sql injection testing zebbern/claude-code-guide
SQL Injection Testing Purpose Execute comprehensive SQL injection vulnerability assessments on web applications to identify database security flaws, demonstrate exploitation techniques, and validate input sanitization mechanisms. This skill enables systematic detection and exploitation of SQL injection vulnerabilities across in-band, blind, and out-of-band attack vectors to assess application security posture. Inputs / Prerequisites Required Access Target web application URL with injectable para...
47
15658 linux-perf mohitmishra786/low-level-dev-skills
Linux perf Purpose Guide agents through perf for CPU profiling: sampling, hardware counter measurement, hotspot identification, and integration with flamegraph generation. Triggers "Which function is consuming the most CPU?" "How do I measure cache misses / IPC?" "How do I use perf to find hotspots?" "How do I generate a flamegraph from perf data?" "perf shows [unknown] or [kernel] frames" Workflow 1. Prerequisites Install sudo apt install linux-perf Debian/Ubuntu (version-matched) sudo dnf in...
47
15659 browserbase vm0-ai/vm0-skills
Browserbase Cloud browser infrastructure for AI agents and automation. Create browser sessions, persist authentication with contexts, debug live sessions, and retrieve session recordings. Official docs: https://docs.browserbase.com/ When to Use Use this skill when you need to: Create cloud browser sessions for Playwright/Puppeteer automation Persist login state and cookies across sessions using Contexts Debug browser sessions in real-time with live URLs Retrieve session recordings and logs ...
47
15660 review-cycle catlog22/claude-code-workflow
Review Cycle Unified code review orchestrator with mode-based routing. Detects input type and dispatches to the appropriate execution phase. Architecture Overview ┌──────────────────────────────────────────────────────────┐ │ Review Cycle Orchestrator (SKILL.md) │ │ → Parse input → Detect mode → Read phase doc → Execute │ └───────────────────────────┬──────────────────────────────┘ │ ┌─────────────────┼─────────────────┐ ↓ ↓ ↓ ┌────────────...
47
15661 v3 memory unification proffesor-for-testing/agentic-qe
V3 Memory Unification What This Skill Does Consolidates disparate memory systems into unified AgentDB backend with HNSW vector search, achieving 150x-12,500x search performance improvements while maintaining backward compatibility. Quick Start Initialize memory unification Task ( "Memory architecture" , "Design AgentDB unification strategy" , "v3-memory-specialist" ) AgentDB integration Task ( "AgentDB setup" , "Configure HNSW indexing and vector search" , "v3-memory-specialist" ) Data migrat...
47
15662 github-skill-forge yujunzhixue/github-skill-forge
GitHub 技能锻造厂 一个"制造技能的技能"。这个工具自动化了将 GitHub 仓库转换为标准化 Trae 技能的过程。 核心功能 1. 自动化脚手架 一键克隆 GitHub 仓库 自动创建标准技能目录结构 自动生成上下文聚合文件 2. Lite-RAG 上下文聚合 自动提取项目文件树结构 自动解析 README 和文档 自动收集依赖项信息(requirements.txt, package.json, pyproject.toml) 生成单一上下文文件供 Agent 快速理解 3. 智能错误处理 代理模式自动切换 目录存在性检测 Git 克隆失败自动重试 4. 标准化输出 自动生成符合规范的技能结构 统一的目录布局(scripts/, references/, context_bundle.md) 预置 SKILL.md 模板 快速开始 安装要求 基础依赖 Python 3.7 + Git 基本使用 语法: python scripts/forge.py <URL> [SKILL_NAME] python3 .trae/skills/github-skill-forge/sc...
47
15663 design johnlindquist/claude
Design pages using the design_page and edit_page MCP tools. design_page creates AI-generated design variations that the user can preview and select. edit_page applies targeted changes directly to an existing Subframe page. Both produce designs the user can refine visually in the Subframe editor and then implement in code. Update the theme for the entire project using edit_theme . Don't write UI code directly. Subframe generates production-ready React/Tailwind code that matches the design system....
47
15664 argocd-cluster-bootstrapping julianobarbosa/claude-code-skills
ArgoCD Cluster Bootstrapping Skill Complete guide for bootstrapping new Kubernetes clusters into a multi-repository GitOps environment managed by ArgoCD. When to Use This Skill Provisioning a new AKS/EKS/GKE cluster and integrating it with ArgoCD Registering an existing cluster with the ArgoCD hub Creating cluster secrets with proper labels for ApplicationSet targeting Setting up ArgoCD Projects for new business units Configuring multi-source ApplicationSets for new clusters Troubleshooting cl...
47
15665 memory lidessen/skills
Memory - Persistent Knowledge Storage Store and retrieve knowledge across sessions using semantic search. Prerequisites Install basic-memory: pip install basic-memory CLI Reference Write a Note Basic note basic-memory tool write-note --title "Note Title" --content "Note content in markdown" With tags basic-memory tool write-note --title "React Patterns" --content " Content here" --tags "react,patterns,frontend" To specific folder basic-memory tool write-note --title "Meeting Notes" --content ...
47
15666 obsidian delphine-l/claude_global
Obsidian Obsidian vault = a normal folder on disk. Vault structure (typical) Notes: *.md (plain text Markdown; edit with any editor) Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) Canvases: *.canvas (JSON) Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) Find the active vault(s) Obsidian desktop tracks vaults here (source of truth): ~/Library/Application Support/obsidian/obsidian.json obsidian-cli resolves vaults from that file; v...
47
15667 grant writer eddiebe147/claude-settings
Grant Writer Create persuasive grant proposals that secure funding for nonprofits, research projects, and community initiatives. This skill helps you craft compelling narratives, demonstrate impact, and meet funder requirements to maximize your chances of approval. Whether you're seeking foundation grants, government funding, corporate sponsorships, or research awards, this skill ensures your proposals are clear, credible, and aligned with funder priorities. It balances emotional storytelling wi...
47
15668 meta-assimilate laurigates/claude-plugins
Assimilate Command Examine the .claude/{agents,commands} of the project at path [path] and think deep if we could make use of them in the user scoped agents and commands. Either by copying and generalizing or assimilating into existing agents or commands if similar ones already exist.
47
15669 targeting-expert dengineproblem/agents-monorepo
Targeting Expert Ты - эксперт по таргетингу рекламы в Facebook/Instagram. Твои задачи Поиск интересов - найти релевантные интересы для аудитории Lookalike аудитории - создание похожих аудиторий Гео-таргетинг - страны, регионы, города Демография - возраст, пол, язык Оценка аудитории - размер и качество Поиск интересов MCP вызовы Поиск по ключевому слову interests = search_interests ( query = "cooking" , limit = 25 ) Результат: [ {"id": "123", "name": "Cooking", "audience_size": 500000000}, ...
47
15670 enterprise-sales dengineproblem/agents-monorepo
Enterprise Sales Help the user navigate enterprise sales using frameworks from 9 product leaders who have closed large enterprise deals at companies from Stripe to Superhuman. How to Help When the user asks for help with enterprise sales: Identify the stage - Determine if they're prospecting, in discovery, navigating procurement, or closing Map the buying committee - Help them identify the champion, economic buyer, and other stakeholders Address indecision - Focus on overcoming customer fear of ...
47
15671 depot-general depot/skills
Depot General — CLI, Auth, and Project Setup Depot is a build acceleration platform. This skill covers CLI installation, authentication, project configuration, and organization management. For product-specific guidance, see the depot-container-builds, depot-github-runners, or depot-ci skills. CLI Installation Security default: never execute downloaded scripts directly ( curl ... | sh ). Download, inspect, and then run. macOS (Homebrew) brew install depot/tap/depot Linux — see https://depot.dev...
47
15672 mimir julianobarbosa/claude-code-skills
Grafana Mimir Skill Comprehensive guide for Grafana Mimir - the horizontally scalable, highly available, multi-tenant time series database for long-term Prometheus metrics storage. What is Mimir? Mimir is an open-source, horizontally scalable, highly available, multi-tenant long-term storage solution for Prometheus and OpenTelemetry metrics that: Overcomes Prometheus limitations - Scalability and long-term retention Multi-tenant by default - Built-in tenant isolation via X-Scope-OrgID header...
47
15673 character-appeal dylantarre/animation-principles
Character Appeal Think like a casting director watching auditions. Appeal isn't just "cute"—it's magnetic. Characters must demand attention, invite empathy, and feel uniquely themselves. Core Mental Model Before animating any character, ask: Why would anyone want to watch this person? Appeal is the quality that makes audiences invest. It's not prettiness—villains have appeal. It's the sense that this character is worth following. Their movement reveals their soul. The 12 Principles Through ...
47
15674 openspec-to-beads lucastamoios/celeiro
You are a workflow orchestrator that transforms planning artifacts (OpenSpec) into executable work streams (Beads), maintaining traceability and discovering implementation gaps proactively. Core Philosophy OpenSpec defines WHAT to build (immutable contract). Beads tracks execution STATE (mutable reality). Your job: Bridge the gap intelligently, not mechanically. When This Skill Activates Automatic triggers: - User runs `openspec apply <change>` - User says "implement this spec", "start ...
47
15675 mdr-745-specialist borghei/claude-skills
MDR 2017/745 Specialist EU MDR compliance patterns for medical device classification, technical documentation, and clinical evidence. Table of Contents Device Classification Workflow Technical Documentation Clinical Evidence Post-Market Surveillance EUDAMED and UDI Reference Documentation Tools Device Classification Workflow Classify device under MDR Annex VIII: Identify device duration (transient, short-term, long-term) Determine invasiveness level (non-invasive, body orifice, surgical) Assess ...
47
15676 invoice generator eddiebe147/claude-settings
Invoice Generator The Invoice Generator skill automates the creation of professional, branded invoices in multiple formats (PDF, HTML, DOCX). It handles all standard invoice components including line items, tax calculations, discounts, payment terms, and company branding. Perfect for freelancers, agencies, and businesses that need to generate invoices programmatically. Create invoices from templates, automate recurring billing, generate batch invoices for multiple clients, and maintain consisten...
47
15677 agents-py codestackr/livekit-skills
LiveKit Agents Python SDK Build voice AI agents with LiveKit's Python Agents SDK. LiveKit MCP server tools This skill works alongside the LiveKit MCP server, which provides direct access to the latest LiveKit documentation, code examples, and changelogs. Use these tools when you need up-to-date information that may have changed since this skill was created. Available MCP tools: docs_search - Search the LiveKit docs site get_pages - Fetch specific documentation pages by path get_changelog - Get r...
47
15678 alicloud-ai-audio-asr-realtime-test cinience/alicloud-skills
Category: test Minimal Viable Test Goals 仅验证实时 ASR 请求模板与最小链路说明存在。 Prerequisites Target skill: skills/ai/audio/alicloud-ai-audio-asr-realtime Recommended check python skills/ai/audio/alicloud-ai-audio-asr-realtime/scripts/prepare_realtime_asr_request.py \ --output output/alicloud-ai-audio-asr-realtime/request.json
47
15679 temu-pricing-calculator zhuhongyin/global-ecom-skills
Temu V4.1 核价计算器 核心定位 这是 Loctek 跨境电商选品的核心决策工具。严格按 V4.1 生存模型公式计算净利润,判定产品是否值得上架。 核心公式 回款预估 = Temu 前台卷王价 × 45% 回款预估(人民币) = 回款预估(美元) × 汇率 总成本 = 1688 起批价 + 国内履约费(3.5元) 净利润 = 回款预估(人民币) - 总成本 【铁律】净利润必须 > ¥5.00,否则直接淘汰 默认参数 参数 默认值 说明 平台分成比例 45% Temu 平台扣除后商家实际到手比例 国内履约费 ¥3.50 固定费用 汇率(USD→CNY) 7.2 可配置 输入参数 必需参数: temu_price : Temu 前台卷王价(最低竞品价) price_currency : 价格币种("USD" 或 "CNY") ali1688_price : 1688 起批价(人民币) 可选参数: exchange_rate : 汇率,默认 7.2 fulfillment_fee : 国内履约费,默认 3.5 platform_rate : 平台分成比例,默认 0.45 输出格式 {...
47
15680 mesh tkersey/dotfiles
mesh Intent $mesh is the high-fanout batch-execution path for Codex once repeated leaf work has been shaped. It is for already-shaped leaf work, not for planning or decomposition. Use it when: the user explicitly asks for $mesh , or repeated leaf work is already clearly row-shaped the workload is row-shaped and homogeneous each row can be processed independently each row represents one substantive unit with a unique scope and acceptance target you want structured per-row results exported to CSV ...
47
15681 card-news-generator-v2 bear2u/my-skills
Card News Generator v2 - Auto Mode (V2) Creates beautiful 600x600 card news series for social media with background image support . User can provide topic, colors, and optional background images - Claude handles content generation and multi-card creation automatically. When to Use Use this skill when user requests: "카드 뉴스 만들어줘" "주제로 카드 시리즈 만들어줘" "인스타용 카드 생성해줘" Any request for visual card content Core Workflow - AUTO MODE This is the PRIMARY workflow when users request card news: Step 1: Get Topi...
47
15682 stock-evaluator-v3 sundial-org/awesome-openclaw-skills
Stock Evaluator (Enhanced) ⚠️ CRITICAL: MANDATORY DELIVERABLES CHECKLIST Every analysis MUST include ALL of these: ☐ Technical Analysis (price action, indicators, key levels, Ichimoku Cloud) ☐ Fundamental Analysis (business, financials, competitive position) ☐ Advanced Financial Metrics (F-Score, Z-Score, M-Score, Max Drawdown, Value Trap Score) ☐ Investor Persona Scores (8 legendary investor frameworks) ☐ Valuation Assessment (multiple methods with margin of safety) ☐ Bull vs. Bear Case (both s...
47
15683 how-to-build-a-webrtc-signal-server-with-pocketbase rodydavis/skills
How to Build a WebRTC Signal Server with PocketBase Overview If you are new to WebRTC then I suggest checking out this great Fireship video on WebRTC in 100 seconds : Also if you are looking for a Firebase example then check out this repository which this example is largely based on. This example is built using PocketBase as the signal server for WebRTC and runs SQLite on the server with easy to use realtime SDKs built on top of Server Sent Events (SSE) . Setting up the server Download PocketBas...
47
15684 ab-test-calculator dkyazzentwatwa/chatgpt-skills
A/B Test Calculator Statistical significance testing for A/B experiments with power analysis and sample size estimation. Features Significance Testing: Chi-square, Z-test, T-test for conversions Sample Size Estimation: Calculate required samples for desired power Power Analysis: Determine test power given sample size Confidence Intervals: Calculate CIs for conversion rates Multiple Variants: Support A/B/n testing Bayesian Analysis: Probability to beat baseline Quick Start from ab_test_calc imp...
47
15685 layui-vue3 teachingai/full-stack-skills
Use this skill whenever the user wants to: - Install and set up Layui Vue in a Vue 3 project - Use Layui Vue components (Button, Table, DatePicker, etc.) - Configure Layui Vue (theme, i18n, etc.) - Use Layer component for modals and dialogs - Implement forms with Layui Vue components - Use data tables with sorting and pagination - Handle file uploads - Create dropdowns and tooltips - Use date and time pickers - Customize component styles - Understand Layui Vue API and methods - Troub...
47
15686 domain-discover delexw/claude-code-misc
Discover Domain Knowledge You are tasked with creating a comprehensive domain knowledge file for a codebase that will help future Claude Code instances work effectively with this repository. Arguments $ARGUMENTS[0] — Domain name used as the output filename ( {domain}.md ) $ARGUMENTS[1] — (optional) Output directory for the domain knowledge file. Defaults to . (project root / current working directory) When invoked by the orchestrator (e.g. implement ), $ARGUMENTS[1] is provided. When used standa...
47
15687 wechat-article freeany/wechat-article
Convert Markdown articles to WeChat Official Account (微信公众号) compatible HTML format with themed styling and inline CSS. This skill handles the entire conversion process automatically using the `md_to_wechat.py` script. Core capability: Transform standard Markdown → WeChat-compatible HTML with professional styling. Workflow Step 1: Identify User Request Trigger this skill when user asks for: - Converting Markdown to WeChat format - "转换为微信公众号格式" - "生成微信文章" - "公众号排版" - Applying WeChat st...
47
15688 named-entity-extractor dkyazzentwatwa/chatgpt-skills
Extract named entities from text including people, organizations, locations, dates, and more. Features - Entity Types: People, organizations, locations, dates, money, percentages - Multiple Models: spaCy for accuracy, regex for speed - Batch Processing: Process multiple documents - Entity Linking: Group same entities across text - Export: JSON, CSV output formats - Visualization: Entity highlighting Quick Start ``` from entity_extractor import EntityExtractor extractor = EntityExtrac...
47
15689 github volcengine/openviking
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
47
15690 mcp-creator erichowens/some_claude_skills
MCP Creator Expert in building production-ready Model Context Protocol servers. Creates safe, performant MCPs with proper security boundaries, robust error handling, and excellent developer experience. When to Use This Skill Use MCP when you need: External API integration with authentication Stateful connections (databases, WebSockets, sessions) Multiple related tools sharing configuration Security boundaries between Claude and external services Connection pooling and resource management Do...
47
15691 tailwind-class-optimizer jeremylongshore/claude-code-plugins-plus-skills
Tailwind Class Optimizer Purpose This skill provides automated assistance for tailwind class optimizer tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "tailwind class optimizer" in your request Ask about tailwind class optimizer patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidanc...
47
15692 building-with-base-account base/base-skills
Building with Base Account Base Account is an ERC-4337 smart wallet providing universal sign-on, one-tap USDC payments, and multi-chain support (Base, Arbitrum, Optimism, Zora, Polygon, BNB, Avalanche, Lordchain, Ethereum Mainnet). Quick Start npm install @base-org/account @base-org/account-ui import { createBaseAccountSDK } from '@base-org/account' ; const sdk = createBaseAccountSDK ( { appName : 'My App' , appLogoUrl : 'https://example.com/logo.png' , appChainIds : [ 8453 ] , // Base Mainnet }...
47
15693 deslop rawkode-academy/rawkode-academy
Remove AI code slop Check the diff against main, and remove all AI generated slop introduced in this branch. This includes: Extra comments that a human wouldn't add or is inconsistent with the rest of the file Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths) Casts to any to get around type issues Any other style that is inconsistent with the file Report at the end with only a 1-3 sentence summar...
47
15694 research kenneth-liao/ai-launchpad-marketplace
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
47
15695 swiftui-view-refactor steipete/agent-scripts
SwiftUI View Refactor Overview Apply a consistent structure and dependency pattern to SwiftUI views, with a focus on ordering, Model-View (MV) patterns, careful view model handling, and correct Observation usage. Core Guidelines 1) View ordering (top → bottom) Environment private/public let @State / other stored properties computed var (non-view) init body computed view builders / other view helpers helper / async functions 2) Prefer MV (Model-View) patterns Default to MV: Views are lightweigh...
47
15696 project-init laurigates/claude-plugins
project-init Purpose Provide AI assistants with structured guidance for initializing brand new (greenfield) projects using the AI Dev Flow framework. This skill handles the one-time setup process that must occur BEFORE workflow execution begins. ⚠️ CRITICAL : This skill is for NEW PROJECT INITIALIZATION ONLY. For ongoing workflow execution on existing projects, use the doc-flow skill instead. When to Use This Skill Use project-init when: Starting a brand new project from scratch (greenfield) No ...
47
15697 pricing page optimizer eddiebe147/claude-settings
Pricing Page Optimizer Transform your pricing page into a conversion engine that guides visitors to the right plan and encourages upgrades. This skill helps you present pricing clearly, highlight value, reduce decision anxiety, and optimize the path from consideration to purchase. Your pricing page is where interest becomes commitment - or bounces. This skill provides frameworks for pricing tier presentation, feature comparison, psychological pricing techniques, and conversion optimization. Lear...
47
15698 weak-signal-synthesizer onewave-ai/claude-skills
Weak Signal Synthesizer Identify EMERGING trends by connecting dots across unrelated sources. Monitor niche communities, academic research, GitHub, patents, funding, regulatory changes. Predict what will trend in 3-6 months based on weak signals. Instructions You are a master trend forecaster and pattern recognition expert. Simultaneously monitor disparate sources: niche Reddit communities, academic preprints, GitHub trending, patent filings, VC funding, regulatory changes, industry news. Use...
47
15699 typebox epicenterhq/epicenter
TypeBox and TypeMap Package Names Use typebox , not @sinclair/typebox . The @sinclair/typebox package is deprecated. // Correct import { Type } from 'typebox' ; import { Compile } from 'typebox/compile' ; import { Value } from 'typebox/value' ; // Wrong - deprecated import { Type } from '@sinclair/typebox' ; When to Use What Need Use Define schemas typebox with Type.* Standard Schema support @sinclair/typemap Translate between libraries @sinclair/typemap High-performance validation Compile() fro...
47
15700 backlink-audit openclaudia/openclaudia-skills
Backlink Audit Skill You are an expert link building strategist and backlink auditor. Use the SemRush API to analyze a domain's backlink profile, identify toxic links, and find link building opportunities. Prerequisites This skill requires either SEMRUSH_API_KEY or AHREFS_API_KEY (or both). Check for them in environment variables or in ~/.claude/.env.global . Prefer whichever is available; if both are present, use SemRush as primary and Ahrefs to cross-reference. If neither is found, inform the ...
47