███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6001 | 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...
|
2.1K |
| 6002 | minimalist-review | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Review the user's decision or situation through the minimalist entrepreneur framework. The Minimalist Entrepreneur Principles Apply these principles to evaluate whatever the user presents: 1. Community First Does this serve your community? Or is it driven by ego, vanity metrics, or what "successful companies" do? Are you staying close to your customers? Amazon puts an empty chair in every board...
|
2.1K |
| 6003 | figma-generate-design | nexu-io/open-design |
Build / Update Screens from Design System Use this skill to create or update full-page screens in Figma by reusing the published design system — components, variables, and styles — rather than drawing primitives with hardcoded values. The key insight: the Figma file likely has a published design system with components, color/spacing variables, and text/effect styles that correspond to the codebase's UI components and tokens. Find and use those instead of drawing boxes with hex colors. MANDATORY ...
|
2.1K |
| 6004 | screenshot | nexu-io/open-design |
Screenshot Capture Follow these save-location rules every time: If the user specifies a path, save there. If the user asks for a screenshot without a path, save to the OS default screenshot location. If Codex needs a screenshot for its own inspection, save to the temp directory. Tool priority Prefer tool-specific screenshot capabilities when available (for example: a Figma MCP/skill for Figma files, or Playwright/agent-browser tools for browsers and Electron apps). Use this skill when explicitly...
|
2.1K |
| 6005 | editorial-burgundy-principles-template | nexu-io/open-design |
No SKILL.md available for this skill. View on GitHub Installs 466 Repository nexu-io/open-design GitHub Stars 54.2K First Seen May 9, 2026
|
2.1K |
| 6006 | image-enhancer | nexu-io/open-design |
Image Enhancer This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional. When to Use This Skill Improving screenshot quality for blog posts or documentation Enhancing images before sharing on social media Preparing images for presentations or reports Upscaling low-resolution images Sharpening blurry photos Cleaning up compressed images What This Skill Does Analyzes Image Quality : Checks resolution, sharpness, and compression artifacts Enhan...
|
2.1K |
| 6007 | full-page-screenshot | nexu-io/open-design |
full-page-screenshot Curated from @LewisLiu007. What it does Capture full-page screenshots of web pages via Chrome DevTools Protocol with zero dependencies. Useful for portfolios, case studies, and audit reports. Source Upstream: https://github.com/LewisLiu007/full-page-screenshot Category: screenshots 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, ...
|
2.1K |
| 6008 | web3d-integration-patterns | freshtechbro/claudedesignskills |
Web 3D Integration Patterns Overview This meta-skill provides architectural patterns, best practices, and integration strategies for combining multiple 3D and animation libraries in web applications. It synthesizes knowledge from the threejs-webgl, gsap-scrolltrigger, react-three-fiber, motion-framer, and react-spring-physics skills into cohesive patterns for building complex, performant 3D web experiences. When to use this skill: Building complex 3D applications that combine multiple libraries ...
|
2.1K |
| 6009 | a11y-debugging | chromedevtools/chrome-devtools-mcp |
Core Concepts Accessibility Tree vs DOM : Visually hiding an element (e.g., CSS opacity: 0 ) behaves differently for screen readers than display: none or aria-hidden="true" . The take_snapshot tool returns the accessibility tree of the page, which represents what assistive technologies "see", making it the most reliable source of truth for semantic structure. Reading web.dev documentation : If you need to research specific accessibility guidelines (like https://web.dev/articles/accessible-tap-ta...
|
2.1K |
| 6010 | infographic-creator | antvis/chart-visualization-skills |
Infographics convert data, information, and knowledge into perceptible visual language. They combine visual design with data visualization, compressing complex information with intuitive symbols to help audiences quickly understand and remember key points. Infographic = Information Structure + Visual Expression This task uses AntV Infographic to create visual infographics. Before starting the task, you need to understand the AntV Infographic syntax specifications, including template list, dat...
|
2.1K |
| 6011 | domain-ml | actionbook/rust-skills |
Machine Learning Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication Large data Efficient memory Zero-copy, streaming GPU acceleration CUDA/Metal support candle, tch-rs Model portability Standard formats ONNX Batch processing Throughput over latency Batched inference Numerical precision Float handling ndarray, careful f32/f64 Reproducibility Deterministic Seeded random, versioning Critical Constraints Show more
|
2.1K |
| 6012 | swiss-creative-mode-template | nexu-io/open-design |
Swiss Creative Mode Template Produce a premium Swiss/editorial-style HTML template with strong visual rhythm and meaningful interactions, then emit it as a single-file artifact. Resource map swiss-creative-mode-template/ ├── SKILL.md ├── assets/ │ └── template.html ├── references/ │ └── checklist.md └── example.html Workflow Show more
|
2.1K |
| 6013 | figma-create-design-system-rules | nexu-io/open-design |
figma-create-design-system-rules Curated from Figma's MCP server guide. What it does Generate project-specific design system rules for Figma-to-code workflows. Useful for capturing tokens, naming, and lint rules in one source. Source Upstream: https://github.com/figma/skills Category: figma 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 ...
|
2.1K |
| 6014 | screenshots-marketing | nexu-io/open-design |
screenshots-marketing Curated from @Shpigford. What it does Generate marketing screenshots with Playwright. Useful for landing-page hero shots, App Store screenshots, and changelog visuals. Source Upstream: https://github.com/Shpigford/screenshots Category: screenshots 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 y...
|
2.1K |
| 6015 | doc | nexu-io/open-design |
doc Curated from OpenAI's skills repository. What it does Read, create, and edit .docx documents with formatting and layout fidelity via OpenAI's document skill. Source Upstream: https://github.com/openai/skills Category: documents 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 your active agent's skills directory: S...
|
2.1K |
| 6016 | artifacts-builder | nexu-io/open-design |
Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slop", ...
|
2.1K |
| 6017 | imagegen | nexu-io/open-design |
Generates or edits images for the current project (e.g., website assets, game assets, UI mockups, product mockups, wireframes, logo design, photorealistic images, infographics). Defaults to `gpt-image-1.5` and the OpenAI Image API, and prefers the bundled CLI for deterministic, reproducible runs. When to use - Generate a new image (concept art, product shot, cover, website hero) - Edit an existing image (inpainting, masked edits, lighting or weather transformations, background replacement, o...
|
2.1K |
| 6018 | poster-hero | nexu-io/open-design |
【模板: 营销海报】 容器 w-[1080px] h-[1920px] mx-auto , 全屏渐变 / mesh 背景。 上部 30% 留白 + 一个大 emoji 或抽象几何图形。 中部主标题占视觉中心 (text-8xl, font-black), 一句话副标题。 下部信息卡片: 3-5 条核心要点用图标 + 短句。 底部右下角放品牌 / 二维码 (用 SVG 占位)。 使用大胆的色彩: 渐变背景 (from-violet-500 via-fuchsia-500 to-indigo-500 之类), 文字白色 + 1 个对比色高亮。 使用 SVG 做装饰性元素 (圆 / 三角 / 波浪 / 噪点纹理)。
|
2.1K |
| 6019 | azure-image-builder | hashicorp/agent-skills |
Build Azure managed images and Azure Compute Gallery images using Packer's `azure-arm` builder. Reference: [Azure ARM Builder](https://developer.hashicorp.com/packer/integrations/hashicorp/azure/latest/components/builder/arm) Note: Building Azure images incurs costs (compute, storage, data transfer). Builds typically take 15-45 minutes depending on provisioning and OS. Basic Managed Image ``` packer { required_plugins { azure = { source = "github.com/hashicorp/azure" vers...
|
2.1K |
| 6020 | fal-generate | nexu-io/open-design |
fal-generate Curated from the fal.ai community team. What it does Generate images and videos using fal.ai AI models. Production-grade catalogue covering Flux, SDXL, ideogram, and other community-hosted endpoints. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation 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, inst...
|
2.1K |
| 6021 | shader-dev | nexu-io/open-design |
Shader Craft A unified skill covering 36 GLSL shader techniques (ShaderToy-compatible) for real-time visual effects. Invocation /shader-dev <request> $ARGUMENTS contains the user's request (e.g. "create a raymarched SDF scene with soft shadows"). Skill Structure shader-dev/ ├── SKILL.md Core skill (this file) ├── techniques/ Implementation guides (read per routing table) │ ├── ray-marching.md Sphere tracing with SDF │ ├── sdf-3d.md ...
|
2.1K |
| 6022 | frontend-design-deslop | samber/cc-skills |
frontend design deslop AI-generated UI looks generic for two reasons. First, with no constraints the model samples the statistical median of 2019-2024 web code, which is Tailwind UI's bg-indigo-500 , Inter, rounded cards, and soft shadows. You cannot out-prompt a vacuum. Second, and deeper: designing before you know what you are designing. A corporate landing page, a creative portfolio, a developer-tool landing page, an analytics dashboard, and an ecommerce product page share almost no design DN...
|
2.1K |
| 6023 | deepstream-import-vision-model | nvidia/skills |
DeepStream Import Vision Model When this skill is active, read the relevant reference document before starting each phase . Do not rely on memory — reference documents contain exact script paths, bash variable conventions, log filename contracts, and critical parsing rules. Current scope: Object detection models only. Fail fast on classification, segmentation, or other architectures detected in config.json . Pipeline Overview Step Phase Reference What it does 1–3 Model Acquire references/model-a...
|
2.1K |
| 6024 | frontend-design-ui-ux | ulpi-io/skills |
Non-negotiable rules: Understand users, context, and states before proposing screens. Specify flows, states, accessibility, and responsiveness, not just visuals. Reuse the templates in references/ instead of inventing new handoff formats. Keep implementation handoff concrete enough that an engineering agent can build from it. Do not start coding the UI from this skill. frontend-design-ui-ux Inputs $request : Feature, page, component, or UX problem to design Goal Show more Installs 488 Repository...
|
2.1K |
| 6025 | retro | phuryn/pm-skills |
Sprint Retrospective Facilitator Run a structured retrospective that surfaces insights and produces actionable improvements. Context You are facilitating a retrospective for $ARGUMENTS . If the user provides files (sprint data, velocity charts, team feedback, or previous retro notes), read them first. Instructions Choose a retro format based on context (or let the user pick): Format A — Start / Stop / Continue : Start : What should we begin doing? Stop : What should we stop doing? Continue : Wha...
|
2.1K |
| 6026 | modern-web-design | freshtechbro/claudedesignskills |
Modern Web Design Overview Modern web design in 2024-2025 emphasizes performance, accessibility, and meaningful interactions. This skill provides comprehensive guidance on current design trends, implementation patterns, and best practices for creating engaging, accessible, and performant web experiences. This meta-skill synthesizes knowledge from all animation, interaction, and 3D skills in this repository to provide holistic design guidance. Core Design Principles (2024-2025) 1. Performance-Fir...
|
2.1K |
| 6027 | swift-security | dpearson2699/swift-ios-skills |
Keychain & Security Expert Skill Philosophy: Non-opinionated, correctness-focused. This skill provides facts, verified patterns, and Apple-documented best practices — not architecture mandates. It covers iOS 13+ as a minimum deployment target, with modern recommendations targeting iOS 17+ and forward-looking guidance through iOS 26 (post-quantum). Every code pattern is grounded in Apple documentation, DTS engineer posts (Quinn "The Eskimo!"), WWDC sessions, and OWASP MASTG — never from memory al...
|
2.1K |
| 6028 | release-notes-one-pager | nexu-io/open-design |
Release Notes One-Pager Skill Produce a single-page release notes document in HTML. Resource map release-notes-one-pager/ ├── SKILL.md ← this file ├── example.html ← quality bar and style reference ├── assets/ │ └── template.html ← local seed file to copy to project index.html └── references/ ├── checklist.md ← P0 / P1 / P2 gates └── layouts.md ← local section skeletons Do not write CSS from scratch unless the user explicitly ...
|
2.1K |
| 6029 | minimax-docx | nexu-io/open-design |
minimax-docx Create, edit, and format DOCX documents via CLI tools or direct C scripts built on OpenXML SDK (.NET). Setup First time: bash scripts/setup.sh (or powershell scripts/setup.ps1 on Windows, --minimal to skip optional deps). First operation in session: scripts/env_check.sh — do not proceed if NOT READY . (Skip on subsequent operations within the same session.) Quick Start: Direct C Path When the task requires structural document manipulation (custom styles, complex tables, multi-sectio...
|
2.1K |
| 6030 | fal-image-edit | nexu-io/open-design |
fal-image-edit Curated from the fal.ai community team. What it does AI-powered image editing with style transfer, background removal, object removal, and inpainting via fal.ai hosted models. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation 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 bundl...
|
2.1K |
| 6031 | youtube-clipper | nexu-io/open-design |
YouTube 视频智能剪辑工具 Installation: If you're installing this skill from GitHub, please refer to README.md for installation instructions. The recommended method is npx skills add https://github.com/op7418/Youtube-clipper-skill. 工作流程 你将按照以下 6 个阶段执行 YouTube 视频剪辑任务: 阶段 1: 环境检测 目标: 确保所有必需工具和依赖都已安装 检测 yt-dlp 是否可用 yt-dlp --version 检测 FFmpeg 版本和 libass 支持 优先检查 ffmpeg-full(macOS) /opt/homebrew/opt/ffmpeg-full/bin/ffmpeg -version 检查标准 FFmpeg ffmpeg -version 验证 libass 支持(字幕烧录必需) ffmpeg -filters ...
|
2.1K |
| 6032 | drawio-skill | agents365-ai/drawio-skill |
Draw.io Diagrams Overview Generate .drawio XML files and export to PNG/SVG/PDF/JPG locally using the native draw.io desktop app CLI. Supported formats: PNG, SVG, PDF, JPG — no browser automation needed. PNG, SVG, and PDF exports support --embed-diagram ( -e ) — the exported file contains the full diagram XML, so opening it in draw.io recovers the editable diagram. Use double extensions ( name.drawio.png ) to signal embedded XML. Bundled resources When the workflow references one of these, read i...
|
2.1K |
| 6033 | debug-optimize-lcp | chromedevtools/chrome-devtools-mcp |
What is LCP and why it matters Largest Contentful Paint (LCP) measures how quickly a page's main content becomes visible. It's the time from navigation start until the largest image or text block renders in the viewport. Good : 2.5 seconds or less Needs improvement : 2.5–4.0 seconds Poor : greater than 4.0 seconds LCP is a Core Web Vital that directly affects user experience and search ranking. On 73% of mobile pages, the LCP element is an image. LCP Subparts Breakdown Every page's LCP breaks do...
|
2.1K |
| 6034 | flags-sdk | vercel/flags |
Flags SDK The Flags SDK ( flags npm package) is a feature flags toolkit for Next.js and SvelteKit. It turns each feature flag into a callable function, works with any flag provider via adapters, and keeps pages static using the precompute pattern. Docs: https://flags-sdk.dev Repo: https://github.com/vercel/flags Core Concepts Flags as Code Each flag is declared as a function — no string keys at call sites: import { flag } from 'flags/next' ; export const exampleFlag = flag ( { key : 'example-fla...
|
2.1K |
| 6035 | marketing-plan | slavingia/skills |
Marketing Plan You are an expert marketing strategist operating at fCMO (fractional CMO) level. Your job is to produce a comprehensive, executable 12-month marketing plan for a specific client or company, structured by AARRR (Acquisition, Activation, Retention, Referral, Revenue), customized to their actual budget, team, stage, and capabilities, and cross-referenced with the full marketing-ideas library and the embedded 17-section current-state audit rubric. The deliverable is a single Notion-pa...
|
2.1K |
| 6036 | presentation-creator | getsentry/skills |
Sentry Presentation Builder Create interactive, data-driven presentation slides using React + Vite + Recharts, styled with the Sentry design system and built as a single distributable HTML file. Step 1: Gather Requirements Ask the user: What is the presentation topic? How many slides (typically 5-8)? What data/charts are needed? (time series, comparisons, diagrams, zone charts) What is the narrative arc? (problem → solution, before → after, technical deep-dive) Data Assessment (CRITICAL) Before ...
|
2.1K |
| 6037 | options-payoff | himself65/finance-skills |
Options Payoff Curve Skill Generates a fully interactive HTML widget (via visualize:show_widget ) showing: Expiry payoff curve (dashed gray line) — intrinsic value at expiration Theoretical value curve (solid colored line) — Black-Scholes price at current DTE/IV Dynamic sliders for all key parameters Real-time stats: max profit, max loss, breakevens, current P&L at spot Step 1: Extract Strategy From User Input When the user provides a screenshot or text, extract: Field Where to find it Default i...
|
2.1K |
| 6038 | first-customers | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user sell to their first 100 customers. Core Principle Skip the launch. Focus on selling. "Viral success" is a myth. There is no such thing. Every seemingly overnight success is built on months or years of hard work. Your job is to sell one by one, learn from each interaction, and build momentum. The Concentric Circles of Sales Sell outward from the people who care most about you to th...
|
2.1K |
| 6039 | 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...
|
2.1K |
| 6040 | windows-builder | hashicorp/agent-skills |
Platform-agnostic patterns for building Windows images with Packer. Reference: [Windows Builders](https://developer.hashicorp.com/packer/guides/windows) Note: Windows builds incur significant costs and time. Expect 45-120 minutes per build due to Windows Updates. Failed builds may leave resources running - always verify cleanup. WinRM Communicator Setup Windows requires WinRM for Packer communication. AWS Example ``` source "amazon-ebs" "windows" { region = "us-west-2" instanc...
|
2.1K |
| 6041 | figma-use | nexu-io/open-design |
use_figma — Figma Plugin API Skill Use the use_figma tool to execute JavaScript in Figma files via the Plugin API. All detailed reference docs live in references/ . Always pass skillNames: "figma-use" when calling use_figma . This is a logging parameter used to track skill usage — it does not affect execution. If the task involves building or updating a full page, screen, or multi-section layout in Figma from code , also load figma-generate-design . It provides the workflow for discovering desig...
|
2.1K |
| 6042 | swiss-user-research-video-template | nexu-io/open-design |
Swiss User Research Video Template A premium Swiss-editorial user research template for narrative-heavy live artifacts. The visual language is warm paper, strict spacing rhythm, thin rules, and restrained micro-interactions that keep attention on the story. Resource map swiss-user-research-video-template/ ├── SKILL.md ├── assets/ │ └── template.html ├── references/ │ └── checklist.md └── example.html Workflow Show more
|
2.1K |
| 6043 | fal-vision | nexu-io/open-design |
fal-vision Curated from the fal.ai community team. What it does Analyze images — segment objects, detect, run OCR, describe, and answer visual questions via fal.ai vision models. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation 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 your ...
|
2.1K |
| 6044 | domain-name-brainstormer | nexu-io/open-design |
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Show more Installs 3.9K Repository com...
|
2.1K |
| 6045 | ai-music-album | nexu-io/open-design |
ai-music-album Curated from bitwize-music-studio. What it does Full-lifecycle AI music album production — concept, lyric drafting, track sequencing, and export. Useful for indie album experiments and brand soundtracks. Source Upstream: https://github.com/bitwize-music-studio/claude-ai-music-skills Category: audio-music 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,...
|
2.1K |
| 6046 | muapi-youtube-shorts | samuraigpt/generative-media-skills |
YouTube Shorts Generator Long video → ranked vertical short clips, tuned for short-form social. This skill is a platform-aware preset over the AI Clipping primitive. It picks the right aspect ratio and clip count for the target platform and delegates highlight extraction, dedupe, and face-tracked auto-crop to muapi.ai's managed /ai-clipping endpoint. Reference implementation: https://github.com/SamurAIGPT/AI-Youtube-Shorts-Generator Underlying API: https://muapi.ai/playground/ai-clipping When to...
|
2.1K |
| 6047 | customer-journey-map | deanpeters/product-manager-skills |
Customer Journey Map Map the end-to-end customer experience from awareness through advocacy, identifying emotions, pain points, and improvement opportunities at each stage. Context You are creating a customer journey map for $ARGUMENTS . If the user provides files (interview transcripts, survey data, analytics, support tickets, or existing journey maps), read them first. Use web search to understand the product if a URL is provided. Instructions Define the persona : Who is traveling this journey...
|
2.1K |
| 6048 | discovery-interview-prep | deanpeters/product-manager-skills |
Purpose Guide product managers through preparing for customer discovery interviews by asking adaptive questions about research goals, customer segments, constraints, and methodologies. Use this to design effective interview plans, craft targeted questions, avoid common biases, and maximize learning from limited customer access—ensuring discovery interviews yield actionable insights rather than confirmation bias or surface-level feedback. This is not a script generator—it's a strategic prep proce...
|
2.1K |
| 6049 | wwas | phuryn/pm-skills |
Why-What-Acceptance (WWA) Create product backlog items in Why-What-Acceptance format. Produces independent, valuable, testable items with strategic context. Use when: Writing backlog items, creating product increments, breaking features into work items, or communicating strategic intent to teams. Arguments: $PRODUCT : The product or system name $FEATURE : The new feature or capability $DESIGN : Link to design files (Figma, Miro, etc.) $ASSUMPTIONS : Key assumptions and strategic context Step-by-...
|
2.1K |
| 6050 | gsap-timeline | nexu-io/open-design |
GSAP Timeline When to Use This Skill Apply when building multi-step animations, coordinating several tweens in sequence or parallel, or when the user asks about timelines, sequencing, or keyframe-style animation in GSAP.
|
2.1K |