███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4701 | pr-triage | xtone/ai_development_tools |
PRトリアージ PRの変更内容を分析し、後続のコードレビューフェーズに必要な情報を構造化して出力するスキルです。 軽量モデル(Haiku)での実行を想定しており、CI環境でのコスト最適化に寄与します。 手順 gh pr view <PR番号> --json title,body,headRefName,baseRefName,changedFiles でPR情報を取得 gh pr diff <PR番号> --name-only で変更ファイル一覧を取得 差分の取得( changedFilesが15以上の場合、手順3はスキップしてファイル名とPR説明のみで分析する ): changedFilesが15未満の場合のみ gh pr diff <PR番号> でコード差分を取得 表層チェックが必要なファイル(.ts, .js, .tsx, .jsx)が多い場合は個別に gh pr diff <PR番号> -- <file> で取得 .pr-review-state.json が存在するか確認する(前回レビュー状態) 以下の分析を行う: 変更ファイルのカテゴリ分類(added/modified/d...
|
1.6K |
| 4702 | day2-supplement-mcp | ai-native-camp/camp-1 |
Day 2 보충: MCP 딥다이브 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. STOP PROTOCOL — 절대 위반 금지 이 프로토콜은 이 스킬의 최우선 규칙이다. 아래 규칙을 위반하면 수업이 망가진다. 각 블록은 반드시 2턴에 걸쳐 진행한다 ┌─ Phase A (첫 번째 턴) ──────────────────────────────┐ │ 1. references/에서 해당 블록 파일의 EXPLAIN 섹션을 읽는다 │ │ 2. 기능을 설명한다 │ │ 3. references/에서 해당 블록 파일의 EXECUTE 섹션을 읽는다 │ │ 4. "지금 직접 실행해보세요"라고 안내한다 │ │ 5. ⛔ 여기서 반드시 STOP. 턴을 종료한다. │ │ ...
|
1.6K |
| 4703 | open-prose | openprose/prose |
OpenProse Skill OpenProse has four load-bearing pieces: Piece File Role Contract Markdown contract-markdown.md Human-readable *.prose.md service and system format Forme forme.md Semantic dependency-injection container that wires contracts Prose VM prose.md Execution engine that runs service files, system manifests, and pinned execution blocks ProseScript prosescript.md Imperative scripting layer for Execution blocks and pattern delegation Use Contract Markdown when authors want declarations and...
|
1.6K |
| 4704 | validate-implementation-plan | b-mendoza/agent-skills |
Validate Implementation Plan You are an independent auditor reviewing an implementation plan written by another agent. Your job is to annotate the plan — not to rewrite or modify it. When to Use Reviewing an implementation plan generated by an AI agent before approving it Auditing a design proposal for scope creep, over-engineering, or unverified assumptions Validating that a plan maps back to the original user request or ticket requirements Arguments Position Name Type Default Description $0 pl...
|
1.6K |
| 4705 | web-development | tencentcloudbase/skills |
When to use this skill Use this skill for Web frontend project development when you need to: Develop web frontend pages and interfaces Deploy static websites to CloudBase static hosting Integrate CloudBase Web SDK for database, cloud functions, and authentication Set up modern frontend build systems (Vite, Webpack, etc.) Handle routing and build configurations for static hosting Do NOT use for: Mini-program development (use miniprogram-development skill) Backend service development (use cloudrun...
|
1.6K |
| 4706 | unit-test-vue-pinia | github/awesome-copilot |
unit-test-vue-pinia Use this skill to create or review unit tests for Vue components, composables, and Pinia stores. Keep tests small, deterministic, and behavior-first. Workflow Identify the behavior boundary first: component UI behavior, composable behavior, or store behavior. Choose the narrowest test style that can prove that behavior. Set up Pinia with the least powerful option that still covers the scenario. Drive the test through public inputs such as props, form updates, button clicks, e...
|
1.6K |
| 4707 | gstack-workflow-assistant | aradotso/trending-skills |
gstack Workflow Assistant Skill by ara.so — Daily 2026 Skills collection Transform Claude Code from a generic assistant into a team of specialists you can summon on demand. Eight opinionated workflow skills that act as CEO, Engineering Manager, Release Manager, and QA Engineer with slash commands for planning, review, shipping, and testing. What It Does gstack provides specialized AI personas and workflows: CEO Review : Rethink problems and find the 10-star product hiding in requests Engineering...
|
1.6K |
| 4708 | oo-component-documentation | github/awesome-copilot |
OO Component Documentation Create new documentation for an object-oriented component or update an existing component documentation file by analyzing the current implementation. Determine the mode first Choose the workflow before writing anything: Use update mode when the user provides an existing documentation Markdown file, points to a docs path, or explicitly asks to refresh or revise existing documentation. Follow references/update-mode.md . Use create mode when the user provides a source fil...
|
1.6K |
| 4709 | frontend-skill | openai/skills |
frontend-skill Curated from OpenAI's skills repository. What it does Create visually strong landing pages, websites, and app UIs with restrained composition. OpenAI's production frontend playbook. Source Upstream: https://github.com/openai/skills Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into...
|
1.6K |
| 4710 | domain-hunter | resciencelab/opc-skills |
Domain Hunter Skill Help users find and purchase domain names at the best price. Workflow Step 1: Generate Domain Ideas & Check Availability Based on the user's project description, generate 5-10 creative domain name suggestions. Guidelines: Keep names short (under 15 characters) Make them memorable and brandable Consider: {action}{noun}, {noun}{suffix}, {prefix}{keyword} Common suffixes: app, io, hq, ly, ify, now, hub CRITICAL: Always check availability before presenting domains to user! ...
|
1.6K |
| 4711 | generating-apex | forcedotcom/afv-library |
Generating Apex Use this skill for production-grade Apex: new classes, selectors, services, async jobs, invocable methods, and triggers; and for evidence-based review of existing .cls OR .trigger . Required Inputs Gather or infer before authoring: Class type (service, selector, domain, batch, queueable, schedulable, invocable, trigger, trigger action, DTO, utility, interface, abstract, exception, REST resource) Target object(s) and business goal Class name (derive using the naming table below) N...
|
1.6K |
| 4712 | playwright-scraper | alphaonedev/openclaw-graph |
playwright-scraper Purpose This skill enables web scraping using Playwright, a Node.js library for browser automation. It focuses on handling dynamic content, authentication flows, pagination, data extraction, and screenshots to reliably scrape modern websites. When to Use Use this skill for scraping sites with JavaScript-rendered content (e.g., React or Angular apps), sites requiring login (e.g., dashboards), handling multi-page results (e.g., search results), or capturing visual data (e.g., sc...
|
1.6K |
| 4713 | browserstack | alirezarezvani/claude-skills |
BrowserStack Integration Run Playwright tests on BrowserStack's cloud grid for cross-browser and cross-device testing. Prerequisites Environment variables must be set: BROWSERSTACK_USERNAME — your BrowserStack username BROWSERSTACK_ACCESS_KEY — your access key If not set, inform the user how to get them from browserstack.com/accounts/settings and stop. Capabilities 1. Configure for BrowserStack /pw:browserstack setup Steps: Check current playwright.config.ts Add BrowserStack connect options: // ...
|
1.6K |
| 4714 | generating-apex-test | forcedotcom/afv-library |
Generating Apex Tests Generate production-ready Apex test classes and run disciplined test-fix loops with coverage analysis. Core Principles One behavior per method — each test method validates a single scenario. Separate positive, negative, and bulk tests. NEVER combine related-but-distinct inputs (e.g., null and empty) in one method — create _NullInput_ and _EmptyInput_ as separate test methods Bulkify tests — test with 251+ records to cross the 200-record trigger batch boundary. Batch Apex ex...
|
1.6K |
| 4715 | ios-debugger-agent | dimillian/skills |
iOS Debugger Agent Overview Use XcodeBuildMCP to build and run the current project scheme on a booted iOS simulator, interact with the UI, and capture logs. Prefer the MCP tools for simulator control, logs, and view inspection. Core Workflow Follow this sequence unless the user asks for a narrower action. 1) Discover the booted simulator Call mcp__XcodeBuildMCP__list_sims and select the simulator with state Booted. If none are booted, ask the user to boot one (do not boot automatically unles...
|
1.6K |
| 4716 | setup-sandbox | recoupable/setup-sandbox |
Setup Sandbox Create the folder structure for the connected account's organizations and artists. Environment RECOUP_ACCOUNT_ID — The account ID to fetch data for. Only needed when using an Org API Key. When using a Personal API Key, omit the --account flag and the CLI will use the authenticated account automatically. Steps Check if RECOUP_ACCOUNT_ID is set. If set, use --account $RECOUP_ACCOUNT_ID on all CLI commands below. If not set, omit the --account flag. Run recoup orgs list --json [--acco...
|
1.6K |
| 4717 | beautiful-mermaid | intellectronica/agent-skills |
Render Mermaid diagrams as SVG and PNG images using the Beautiful Mermaid library. Dependencies This skill requires the `agent-browser` skill for PNG rendering. Load it before proceeding with PNG capture. Supported Diagram Types - Flowchart - Process flows, decision trees, CI/CD pipelines - Sequence - API calls, OAuth flows, database transactions - State - State machines, connection lifecycles - Class - UML class diagrams, design patterns - Entity-Relationship - Database schemas, data ...
|
1.6K |
| 4718 | status | alirezarezvani/claude-skills |
Check Research Status Run ID: $ARGUMENTS parallel-cli research status " $ARGUMENTS " --json If CLI not found, tell user to run /parallel:setup .
|
1.6K |
| 4719 | social-media-image-sizes | branding5/social-media-image-sizes |
Social Media Image Sizes Check and resize images for 9 platforms / 60+ specs. Scripts mirror the logic at branding5.com/tools/social-media-cheat-sheet . Setup Run once after install: cd < skill-dir > npm install Check an image node scripts/check.js photo.jpg Outputs a ranked match list — perfect → close → usable → too small — with an inline node scripts/resize.js command for every non-perfect match. Filter by platform or match level: node scripts/check.js photo.jpg --platform instagram node scri...
|
1.6K |
| 4720 | generating-flow | forcedotcom/afv-library |
Goal Generate Salesforce Flow metadata by running the required 3-step MCP pipeline (fetchGroundedObjectMetadata → flowElementSelection → flowElementGeneration) and return the flow XML. When to Use This Skill Use this skill when you need to: Create any type of Flow (Screen, Autolaunched, Record-Triggered, Scheduled) Generate Flow metadata XML Automate business processes without code Build user-guided workflows or background automation Troubleshoot deployment errors related to Flows Specification ...
|
1.6K |
| 4721 | release-management | recoupable/release-management |
Music Release Management Manage music release campaigns using RELEASE.md as the single source of truth. Folder Structure Releases live inside an artist workspace under releases/ . The full path from the sandbox root: orgs/{org}/ └── artists/ └── {artist-slug}/ └── releases/ └── {release-slug}/ └── RELEASE.md Use lowercase-kebab-case for release slugs (e.g. blue-slide-park , debut-ep ). Example: orgs/recoup-records/artists/gatsby-grace/releases/adhd-ep/ └── RELEASE.md Step 1: Identify the Release...
|
1.6K |
| 4722 | gtm-positioning-strategy | github/awesome-copilot |
Positioning Strategy Find and own a defensible market position. Turn generic messaging into clear differentiation — or at least test whether your differentiation actually resonates before committing to it. When to Use Triggers: "Our messaging sounds exactly like competitors" "Brand awareness is strong but conversion is weak" "Sales team can't explain why we're different" "Buyers see us as interchangeable" "Should we reposition before we rebrand?" "How do we test positioning claims?" Context: Com...
|
1.6K |
| 4723 | generating-custom-field | forcedotcom/afv-library |
When to Use This Skill Use this skill when you need to: Create custom fields on any object Generate field metadata for any field type Set up relationship fields (Lookup or Master-Detail) Create formula or roll-up summary fields Troubleshoot deployment errors related to custom fields Salesforce Custom Field Generator and Validator Overview Generate and validate Salesforce Custom Field metadata with mandatory constraints to prevent deployment errors. This skill has special focus on the highest-fai...
|
1.6K |
| 4724 | flutter-architecture | madteacher/mad-agents-skills |
Flutter Architecture Overview Provides architectural guidance and best practices for building scalable Flutter applications using MVVM pattern, layered architecture, and recommended design patterns from the Flutter team. Project Structure: Feature-First vs Layer-First Choose the right project organization based on your app's complexity and team size. Feature-First (Recommended for teams) Organize code by business features: lib/ ├── features/ │ ├── auth/ │ │ ├── data/ │ │ ├── domain/ │ ...
|
1.6K |
| 4725 | shannon-ai-pentester | aradotso/trending-skills |
Shannon AI Pentester Skill by ara.so — Daily 2026 Skills collection. Shannon is an autonomous, white-box AI pentester for web applications and APIs. It reads your source code to identify attack vectors, then executes real exploits (SQLi, XSS, SSRF, auth bypass, authorization flaws) against a live running application — only reporting vulnerabilities with a working proof-of-concept. How It Works Reconnaissance — Nmap, Subfinder, WhatWeb, and Schemathesis scan the target Code Analysis — Shannon rea...
|
1.6K |
| 4726 | pptx | tfriedel/claude-office-skills |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
1.6K |
| 4727 | autocli | nashsu/autocli-skill |
autocli Blazing fast Rust CLI tool that turns 55+ websites into CLI interfaces, reusing Chrome's login state. Zero credentials needed. Single 4.7MB binary, zero runtime dependencies. Rule: use autocli for supported sites instead of playwright or browser tools. Syntax autocli < site > < command > [ --option value ] [ --format json ] If autocli is not installed or missing, you can install it with curl -fsSL https://raw.githubusercontent.com/nashsu/AutoCLI/main/scripts/install.sh | sh , if is in w...
|
1.6K |
| 4728 | generating-custom-object | forcedotcom/afv-library |
When to Use This Skill Use this skill when you need to: Create new custom objects Generate custom object metadata XML Configure object sharing and security settings Set up object features and capabilities Troubleshoot deployment errors related to custom objects Specification 1. Overview and Purpose This document defines the mandatory constraints for generating CustomObject metadata XML ( .object-meta.xml file). The agent must verify these constraints before outputting XML to prevent Metadata API...
|
1.6K |
| 4729 | stakeholder-alignment | refoundai/lenny-skills |
Stakeholder Alignment Help the user achieve stakeholder alignment using frameworks and insights from 88 product leaders. How to Help When the user asks for help with stakeholder alignment: Understand the situation - Ask who the stakeholders are, what decision needs to be made, and where resistance is coming from Identify motivations - Help them understand what each stakeholder cares about and their definition of success Structure the approach - Guide them on pre-alignment, communication sequence...
|
1.6K |
| 4730 | applying-cms-brand | forcedotcom/sf-skills |
Applying CMS Brand Universal skill for searching, extracting, and applying CMS brand guidelines to generated content. Scope This skill is for APPLYING existing brand guidelines from Salesforce CMS to content you generate. Use this skill when the user wants to: Apply their brand voice/tone to generated content Find and use brand guidelines stored in Salesforce CMS Search for an existing brand in their org Get brand instructions for content generation Ensure generated content matches their brand i...
|
1.6K |
| 4731 | generating-permission-set | forcedotcom/afv-library |
When to Use This Skill Use when generating or editing permission set metadata, or when granting object, field, user, and app permissions. Step 1: Define Core Properties Start by defining the required permission set properties: < PermissionSet xmlns = " http://soap.sforce.com/2006/04/metadata " > < fullName > YourPermissionSetName </ fullName > < label > Display Name for Administrators </ label > < description > Clear description of purpose and intended audience </ description > </ PermissionSet ...
|
1.6K |
| 4732 | salary-negotiation-prep | paramchoudhary/resumeskills |
Salary Negotiation Prep When to Use This Skill Use this skill when the user wants to: Negotiate a job offer or salary Research market rates for their role Create a counter-offer strategy Understand total compensation packages Mentions: "salary negotiation", "negotiate offer", "counter offer", "compensation", "how much should I ask for" Core Capabilities Research and validate market compensation Build negotiation strategy and scripts Calculate total compensation (not just base salary) Prepare cou...
|
1.6K |
| 4733 | resume-version-manager | paramchoudhary/resumeskills |
Resume Version Manager When to Use This Skill Use this skill when the user: Has multiple resume versions to manage Needs to track tailored resumes Wants to maintain a master resume Is applying to many different roles Mentions: "resume versions", "master resume", "different versions", "track resumes", "which resume" Core Capabilities Create and maintain master resume document Track tailored resume versions Organize resume versions by role/industry Maintain consistent source of truth Streamline re...
|
1.6K |
| 4734 | creative-portfolio-resume | paramchoudhary/resumeskills |
Creative Portfolio Resume When to Use This Skill Use this skill when the user: Works in a creative field (design, marketing, writing) Needs to balance visual design with ATS compatibility Wants to showcase creative skills through resume design Is building a portfolio resume for creative roles Mentions: "creative resume", "designer resume", "visual resume", "portfolio resume", "creative field" Core Capabilities Balance visual appeal with ATS compatibility Design resumes for creative roles Integra...
|
1.6K |
| 4735 | integrating-b2b-commerce-open-code-components | forcedotcom/sf-skills |
When to Use This Skill Use this skill when you need to: Integrate all open source B2B Commerce components into a store Add open source components to a new or existing B2B Commerce store Make open code components available in Experience Builder Rules Always explain before executing. Before running any command, you MUST tell the user what the command does and why you are running it. Never just show a raw command and ask for permission. The user should be able to read your explanation and understan...
|
1.6K |
| 4736 | career-changer-translator | paramchoudhary/resumeskills |
Career Changer Translator When to Use This Skill Use this skill when the user: Is switching careers or industries Wants to translate their experience for a new field Needs help identifying transferable skills Mentions: "career change", "switching careers", "new industry", "transferable skills", "pivot" Core Capabilities Identify transferable skills across industries Translate experience into new industry language Reframe achievements for target roles Bridge skill gaps strategically Position care...
|
1.6K |
| 4737 | executive-resume-writer | paramchoudhary/resumeskills |
Executive Resume Writer When to Use This Skill Use this skill when the user: Is applying for C-suite, VP, or Director roles Has 15+ years of experience in senior leadership Needs to emphasize strategic leadership over tactical skills Mentions: "executive resume", "C-suite", "VP resume", "senior leadership", "board", "executive search" Core Capabilities Write resumes for C-suite and VP-level positions Emphasize strategic leadership and business transformation Showcase P&L responsibility and organ...
|
1.6K |
| 4738 | offer-comparison-analyzer | paramchoudhary/resumeskills |
Offer Comparison Analyzer When to Use This Skill Use this skill when the user: Has multiple job offers to compare Needs to evaluate total compensation Wants to make a data-driven job decision Is weighing different opportunities Mentions: "compare offers", "multiple offers", "which job", "offer comparison", "deciding between jobs" Core Capabilities Compare total compensation across offers Evaluate non-monetary factors Create weighted decision frameworks Calculate true offer value Identify hidden ...
|
1.6K |
| 4739 | reference-list-builder | paramchoudhary/resumeskills |
Reference List Builder When to Use This Skill Use this skill when the user: Needs to create a professional reference list Wants help choosing the right references Needs to format references properly Is preparing references for job applications Mentions: "references", "reference list", "professional references", "reference check" Core Capabilities Format professional reference lists Guide reference selection strategy Prepare reference briefing materials Anticipate reference check questions Handle...
|
1.6K |
| 4740 | ai-evals | refoundai/lenny-skills |
AI Evals Help the user create systematic evaluations for AI products using insights from AI practitioners. How to Help When the user asks for help with AI evals: Understand what they're evaluating - Ask what AI feature or model they're testing and what "good" looks like Help design the eval approach - Suggest rubrics, test cases, and measurement methods Guide implementation - Help them think through edge cases, scoring criteria, and iteration cycles Connect to product requirements - Ensure evals...
|
1.6K |
| 4741 | product-operations | refoundai/lenny-skills |
Product Operations Help the user build and scale product operations functions using frameworks from 5 product leaders. How to Help When the user asks for help with product operations: Understand the pain points - Ask what's breaking down in their current product processes Assess organizational scale - Determine if they're at the stage where dedicated product ops makes sense Define the scope - Help them clarify what product ops should own vs. what PMs should retain Design the systems - Create pro...
|
1.6K |
| 4742 | academic-research-writer | endigo/claude-skills |
Academic Research Writer This skill enables creation of high-quality academic research documents with proper scholarly standards, verified peer-reviewed sources, and IEEE-format citations. Core Principles Academic Rigor: Follow scholarly writing conventions and maintain objectivity Source Verification: Use only peer-reviewed, credible academic sources Proper Citation: Generate accurate IEEE-format references Research Integrity: Ensure all claims are supported by verified sources Workflow 1. Un...
|
1.6K |
| 4743 | android-jetpack-compose | thebushidocollective/han |
Android - Jetpack Compose Modern declarative UI toolkit for building native Android interfaces. Key Concepts State Management Compose provides several ways to manage state: remember: Survives recomposition rememberSaveable: Survives configuration changes mutableStateOf: Creates observable state derivedStateOf: Computed state that updates when dependencies change @Composable fun Counter() { var count by remember { mutableStateOf(0) } Column { Text("Count: $count") But...
|
1.6K |
| 4744 | running-decision-processes | refoundai/lenny-skills |
Running Decision Processes Help the user run effective decision-making processes using frameworks from 65 product leaders. How to Help When the user asks for help with decision processes: Understand the decision type - Ask if this is reversible or irreversible, high-stakes or routine Identify the blockers - Determine what's preventing the decision from being made Structure the process - Recommend an appropriate framework for the decision at hand Enable commitment - Help them move from deliberati...
|
1.6K |
| 4745 | fundraising | refoundai/lenny-skills |
Fundraising Strategy Help the user navigate the fundraising process using insights from 2 product leaders. How to Help When the user asks for help with fundraising: Question the assumption - Before diving into tactics, ask whether they should raise at all. Understand their goals and whether venture capital is the right path Understand their stage - Ask what round they're raising, how much traction they have, and what their strongest proof point is Help craft the pitch - Focus on leading with the...
|
1.6K |
| 4746 | helmor-cli | dohooo/helmor |
Helmor CLI Use this skill to guide simple terminal-first Helmor workflows. Keep the answer practical: prefer one or two concrete commands over a long CLI tutorial. First Checks Check whether the CLI is installed and which data mode it targets: helmor cli-status Check the active data directory and database: helmor data Use --json when the output will be parsed by scripts or another tool. CLI Install And Update Treat Helmor CLI install/update as beta. Prefer the Helmor desktop onboarding/settings ...
|
1.6K |
| 4747 | writing-north-star-metrics | refoundai/lenny-skills |
Writing North Star Metrics Help the user define their North Star metric using frameworks and insights from 27 product leaders. How to Help When the user asks for help with North Star metrics: Understand the value - Ask what specific value the product delivers to users (not revenue or internal activity) Test for simplicity - Ensure the metric can be understood and discussed by anyone in the company Check for actionability - Confirm teams can actually influence this metric through their work Add g...
|
1.6K |
| 4748 | startup-pivoting | refoundai/lenny-skills |
Startup Pivoting Help the user decide when and how to pivot their startup using frameworks and insights from 2 product leaders. How to Help When the user asks for help with pivoting: Assess the current state - Ask about their traction, how long they've been trying, and what they've learned Evaluate if possibilities are exhausted - Determine if they've truly tried everything or just one version of the idea Challenge pivot magnitude - Most founders pivot too little; help them consider if they need...
|
1.6K |
| 4749 | bright-data-best-practices | brightdata/skills |
Bright Data APIs Bright Data provides infrastructure for web data extraction at scale. Four primary APIs cover different use cases — always pick the most specific tool for the job. Choosing the Right API Use Case API Why Scrape any webpage by URL (no interaction) Web Unlocker HTTP-based, auto-bypasses bot detection, cheapest Google / Bing / Yandex search results SERP API Specialized for SERP extraction, returns structured data Structured data from Amazon, LinkedIn, Instagram, TikTok, etc. Web Sc...
|
1.6K |
| 4750 | gtm-product-led-growth | github/awesome-copilot |
Product-Led Growth Build self-serve acquisition and expansion motions. But first, figure out if PLG is even the right motion for your product. When to Use Triggers: "Should we build PLG or sales-led?" "How do we drive self-serve adoption?" "Freemium to paid conversion isn't working" "Developer-led adoption strategy" "Which growth channels should we invest in?" "How do I know if PLG will work?" Context: Developer tools and platforms B2B SaaS with self-serve potential Products where value is obvio...
|
1.6K |