███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4701 | gtm-motions | phuryn/pm-skills |
GTM Motions Overview Identify and evaluate the best go-to-market motions for your product. This skill analyzes seven proven GTM approaches with specific tools and tactics to help you build a balanced acquisition strategy. When to Use Selecting marketing channels for your product Choosing between inbound vs outbound strategy Building your GTM toolkit and tech stack Evaluating PLG vs traditional sales motion Planning cross-channel marketing campaigns The 7 GTM Motions 1. Inbound Marketing Attract ...
|
473 |
| 4702 | cold-start-strategy | kostja94/marketing-skills |
Strategies: Cold Start Guides cold start strategy for AI/SaaS products: getting first users and traction when you have zero. The cold start problem is overcoming the chicken-and-egg barrier; most startups fail due to poor distribution, not product quality. For indie hacker context (first 100 users, Build in Public, Pieter Levels tactics), see indie-hacker-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 m...
|
473 |
| 4703 | 3d-web-experience | davila7/claude-code-templates |
3D Web Experience Role : 3D Web Experience Architect You bring the third dimension to the web. You know when 3D enhances and when it's just showing off. You balance visual impact with performance. You make 3D accessible to users who've never touched a 3D app. You create moments of wonder without sacrificing usability. Capabilities Three.js implementation React Three Fiber WebGL optimization 3D model integration Spline workflows 3D product configurators Interactive 3D scenes 3D performance optimi...
|
472 |
| 4704 | building-dashboards | axiomhq/skills |
Building Dashboards You design dashboards that help humans make decisions quickly. Dashboards are products: audience, questions, and actions matter more than chart count. Philosophy Decisions first. Every panel answers a question that leads to an action. Overview → drilldown → evidence. Start broad, narrow on click/filter, end with raw logs. Rates and percentiles over averages. Averages hide problems; p95/p99 expose them. Simple beats dense. One question per panel. No chart junk. Validate with...
|
472 |
| 4705 | agent-browser | jezweb/claude-skills |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
472 |
| 4706 | react-best-practices | mastra-ai/mastra |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
472 |
| 4707 | postgresql-best-practices | mindrally/skills |
PostgreSQL Best Practices Core Principles Leverage PostgreSQL's advanced features for robust data modeling Optimize queries using EXPLAIN ANALYZE and proper indexing strategies Use native PostgreSQL data types appropriately Implement proper connection pooling and resource management Follow PostgreSQL-specific security best practices Schema Design Data Types Use appropriate native types: UUID, JSONB, ARRAY, INET, CIDR Prefer TIMESTAMPTZ over TIMESTAMP for timezone-aware applications Use TEXT inst...
|
472 |
| 4708 | 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) ...
|
472 |
| 4709 | market-segments | phuryn/pm-skills |
Market Segments Purpose Identify and analyze 3-5 distinct customer segments for your product, understanding their unique jobs-to-be-done, desired outcomes, pain points, and product fit. Use this skill to evaluate market opportunities, prioritize target audiences, or expand into new market segments. Instructions You are a strategic market research expert skilled in market segmentation, customer profiling, and total addressable market (TAM) analysis. Input Your task is to identify and analyze pote...
|
471 |
| 4710 | brainstorm-experiments-new | phuryn/pm-skills |
Design Lean Startup Experiments (New Product) Create XYZ hypotheses and design pretotype experiments to validate a new product concept with minimal effort. Context You are helping validate a new product concept: $ARGUMENTS using lean startup methodology. If the user provides files (market research, landing page mockups), read them first. Instructions Create an XYZ Hypothesis in the form: "At least X% of Y will do Z" X% : The percentage of the target market expected to engage Y : The specific tar...
|
471 |
| 4711 | title-tag | kostja94/marketing-skills |
SEO On-Page: Title Tag Guides optimization of the HTML title tag for search engines and SERP display. 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. Scope (On-Page SEO) Title tag : Primary search snippet; primary keyword near start; unique per page Length by Language Google truncates by pixel width (~580–600px desktop), n...
|
471 |
| 4712 | ink | vercel-labs/json-render |
@json-render/ink Ink terminal renderer that converts JSON specs into interactive terminal component trees with standard components, data binding, visibility, actions, and dynamic props. Quick Start import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/ink/schema" ; import { standardComponentDefinitions , standardActionDefinitions , } from "@json-render/ink/catalog" ; import { defineRegistry , Renderer , type Components } from "@json-render/ink" ; import { z } f...
|
471 |
| 4713 | webgpu | cazala/webgpu-skill |
WebGPU Skill This skill helps any agent design, implement, and debug WebGPU applications and GPU compute pipelines. It is framework-agnostic and focuses on reusable WebGPU/WGSL patterns. What this skill covers WebGPU initialization, device setup, and surface configuration Compute pipelines, workgroup sizing, and storage buffer layout Render pipelines, render passes, and post-processing patterns GPU/CPU synchronization and safe readback strategies Performance and debugging practices Architectur...
|
470 |
| 4714 | feishu-cli-import | riba2534/feishu-cli |
Markdown 导入技能 从本地 Markdown 文件创建或更新飞书云文档。 支持 Mermaid/PlantUML 图表转飞书画板、大表格自动拆分 。 CRITICAL: 每次创建新文档后, 必须立即 执行以下两步: 授予 full_access 权限: feishu-cli perm add <document_id> --doc-type docx --member-type email --member-id user@example.com --perm full_access --notification 转移文档所有权: feishu-cli perm transfer-owner <document_id> --doc-type docx --member-type email --member-id user@example.com --notification 详见下方"执行流程 → 创建新文档"。 核心特性 三阶段并发管道 :顺序创建块 → 并发处理图表/表格 → 失败回退 Mermaid/PlantUML → 飞书画板 : mermaid / plantum...
|
470 |
| 4715 | prompt-library | sickn33/antigravity-awesome-skills |
📝 Prompt Library A comprehensive collection of battle-tested prompts inspired by awesome-chatgpt-prompts and community best practices. When to Use This Skill Use this skill when the user: Needs ready-to-use prompt templates Wants role-based prompts (act as X) Asks for prompt examples or inspiration Needs task-specific prompt patterns Wants to improve their prompting Prompt Categories 🎭 Role-Based Prompts Expert Developer Act as an expert software developer with 15+ years of experience. You s...
|
470 |
| 4716 | 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...
|
470 |
| 4717 | unreal-engine-cpp-pro | sickn33/antigravity-awesome-skills |
This skill provides expert-level guidelines for developing with Unreal Engine 5 using C++. It focuses on writing robust, performant, and standard-compliant code. When to Use Use this skill when: - Developing C++ code for Unreal Engine 5.x projects - Writing Actors, Components, or UObject-derived classes - Optimizing performance-critical code in Unreal Engine - Debugging memory leaks or garbage collection issues - Implementing Blueprint-exposed functionality - Following Epic Games' codin...
|
470 |
| 4718 | 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...
|
470 |
| 4719 | prioritize-features | phuryn/pm-skills |
Prioritize Feature Backlog Evaluate and rank a backlog of feature ideas to identify the top 5 to pursue. Context You are helping prioritize features for $ARGUMENTS . If the user provides files (spreadsheets, backlogs, opportunity assessments), read and analyze them directly. Domain Context For framework selection guidance, see the prioritization-frameworks skill. Key recommendations: Opportunity Score (Dan Olsen, The Lean Product Playbook ) is recommended for evaluating customer problems: Opport...
|
470 |
| 4720 | opportunity-solution-tree | phuryn/pm-skills |
Purpose Guide product managers through creating an Opportunity Solution Tree (OST) by extracting target outcomes from stakeholder requests, generating opportunity options (problems to solve), mapping potential solutions, and selecting the best proof-of-concept (POC) based on feasibility, impact, and market fit. Use this to move from vague product requests to structured discovery, ensuring teams solve the right problems before jumping to solutions—avoiding "feature factory" syndrome and premature...
|
470 |
| 4721 | content-marketing | kostja94/marketing-skills |
Content Marketing Help the user build effective content marketing using frameworks from 23 product leaders who have built content engines at companies like Notion, First Round, and The Pragmatic Engineer. How to Help When the user asks for help with content marketing: Identify the goal - Determine if content is for SEO, brand building, lead generation, or thought leadership Find content-market fit - Help them identify the specific anxieties or needs their content will solve Choose the right form...
|
470 |
| 4722 | ui-typography | bencium/bencium-marketplace |
UI Typography Skill Attribution These rules are distilled from Matthew Butterick's Practical Typography ( https://practicaltypography.com ). Butterick is a typographer, writer, and type designer whose work bridges professional typography and everyday digital writing. Thank you, Matthew, for making this knowledge accessible and encyclopedic. If you find this skill valuable, consider supporting his work directly. Mode of Operation These are permanent rules — not trends, not opinions. They come fro...
|
470 |
| 4723 | openai-api | jezweb/claude-skills |
OpenAI API - Complete Guide Version: Production Ready ✅ Package: openai@6.16.0 Last Updated: 2026-01-20 Status ✅ Production Ready: ✅ Chat Completions API (GPT-5, GPT-4o, GPT-4 Turbo) ✅ Embeddings API (text-embedding-3-small, text-embedding-3-large) ✅ Images API (DALL-E 3 generation + GPT-Image-1 editing) ✅ Audio API (Whisper transcription + TTS with 11 voices) ✅ Moderation API (11 safety categories) ✅ Streaming patterns (SSE) ✅ Function calling / Tools ✅ Structured outputs (JSON schemas) ✅ V...
|
469 |
| 4724 | skill-lookup | f/prompts.chat |
Workflow Search for skills matching the user's request using search_skills Present results with title, description, author, and file list If the user picks a skill, retrieve it with get_skill to get all files Install by saving files to .claude/skills/{slug}/ and verify the SKILL.md exists Confirm installation and explain what the skill does and when it activates Example search_skills({"query": "code review", "limit": 5, "category": "coding"}) get_skill({"id": "abc123"}) Available Tools Use these...
|
469 |
| 4725 | clean-code-principles | asyrafhussin/agent-skills |
Clean Code Principles Fundamental software design principles, SOLID, design patterns, and clean code practices. Language-agnostic guidelines for writing maintainable, scalable software. When to Apply Reference these guidelines when: Designing new features or systems Reviewing code architecture Refactoring existing code Discussing design decisions Improving code quality Rule Categories by Priority Priority Category Impact Prefix 1 SOLID Principles CRITICAL solid- 2 Core Principles CRITICAL co...
|
469 |
| 4726 | differential-fuzzer | tursodatabase/turso |
Always load [Debugging skill for reference](https://github.com/tursodatabase/turso/blob/main/.claude/skills/differential-fuzzer/../debugging/) The differential fuzzer compares Turso results against SQLite for generated SQL statements to find correctness bugs. Location `testing/differential-oracle/fuzzer/` Running the Fuzzer Single Run ``` Basic run (100 statements, random seed) cargo run --bin differential_fuzzer With specific seed for reproducibility cargo run --bin differential_fuz...
|
469 |
| 4727 | mvcc | tursodatabase/turso |
Multi-Version Concurrency Control. Work in progress, not production-ready. CRITICAL: Ignore MVCC when debugging unless the bug is MVCC-specific. Enabling MVCC ``` PRAGMA journal_mode = 'experimental_mvcc'; ``` Runtime configuration, not a compile-time feature flag. Per-database setting. How It Works Standard WAL: single version per page, readers see snapshot at read mark time. MVCC: multiple row versions, snapshot isolation. Each transaction sees consistent snapshot at begin time. Ke...
|
469 |
| 4728 | 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...
|
469 |
| 4729 | roblox-game-development | greedychipmunk/agent-skills |
Roblox Game Development Skill Description Expert Roblox game developer specializing in Luau scripting, game mechanics, UI/UX design, and monetization strategies. Assists with everything from simple scripts to complex multiplayer experiences. Resource Library This skill includes a comprehensive collection of production-ready resources: 📜 Helper Scripts - Professional utility modules for data management, networking, UI, game flow, and audio 📋 Document Templates - Complete project documentation...
|
469 |
| 4730 | clerk-tanstack-patterns | clerk/skills |
TanStack React Start Patterns What Do You Need? Task Reference Protect routes with beforeLoad references/router-guards.md Auth in createServerFn references/server-functions.md Pass auth to loaders references/loaders.md Configure Vinxi + clerkMiddleware references/vinxi-server.md References Reference Description references/router-guards.md beforeLoad auth redirect references/server-functions.md createServerFn with auth() references/loaders.md Auth context in loaders references/vinxi-server.md cle...
|
469 |
| 4731 | cloudflare-r2 | jezweb/claude-skills |
Cloudflare R2 Object Storage Status: Production Ready ✅ Last Updated: 2026-01-20 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0, aws4fetch@1.0.20 Recent Updates (2025): September 2025: R2 SQL open beta (serverless query engine for Apache Iceberg), Pipelines GA (real-time stream ingestion), Remote bindings GA (local dev connects to deployed R2) May 2025: Dashboard redesign (deeplink support, bucket settings centr...
|
468 |
| 4732 | frontend-patterns | davila7/claude-code-templates |
Frontend Development Patterns Modern frontend patterns for React, Next.js, and performant user interfaces. When to Activate Building React components (composition, props, rendering) Managing state (useState, useReducer, Zustand, Context) Implementing data fetching (SWR, React Query, server components) Optimizing performance (memoization, virtualization, code splitting) Working with forms (validation, controlled inputs, Zod schemas) Handling client-side routing and navigation Building accessible,...
|
468 |
| 4733 | freecad-scripts | github/awesome-copilot |
FreeCAD Scripts Expert skill for generating production-quality Python scripts for the FreeCAD CAD application. Interprets shorthand, quasi-code, and natural language descriptions of 3D modeling tasks and translates them into correct FreeCAD Python API calls. When to Use This Skill Writing Python scripts for FreeCAD's built-in console or macro system Creating or manipulating 3D geometry (Part, Mesh, Sketcher, Path, FEM) Building parametric FeaturePython objects with custom properties Developing G...
|
468 |
| 4734 | cosmos-dbt-fusion | astronomer/agents |
Cosmos + dbt Fusion: Implementation Checklist Execute steps in order. This skill covers Fusion-specific constraints only. Version note : dbt Fusion support was introduced in Cosmos 1.11.0. Requires Cosmos ≥1.11. Reference : See reference/cosmos-config.md for ProfileConfig, operator_args, and Airflow 3 compatibility details. Before starting , confirm: (1) dbt engine = Fusion (not Core → use cosmos-dbt-core ), (2) warehouse = Snowflake, Databricks, Bigquery and Redshift only. Fusion-Specific Const...
|
468 |
| 4735 | mobile-app-testing | aj-geddes/useful-ai-prompts |
Mobile App Testing Overview Implement comprehensive testing strategies for mobile applications including unit tests, UI tests, integration tests, and performance testing. When to Use Creating reliable mobile applications with test coverage Automating UI testing across iOS and Android Performance testing and optimization Integration testing with backend services Regression testing before releases Instructions 1. React Native Testing with Jest & Detox // Unit test with Jest import { calculate } ...
|
468 |
| 4736 | bug-hunt | boshu2/agentops |
Bug Hunt Skill Quick Ref: 4-phase investigation (Root Cause → Pattern → Hypothesis → Fix). Output: .agents/research/YYYY-MM-DD-bug-*.md YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Systematic investigation to find root cause and design a complete fix — or proactive audit to find hidden bugs before they bite. Requires: session-start.sh has executed (creates .agents/ directories for output) bd CLI (beads) for issue tracking if creating follow-up issues Modes Mode Invocation When Invest...
|
468 |
| 4737 | agent-orchestration-multi-agent-optimize | sickn33/antigravity-awesome-skills |
Multi-Agent Optimization Toolkit Use this skill when Improving multi-agent coordination, throughput, or latency Profiling agent workflows to identify bottlenecks Designing orchestration strategies for complex workflows Optimizing cost, context usage, or tool efficiency Do not use this skill when You only need to tune a single agent prompt There are no measurable metrics or evaluation data The task is unrelated to multi-agent orchestration Instructions Establish baseline metrics and target perfor...
|
468 |
| 4738 | docs-demo | remotion-dev/remotion |
Adding an Interactive Demo to Docs Interactive demos render a Remotion composition inline in documentation pages using @remotion/player . They live in packages/docs/components/demos/ . Steps Create a component in packages/docs/components/demos/ (e.g. MyDemo.tsx ). It should be a standard React component using Remotion hooks like useCurrentFrame() and useVideoConfig() . Register the demo in packages/docs/components/demos/types.ts : Import the component Export a DemoType object with these fields: ...
|
468 |
| 4739 | sprint-plan | phuryn/pm-skills |
Sprint Planning Plan a sprint by estimating team capacity, selecting and sequencing stories, and identifying risks. Context You are helping plan a sprint for $ARGUMENTS . If the user provides files (backlogs, velocity data, team rosters, or previous sprint reports), read them first. Instructions Estimate team capacity : Number of team members and their availability (PTO, meetings, on-call) Historical velocity (average story points per sprint from last 3 sprints) Capacity buffer: reserve 15-20% f...
|
468 |
| 4740 | ab-test-analysis | phuryn/pm-skills |
A/B Test Analysis Evaluate A/B test results with statistical rigor and translate findings into clear product decisions. Context You are analyzing A/B test results for $ARGUMENTS . If the user provides data files (CSV, Excel, or analytics exports), read and analyze them directly. Generate Python scripts for statistical calculations when needed. Instructions Understand the experiment : What was the hypothesis? What was changed (the variant)? What is the primary metric? Any guardrail metrics? How l...
|
468 |
| 4741 | outcome-roadmap | phuryn/pm-skills |
Transform Roadmap to Outcome-Focused Format Purpose You are an experienced product manager helping $ARGUMENTS shift from output-focused roadmaps (which emphasize features) to outcome-focused roadmaps (which emphasize customer and business impact). This skill rewrites initiatives as outcome statements that inspire and measure what matters. Context Output-focused roadmaps create false precision and misalign teams around features rather than results. Outcome-focused roadmaps clarify the customer pr...
|
468 |
| 4742 | competitive-battlecard | phuryn/pm-skills |
Competitive Battlecard Create a concise, sales-ready battlecard for use against a specific competitor. Context You are creating a competitive battlecard for $ARGUMENTS . Use web search to research the competitor's current product, pricing, positioning, and recent changes. If the user provides files (feature lists, win/loss data, sales call notes), read them first. Instructions Research the competitor (use web search): Current product offerings and features Pricing tiers and model Target market a...
|
468 |
| 4743 | sentry-nestjs-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > NestJS SDK Sentry NestJS SDK Opinionated wizard that scans your NestJS project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to NestJS" or "setup Sentry" in a NestJS app User wants error monitoring, tracing, profiling, logging, metrics, or crons in NestJS User mentions @sentry/nestjs or Sentry + NestJS User wants to monitor NestJS controllers, services, guards, microservices, or background jobs Note: SDK versions and APIs b...
|
468 |
| 4744 | traffic-analysis | kostja94/marketing-skills |
Analytics: Traffic Guides website traffic analysis across all channels (organic, paid, social, referral, direct). Covers traffic source attribution, dark traffic identification, and multi-channel reporting. 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. Scope Traffic sources : Organic, paid, social, referral, direct, emai...
|
468 |
| 4745 | feature-spec | anthropics/knowledge-work-plugins |
Feature Spec Skill You are an expert at writing product requirements documents (PRDs) and feature specifications. You help product managers define what to build, why, and how to measure success. PRD Structure A well-structured PRD follows this template: 1. Problem Statement Describe the user problem in 2-3 sentences Who experiences this problem and how often What is the cost of not solving it (user pain, business impact, competitive risk) Ground this in evidence: user research, support data, met...
|
467 |
| 4746 | ai-agents-architect | davila7/claude-code-templates |
AI Agents Architect Role : AI Agent Systems Architect I build AI systems that can act autonomously while remaining controllable. I understand that agents fail in unexpected ways - I design for graceful degradation and clear failure modes. I balance autonomy with oversight, knowing when an agent should ask for help vs proceed independently. Capabilities Agent architecture design Tool and function calling Agent memory systems Planning and reasoning strategies Multi-agent orchestration Agent evalua...
|
467 |
| 4747 | posthog-analytics | alinaqi/claude-bootstrap |
PostHog Analytics Skill Load with: base.md + [framework].md For implementing product analytics with PostHog - event tracking, user identification, feature flags, and project-specific dashboards. Sources: PostHog Docs | Product Analytics | Feature Flags Philosophy Measure what matters, not everything. Analytics should answer specific questions: Are users getting value? (activation, retention) Where do users struggle? (funnels, drop-offs) What features drive engagement? (feature usage) Is t...
|
467 |
| 4748 | notebooklm | sickn33/antigravity-awesome-skills |
NotebookLM Research Assistant Skill Interact with Google NotebookLM to query documentation with Gemini's source-grounded answers. Each question opens a fresh browser session, retrieves the answer exclusively from your uploaded documents, and closes. When to Use This Skill Trigger when user: Mentions NotebookLM explicitly Shares NotebookLM URL ( https://notebooklm.google.com/notebook/... ) Asks to query their notebooks/documentation Wants to add documentation to NotebookLM library Uses phrases li...
|
467 |
| 4749 | seo-optimizer | ailabs-393/ai-labs-claude-skills |
SEO Optimizer Comprehensive SEO strategy and optimization covering keyword research, on-page SEO, technical audits, content optimization, and performance tracking. Overview This skill covers: Keyword research and strategy On-page SEO optimization Technical SEO audits Content optimization Rank tracking and reporting Keyword Research Framework Research Process keyword_research : step_1_seed_keywords : sources : - brainstorm : core_product_terms - competitors : top_3_competitor_keywords - customer_...
|
467 |
| 4750 | save-thread | nowledge-co/community |
Save Thread Persist complete coding sessions to your personal knowledge base for future reference. When to Use Only activate when user explicitly says: "Save this session" "Checkpoint this" "Record conversation" "Remember this session" Never auto-save or suggest saving. This is always user-initiated. Prerequisites nmem CLI - Choose one option: Option 1: uvx (Recommended) curl -LsSf https://astral.sh/uv/install.sh | sh uvx --from nmem-cli nmem --version Option 2: pip pip install nmem-cli nmem --v...
|
467 |