███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1951 | m11-ecosystem | zhanghandong/rust-skills |
Current Dependencies (Auto-Injected) !grep -A 100 '^\[dependencies\]' Cargo.toml 2>/dev/null | head -30 || echo "No Cargo.toml found" Ecosystem Integration Layer 2: Design Choices Core Question What's the right crate for this job, and how should it integrate? Before adding dependencies: Is there a standard solution? What's the maintenance status? What's the API stability? Integration Decision → Implementation Need Choice Crates Serialization Derive-based serde, serde_json Async runtime to...
|
566 |
| 1952 | novel-architect | junaid18183/novel-architect-skills |
A comprehensive skill for literary fiction writers that transforms vague story ideas into structured novel projects through patient, emotionally-attentive dialogue. Core Philosophy Reflection before construction. Emotional truth before narrative logic. This skill: - Works through conversation first, writing only after understanding is complete - Proposes content section-by-section, waiting for approval at each step - Stores approved sections in memory, writing files only when complete - ...
|
566 |
| 1953 | wordpress-plugin-core | jezweb/claude-skills |
WordPress Plugin Development (Core) Last Updated: 2026-01-21 Latest Versions: WordPress 6.9+ (Dec 2, 2025), PHP 8.0+ recommended, PHP 8.5 compatible Dependencies: None (WordPress 5.9+, PHP 7.4+ minimum) Quick Start Architecture Patterns: Simple (functions only, <5 functions) | OOP (medium plugins) | PSR-4 (modern/large, recommended 2025+) Plugin Header (only Plugin Name required): <?php / * Plugin Name: My Plugin * Version: 1.0.0 * Requires at least: 5.9 * Requires PHP: 7.4 * Text Doma...
|
566 |
| 1954 | working-backwards | refoundai/lenny-skills |
Working Backwards Help the user apply the working backwards methodology using frameworks and insights from 12 product leaders. How to Help When the user asks for help with working backwards: Start with the customer - Ask who the customer is and what problem they have, before discussing solutions Write the press release - Guide them through drafting a mock press release that describes the finished product Develop the FAQ - Help them anticipate and answer internal questions about feasibility and s...
|
566 |
| 1955 | shipping-products | refoundai/lenny-skills |
Shipping Products Help the user ship products effectively using frameworks and insights from 47 product leaders. How to Help When the user asks for help with shipping: Understand the blocker - Ask what is preventing the ship: scope, quality concerns, dependencies, or organizational friction Assess the context - Determine if this is a new product, feature iteration, or infrastructure change Challenge timelines - Apply the 'maximally accelerated' principle to identify the critical path Guide quali...
|
566 |
| 1956 | platform-strategy | refoundai/lenny-skills |
Platform Strategy Help the user design and execute platform business strategies using frameworks from 24 product leaders who have built and scaled platforms. How to Help When the user asks for help with platform strategy: Understand the platform type - Clarify whether they're building a marketplace, API platform, ecosystem, or developer platform Identify the network effects - Help them understand which sides of the platform create value for each other Assess the lifecycle stage - Determine if th...
|
566 |
| 1957 | create-mcp-app | modelcontextprotocol/ext-apps |
Create MCP App Build interactive UIs that run inside MCP-enabled hosts like Claude Desktop. An MCP App combines an MCP tool with an HTML resource to display rich, interactive content. Core Concept: Tool + Resource Every MCP App requires two parts linked together: Tool - Called by the LLM/host, returns data Resource - Serves the bundled HTML UI that displays the data The tool's _meta.ui.resourceUri references the resource's URI. Host calls tool → Host renders resource UI → Server returns result →...
|
565 |
| 1958 | conventional-commit | marcelorodrigo/agent-skills |
Instructions < description > This file contains a prompt template for generating conventional commit messages. It provides instructions, examples, and formatting guidelines to help users write standardized, descriptive commit messages in accordance with the Conventional Commits specification. </ description > Workflow Follow these steps: Run git status to review changed files. Run git diff or git diff --cached to inspect changes. Stage your changes with git add <file> . Construct your commit mes...
|
565 |
| 1959 | yt-dlp | lwmxiaobei/yt-dlp-skill |
yt-dlp Video Downloader Skill This skill provides tools for downloading videos and extracting audio from various platforms using yt-dlp. Features Download videos from multiple platforms (YouTube, Twitter/X, Vimeo, TikTok, Instagram, Facebook, etc.) Extract audio from videos Auto-detect video URLs in conversations Support for different quality settings and formats Usage Patterns 1. Command-based Download When user explicitly asks to download a video: User: Download this video https://youtube....
|
565 |
| 1960 | writing-job-descriptions | refoundai/lenny-skills |
Writing Job Descriptions Help the user write effective job descriptions using frameworks and insights from 6 product leaders. How to Help When the user asks for help with job descriptions: Define success first - Ask what success looks like 12 months after the hire, not what tasks they'll do Identify the spike - Determine the one or two areas where this person needs to excel (not everything) Write for progress - Frame the role around the progress to be made, not a list of arbitrary tasks Consider...
|
565 |
| 1961 | flags | facebook/react |
Feature Flags Arguments: $ARGUMENTS: Optional flags Options Option Purpose (none) Show all flags across all channels --diff <ch1> <ch2> Compare flags between channels --cleanup Show flags grouped by cleanup status --csv Output in CSV format Channels www, www-modern - Meta internal canary, next, experimental - OSS channels rn, rn-fb, rn-next - React Native Legend ✅ enabled, ❌ disabled, 🧪 __VARIANT__, 📊 profiling-only Instructions Run yarn flags $ARGUMENTS Explain the output to the user For --...
|
564 |
| 1962 | m14-mental-model | zhanghandong/rust-skills |
Mental Models Layer 2: Design Choices Core Question What's the right way to think about this Rust concept? When learning or explaining Rust: What's the correct mental model? What misconceptions should be avoided? What analogies help understanding? Key Mental Models Concept Mental Model Analogy Ownership Unique key Only one person has the house key Move Key handover Giving away your key &T Lending for reading Lending a book &mut T Exclusive editing Only you can edit the doc Lifetime 'a Valid...
|
563 |
| 1963 | rust-refactor-helper | zhanghandong/rust-skills |
Rust Refactor Helper Perform safe refactoring with comprehensive impact analysis. Usage /rust-refactor-helper <action> <target> [--dry-run] Actions: rename <old> <new> - Rename symbol extract-fn <selection> - Extract to function inline <fn> - Inline function move <symbol> <dest> - Move to module Examples: /rust-refactor-helper rename parse_config load_config /rust-refactor-helper extract-fn src/main.rs:20-35 /rust-refactor-helper move UserService src/services/ LSP Operations Used Pre-Refa...
|
563 |
| 1964 | thread-list | assistant-ui/skills |
assistant-ui Thread List Always consult assistant-ui.com/llms.txt for latest API. Manage multiple chat threads with built-in or custom UI. References ./references/management.md -- Thread CRUD operations ./references/custom-ui.md -- Custom thread list UI Quick Start Thread list is available with useChatRuntime + cloud: import { AssistantCloud } from "assistant-cloud"; import { useChatRuntime, AssistantChatTransport } from "@assistant-ui/react-ai-sdk"; import { AssistantRuntimeProvider, Threa...
|
563 |
| 1965 | managing-tech-debt | refoundai/lenny-skills |
Managing Tech Debt Help the user manage technical debt strategically using insights from 18 product leaders. How to Help When the user asks for help with tech debt: Understand the situation - Ask about the nature of the debt (legacy systems, code quality, architectural limitations), how it's manifesting (slow velocity, incidents, inability to ship), and the business context Diagnose the urgency - Determine if this is blocking critical business needs or a slower-burning issue Choose the right app...
|
563 |
| 1966 | coaching-pms | refoundai/lenny-skills |
Coaching Product Managers Help the user develop and coach product managers using frameworks from 3 product leaders who have scaled PM organizations at top companies. How to Help When the user asks for help with coaching PMs: Define "good" in context - Establish what a successful PM looks like for their specific company and stage Assess current state - Help diagnose where the PM is today across key competencies Create a shared vision - Align on what growth looks like for both the PM and the organ...
|
562 |
| 1967 | deslop | brianlovin/claude-config |
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...
|
562 |
| 1968 | markdown-converter | intellectronica/agent-skills |
Markdown Converter Convert files to Markdown using uvx markitdown — no installation required. Basic Usage Convert to stdout uvx markitdown input.pdf Save to file uvx markitdown input.pdf -o output.md uvx markitdown input.docx > output.md From stdin cat input.pdf | uvx markitdown Supported Formats Documents: PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls) Web/Data: HTML, CSV, JSON, XML Media: Images (EXIF + OCR), Audio (EXIF + transcription) Other: ZIP (iterates contents), YouT...
|
562 |
| 1969 | 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...
|
562 |
| 1970 | cross-functional-collaboration | refoundai/lenny-skills |
Cross-functional Collaboration Help the user work effectively across functions using frameworks from 57 product leaders who have built high-performing cross-functional teams at companies from Linear to Airbnb. How to Help When the user asks for help with cross-functional collaboration: Diagnose the friction - Identify whether the issue is role clarity, communication patterns, or structural Clarify expectations - Help define what each function expects from the others Design the right structure - ...
|
561 |
| 1971 | ios-simulator-skill | conorluddy/ios-simulator-skill |
iOS Simulator Skill Build, test, and automate iOS applications using accessibility-driven navigation and structured data instead of pixel coordinates. Quick Start 1. Check environment bash scripts/sim_health_check.sh 2. Launch app python scripts/app_launcher.py --launch com.example.app 3. Map screen to see elements python scripts/screen_mapper.py 4. Tap button python scripts/navigator.py --find-text "Login" --tap 5. Enter text python scripts/navigator.py --find-type TextField --enter-...
|
560 |
| 1972 | post-mortems-retrospectives | refoundai/lenny-skills |
Post-mortems & Retrospectives Help the user run effective post-mortems and retrospectives that drive genuine learning using frameworks from 11 product leaders. How to Help When the user asks for help with post-mortems or retrospectives: Understand the context - Ask whether this is after a failure, a success, or a routine checkpoint Set the right tone - Help them frame the exercise as learning-focused rather than blame-focused Structure for insights - Guide them toward formats that surface action...
|
559 |
| 1973 | provider-actions | hashicorp/agent-skills |
Terraform Provider Actions Implementation Guide Overview Terraform Actions enable imperative operations during the Terraform lifecycle. Actions are experimental features that allow performing provider operations at specific lifecycle events (before/after create, update, destroy). References: Terraform Plugin Framework Terraform Actions RFC File Structure Actions follow the standard service package structure: internal/service/<service>/ ├── <action_name>_action.go Action implementatio...
|
559 |
| 1974 | gws-licensing | googleworkspace/cli |
licensing (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws licensing < resource > < method > [ flags ] API Resources licenseAssignments delete — Revoke a license. get — Get a specific user's license by product SKU. insert — Assign a license. listForProduct — List all users assigned licenses for a specific product SKU. listForProductAndSku — List all users assigned licenses for a specific product SKU. ...
|
558 |
| 1975 | token-efficiency | delphine-l/claude_global |
Token Efficiency Expert This skill provides token optimization strategies for cost-effective Claude Code usage across all projects. These guidelines help minimize token consumption while maintaining high-quality assistance. Core Principle ALWAYS follow these optimization guidelines by default unless the user explicitly requests verbose output or full file contents. Default assumption: Users prefer efficient, cost-effective assistance. Model Selection Strategy Use the right model for the ta...
|
558 |
| 1976 | unit-test-boundary-conditions | giuseppe-trisciuoglio/developer-kit |
Unit Testing Boundary Conditions and Edge Cases Overview This skill provides systematic patterns for testing boundary conditions, edge cases, and limit values using JUnit 5. It covers numeric boundaries (Integer.MIN_VALUE, MAX_VALUE), string edge cases (null, empty, whitespace), collection boundaries, floating-point precision, date/time limits, and concurrent access patterns. When to Use Use this skill when: Testing minimum and maximum values Testing null and empty inputs Testing whitespace-only...
|
558 |
| 1977 | langgraph | sickn33/antigravity-awesome-skills |
LangGraph Role: LangGraph Agent Architect You are an expert in building production-grade AI agents with LangGraph. You understand that agents need explicit structure - graphs make the flow visible and debuggable. You design state carefully, use reducers appropriately, and always consider persistence for production. You know when cycles are needed and how to prevent infinite loops. Capabilities Graph construction (StateGraph) State management and reducers Node and edge definitions Conditional ...
|
557 |
| 1978 | evaluating-new-technology | refoundai/lenny-skills |
Evaluating New Technology Help the user evaluate emerging technologies using frameworks from 22 product leaders who have made critical technology decisions at companies from Google to Shopify. How to Help When the user asks for help evaluating technology: Start with the problem - Clarify what problem they're solving before discussing tools Assess maturity - Determine if the technology is stable enough for their use case Consider build and buy - Help them find the right mix rather than forcing a ...
|
557 |
| 1979 | code-refactoring | skillcreatorai/ai-agent-skills |
Code Refactoring When to use this skill Code review : Discovering complex or duplicated code Before adding new features : Cleaning up existing code After bug fixes : Removing root causes Resolving technical debt : Regular refactoring Instructions Step 1: Extract Method Before (long function) : function processOrder ( order : Order ) { // Validation if ( ! order . items || order . items . length === 0 ) { throw new Error ( 'Order must have items' ) ; } if ( ! order . customerId ) { throw new Erro...
|
557 |
| 1980 | evaluating-candidates | refoundai/lenny-skills |
Evaluating Candidates Help the user make stronger hiring decisions using battle-tested frameworks from 94 product leaders. How to Help When the user asks for help evaluating candidates: Understand their context - Ask what stage they're at (screening resumes, reviewing work samples, conducting references, making final decisions) and what role they're hiring for Apply relevant principles - Use the frameworks below to help them think through the decision Challenge their assumptions - Push back on s...
|
557 |
| 1981 | scoping-cutting | refoundai/lenny-skills |
Scoping & Cutting Help the user scope projects and cut features effectively using frameworks from 15 product leaders. How to Help When the user asks for help with scoping: Understand the hypothesis - Ask what they're trying to learn or validate Identify the appetite - Determine how much time/resources they're willing to invest Find the essential core - Help them identify what must be present for the first version Design for learning - Ensure the scope enables fast feedback, not just fast shippin...
|
557 |
| 1982 | organizational-design | refoundai/lenny-skills |
Organizational Design Help the user design effective organizational structures using frameworks from 2 product leaders. How to Help When the user asks for help with organizational design: Understand their context - Ask about their current structure, company stage, what problem they're trying to solve, and what trade-offs they're willing to make Identify the core trade-off - Help them see the spectrum between centralized (Apple-style) and decentralized (Amazon-style) models Evaluate options - Wal...
|
557 |
| 1983 | m13-domain-error | zhanghandong/rust-skills |
Domain Error Strategy Layer 2: Design Choices Core Question Who needs to handle this error, and how should they recover? Before designing error types: Is this user-facing or internal? Is recovery possible? What context is needed for debugging? Error Categorization Error Type Audience Recovery Example User-facing End users Guide action InvalidEmail, NotFound Internal Developers Debug info DatabaseError, ParseError System Ops/SRE Monitor/alert ConnectionTimeout, RateLimited Transient Automati...
|
556 |
| 1984 | burpsuite-project-parser | trailofbits/skills |
Burp Project Parser Search and extract data from Burp Suite project files using the burpsuite-project-file-parser extension. When to Use Searching response headers or bodies with regex patterns Extracting security audit findings from Burp projects Dumping proxy history or site map data Analyzing HTTP traffic captured in a Burp project file Prerequisites This skill delegates parsing to Burp Suite Professional - it does not parse .burp files directly. Required: Burp Suite Professional - Must ...
|
556 |
| 1985 | the-fool | jeffallan/claude-skills |
The Fool The court jester who alone could speak truth to the king. Not naive but strategically unbound by convention, hierarchy, or politeness. Applies structured critical reasoning across 5 modes to stress-test any idea, plan, or decision. When to Use This Skill Stress-testing a plan, architecture, or strategy before committing Challenging technology, vendor, or approach choices Evaluating business proposals, value propositions, or strategies Red-teaming a design before implementation Auditing ...
|
554 |
| 1986 | 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...
|
554 |
| 1987 | 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...
|
554 |
| 1988 | building-a-promotion-case | refoundai/lenny-skills |
Building a Promotion Case Help the user build a compelling case for promotion using strategies from 17 product leaders. How to Help When the user asks for help with getting promoted: Diagnose the situation - Ask about their current role, target role, and relationship with their manager Identify blockers - Help determine if the issue is visibility, advocacy, role availability, or skill gaps Build the case - Help frame the promotion as solving a company problem, not a personal milestone Coach on t...
|
554 |
| 1989 | bullmq-specialist | sickn33/antigravity-awesome-skills |
BullMQ Specialist You are a BullMQ expert who has processed billions of jobs in production. You understand that queues are the backbone of scalable applications - they decouple services, smooth traffic spikes, and enable reliable async processing. You've debugged stuck jobs at 3am, optimized worker concurrency for maximum throughput, and designed job flows that handle complex multi-step processes. You know that most queue problems are actually Redis problems or application design problems. Yo...
|
553 |
| 1990 | skill-development | anthropics/claude-plugins-official |
Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Pr...
|
553 |
| 1991 | having-difficult-conversations | refoundai/lenny-skills |
Having Difficult Conversations Help the user navigate tough conversations with courage and skill using frameworks from 43 product leaders. How to Help When the user asks for help with a difficult conversation: Understand the situation - Ask what kind of conversation (feedback, performance, firing, conflict resolution, delivering bad news) and what makes it difficult for them Check their preparation - Ensure they have specific examples, a clear desired outcome, and have thought through the other ...
|
552 |
| 1992 | discord-bot-architect | sickn33/antigravity-awesome-skills |
Discord Bot Architect Patterns Discord.js v14 Foundation Modern Discord bot setup with Discord.js v14 and slash commands When to use: ['Building Discord bots with JavaScript/TypeScript', 'Need full gateway connection with events', 'Building bots with complex interactions'] ```javascript // src/index.js const { Client, Collection, GatewayIntentBits, Events } = require('discord.js'); const fs = require('node:fs'); const path = require('node:path'); require('dotenv').config(); // Create client ...
|
551 |
| 1993 | function-creator | get-convex/agent-skills |
Convex Function Creator Generate secure, type-safe Convex functions following all best practices. When to Use Creating new query functions (read data) Creating new mutation functions (write data) Creating new action functions (external APIs, long-running) Adding API endpoints to your Convex backend Function Types Queries (Read-Only) Can only read from database Cannot modify data or call external APIs Cached and reactive Run in transactions import { query } from "./_generated/server" ; import { v...
|
550 |
| 1994 | cloud-functions | tencentcloudbase/skills |
Cloud Functions Development Use this skill when developing, deploying, and managing CloudBase cloud functions. CloudBase supports two types of cloud functions: Event Functions (普通云函数) : Traditional serverless functions triggered by events (SDK calls, timers) HTTP Functions (HTTP 云函数) : Web service functions triggered by HTTP requests, supporting multiple languages When to use this skill Use this skill for cloud function operations when you need to: Create and deploy Event Functions (Node.js) Cre...
|
550 |
| 1995 | negotiating-offers | refoundai/lenny-skills |
Negotiating Offers Help the user negotiate job offers and compensation using strategies from 3 product leaders. How to Help When the user asks for help negotiating an offer: Understand their situation - Ask about the offer details, what they're hoping for, and what leverage or alternatives they have Reframe beyond salary - Help them think about what they need to succeed in the role, not just personal compensation Prepare the approach - Guide them on the right language, timing, and framing for th...
|
548 |
| 1996 | tanstack-integration-best-practices | deckardger/tanstack-agent-skills |
TanStack Integration Best Practices Guidelines for integrating TanStack Query, Router, and Start together effectively. These patterns ensure optimal data flow, caching coordination, and type safety across the stack. When to Apply Setting up a new TanStack Start project Integrating TanStack Query with TanStack Router Configuring SSR with query hydration Coordinating caching between router and query Setting up type-safe data fetching patterns Rule Categories by Priority Priority Category Rules I...
|
548 |
| 1997 | gws-reseller | googleworkspace/cli |
reseller (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws reseller < resource > < method > [ flags ] API Resources customers get — Gets a customer account. Use this operation to see a customer account already in your reseller management, or to see the minimal account information for an existing customer that you do not manage. For more information about the API response for existing customers, see ret...
|
548 |
| 1998 | setup | assistant-ui/skills |
assistant-ui Setup CLI Commands Quick Decision Flow Existing Next.js app ( package.json exists): use npx assistant-ui@latest init Existing app in CI/agent/non-interactive shell: use npx assistant-ui@latest init --yes Existing app + force overwrite of conflicts: add --overwrite New app / empty directory: use npx assistant-ui@latest create <name> Need specific starter template: add -t <default|minimal|cloud|cloud-clerk|langgraph|mcp> Need a curated example: use npx assistant-ui@latest create <name...
|
547 |
| 1999 | godot-best-practices | jwynia/agent-skills |
Godot 4.x GDScript Best Practices Guide AI agents in writing high-quality GDScript code for Godot 4.x. This skill provides coding standards, architecture patterns, and templates for game development. When to Use This Skill Use this skill when: Generating new GDScript code Creating or organizing Godot scenes Designing game architecture and node hierarchies Implementing state machines, object pools, or save systems Answering questions about GDScript patterns or Godot conventions Reviewing GDSc...
|
547 |
| 2000 | building-team-culture | refoundai/lenny-skills |
Building Team Culture Help the user build and sustain high-performing team culture using frameworks from 138 product leaders who have shaped cultures at companies from startups to Google and Airbnb. How to Help When the user asks for help with team culture: Understand the context - Ask about team size, stage, remote vs in-person, and what triggered the culture question Diagnose the current state - Identify whether the issue is definition, communication, or enforcement of culture Focus on articul...
|
547 |