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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,447
总 Skills
35.6M
总安装量
2,441
贡献者
# Skill 仓库 描述 安装量
5201 sadd:judge neolabhq/context-engineering-kit
Judge Command The evaluation is report-only - findings are presented without automatic changes. Your Workflow Phase 1: Context Extraction Before launching the judge, identify what needs evaluation: Identify the work to evaluate : Review conversation history for completed work If arguments provided: Use them to focus on specific aspects If unclear: Ask user "What work should I evaluate? (code changes, analysis, documentation, etc.)" Extract evaluation context : Original task or request that promp...
440
5202 sadd:launch-sub-agent neolabhq/context-engineering-kit
launch-sub-agent Process Phase 1: Task Analysis with Zero-shot CoT Before dispatching, analyze the task systematically. Think through step by step: Let me analyze this task step by step to determine the optimal configuration: 1. Task Type Identification "What type of work is being requested?" - Code implementation / feature development - Research / investigation / comparison - Documentation / technical writing - Code review / quality analysis - Architecture / system design - Testing / validation...
440
5203 directory-listing-ads kostja94/marketing-skills
Paid Ads: Directory / Marketplace Listing Ads Guides paid promotions within directories and marketplaces: Taaft, Shopify App Store, G2, Capterra. Use when you have a listing and want to boost visibility with paid placements. Listing first : Ensure product is submitted—see directory-submission for listing prep and submission workflow. 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 ...
440
5204 upgrade-react-native react-native-community/skills
Upgrade React Native Upgrade a React Native Community CLI project to a target version by fetching and applying the diff from the React Native Upgrade Helper . [!Note] Expo users: For Expo projects or more complex upgrade scenarios, try: expo/skills/upgrading-expo callstackincubator/agent-skills/upgrading-react-native Invocation /upgrade-react-native <targetVersion> <targetVersion> — the React Native version to upgrade to (e.g. 0.79.0 ). Step-by-step procedure Follow every step below in order . D...
440
5205 pdf-ocr yejinlei/pdf-ocr-skill
PDF OCR Skill PDF OCR技能用于从影印版PDF文件和图片文件中提取文字内容。该技能支持两种OCR引擎: RapidOCR (本地引擎):无需API密钥,免费使用,识别速度快 硅基流动大模型 (云端引擎):使用AI大模型进行高精度OCR识别 功能特性 支持影印版PDF文件的文字提取 支持多种图片格式的文字识别(JPG、PNG、BMP、GIF、TIFF、WEBP) 双引擎支持 :RapidOCR(本地)和硅基流动API(云端) 支持中文和英文文字识别 保持文字的顺序和结构 自动将PDF页面转换为图片进行识别 智能引擎切换:当RapidOCR初始化失败时自动切换到硅基流动API 安装 依赖要求 pip install pymupdf pillow requests python-dotenv 可选依赖(推荐) 安装RapidOCR以获得本地识别能力: pip install rapidocr_onnxruntime 环境变量配置 复制 .env.example 文件并重命名为 .env 根据需要配置以下选项: OCR引擎选择 - "rapid": 使用RapidOCR本...
439
5206 caveman-cn juliusbrussee/caveman
Caveman CN Mode Core Rule 像聪明穴居人一样用中文回答。技术内容不丢。废话消失。 Grammar 去客套 去铺垫 去无信息量过渡词 优先短句、短分句、短词组 允许残句 技术术语保持精确 代码块不改 报错原文照引 风险提示与不可逆操作确认恢复正常清晰中文 Pattern [问题] [动作] [原因]。[下一步]。 不这样: 当然可以,我来详细帮你分析一下这个问题。它大概率是由……造成的。 这样: 鉴权中间件有 bug。过期判断写错。把 < 改 <= 。然后重测登录。 Examples 用户: 为什么 React 组件一直重渲染? 普通: "组件之所以会重复渲染,很可能是因为你在每次渲染时都创建了一个新的对象引用。当这个内联对象作为 prop 传入时,React 的浅比较会把它视为新值,于是触发重渲染。建议用 useMemo 缓存这个对象。" Caveman CN: "每次 render 都新对象引用。prop 浅比较次次变。于是重渲染。包进 useMemo 。" 用户: 怎么配置 PostgreSQL 连接池? Caveman CN: 用 `pg` 的 pool:...
439
5207 authjs-skills gocallum/nextjs16-agent-skills
Links Getting Started: https://authjs.dev/getting-started/installation?framework=Next.js Migrating to v5: https://authjs.dev/getting-started/migrating-to-v5 Google Provider: https://authjs.dev/getting-started/providers/google Credentials Provider: https://authjs.dev/getting-started/providers/credentials Core API Reference: https://authjs.dev/reference/core Session Management: https://authjs.dev/getting-started/session-management Concepts: https://authjs.dev/concepts Installation pnpm add next-au...
439
5208 add-component signerlabs/shipswift-skills
Add Component from ShipSwift Add production-ready SwiftUI components to your project using ShipSwift's recipe library. Each recipe is a complete, copy-paste-ready implementation with architecture documentation. Prerequisites Check Before starting, verify the ShipSwift recipe server is available by calling listRecipes . If the tools are not available, guide the user to visit shipswift.app for setup instructions, or run npx skills add signerlabs/shipswift-skills to install. Workflow Identify the c...
439
5209 sadd:do-in-parallel neolabhq/context-engineering-kit
do-in-parallel Common use cases: Apply the same refactoring across multiple files Run code analysis on several modules simultaneously Generate documentation for multiple components Execute independent transformations in parallel Process Phase 1: Parse Input and Identify Targets Extract targets from the command arguments: Input patterns: 1. --files "src/a.ts,src/b.ts,src/c.ts" --> File-based targets 2. --targets "UserService,OrderService" --> Named targets 3. Infer from task description ...
439
5210 genotoxic trailofbits/skills
Genotoxic Combines mutation testing and necessist (test statement removal) with code graph analysis to triage findings into actionable categories: false positives, missing unit tests, and fuzzing targets. When to Use After mutation testing reveals survived mutants that need triage Identifying where unit tests would have the highest impact Finding functions that need fuzz harnesses instead of unit tests Prioritizing test improvements using data flow context Filtering out harmless mutants from act...
439
5211 vector-forge trailofbits/skills
Vector Forge Uses mutation testing to systematically identify gaps in test vector coverage, then generates new test vectors that close those gaps. Measures effectiveness by comparing mutation kill rates before and after. When to Use Generating test vectors for cryptographic algorithms or protocols Evaluating how well existing test vectors cover an implementation Finding implementation code paths that no test vector exercises Creating Wycheproof-style cross-implementation test vectors Measuring t...
439
5212 trailmark-structural trailofbits/skills
Trailmark Structural Analysis Runs trailmark analyze with all four pre-analysis passes. When to Use Vivisect Phase 1 needs full structural data (hotspots, taint, blast radius, privilege boundaries) Detailed pre-analysis passes for a specific target scope Generating complexity and taint data for audit prioritization When NOT to Use Quick overview only (use trailmark-summary instead) Ad-hoc code graph queries (use the main trailmark skill directly) Target is a single small file where structural an...
439
5213 competitor-tracking eronred/aso-skills
Competitor Tracking You set up and run ongoing competitor surveillance — catching metadata changes, keyword shifts, rating drops, and new feature launches before they impact your rankings. One-Time Analysis vs Ongoing Tracking competitor-analysis skill This skill ( competitor-tracking ) Frequency One-time deep dive Weekly/monthly recurring Output Strategy document Change log + alerts Focus Gap analysis, positioning What changed and why it matters Data Snapshot Delta (before vs after) Setup: Defi...
439
5214 data-analyst ailabs-393/ai-labs-claude-skills
Data Analyst You are an expert data analyst with expertise in SQL, Python (pandas), and statistical analysis. When to Apply Use this skill when: Writing SQL queries for data extraction Analyzing datasets with pandas Performing statistical analysis Creating data transformations Identifying data patterns and insights Data cleaning and preparation Core Competencies SQL Complex queries with JOINs, subqueries, CTEs Window functions and aggregations Query optimization Database design understanding pan...
439
5215 planning-with-files-de othmanadi/planning-with-files
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. Dateiplanungssystem Arbeite wie Manus: Verwende persistente Markdown-Dateien als deinen „Festplatten-Arbeitsspeicher". Schritt 1: Kontext wiederherstellen (v2.2.0) Bevor du irgendetwas anderes tust , prüfe, ob Planungsdateien existieren, und lies sie: Wenn task_plan.md existiert, lies sofort task_plan.md , progress.md und findings.md . Prüfe dann, ob die vor...
439
5216 better-auth jezweb/claude-skills
better-auth - D1 Adapter & Error Prevention Guide Package: better-auth@1.4.16 (Jan 21, 2026) Breaking Changes: ESM-only (v1.4.0), Admin impersonation prevention default (v1.4.6), Multi-team table changes (v1.3), D1 requires Drizzle/Kysely (no direct adapter) ⚠️ CRITICAL: D1 Adapter Requirement better-auth DOES NOT have d1Adapter(). You MUST use: Drizzle ORM (recommended): drizzleAdapter(db, { provider: "sqlite" }) Kysely: new Kysely({ dialect: new D1Dialect({ database: env.DB }) }) See Issu...
438
5217 retro boshu2/agentops
Sprint Retrospective Facilitator Run a structured retrospective that surfaces insights and produces actionable improvements. Context You are facilitating a retrospective for $ARGUMENTS . If the user provides files (sprint data, velocity charts, team feedback, or previous retro notes), read them first. Instructions Choose a retro format based on context (or let the user pick): Format A — Start / Stop / Continue : Start : What should we begin doing? Stop : What should we stop doing? Continue : Wha...
438
5218 pre-mortem boshu2/agentops
Pre-Mortem: Risk Analysis for Product Launch Purpose You are a veteran product manager conducting a pre-mortem analysis on $ARGUMENTS. This skill imagines launch failure and works backward to identify real risks, distinguish them from perceived worries, and create action plans to mitigate launch-blocking issues. Context A pre-mortem is a structured risk-identification exercise that forces teams to think critically about what could go wrong before launch, when there's still time to act. By assumi...
438
5219 minimax-image-understanding imsus/pi-extension-minimax-coding-plan-mcp
MiniMax Image Understanding Skill Use this skill when you need to analyze, describe, or extract information from images. How to Use Call the understand_image tool directly with a prompt and image URL: understand_image({ prompt: "Your question about the image", image_url: "https://example.com/image.png" }) When to Use Use understand_image when: Screenshots : Error messages, UI issues, code in screenshots Visual content : Photos, diagrams, charts, graphs Documents : Extracting text from images (OC...
438
5220 test-fixing sickn33/antigravity-awesome-skills
Test Fixing Systematically identify and fix all failing tests using smart grouping strategies. When to Use Explicitly asks to fix tests ("fix these tests", "make tests pass") Reports test failures ("tests are failing", "test suite is broken") Completes implementation and wants tests passing Mentions CI/CD failures due to tests Systematic Approach 1. Initial Test Run Run make test to identify all failing tests. Analyze output for: Total number of failures Error types and patterns Affected mo...
438
5221 go-documentation cxuu/golang-skills
Go Documentation This skill covers documentation conventions from Google's Go Style Guide. Doc Comments Normative: All top-level exported names must have doc comments. Basic Rules Begin with the name of the object being described An article ("a", "an", "the") may precede the name Use full sentences (capitalized, punctuated) // Good: // A Request represents a request to run a command. type Request struct { ... // Encode writes the JSON encoding of req to w. func Encode(w io.Writer, req *Requ...
438
5222 kaizen:plan-do-check-act neolabhq/context-engineering-kit
Plan-Do-Check-Act (PDCA) Apply PDCA cycle for continuous improvement through iterative problem-solving and process optimization. Description Four-phase iterative cycle: Plan (identify and analyze), Do (implement changes), Check (measure results), Act (standardize or adjust). Enables systematic experimentation and improvement. Usage /plan-do-check-act [improvement_goal] Variables GOAL: Improvement target or problem to address (default: prompt for input) CYCLE_NUMBER: Which PDCA iteration (default...
438
5223 domain-selection kostja94/marketing-skills
Strategy: Domain Selection Guides initial domain choice for a single site: Brand vs Partial Match vs Exact Match domains, TLD selection (.ai, .com, .io), length, readability, history check, and defensive registration. A good domain affects SEO, brand perception, and UX. See domain-architecture when planning for multiple products; rebranding-strategy when changing domain. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide ...
438
5224 mapbox-store-locator-patterns mapbox/mapbox-agent-skills
Store Locator Patterns Skill Comprehensive patterns for building store locators, restaurant finders, and location-based search applications with Mapbox GL JS. Covers marker display, filtering, distance calculation, interactive lists, and directions integration. When to Use This Skill Use this skill when building applications that: Display multiple locations on a map (stores, restaurants, offices, etc.) Allow users to filter or search locations Calculate distances from user location Provide inter...
438
5225 scientific-problem-selection anthropics/knowledge-work-plugins
Scientific Problem Selection Skills A conversational framework for systematic scientific problem selection based on Fischbach & Walsh's "Problem choice and decision trees in science and engineering" (Cell, 2024). Getting Started Present users with three entry points: 1) Pitch an idea for a new project — to work it up together 2) Share a problem in a current project — to troubleshoot together 3) Ask a strategic question — to navigate the decision tree together This conversational entry meets scie...
438
5226 playwright-cli microsoft/playwright
Browser Automation with playwright-cli Quick start open new browser playwright-cli open navigate to a page playwright-cli goto https://playwright.dev interact with the page using refs from the snapshot playwright-cli click e15 playwright-cli type "page.click" playwright-cli press Enter take a screenshot (rarely used, as snapshot is more common) playwright-cli screenshot close the browser playwright-cli close Commands Core playwright-cli open open and navigate right away playwright-cli open...
437
5227 system-design jwynia/agent-skills
System Design Help design systems and evaluate architectural decisions. Framework 1. Requirements Gathering Functional requirements (what it does) Non-functional requirements (scale, latency, availability, cost) Constraints (team size, timeline, existing tech stack) 2. High-Level Design Component diagram Data flow API contracts Storage choices 3. Deep Dive Data model design API endpoint design (REST, GraphQL, gRPC) Caching strategy Queue/event design Error handling and retry logic 4. Scale and R...
437
5228 data-fetching lobehub/lobehub
LobeHub Data Fetching Architecture
437
5229 agentic ux design - relationship-centric interfaces bencium/bencium-marketplace
Agentic UX Design - Relationship-Centric Interfaces Overview The paradigm shift from screen-centric to relationship-centric design. Traditional UX optimizes individual screens and isolated interactions. Agentic UX designs for ongoing relationships where systems learn, remember, and evolve alongside users across sessions, devices, and contexts. Core principle: Every interaction builds on learned preferences and user history. Systems don't just respond—they develop understanding that compounds ove...
437
5230 kaizen:cause-and-effect neolabhq/context-engineering-kit
Cause and Effect Analysis Apply Fishbone (Ishikawa) diagram analysis to systematically explore all potential causes of a problem across multiple categories. Description Systematically examine potential causes across six categories: People, Process, Technology, Environment, Methods, and Materials. Creates structured "fishbone" view identifying contributing factors. Usage /cause-and-effect [problem_description] Variables PROBLEM: Issue to analyze (default: prompt for input) CATEGORIES: Categories ...
437
5231 multi-domain-brand-seo kostja94/marketing-skills
SEO: Multi-Domain Brand Search When a company has multiple domains (e.g., company.com and product.ai), ensure the company/main site ranks first for brand queries. Product sites focus on product keywords and do not compete for brand position. See domain-architecture for structure decisions; rebranding-strategy for domain change and migration. 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...
437
5232 paseo-committee getpaseo/paseo
Committee Skill You are forming a committee to step back from the current problem and get fresh perspective. User's additional context: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands and waiting guidelines. What Is a Committee Two agents — Opus 4.6 ( --thinking on ) and GPT 5.4 ( --thinking medium ) — launched in parallel to plan a solution. Fresh context, no implementation baggage, proper root cause analysis. They stay alive after plan...
437
5233 subscription-lifecycle eronred/aso-skills
Subscription Lifecycle You optimize every stage of the subscription journey: trial → paid → renewal → cancellation recovery → win-back. The Subscription Lifecycle Install → Trial start → [Trial period] → Conversion → Renewal → ... → Cancel → Win-back ↓ ↓ ↓ ↓ No convert Voluntary Involuntary Lapsed (nurture) (exit survey) (dunning) (campaign) Key Metrics at Each Stage Stage Metric Formula Ben...
437
5234 gateguard affaan-m/everything-claude-code
GateGuard — Fact-Forcing Pre-Action Gate A PreToolUse hook that forces Claude to investigate before editing. Instead of self-evaluation ("are you sure?"), it demands concrete facts. The act of investigation creates awareness that self-evaluation never did. When to Activate Working on any codebase where file edits affect multiple modules Projects with data files that have specific schemas or date formats Teams where AI-generated code must match existing patterns Any workflow where Claude tends to...
437
5235 rclone everyinc/compound-engineering-plugin
rclone File Transfer Skill Setup Check (Always Run First) Before any rclone operation, verify installation and configuration: Check if rclone is installed command -v rclone >/dev/null 2>&1 && echo "rclone installed: $(rclone version | head -1)" || echo "NOT INSTALLED" List configured remotes rclone listremotes 2>/dev/null || echo "NO REMOTES CONFIGURED" If rclone is NOT installed Guide the user to install: macOS brew install rclone Linux (script install) curl https://rclone.org/instal...
436
5236 qveris hqman/qveris
QVeris Tool Search & Execution QVeris provides dynamic tool discovery and execution - search for tools by capability, then execute them with parameters. Setup Requires environment variable: QVERIS_API_KEY - Get from https://qveris.ai Quick Start Search for tools uv run scripts/qveris_tool.py search "weather forecast API" Execute a tool uv run scripts/qveris_tool.py execute openweathermap_current_weather --search-id < id > --params '{"city": "London", "units": "metric"}' Script Usage scripts/qver...
436
5237 loki-mode sickn33/antigravity-awesome-skills
Loki Mode - Multi-Agent Autonomous Startup System Version 2.35.0 | PRD to Production | Zero Human Intervention Research-enhanced: OpenAI SDK, DeepMind, Anthropic, AWS Bedrock, Agent SDK, HN Production (2025) Quick Reference Critical First Steps (Every Turn) READ .loki/CONTINUITY.md - Your working memory + "Mistakes & Learnings" RETRIEVE Relevant memories from .loki/memory/ (episodic patterns, anti-patterns) CHECK .loki/state/orchestrator.json - Current phase/metrics REVIEW .loki/queue/pending....
436
5238 feishu-cli-search riba2534/feishu-cli
飞书搜索 搜索飞书云文档、消息和应用。所有搜索命令 必须使用 User Access Token 。 执行流程 每次执行搜索前,按以下流程操作: 1. 检查 Token 状态 feishu-cli auth status -o json 根据返回结果判断: logged_in=false → 需要登录(步骤 2) access_token_valid=true + scope 包含所需权限 → 直接搜索(步骤 3) access_token_valid=false + refresh_token_valid=true → 无需操作,下次搜索时自动刷新 access_token_valid=false + refresh_token_valid=false → 需要重新登录(步骤 2) scope 缺少所需权限 → 需要重新登录并补充 scope(步骤 2) 2. 登录获取 Token(如需要) 使用两步式非交互登录, 始终使用最大 scope 范围 (覆盖搜索 + wiki + 日历 + 任务等全部功能): 步骤 A:生成授权 URL(最大 scope) feishu-cli aut...
436
5239 ecommerce-platform-specialist qodex-ai/ai-agent-skills
Shopify Development Expert Purpose Provide comprehensive, accurate guidance for building on Shopify's platform based on 24+ official documentation files. Cover all aspects of app development, theme customization, API integration, checkout extensions, and e-commerce features. Documentation Coverage Full access to official Shopify documentation (when available): Location: docs/shopify/ Files: 25 markdown files Coverage: Complete API reference, guides, best practices, and implementation pattern...
436
5240 adaptive-communication bencium/bencium-marketplace
Adaptive Communication Meet users where they are. Human communication spans explicit-transactional to implicit-relational. Both valid. Core Principle Success metric: "Did the user feel understood?" alongside task completion. Detection Signals High-Context (Relational) Signal Example Hedging language "I think maybe," "perhaps," "wondering if" Open-ended framing "I'm trying to figure out..." Personal context first "I've been feeling stressed and..." Questions implying needs "Do you know anything a...
436
5241 docs-write metabase/metabase
Documentation Writing Skill @./../_shared/metabase-style-guide.md When writing documentation Start here Who is this for? Match complexity to audience. Don't oversimplify hard things or overcomplicate simple ones. What do they need? Get them to the answer fast. Nobody wants to be in docs longer than necessary. What did you struggle with? Those common questions you had when learning? Answer them (without literally including the question). Writing process Draft: Write out the steps/explanation ...
436
5242 filament-pro marcelorodrigo/agent-skills
Filament v5 Build powerful Laravel admin panels using Filament v5's server-driven UI with Schemas and Livewire v4 reactivity. Overview Filament v5 is a Laravel admin panel framework that provides complete CRUD interfaces, forms, tables, and dashboard components through a declarative PHP API. Built on Livewire v4, it offers real-time reactivity without writing JavaScript. Key Concepts PanelProvider : Central configuration class defining your admin panel Resources : Automatic CRUD interfaces for E...
436
5243 migration-page-generator kostja94/marketing-skills
Pages: Migration Guides migration pages that help users switch from a competitor to your product. Reduces friction for switchers; often linked from alternatives pages. Common for SaaS, tools, and productivity apps. 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:...
436
5244 react-email vercel-labs/json-render
React Email Build and send HTML emails using React components - a modern, component-based approach to email development that works across all major email clients. Installation You need to scaffold a new React Email project using the create-email CLI. This will create a folder called react-email-starter with sample email templates. Using npm: npx create-email@latest Using yarn: yarn create email Using pnpm: pnpm create email Using bun: bun create email Navigate to Project Directory You must chang...
436
5245 rating-prompt-strategy eronred/aso-skills
Rating Prompt Strategy You optimize when, how, and to whom an app shows review prompts — maximizing high ratings while minimizing negative ones. Ratings are an App Store ranking signal and a conversion factor on the product page. Why Ratings Matter for ASO Search ranking — Apps with higher ratings rank better for competitive keywords Conversion — Rating stars are visible in search results; a 4.8 beats 4.2 at a glance iOS: Rating resets per version (you can request a reset in App Store Connect) A...
436
5246 planning-with-files-ar othmanadi/planning-with-files
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. نظام تخطيط الملفات العمل بنمط Manus: استخدام ملفات Markdown المستمرة كـ «ذاكرة عمل على القرص». الخطوة الأولى: استعادة السياق (v2.2.0) قبل فعل أي شيء ، تحقق من وجود ملفات التخطيط واقرأها: إذا كان task_plan.md موجودًا، اقرأ فورًا task_plan.md و progress.md و findings.md . ثم تحقق مما إذا كانت الجلسة السابقة تحتوي على سياق غير متزامن: Linux/macOS $( command -v...
436
5247 planning-with-files-es othmanadi/planning-with-files
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. Sistema de Planificación con Archivos Trabaja como Manus: usa archivos Markdown persistentes como tu «memoria de trabajo en disco». Paso 1: Recuperar contexto (v2.2.0) Antes de hacer nada , verifica si existen los archivos de planificación y léelos: Si task_plan.md existe, lee inmediatamente task_plan.md , progress.md y findings.md . Luego verifica si la ses...
436
5248 langfuse sickn33/antigravity-awesome-skills
Langfuse This skill helps you use Langfuse effectively across all common workflows: instrumenting applications, migrating prompts, debugging traces, and accessing data programmatically. Core Principles Follow these principles for ALL Langfuse work: Documentation First : NEVER implement based on memory. Always fetch current docs before writing code (Langfuse updates frequently) See the section below on how to access documentation. CLI for Data Access : Use langfuse-cli when querying/modifying Lan...
435
5249 pricing-strategy sickn33/antigravity-awesome-skills
Pricing Strategy You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. Before Starting 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. Gather this con...
435
5250 crawl4ai brettdavies/crawl4ai-skill
Crawl4AI Overview Crawl4AI provides comprehensive web crawling and data extraction capabilities. This skill supports both CLI (recommended for quick tasks) and Python SDK (for programmatic control). Choose your interface: CLI ( crwl ) - Quick, scriptable commands: CLI Guide Python SDK - Full programmatic control: SDK Guide Quick Start Installation pip install crawl4ai crawl4ai-setup Verify installation crawl4ai-doctor CLI (Recommended) Basic crawling - returns markdown crwl https://example.com...
435