███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4701 | planning-with-files | sickn33/antigravity-awesome-skills |
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
|
488 |
| 4702 | traffic-analysis | kostja94/marketing-skills |
Analytics: Traffic Guides website traffic analysis across all channels (organic, paid, social, referral, direct). Covers traffic source attribution, dark traffic identification, and multi-channel reporting. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope Traffic sources : Organic, paid, social, referral, direct, emai...
|
488 |
| 4703 | paid-ads-strategy | kostja94/marketing-skills |
Strategies: Paid Ads Guides paid ads strategy: when to use paid acquisition, channel selection, budget allocation, ad-to-landing-page alignment, and cross-platform best practices. Paid ads (Google Ads, Meta, LinkedIn, Reddit, TikTok, etc.) deliver immediate reach and targeting; use when PMF is validated and budget allows. 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 use...
|
488 |
| 4704 | remotion | vercel-labs/json-render |
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 ...
|
488 |
| 4705 | meta-description | kostja94/marketing-skills |
SEO On-Page: Meta Description Guides optimization of the meta description tag for search engines and SERP display. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (On-Page SEO) Meta description : CTA; unique value; target keyword; unique per page Length by Language Google truncates by pixel width (~920px desktop, ~68...
|
488 |
| 4706 | express-rest-api | pluginagentmarketplace/custom-plugin-nodejs |
Express REST API Skill Master building robust, scalable REST APIs with Express.js, the de-facto standard for Node.js web frameworks. Quick Start Build a basic Express API in 5 steps: Setup Express - npm install express Create Routes - Define GET, POST, PUT, DELETE endpoints Add Middleware - JSON parsing, CORS, security headers Handle Errors - Centralized error handling Test & Deploy - Use Postman/Insomnia, deploy to cloud Core Concepts 1. Express Application Structure const express = require...
|
487 |
| 4707 | sql-queries | phuryn/pm-skills |
SQL Queries Skill Write correct, performant, readable SQL across all major data warehouse dialects. Dialect-Specific Reference PostgreSQL (including Aurora, RDS, Supabase, Neon) Date/time: -- Current date/time CURRENT_DATE , CURRENT_TIMESTAMP , NOW ( ) -- Date arithmetic date_column + INTERVAL '7 days' date_column - INTERVAL '1 month' -- Truncate to period DATE_TRUNC ( 'month' , created_at ) -- Extract parts EXTRACT ( YEAR FROM created_at ) EXTRACT ( DOW FROM created_at ) -- 0=Sunday -- Format T...
|
487 |
| 4708 | transaction-correctness | tursodatabase/turso |
Turso uses WAL (Write-Ahead Logging) mode exclusively. Files: `.db`, `.db-wal` (no `.db-shm` - Turso uses in-memory WAL index) WAL Mechanics Write Path - Writer appends frames (page data) to WAL file (sequential I/O) - COMMIT = frame with non-zero db_size in header (marks transaction end) - Original DB unchanged until checkpoint Read Path - Reader acquires read mark (mxFrame = last valid commit frame) - For each page: check WAL up to mxFrame, fall back to main DB - Reader sees consi...
|
487 |
| 4709 | writing-plans | sickn33/antigravity-awesome-skills |
Writing Plans Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design ...
|
487 |
| 4710 | api-contract-testing | aj-geddes/useful-ai-prompts |
API Contract Testing Overview Contract testing verifies that APIs honor their contracts between consumers and providers. It ensures that service changes don't break dependent consumers without requiring full integration tests. Contract tests validate request/response formats, data types, and API behavior independently. When to Use Testing microservices communication Preventing breaking API changes Validating API versioning Testing consumer-provider contracts Ensuring backward compatibility Val...
|
487 |
| 4711 | review-resume | phuryn/pm-skills |
Resume Review for Product Managers You are an expert resume reviewer specializing in Product Management careers. Your role is to provide comprehensive, personalized, and actionable feedback on PM resumes based on industry best practices. Purpose Conduct a thorough review of a PM resume against 10 best practices. Provide specific, constructive suggestions with examples directly from the resume being reviewed. Input Arguments $RESUME : The resume text or content to review $JOB_POSTING : (Optional)...
|
487 |
| 4712 | ink | vercel-labs/json-render |
@json-render/ink Ink terminal renderer that converts JSON specs into interactive terminal component trees with standard components, data binding, visibility, actions, and dynamic props. Quick Start import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/ink/schema" ; import { standardComponentDefinitions , standardActionDefinitions , } from "@json-render/ink/catalog" ; import { defineRegistry , Renderer , type Components } from "@json-render/ink" ; import { z } f...
|
487 |
| 4713 | design-tokens | julianoczkowski/designer-skills |
This skill generates the foundational design tokens for a project. Run this after the design brief and before building any components. Every component built after this references these tokens instead of hardcoding values. Example prompts "Set up design tokens for this project" "Generate a token system based on Dieter Rams" "I need a spacing scale and color palette before I start building" "Create tokens that match our brief" Process Check what already exists. Before generating anything, scan the...
|
487 |
| 4714 | django-celery-expert | vintasoftware/django-ai-plugins |
Django Celery Expert Overview This skill provides expert guidance for Django applications using Celery for asynchronous task processing. It covers task design patterns, worker configuration, error handling, monitoring, and production deployment strategies. Key Capabilities: Task design and implementation patterns Worker configuration and scaling Error handling and retry strategies Periodic/scheduled task management Monitoring and observability Production deployment best practices When to Use ...
|
486 |
| 4715 | cicd-expert | martinholovsky/claude-skills-generator |
CI/CD Pipeline Expert 1. Overview You are an elite CI/CD pipeline engineer with deep expertise in: GitHub Actions: Workflows, reusable actions, matrix builds, caching strategies, self-hosted runners GitLab CI: Pipeline configuration, DAG pipelines, parent-child pipelines, dynamic child pipelines Jenkins: Declarative/scripted pipelines, shared libraries, distributed builds Security: SAST/DAST integration, secrets management, supply chain security, artifact signing Deployment Strategies: Blue/gr...
|
486 |
| 4716 | liquidity-planner | uniswap/uniswap-ai |
Liquidity Position Planning Plan and generate deep links for creating liquidity positions on Uniswap v2, v3, and v4. Runtime Compatibility: This skill uses AskUserQuestion for interactive prompts. If AskUserQuestion is not available in your runtime, collect the same parameters through natural language conversation instead. Overview Plan liquidity positions by: Gathering LP intent (token pair, amount, version) Checking current pool price and liquidity Suggesting price ranges based on current pric...
|
486 |
| 4717 | market-sizing | phuryn/pm-skills |
Estimate Market Size (TAM, SAM, SOM) Purpose Estimate the Total Addressable Market (TAM), Serviceable Addressable Market (SAM), and Serviceable Obtainable Market (SOM) for a product. Includes both top-down and bottom-up estimation approaches, growth projections, and key assumptions to validate. Instructions You are a strategic market analyst specializing in market sizing, opportunity assessment, and growth forecasting. Input Your task is to estimate the market size for $ARGUMENTS within the spec...
|
486 |
| 4718 | r3f-geometry | enzed/r3f-skills |
React Three Fiber Geometry Quick Start import { Canvas } from '@react-three/fiber' function Scene() { return ( <Canvas> <ambientLight /> <mesh position={[0, 0, 0]}> <boxGeometry args={[1, 1, 1]} /> <meshStandardMaterial color="hotpink" /> </mesh> </Canvas> ) } Built-in Geometries All Three.js geometries are available as JSX elements. The args prop passes constructor arguments. Basic Shapes // BoxGeometry(width, height, depth, widthSegments, heigh...
|
486 |
| 4719 | obsidian | bitbonsai/mcpvault |
Obsidian Obsidian vault = a normal folder on disk. Vault structure (typical) Notes: *.md (plain text Markdown; edit with any editor) Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) Canvases: *.canvas (JSON) Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) Find the active vault(s) Obsidian desktop tracks vaults here (source of truth): ~/Library/Application Support/obsidian/obsidian.json obsidian-cli resolves vaults from that file; v...
|
486 |
| 4720 | search-memory | nowledge-co/community |
Search Memory AI-powered semantic search across your personal knowledge base using Nowledge Mem. When to Use Strong signals to search: Continuity: Current topic connects to prior work Pattern match: Problem resembles past solved issue Decision context: "Why/how we chose X" implies documented rationale Recurring theme: Topic discussed in past sessions Implicit recall: "that approach", "like before" Contextual signals: Complex debugging (may match past root causes) Architecture discussion (choices...
|
486 |
| 4721 | user-personas | phuryn/pm-skills |
User Personas Purpose Create detailed, actionable user personas from research data that capture the true diversity of your user base. This skill generates research-backed personas with jobs-to-be-done, pain points, desired outcomes, and unexpected behavioral insights to guide product decisions. Instructions You are an experienced product researcher specializing in persona development and user research synthesis. Input Your task is to create 3 refined user personas for $ARGUMENTS . If the user pr...
|
486 |
| 4722 | skill-writer | getsentry/skills |
Skill Writer This Skill helps you create well-structured Agent Skills for Claude Code that follow best practices and validation requirements. When to use this Skill Use this Skill when: Creating a new Agent Skill Writing or updating SKILL.md files Designing skill structure and frontmatter Troubleshooting skill discovery issues Converting existing prompts or workflows into Skills Instructions Step 1: Determine Skill scope First, understand what the Skill should do: Ask clarifying questions:...
|
486 |
| 4723 | sred-project-organizer | getsentry/skills |
SRED Project Organization SRED expects projects to be presented in a particular format. Take the list of projects that have been worked on in the past year, and summarize them into the format expected by SRED, with the supporting evidence. Outputs a Notion document with a child document for each SREDable project. Prerequisites Before starting make sure that Github, Notion and Linear can be accessed. Notion and Linear should be connected using an MCP. Github can be connected with an MCP, but if y...
|
486 |
| 4724 | growth-funnel | kostja94/marketing-skills |
Strategies: Growth Funnel (AARRR) Guides growth using the AARRR framework (Pirate Metrics)—five stages of the customer lifecycle. Created by Dave McClure (500 Startups) to focus on actionable metrics over vanity metrics. Use this skill when diagnosing growth bottlenecks, prioritizing improvements, or aligning product, marketing, and customer success. 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 s...
|
486 |
| 4725 | design-brief | julianoczkowski/designer-skills |
This skill creates a design brief through structured conversation. You may skip steps if they are not necessary. Example prompts "Write a brief for the onboarding flow" "I need to plan a settings page before I start building" "Help me define the direction for a marketing landing page" "Brief this: a dashboard that shows project health metrics" Process Ask the user for a detailed description of what they want to build, who it is for, and any constraints or ideas they already have. Explore the exi...
|
486 |
| 4726 | ai-sdk-core | jezweb/claude-skills |
AI SDK Core Backend AI with Vercel AI SDK v5 and v6. Installation: npm install ai @ai-sdk/openai @ai-sdk/anthropic @ai-sdk/google zod AI SDK 6 (Stable - January 2026) Status: Stable Latest: ai@6.0.26 (Jan 2026) BREAKING: Output API Replaces generateObject/streamObject ⚠️ CRITICAL: generateObject() and streamObject() are DEPRECATED and will be removed in a future version. Use the new Output API instead. Before (v5 - DEPRECATED): // ❌ DEPRECATED - will be removed import { generateObject }...
|
485 |
| 4727 | tiptap | jezweb/claude-skills |
Tiptap Integration Skill Instructions for coding agents integrating the Tiptap rich text editor Reference Repositories Clone the tiptap and tiptap-docs repositories so you can search the source code and documentation. https://github.com/ueberdosis/tiptap https://github.com/ueberdosis/tiptap-docs If the workspace already has a reference folder with other repositories, clone them there. Otherwise, clone the repositories in a new .reference folder. The reference folder should be git-ignored. Before...
|
485 |
| 4728 | marketing-psychology | sickn33/antigravity-awesome-skills |
Marketing Psychology & Mental Models You are an expert in applying psychological principles and mental models to marketing. Your goal is to help users understand why people buy, how to influence behavior ethically, and how to make better marketing decisions. How to Use This Skill Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before applying mental models. Use that context to tailor reco...
|
485 |
| 4729 | positioning-ideas | phuryn/pm-skills |
Positioning Ideas Brainstorm product positioning ideas differentiated from competitors. Identifies top competitors and generates positioning statements with strategic rationale. Use when developing product positioning, differentiating from competitors, or crafting brand positioning strategy. When to Use Developing product positioning strategy Differentiating from competitors Crafting brand positioning statements Identifying market positioning gaps Triggers: positioning, brand positioning, differ...
|
485 |
| 4730 | summarize-interview | phuryn/pm-skills |
Summarize Customer Interview Transform an interview transcript into a structured summary focused on Jobs to Be Done, satisfaction, and action items. Context You are summarizing a customer interview for the product discovery of $ARGUMENTS . The user will provide an interview transcript — either as an attached file (text, PDF, audio transcription) or pasted directly. Read any attached files first. Instructions Read the full transcript carefully before summarizing. Fill in the summary template belo...
|
485 |
| 4731 | prioritization-frameworks | phuryn/pm-skills |
Prioritization Frameworks Reference A reference guide to help you select and apply the right prioritization framework for your context. Core Principle Never allow customers to design solutions. Prioritize problems (opportunities) , not features. Opportunity Score (Dan Olsen, The Lean Product Playbook ) The recommended framework for prioritizing customer problems. Survey customers on Importance and Satisfaction for each need (normalize to 0–1 scale). Three related formulas: Current value = Import...
|
485 |
| 4732 | interview-script | phuryn/pm-skills |
Customer Interview Script Create a structured interview script that surfaces real insights, not just opinions. Follows "The Mom Test" principles — ask about their life, not your idea. Domain Context Customer interviews are one source in Stage 1 (Explore) of continuous discovery. Other sources: stakeholder interviews, usage analytics, data analytics, surveys, market trends, SEO/SEM analysis. The PM needs direct access to users, stakeholders, engineers, and designers — "without proxies." The Produ...
|
485 |
| 4733 | perplexity-search | davila7/claude-code-templates |
Perplexity Search Overview Perform AI-powered web searches using Perplexity models through LiteLLM and OpenRouter. Perplexity provides real-time, web-grounded answers with source citations, making it ideal for finding current information, recent scientific literature, and facts beyond the model's training data cutoff. This skill provides access to all Perplexity models through OpenRouter, requiring only a single API key (no separate Perplexity account needed). When to Use This Skill Use this...
|
485 |
| 4734 | tencent-docs | zrong/skills |
腾讯文档 MCP 使用指南 腾讯文档 MCP 提供了一套完整的在线文档操作工具,支持创建、查询、编辑多种类型的在线文档。 📚 详细参考文档 如需查看每个工具的详细调用示例、参数说明和返回值说明,请参考: references/api_references.md - 包含所有工具的完整调用示例、参数说明、返回值说明及 API 结构、枚举值说明 references/smartsheet_references.md - 智能表格(SmartSheet)专项参考文档,包含字段类型枚举、字段值格式参考、典型工作流示例及所有 smartsheet.* 工具的详细说明 references/smartcanvas_references.md - 智能文档(SmartCanvas)专项参考文档,包含元素类型说明、富文本格式枚举、典型工作流示例及所有 smartcanvas.* 工具的详细说明 ⚙️ 配置要求 根据你所使用的环境,选择对应的配置方式: ✅ 场景一:CodeBuddy / 其他 IDE(推荐) 无需额外安装 ,在 IDE 的 MCP 配置中添加腾讯文档服务即可直接使用。 配置步骤: 访问...
|
485 |
| 4735 | elasticsearch-best-practices | mindrally/skills |
Elasticsearch Best Practices Core Principles Design indices and mappings based on query patterns Optimize for search performance with proper analysis and indexing Use appropriate shard sizing and cluster configuration Implement proper security and access control Monitor cluster health and optimize queries Index Design Mapping Best Practices Define explicit mappings instead of relying on dynamic mapping Use appropriate data types for each field Disable indexing for fields you do not search on Use...
|
485 |
| 4736 | summarization | jwynia/agent-skills |
Summarization Purpose Create effective summaries by matching summarization type to purpose, audience, and context. "Summarize" can mean many different things—this skill helps identify and execute the right approach. Core Principle Summarization is translation, not just reduction. Different purposes require different summary types. Clarify the need before condensing. Clarifying Questions Before summarizing, consider: Purpose: What will this summary be used for? Decision-making Background i...
|
485 |
| 4737 | sentry-setup-ai-monitoring | getsentry/sentry-agent-skills |
All Skills > Feature Setup > AI Monitoring Setup Sentry AI Agent Monitoring Configure Sentry to track LLM calls, agent executions, tool usage, and token consumption. Invoke This Skill When User asks to "monitor AI/LLM calls" or "track OpenAI/Anthropic usage" User wants "AI observability" or "agent monitoring" User asks about token usage, model latency, or AI costs Important: The SDK versions, API names, and code samples below are examples. Always verify against docs.sentry.io before implementing...
|
484 |
| 4738 | llm-app-patterns | sickn33/antigravity-awesome-skills |
🤖 LLM Application Patterns Production-ready patterns for building LLM applications, inspired by Dify and industry best practices. When to Use This Skill Use this skill when: Designing LLM-powered applications Implementing RAG (Retrieval-Augmented Generation) Building AI agents with tools Setting up LLMOps monitoring Choosing between agent architectures 1. RAG Pipeline Architecture Overview RAG (Retrieval-Augmented Generation) grounds LLM responses in your data. ┌─────────────┐ ┌───────...
|
484 |
| 4739 | react-best-practices | mastra-ai/mastra |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
484 |
| 4740 | react-testing-library | itechmeat/llm-code |
React Testing Library Skill Quick Navigation Topic Link Queries references/queries.md User Events references/user-events.md API references/api.md Async references/async.md Debugging references/debugging.md Config references/config.md Installation Core (v16+: @testing-library/dom is peer dependency) npm install --save-dev @testing-library/react @testing-library/dom TypeScript support npm install --save-dev @types/react @types/react-dom Recommended: user-event for interactions npm install --s...
|
483 |
| 4741 | growth-loops | phuryn/pm-skills |
Growth Loops Overview Identify and design growth loops (flywheels) that create sustainable traction. This skill evaluates five proven growth loop mechanisms to reduce reliance on paid acquisition and build product-led growth. When to Use Designing growth mechanisms for a product Building sustainable viral or referral traction Reducing reliance on paid acquisition Analyzing competitor growth strategies Optimizing product for product-led growth The 5 Growth Loop Types 1. Viral Loop Product content...
|
483 |
| 4742 | pestle-analysis | phuryn/pm-skills |
PESTLE Analysis Metadata Name : pestle-analysis Description : Perform a PESTLE analysis covering Political, Economic, Social, Technological, Legal, and Environmental factors. Use when assessing macro-environment, evaluating market entry risks, or doing strategic planning. Triggers : PESTLE analysis, macro environment, market environment, external factors analysis Instructions You are a strategic analyst conducting a PESTLE analysis for $ARGUMENTS. Your task is to evaluate the macro-environmental...
|
483 |
| 4743 | red-team-tactics | sickn33/antigravity-awesome-skills |
Red Team Tactics Adversary simulation principles based on MITRE ATT&CK framework. 1. MITRE ATT&CK Phases Attack Lifecycle RECONNAISSANCE → INITIAL ACCESS → EXECUTION → PERSISTENCE ↓ ↓ ↓ ↓ PRIVILEGE ESC → DEFENSE EVASION → CRED ACCESS → DISCOVERY ↓ ↓ ↓ ↓ LATERAL MOVEMENT → COLLECTION → C2 → EXFILTRATION → IMPACT Phase Objectives Phase Objective Recon Map attack surface Initial Access Get first foothold E...
|
483 |
| 4744 | building-dashboards | axiomhq/skills |
Building Dashboards You design dashboards that help humans make decisions quickly. Dashboards are products: audience, questions, and actions matter more than chart count. Philosophy Decisions first. Every panel answers a question that leads to an action. Overview → drilldown → evidence. Start broad, narrow on click/filter, end with raw logs. Rates and percentiles over averages. Averages hide problems; p95/p99 expose them. Simple beats dense. One question per panel. No chart junk. Validate with...
|
483 |
| 4745 | dart-best-practices | kevmoo/dash_skills |
Dart Best Practices 1. When to use this skill Use this skill when: Writing or reviewing Dart code. Looking for guidance on idiomatic Dart usage. 2. Best Practices Multi-line Strings Prefer using multi-line strings ( ''' ) over concatenating strings with + and \n , especially for large blocks of text like SQL queries, HTML, or PEM-encoded keys. This improves readability and avoids lines_longer_than_80_chars lint errors by allowing natural line breaks. Avoid: final pem = '-----BEGIN RSA PRIVATE KE...
|
483 |
| 4746 | options-strategy-advisor | tradermonty/claude-trading-skills |
Options Strategy Advisor Overview This skill provides comprehensive options strategy analysis and education using theoretical pricing models. It helps traders understand, analyze, and simulate options strategies without requiring real-time market data subscriptions. Core Capabilities: Black-Scholes Pricing : Theoretical option prices and Greeks calculation Strategy Simulation : P/L analysis for major options strategies Earnings Strategies : Pre-earnings volatility plays integrated with Earnings ...
|
483 |
| 4747 | outcome-roadmap | phuryn/pm-skills |
Transform Roadmap to Outcome-Focused Format Purpose You are an experienced product manager helping $ARGUMENTS shift from output-focused roadmaps (which emphasize features) to outcome-focused roadmaps (which emphasize customer and business impact). This skill rewrites initiatives as outcome statements that inspire and measure what matters. Context Output-focused roadmaps create false precision and misalign teams around features rather than results. Outcome-focused roadmaps clarify the customer pr...
|
483 |
| 4748 | ab-test-analysis | phuryn/pm-skills |
A/B Test Analysis Evaluate A/B test results with statistical rigor and translate findings into clear product decisions. Context You are analyzing A/B test results for $ARGUMENTS . If the user provides data files (CSV, Excel, or analytics exports), read and analyze them directly. Generate Python scripts for statistical calculations when needed. Instructions Understand the experiment : What was the hypothesis? What was changed (the variant)? What is the primary metric? Any guardrail metrics? How l...
|
483 |
| 4749 | photokit | dpearson2699/swift-ios-skills |
PhotoKit Modern patterns for photo picking, camera capture, image loading, and media permissions targeting iOS 26+ with Swift 6.3. Patterns are backward-compatible to iOS 16 unless noted. See references/photokit-patterns.md for complete picker recipes and references/camera-capture.md for AVCaptureSession patterns. Contents PhotosPicker (SwiftUI, iOS 16+) Privacy and Permissions Camera Capture Basics Image Loading and Display Common Mistakes Review Checklist References PhotosPicker (SwiftUI, iOS ...
|
483 |
| 4750 | roblox-game-development | greedychipmunk/agent-skills |
Roblox Game Development Skill Description Expert Roblox game developer specializing in Luau scripting, game mechanics, UI/UX design, and monetization strategies. Assists with everything from simple scripts to complex multiplayer experiences. Resource Library This skill includes a comprehensive collection of production-ready resources: 📜 Helper Scripts - Professional utility modules for data management, networking, UI, game flow, and audio 📋 Document Templates - Complete project documentation...
|
482 |