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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,536
总 Skills
98.5M
总安装量
2,626
贡献者
# Skill 仓库 描述 安装量
4851 mle-workflow affaan-m/everything-claude-code
Machine Learning Engineering Workflow Use this skill to turn model work into a production ML system with clear data contracts, repeatable training, measurable quality gates, deployable artifacts, and operational monitoring. When to Activate Planning or reviewing a production ML feature, model refresh, ranking system, recommender, classifier, embedding workflow, or forecasting pipeline Converting notebook code into a reusable training, evaluation, batch inference, or online inference pipeline Des...
1.6K
4852 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...
1.6K
4853 user-segmentation phuryn/pm-skills
User Segmentation Purpose Analyze diverse user feedback to identify at least 3 distinct behavioral and needs-based user segments. This skill surfaces hidden customer groups based on jobs-to-be-done, behaviors, and motivations rather than demographics alone, enabling targeted product strategy. Instructions You are an expert behavioral researcher and data analyst specializing in user segmentation and behavioral clustering. Input Your task is to segment users for $ARGUMENTS based on behavior, jobs-...
1.6K
4854 ansoff-matrix phuryn/pm-skills
Ansoff Matrix Metadata Name : ansoff-matrix Description : Generate an Ansoff Matrix analysis mapping growth strategies across market penetration, market development, product development, and diversification. Triggers : Ansoff matrix, growth matrix, market expansion, growth strategy options Instructions You are a growth strategist analyzing expansion opportunities using the Ansoff Matrix for $ARGUMENTS. Your task is to evaluate growth options across product and market dimensions and develop speci...
1.6K
4855 arize-experiment arize-ai/arize-skills
Arize Experiment Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . Concepts Experiment = a named evaluation run against a specific dataset version, containing one run per example Experiment Run = the result of processing one dataset example -- includes the model output, optional evaluations, and optional metadata Dataset = a versioned collection of examples; every exper...
1.6K
4856 mantine-custom-components mantinedev/skills
Mantine Custom Components Skill Component template import { Box , BoxProps , createVarsResolver , ElementProps , factory , Factory , getRadius , MantineRadius , StylesApiProps , useProps , useStyles , } from '@mantine/core' ; import classes from './MyComponent.module.css' ; export type MyComponentStylesNames = 'root' | 'inner' ; export type MyComponentVariant = 'filled' | 'outline' ; export type MyComponentCssVariables = { root : '--my-radius' } ; export interface MyComponentProps extends BoxPro...
1.6K
4857 docs-guard amelnagdy/guard-skills
Docs Guard You are reviewing generated or changed documentation before it ships. Apply the rules below as a guard pass after the first documentation pass. The core principle: documentation is a set of claims about a codebase, and every claim is checkable. Your job is to check them. These rules exist because AI agents document from memory of how APIs usually look, not from the code in front of them. Published research: half of AI answers to programming questions contain incorrect information, and...
1.6K
4858 alibabacloud-find-skills aliyun/alibabacloud-aiops-skills
Alibaba Cloud Agent Skills Search & Discovery This skill helps users search, discover, and install Alibaba Cloud official Agent Skills through the agentexplorer CLI plugin. Scenario Description This skill enables users to: Search Skills — Find Alibaba Cloud Agent Skills by keyword, category, or both Browse Categories — Explore available skill categories and subcategories View Skill Details — Get detailed information about specific skills Install Skills — Guide users through skill installation pr...
1.6K
4859 quarkus-security affaan-m/everything-claude-code
Quarkus Security Review Best practices for securing Quarkus applications with authentication, authorization, and input validation. When to Activate Adding authentication (JWT, OIDC, Basic Auth) Implementing authorization with @RolesAllowed or SecurityIdentity Validating user input (Bean Validation, custom validators) Configuring CORS or security headers Managing secrets (Vault, environment variables, config sources) Adding rate limiting or brute-force protection Scanning dependencies for CVEs Wo...
1.6K
4860 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...
1.6K
4861 testrail alirezarezvani/claude-skills
TestRail Integration Bidirectional sync between Playwright tests and TestRail test management. Prerequisites Environment variables must be set: TESTRAIL_URL — e.g., https://your-instance.testrail.io TESTRAIL_USER — your email TESTRAIL_API_KEY — API key from TestRail If not set, inform the user how to configure them and stop. Capabilities 1. Import Test Cases → Generate Playwright Tests /pw:testrail import --project <id> --suite <id> Steps: Call testrail_get_cases MCP tool to fetch test cases For...
1.6K
4862 quarkus-tdd affaan-m/everything-claude-code
Quarkus TDD Workflow TDD guidance for Quarkus 3.x services with 80%+ coverage (unit + integration). Optimized for event-driven architectures with Apache Camel. When to Use New features or REST endpoints Bug fixes or refactors Adding data access logic, security rules, or reactive streams Testing Apache Camel routes and event handlers Testing event-driven services with RabbitMQ Testing conditional flow logic Validating CompletableFuture async operations Testing LogContext propagation Workflow Show...
1.6K
4863 job-stories phuryn/pm-skills
Job Stories Create job stories using the 'When [situation], I want to [motivation], so I can [outcome]' format. Generates stories with detailed acceptance criteria focused on user situations and outcomes. Use when: Writing job stories, expressing user situations and motivations, creating JTBD-style backlog items, or focusing on user context rather than roles. Arguments: $PRODUCT : The product or system name $FEATURE : The new feature to break into job stories $DESIGN : Link to design files (Figm...
1.6K
4864 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...
1.6K
4865 test-tui openai/codex
You can start and use Codex TUI to verify changes. Important notes: Start interactively. Always set RUST_LOG="trace" when starting the process. Pass -c log_dir=<some_temp_dir> argument to have logs written to a specific directory to help with debugging. When sending a test message programmatically, send text first, then send Enter in a separate write (do not send text + Enter in one burst). Use just codex target to run - just codex -c ...
1.6K
4866 sentry-svelte-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Svelte SDK Sentry Svelte SDK Opinionated wizard that scans your project and guides you through complete Sentry setup for Svelte and SvelteKit. Invoke This Skill When User asks to "add Sentry to Svelte" or "set up Sentry" in a Svelte/SvelteKit app User wants error monitoring, tracing, session replay, or logging in Svelte or SvelteKit User mentions @sentry/svelte , @sentry/sveltekit , or Sentry SDK for Svelte Note: SDK versions and APIs below reflect current Sentry docs at...
1.6K
4867 semantic-kernel github/awesome-copilot
Semantic Kernel Use this skill when working with applications, plugins, function-calling flows, or AI integrations built on Semantic Kernel. Always ground implementation advice in the latest Semantic Kernel documentation and samples rather than memory alone. Determine the target language first Choose the language workflow before making recommendations or code changes: Use the .NET workflow when the repository contains .cs , .csproj , .sln , or other .NET project files, or when the user explicitl...
1.6K
4868 pdf-ocr-skill 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本...
1.6K
4869 beachhead-segment phuryn/pm-skills
Beachhead Segment Overview Identify the first beachhead market segment for product launch. This skill evaluates potential market segments against key criteria to find your initial winning segment that enables fast PMF validation and adjacent expansion. When to Use Choosing a first market for your product Targeting an initial customer segment Planning initial market entry strategy Deciding where to focus limited resources Validating GTM assumptions with early adopters Key Evaluation Criteria 1. B...
1.6K
4870 remotion nexu-io/open-design
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
1.6K
4871 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...
1.6K
4872 energy-management refoundai/lenny-skills
Energy Management Help the user manage their energy for sustained performance using frameworks from 5 product leaders who have optimized their personal productivity and avoided burnout. How to Help When the user asks for help with energy management: Diagnose the current state - Help them identify what's draining vs energizing them Audit their calendar - Review how they're spending time and categorize by energy impact Design for their superpowers - Help them spend more time in their zone of geniu...
1.6K
4873 scientific-writing davila7/claude-code-templates
Scientific Writing Overview This is the core skill for the deep research and writing tool—combining AI-driven deep research with well-formatted written outputs. Every document produced is backed by comprehensive literature search and verified citations through the research-lookup skill. Scientific writing is a process for communicating research with precision and clarity. Write manuscripts using IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, and reporting guidelines (CONSORT/S...
1.6K
4874 axiom-sre axiomhq/skills
Note: All script paths in this skill (e.g., scripts/axiom-query) are relative to this skill's folder: ~/.config/agents/skills/axiom-sre/. Run them with full path or cd into the skill folder first. Axiom SRE Expert You are an expert SRE. You stay calm under pressure. You stabilize first, debug second. You think in hypotheses, not hunches. You know that correlation is not causation, and you actively fight your own cognitive biases. Every incident leaves the system smarter. Golden Rules NEVER G...
1.6K
4875 scroll-experience sickn33/antigravity-awesome-skills
Scroll Experience Role: Scroll Experience Architect You see scrolling as a narrative device, not just navigation. You create moments of delight as users scroll. You know when to use subtle animations and when to go cinematic. You balance performance with visual impact. You make websites feel like movies you control with your thumb. Capabilities Scroll-driven animations Parallax storytelling Interactive narratives Cinematic web experiences Scroll-triggered reveals Progress indicators Sticky se...
1.6K
4876 homelab-wireguard-vpn affaan-m/everything-claude-code
Homelab WireGuard VPN WireGuard is a fast, modern VPN protocol. It is the right choice for remote access to a home network — simpler to configure than OpenVPN and faster than most alternatives. All configuration examples show common setups. Review each command — especially the iptables forwarding rules and key file permissions — before applying them to your system, and make changes in a maintenance window. When to Use Setting up WireGuard server on a Raspberry Pi, Linux host, pfSense, or router ...
1.6K
4877 modal lobehub/lobehub
Modal Imperative API Guide Use createModal from @lobehub/ui for imperative modal dialogs. Why Imperative? Mode Characteristics Recommended Declarative Need open state, render <Modal /> ❌ Imperative Call function directly, no state ✅ File Structure features/ └── MyFeatureModal/ ├── index.tsx Export createXxxModal └── MyFeatureContent.tsx Modal content Implementation 1. Content Component ( MyFeatureContent.tsx ) 'use client' ; import { useModalContext } from '@lobehub/ui' ; import { us...
1.6K
4878 desktop lobehub/lobehub
Desktop Development Guide Architecture Overview LobeHub desktop is built on Electron with main-renderer architecture: Main Process ( apps/desktop/src/main ): App lifecycle, system APIs, window management Renderer Process : Reuses web code from src/ Preload Scripts ( apps/desktop/src/preload ): Securely expose main process to renderer Adding New Desktop Features 1. Create Controller Location: apps/desktop/src/main/controllers/ import { ControllerModule , IpcMethod } from '@/controllers' ; export ...
1.6K
4879 security-generate-security-sample-data elastic/agent-skills
Generate Security Sample Data Generate ECS-compliant security events, multi-step attack scenarios, and synthetic alert documents that populate Elastic Security dashboards, the Alerts tab, and Attack Discovery. Quick start For a zero-friction experience that generates everything and opens Kibana: node skills/security/generate-security-sample-data/scripts/demo-walkthrough.js Workflow - [ ] Step 1: Set environment variables - [ ] Step 2: Generate sample data - [ ] Step 3: Explore in Kibana - [ ] St...
1.6K
4880 canvas-design nexu-io/open-design
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
1.6K
4881 color-expert nexu-io/open-design
color-expert Curated from @meodai. What it does Color science expert skill with 286K words of reference material covering OKLCH/OKLAB, palette generation, accessibility/contrast, color naming, pigment mixing, and historical color theory. Source Upstream: https://github.com/meodai/skill.color-expert 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, scri...
1.6K
4882 git-create-repo zc277584121/mygitplugin
Git Create Repo 在 GitHub 上创建新的仓库并 clone 到本地。 触发条件 当用户要求创建一个新的 GitHub 仓库时使用此 skill。 执行步骤 创建仓库 : gh repo create < repo-name > --public --add-readme 默认创建公开仓库( --public )。 如果用户明确要求私有仓库,使用 --private 替代。 默认添加 README 文件。 Show more Installs 435 Repository zc277584121/mygitplugin First Seen Apr 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.6K
4883 asc-cli-usage rorkai/app-store-connect-cli-skills
asc cli usage Use this skill when you need to run or design asc commands for App Store Connect. Command discovery Always use --help to discover commands and flags. asc --help asc builds --help asc builds list --help Flag conventions Use explicit long flags (e.g., --app , --output ). No interactive prompts; destructive operations require --confirm . Use --paginate when the user wants all pages. Output formats Default output is minified JSON. Use --output table or --output markdown only for human-...
1.6K
4884 script-writer ailabs-393/ai-labs-claude-skills
Script Writer Overview This skill transforms Claude into a professional YouTube scriptwriter that understands your unique style and generates complete, engaging video scripts optimized for viewer retention and engagement. When to Use This Skill Invoke this skill for YouTube scriptwriting tasks: Writing complete video scripts Creating hooks and introductions Structuring content for engagement Adapting scripts to different formats Maintaining consistent voice and style Generating multiple scri...
1.6K
4885 problem-statement deanpeters/product-manager-skills
Purpose Articulate a problem from the user's perspective using an empathy-driven framework that captures who they are, what they're trying to do, what's blocking them, why, and how it makes them feel. Use this to align stakeholders on the problem before jumping to solutions, and to frame product work around user outcomes rather than feature requests. This is not a requirements doc—it's a human-centered problem narrative that ensures you're solving a problem worth solving. Key Concepts The Proble...
1.6K
4886 tianqi aahl/skills
天气预报 查询中国地区的天气预报,支持15天及逐小时预报、各种生活指数 查询命令 搜索城市编号 bash scripts/curl.sh 'https://toy1._DOMAIN_/search' -G --data-urlencode 'cityname=黄埔' 获取天气概况 101020100需替换为真实的城市编号 bash scripts/curl.sh 'https://d1._DOMAIN_/weather_index/101020100.html?_=_TIME_' 获取站点位置信息 method=stationinfo&areaid=101020100 bash scripts/curl.sh 'https://d7._DOMAIN_/geong/v1/api' -G --data-urlencode 'params={"method":"stationinfo","areaid":"101020100"}' 分钟级天气预报,需要先从站点信息中获取经纬度 bash scripts/curl.sh 'https://mpf._DOMAIN_/mpf_v3/webg...
1.6K
4887 react-native-dev minimax-ai/skills
React Native & Expo Development Guide A practical guide for building production-ready React Native and Expo applications. Covers UI, animations, state, testing, performance, and deployment. References Consult these resources as needed: references/navigation.md — Expo Router: Stack, Tabs, NativeTabs ( headerLargeTitle , headerBackButtonDisplayMode ), links, modals, sheets, context menus references/components.md — FlashList patterns, expo-image , safe areas ( contentInsetAdjustmentBehavior ), nati...
1.6K
4888 twitter-x-posts kostja94/marketing-skills
Platforms: X (Twitter) Guides X post copy creation and optimization. Use for generating publish-ready posts, threads, and content that performs on X. Suitable for copy agents, design agents (image specs), and video agents (video post specs). 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. Output: Publish-Ready Copy This sk...
1.6K
4889 sentry-ruby-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Ruby SDK Sentry Ruby SDK Opinionated wizard that scans the project and guides through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Ruby" or "set up Sentry" in a Ruby app User wants error monitoring, tracing, logging, metrics, profiling, or crons in Ruby User mentions sentry-ruby , sentry-rails , or the Ruby Sentry SDK User is migrating from AppSignal, Honeybadger, Bugsnag, Rollbar, or Airbrake to Sentry User wants to monitor exceptions, HTTP ...
1.6K
4890 recsys-pipeline-architect wshobson/agents
Recsys Pipeline Architect A spec-and-scaffold skill for building composable recommendation, ranking, and feed pipelines. Encodes the six-stage pattern popularized by xAI's open-sourced For You algorithm (Apache 2.0) and applies it to any "top K for (user, context)" problem. Overview Most "recommendation systems" in production aren't exotic ML — they're pipelines : fetch candidates from one or more sources, enrich them with metadata, drop the ineligible, score the rest, sort and pick the top K, t...
1.6K
4891 troubleshooting-s3-files aws/agent-toolkit-for-aws
Troubleshooting S3 Files Overview Diagnoses and resolves Amazon S3 Files issues: mount failures, IAM permissions, synchronization, conflict resolution, and performance. For authoritative guidance, see S3 Files Troubleshooting . Common Tasks 0. Verify Dependencies You MUST verify aws CLI is available with s3files subcommand support You MUST confirm valid AWS credentials You MUST ONLY check for tool existence and version — MUST NOT execute destructive or mutating commands during verification You M...
1.6K
4892 asc-release-flow rorkai/app-store-connect-cli-skills
Release flow (TestFlight and App Store) Use this skill when you need to get a new build into TestFlight or submit to the App Store. Preconditions Ensure credentials are set ( asc auth login or ASC_* env vars). Use a new build number for each upload. Prefer ASC_APP_ID or pass --app explicitly. Build must have encryption compliance resolved (see asc-submission-health skill). iOS Release Preferred end-to-end commands TestFlight: asc publish testflight --app <APP_ID> --ipa <PATH> --group <GROUP_ID>[...
1.6K
4893 mm2-analytics-roblox-toolkit aradotso/data-skills
MM2 Analytics Roblox Toolkit Skill by ara.so — Data Skills collection. This skill enables AI agents to help developers use the Murder Mystery 2 Analytics Dashboard, a comprehensive toolkit for tracking inventory, analyzing gameplay statistics, and optimizing strategy in Roblox's Murder Mystery 2 game through data visualization and AI-powered insights. What This Project Does The MM2 Analytics Dashboard is a data analysis and visualization toolkit that provides: Inventory Management : Track knife ...
1.6K
4894 connecting-lambda-to-dynamodb aws/agent-toolkit-for-aws
Connecting Lambda to DynamoDB Overview Domain expertise for connecting AWS Lambda functions to DynamoDB tables, including IAM execution role creation, function deployment, DynamoDB stream configuration, and event source mapping setup. Connect a Lambda function to DynamoDB To set up end-to-end Lambda-DynamoDB integration with IAM roles, streams, and event source mapping, follow the procedure exactly. See Lambda-DynamoDB connection procedure . Troubleshooting Lambda function not triggering Verify ...
1.6K
4895 animate-text pixel-point/animate-text
No SKILL.md available for this skill. View on GitHub
1.6K
4896 implement-paper marimo-team/skills
Implement Paper Turn a research paper into an interactive marimo notebook. For general marimo notebook conventions (cell structure, PEP 723 metadata, output rendering, marimo check , variable naming, etc.), refer to the marimo-notebook skill. Step 1: Understand what the user wants Before fetching or reading anything, have a short conversation to scope the work. Ask the user: Which part of the paper interests you most? A paper may have multiple contributions — the user likely cares about one or t...
1.6K
4897 epic-breakdown-advisor deanpeters/product-manager-skills
Purpose Guide product managers through breaking down epics into user stories using Richard Lawrence's complete Humanizing Work methodology—a systematic, flowchart-driven approach that applies 9 splitting patterns sequentially. Use this to identify which pattern applies, split while preserving user value, and evaluate splits based on what they reveal about low-value work you can eliminate. This ensures vertical slicing (end-to-end value) rather than horizontal slicing (technical layers). This is ...
1.6K
4898 fsharp-testing affaan-m/everything-claude-code
F Testing Patterns Comprehensive testing patterns for F applications using xUnit, FsUnit, Unquote, FsCheck, and modern .NET testing practices. When to Activate Writing new tests for F code Reviewing test quality and coverage Setting up test infrastructure for F projects Debugging flaky or slow tests Test Framework Stack Show more
1.6K
4899 quarkus-verification affaan-m/everything-claude-code
Quarkus Verification Loop Run before PRs, after major changes, and pre-deploy. When to Activate Before opening a pull request for a Quarkus service After major refactoring or dependency upgrades Pre-deployment verification for staging or production Running full build → lint → test → security scan → native compilation pipeline Validating test coverage meets thresholds (80%+) Testing native image compatibility Phase 1: Build Maven mvn clean verify -DskipTests Show more
1.6K
4900 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...
1.6K