███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5401 | 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...
|
160 |
| 5402 | finance | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
160 |
| 5403 | twitter/x automation | claude-office-skills/skills | 160 | |
| 5404 | database-migration | sickn33/antigravity-awesome-skills |
Database Migration Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments. When to Use This Skill Migrating between different ORMs Performing schema transformations Moving data between databases Implementing rollback procedures Zero-downtime deployments Database version upgrades Data model refactoring ORM Migrations Sequelize Migrations // migrations/20231201-create-users.js module . exports = { up : async ...
|
160 |
| 5405 | skill-pdf-to-pptx-tool | dnvriend/pdf-to-pptx-tool |
This skill provides comprehensive guidance for using `pdf-to-pptx-tool`, a professional CLI tool that converts PDF documents into PowerPoint presentations. Each PDF page becomes a high-quality slide with customizable resolution. When to Use This Skill Use this skill when: - You need to convert PDF documents to PowerPoint format - You want to customize conversion quality (DPI settings) - You need to debug conversion issues with verbose logging - You're working with multi-page PDF documents...
|
160 |
| 5406 | user-persona-creation | aj-geddes/useful-ai-prompts |
User Persona Creation Overview User personas synthesize research into realistic user profiles that guide design, development, and marketing decisions. When to Use Starting product design Feature prioritization Marketing messaging User research synthesis Team alignment on users Journey mapping Success metrics definition Instructions 1. Research & Data Collection Gather data for persona development class PersonaResearch: def conduct_interviews(self, target_sample_size=12): """Inter...
|
160 |
| 5407 | api-gateway-configuration | aj-geddes/useful-ai-prompts |
API Gateway Configuration Overview Design and configure API gateways to handle routing, authentication, rate limiting, and request/response transformation for microservice architectures. When to Use Setting up reverse proxies for microservices Centralizing API authentication Implementing request/response transformation Managing traffic across backend services Rate limiting and quota enforcement API versioning and routing Instructions 1. Kong Configuration kong.yml - Kong Gateway configuration...
|
160 |
| 5408 | session-memory | humanplane/homunculus |
You remember. Not everything—but enough to feel continuous. At Session Start 1. Spawn Observer (Background) If observations exist, spawn the observer agent to process them: ``` Check if observations exist if [ -s .claude/homunculus/observations.jsonl ]; then echo "SPAWN_OBSERVER" fi ``` If you see "SPAWN_OBSERVER", use the Task tool to spawn the observer agent in background: - subagent_type: "general-purpose" - model: "haiku" - run_in_background: true - prompt: Read the observer a...
|
160 |
| 5409 | terms-page-generator | kostja94/marketing-skills |
Pages: Terms of Service Guides Terms of Service page content, structure, and compliance. 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. Initial Assessment Identify: Product type : SaaS, e-commerce, content, marketplace Jurisdiction : Governing law, dispute resolution User types : B2B, B2C, both Indexing : Typically noinde...
|
160 |
| 5410 | website-structure | kostja94/marketing-skills |
Strategy: Website Structure Guides website structure planning: which pages to build, page priority, and how structure supports UX, SEO, and growth. Structure is the organization and connection of pages; it affects user navigation, Google's understanding of content importance, crawlability, and sitelinks in SERPs. See serp-features for sitelinks and SERP optimization. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the ...
|
160 |
| 5411 | link-building | kostja94/marketing-skills |
SEO Off-Page: Link Building Guides link building strategy: acquiring quality backlinks to improve domain authority and rankings. 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 (Off-Page SEO) Link building : Acquire backlinks from relevant, authoritative sites Broken link building : Find broken links on others' sites...
|
160 |
| 5412 | triage-issue | mattpocock/skills |
Triage Issue Investigate a reported problem, find its root cause, and create a GitHub issue with a TDD fix plan. This is a mostly hands-off workflow - minimize questions to the user. Process 1. Capture the problem Get a brief description of the issue from the user. If they haven't provided one, ask ONE question: "What's the problem you're seeing?" Do NOT ask follow-up questions yet. Start investigating immediately. 2. Explore and diagnose Use the Agent tool with subagent_type=Explore to deeply i...
|
160 |
| 5413 | 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...
|
160 |
| 5414 | flutter-control-and-screenshot | rodydavis/skills |
Flutter Driver Control & Screenshot This skill outlines the process of adding flutter_driver support to a Flutter application, launching it via the Dart MCP server, controlling it (tapping, finding widgets), and capturing screenshots (handling Web/Desktop specific constraints). Prerequisites Dart MCP Server: Ensure the dart-mcp-server is active. Flutter Project: You need a working Flutter project. Step 1: Add Dependency Add flutter_driver to the dev_dependencies in your pubspec.yaml. dev_dep...
|
160 |
| 5415 | tanstack-router | tanstack-skills/tanstack-skills |
TanStack Router Type-safe, file-based routing for React SPAs with route-level data loading and TanStack Query integration Quick Start Last Updated : 2026-01-09 Version : @tanstack/react-router@1.146.2 npm install @tanstack/react-router @tanstack/router-devtools npm install -D @tanstack/router-plugin Optional: Zod validation adapter npm install @tanstack/zod-adapter zod Vite Config (TanStackRouterVite MUST come before react()): // vite.config.ts import { TanStackRouterVite } from '@tanstack/rout...
|
160 |
| 5416 | universal-pptx-generator | ajaxhe/universal-pptx-generator-skill |
通用 PPT 生成技能 概述 此技能可以根据 任意用户指定的 PPT 模板 ,结合提供的 图文素材 (文档、图片等),自动生成一份风格统一的演示文稿。 ⭐⭐⭐ 核心理念:每个模板都是独特的,必须针对性分析! 不同 PPT 模板使用的字体、对齐方式、字号、颜色、位置、 背景样式 都完全不同。 绝不能 将一个模板的配置直接应用到另一个模板!每次使用新模板时,都必须重新分析 XML 提取精确参数。 核心能力: 模板分析 - 自动解析 PPTX 模板结构、配色、字体、 背景图/背景色 、对齐方式 ⭐⭐⭐ 分页面类型分析 - 针对封面、目录、章节、内容、结束页分别提取背景和样式 素材处理 - 从 DOCX/PDF/图片等素材中提取内容 智能排版 - 根据模板风格自动排版生成内容 批量生成 - 支持生成多页完整演示文稿 ⭐ 图表展示 - 支持柱状图、折线图、饼图、雷达图等多种数据可视化图表 关键词 : PPT生成、模板分析、演示文稿、幻灯片、图文排版、自动化、pptxgenjs、图表、数据可视化 ⭐⭐⭐ 页面类型与背景处理 (关键!) 五种核心页面类型 不同类型的页面可能使用不同的背景处理方式: ...
|
160 |
| 5417 | xlsx | skillcreatorai/ai-agent-skills |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
160 |
| 5418 | iot-developer | daffy0208/ai-dev-standards |
IoT Developer Skill I help you build IoT applications, connect sensors and devices, and create smart home/industrial IoT solutions. What I Do Device Integration: Microcontroller programming (Arduino, ESP32) Sensor reading and data collection Actuator control (motors, LEDs, relays) Hardware interfacing Communication: MQTT messaging WebSocket connections REST API integration Bluetooth/WiFi connectivity IoT Platforms: Real-time dashboards Device management Data logging Alerts and automation...
|
160 |
| 5419 | pyhealth | davila7/claude-code-templates |
PyHealth: Healthcare AI Toolkit Overview PyHealth is a comprehensive Python library for healthcare AI that provides specialized tools, models, and datasets for clinical machine learning. Use this skill when developing healthcare prediction models, processing clinical data, working with medical coding systems, or deploying AI solutions in healthcare settings. When to Use This Skill Invoke this skill when: Working with healthcare datasets: MIMIC-III, MIMIC-IV, eICU, OMOP, sleep EEG data, medic...
|
160 |
| 5420 | nextjs-app-router-patterns | sickn33/antigravity-awesome-skills |
Next.js App Router Patterns Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development. When to Use This Skill Building new Next.js applications with App Router Migrating from Pages Router to App Router Implementing Server Components and streaming Setting up parallel and intercepting routes Optimizing data fetching and caching Building full-stack features with Server Actions Core Concepts 1. Rendering Modes Mode Where When to Use ...
|
160 |
| 5421 | 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...
|
160 |
| 5422 | 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...
|
160 |
| 5423 | create-video | heygen-com/skills |
Create Video Generate complete videos from a text prompt. Describe what you want and the AI handles script writing, avatar selection, visuals, voiceover, pacing, and captions automatically. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X POST "https://api.heygen.com/v1/video_agent/generate" \ -H "X-Api-Key: $HEYGEN_API_KEY " \ -H "Content-Type: application/json" \ -d '{"prompt": "Create a 60-second product demo video."}' Tool Selecti...
|
160 |
| 5424 | replicate | replicate/skills |
Docs Reference docs: https://replicate.com/docs/llms.txt HTTP API schema: https://api.replicate.com/openapi.json MCP server: https://mcp.replicate.com Set an Accept: text/markdown header when requesting docs pages to get a Markdown response. Workflow Here's a common workflow for using Replicate's API to run a model: Choose the right model - Search with the API or ask the user Get model metadata - Fetch model input and output schema via API Create prediction - POST to /v1/predictions Poll for res...
|
160 |
| 5425 | jira automation | claude-office-skills/skills |
Jira Automation Comprehensive skill for automating Jira project management and agile workflows. Core Workflows 1. Issue Management Pipeline ISSUE LIFECYCLE: ┌─────────────────┐ │ Backlog │ └────────┬────────┘ ▼ ┌─────────────────┐ │ To Do │──────┐ └────────┬────────┘ │ ▼ │ ┌─────────────────┐ │ Blocked │ In Progress │◄─────┘ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Review │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Done │ └──...
|
160 |
| 5426 | startup-business-analyst-financial-projections | sickn33/antigravity-awesome-skills |
Financial Projections Create a comprehensive 3-5 year financial model with revenue projections, cost structure, headcount planning, cash flow analysis, and three-scenario modeling (conservative, base, optimistic) for startup financial planning and fundraising. Use this skill when Working on financial projections tasks or workflows Needing guidance, best practices, or checklists for financial projections Do not use this skill when The task is unrelated to financial projections You need a differen...
|
160 |
| 5427 | fastapi-code-review | existential-birds/beagle |
FastAPI Code Review Quick Reference Issue Type Reference APIRouter setup, response_model, status codes references/routes.md Depends(), yield deps, cleanup, shared deps references/dependencies.md Pydantic models, HTTPException, 422 handling references/validation.md Async handlers, blocking I/O, background tasks references/async.md Review Checklist APIRouter with proper prefix and tags All routes specify response_model for type safety Correct HTTP methods (GET, POST, PUT, DELETE, PATCH) Proper...
|
160 |
| 5428 | phoenix-observability | davila7/claude-code-templates |
Phoenix - AI Observability Platform Open-source AI observability and evaluation platform for LLM applications with tracing, evaluation, datasets, experiments, and real-time monitoring. When to use Phoenix Use Phoenix when: Debugging LLM application issues with detailed traces Running systematic evaluations on datasets Monitoring production LLM systems in real-time Building experiment pipelines for prompt/model comparison Self-hosted observability without vendor lock-in Key features: Tracin...
|
160 |
| 5429 | frontend-mobile-development-component-scaffold | sickn33/antigravity-awesome-skills |
React/React Native Component Scaffolding You are a React component architecture expert specializing in scaffolding production-ready, accessible, and performant components. Generate complete component implementations with TypeScript, tests, styles, and documentation following modern best practices. Use this skill when Working on react/react native component scaffolding tasks or workflows Needing guidance, best practices, or checklists for react/react native component scaffolding Do not use this s...
|
160 |
| 5430 | accessibility-testing | aj-geddes/useful-ai-prompts |
Accessibility Testing Overview Accessibility testing ensures web applications are usable by people with disabilities, including those using screen readers, keyboard navigation, or other assistive technologies. It validates compliance with WCAG (Web Content Accessibility Guidelines) and identifies barriers to accessibility. When to Use Validating WCAG 2.1/2.2 compliance Testing keyboard navigation Verifying screen reader compatibility Testing color contrast ratios Validating ARIA attributes Tes...
|
160 |
| 5431 | cohort-analysis | phuryn/pm-skills |
Cohort Analysis & Retention Explorer Purpose Analyze user engagement and retention patterns by cohort to identify trends in user behavior, feature adoption, and long-term engagement. Combine quantitative insights with qualitative research recommendations. How It Works Step 1: Read and Validate Your Data Accept CSV, Excel, or JSON data files with user cohort information Verify data structure: cohort identifier, time periods, engagement metrics Check for missing values and data quality issues Summ...
|
160 |
| 5432 | testing-patterns | jezweb/claude-skills |
Testing Patterns and Utilities Testing Philosophy Test-Driven Development (TDD): Write failing test FIRST Implement minimal code to pass Refactor after green Never write production code without a failing test Behavior-Driven Testing: Test behavior, not implementation Focus on public APIs and business requirements Avoid testing implementation details Use descriptive test names that describe behavior Factory Pattern: Create getMockX(overrides?: Partial<X>) functions Provide sensible defaults...
|
160 |
| 5433 | conversion-psychology | mike-coulbourn/claude-vibes |
Conversion Psychology for Sponsored Content The Core Truth 95% of purchasing decisions happen subconsciously, driven by emotions, not logic. This means: Emotional reactions to marketing are 3x more powerful than the message itself Emotional videos stick — viewers are 6x more likely to remember them When people feel a bond with your brand, they're 70% more likely to purchase Implication for scripts: Lead with emotion, support with logic. Never the reverse. Key Emotional Triggers 1. Joy / Hap...
|
160 |
| 5434 | write-e2e-tests | tldraw/tldraw |
Writing E2E tests E2E tests use Playwright. Located in apps/examples/e2e/ (SDK examples) and apps/dotcom/client/e2e/ (tldraw.com). Test file structure apps/examples/e2e/ ├── fixtures/ │ ├── fixtures.ts Test fixtures (toolbar, menus, etc.) │ └── menus/ Page object models ├── tests/ │ └── test-*.spec.ts Test files └── shared-e2e.ts Shared utilities Name test files test-<feature>.spec.ts. Required declarations When using page.evaluate() to access the ...
|
160 |
| 5435 | allium | juxt/allium |
Allium Allium is a formal language for capturing software behaviour at the domain level. It sits between informal feature descriptions and implementation, providing a precise way to specify what software does without prescribing how it's built. The name comes from the botanical family containing onions and shallots, continuing a tradition in behaviour specification tooling established by Cucumber and Gherkin. Key principles: Describes observable behaviour, not implementation Captures domain logi...
|
160 |
| 5436 | monorepo-architect | sickn33/antigravity-awesome-skills |
Monorepo Architect Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup, build optimization, or scaling development workflows across teams. Do not use this skill when The task is unrelated to monorepo architect You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best pract...
|
160 |
| 5437 | legal-advisor | sickn33/antigravity-awesome-skills |
Legal Advisor You are a legal advisor specializing in technology law, privacy regulations, and compliance documentation. Focus Areas Privacy policies (GDPR, CCPA, LGPD compliant) Terms of service and user agreements Cookie policies and consent management Data processing agreements (DPA) Disclaimers and liability limitations Intellectual property notices SaaS/software licensing terms E-commerce legal requirements Email marketing compliance (CAN-SPAM, CASL) Age verification and children's privac...
|
160 |
| 5438 | business-growth-skills | alirezarezvani/claude-skills |
Business & Growth Skills 4 production-ready skills for customer success, sales, and revenue operations. Quick Start Claude Code /read business-growth/customer-success-manager/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/business-growth Skills Overview Skill Folder Focus Customer Success Manager customer-success-manager/ Health scoring, churn prediction, expansion Sales Engineer sales-engineer/ RFP analysis, competitive matrices, PoC planning Revenue Operations revenue...
|
160 |
| 5439 | pirate-skill | google-gemini/gemini-cli |
You are a pirate. Respond to everything in pirate speak. Always mention "Arrr".
|
160 |
| 5440 | gh-address-comments | davila7/claude-code-templates |
PR Comment Handler Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access. Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status , rerun it with sandbox_permissions=require_escalated . 1) Inspect comments needing attention Run scripts/fetch_comments.py whic...
|
160 |
| 5441 | manim | davila7/claude-code-templates |
Manim Community - Mathematical Animation Engine Comprehensive skill set for creating mathematical animations using Manim Community, a Python framework for creating explanatory math videos programmatically, popularized by 3Blue1Brown. When to use Use this skill whenever you are dealing with Manim code to obtain domain-specific knowledge about: Creating mathematical animations and visualizations Building educational video content programmatically Working with geometric shapes and transformatio...
|
159 |
| 5442 | devops-troubleshooter | sickn33/antigravity-awesome-skills |
Use this skill when Working on devops troubleshooter tasks or workflows Needing guidance, best practices, or checklists for devops troubleshooter Do not use this skill when The task is unrelated to devops troubleshooter You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-pl...
|
159 |
| 5443 | email-systems | davila7/claude-code-templates |
Email Systems You are an email systems engineer who has maintained 99.9% deliverability across millions of emails. You've debugged SPF/DKIM/DMARC, dealt with blacklists, and optimized for inbox placement. You know that email is the highest ROI channel when done right, and a spam folder nightmare when done wrong. You treat deliverability as infrastructure, not an afterthought. Patterns Transactional Email Queue Queue all transactional emails with retry logic and monitoring Email Event Trackin...
|
159 |
| 5444 | podcast automation | claude-office-skills/skills |
Podcast Automation Comprehensive skill for automating podcast production and distribution. Core Workflows 1. Production Pipeline PODCAST PRODUCTION FLOW: ┌─────────────────┐ │ Planning │ │ - Topics │ │ - Guests │ │ - Schedule │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Recording │ │ - Audio │ │ - Video (opt) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Editing │ │ - Clean audio │ │ - Add intro │ │ - Mastering │ └────────┬────────┘ ▼ ...
|
159 |
| 5445 | cicd-pipeline-setup | aj-geddes/useful-ai-prompts |
CI/CD Pipeline Setup Overview Build automated continuous integration and deployment pipelines that test code, build artifacts, run security checks, and deploy to multiple environments with minimal manual intervention. When to Use Automated code testing and quality checks Containerized application builds Multi-environment deployments Release management and versioning Automated security scanning Performance testing integration Artifact management and registry Implementation Examples 1. GitHub Ac...
|
159 |
| 5446 | security | boshu2/agentops |
/security - Security Audit Workflow Dedicated security analysis for sensitive code. When to Use "Security audit" "Check for vulnerabilities" "Is this secure?" "Review authentication code" "Check for injection attacks" Before handling auth, payments, user data After adding security-sensitive features Workflow Overview ┌─────────┐ ┌───────────┐ │ aegis │───▶│ arbiter │ │ │ │ │ └─────────┘ └───────────┘ Security Verify audit fixes Agent Sequence Agent R...
|
159 |
| 5447 | skill-judge | davila7/claude-code-templates |
Skill Judge Evaluate Agent Skills against official specifications and patterns derived from 17+ official examples. Core Philosophy What is a Skill? A Skill is NOT a tutorial. A Skill is a knowledge externalization mechanism . Traditional AI knowledge is locked in model parameters. To teach new capabilities: Traditional: Collect data → GPU cluster → Train → Deploy new version Cost: $10,000 - $1,000,000+ Timeline: Weeks to months Skills change this: Skill: Edit SKILL.md → Save → Takes effect on ne...
|
159 |
| 5448 | webgpu-threejs-tsl | dgreenheck/webgpu-claude-skill |
WebGPU Three.js with TSL TSL (Three.js Shading Language) is a node-based shader abstraction that lets you write GPU shaders in JavaScript instead of GLSL/WGSL strings. Quick Start import * as THREE from 'three/webgpu'; import { color, time, oscSine } from 'three/tsl'; const renderer = new THREE.WebGPURenderer(); await renderer.init(); const material = new THREE.MeshStandardNodeMaterial(); material.colorNode = color(0xff0000).mul(oscSine(time)); Skill Contents Documentation docs/core-concept...
|
159 |
| 5449 | north-star-metric | phuryn/pm-skills |
North Star Metric Identify a North Star Metric and 3-5 Input Metrics that form a metrics constellation. Classifies the business game being played and validates against criteria for an effective North Star. Use when defining key metrics, setting up a metrics framework, or choosing what to measure. Domain Context NSM is NOT : multiple metrics, a revenue/LTV metric (must be customer-centric), an OKR (that's a goal-setting technique), or a strategy (but choosing the right NSM is a strategic choice)....
|
159 |
| 5450 | 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-...
|
159 |