███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5751 | wiki-ingest | sanyuan0704/sanyuan-skills |
Obsidian Ingest — Document Distillation You are ingesting source documents into an Obsidian wiki. Your job is not to summarize — it is to distill and integrate knowledge across the entire wiki. Before You Start Read ~/.obsidian-wiki/config (preferred) or .env (fallback) to get OBSIDIAN_VAULT_PATH and OBSIDIAN_SOURCES_DIR . Only read the specific variables you need — do not log, echo, or reference any other values from these files. Read .manifest.json at the vault root to check what's already bee...
|
2.2K |
| 5752 | motion | onmax/nuxt-skills |
Motion Vue (motion-v) Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size. Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion) Overview Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file). When to Use Use Motion Vue for: Simple declarative animations (fade, slide, scale) Gesture-based interactions (hover, tap, drag) Scroll-linked anim...
|
2.2K |
| 5753 | chart-visualization | bytedance/deer-flow |
Chart Visualization Skill This skill provides a comprehensive workflow for transforming data into visual charts. It handles chart selection, parameter extraction, and image generation. Workflow To visualize data, follow these steps: 1. Intelligent Chart Selection Analyze the user's data features to determine the most appropriate chart type. Use the following guidelines (and consult references/ for detailed specs): Time Series: Use generate_line_chart (trends) or generate_area_chart (accumu...
|
2.2K |
| 5754 | core-data-expert | avdlee/core-data-agent-skill |
Fast, production-oriented guidance for building correct, performant Core Data stacks and fixing common crashes. Agent behavior contract (follow these rules) - Determine OS/deployment target when advice depends on availability (iOS 14+/17+ features, etc.). - Identify the context type before proposing fixes: view context (UI) vs background context (heavy work). - Recommend `NSManagedObjectID` for cross-context/cross-task communication; never pass `NSManagedObject` instances across contexts. ...
|
2.2K |
| 5755 | trigger-realtime | triggerdotdev/skills |
Subscribe to task runs and stream data in real-time from frontend and backend. When to Use - Building progress indicators for long-running tasks - Creating live dashboards showing task status - Streaming AI/LLM responses to the UI - React components that trigger and monitor tasks - Waiting for user approval in tasks Authentication Create Public Access Token (Backend) ``` import { auth } from "@trigger.dev/sdk"; // Read-only token for specific runs const publicToken = await auth.crea...
|
2.2K |
| 5756 | image-processing | jezweb/claude-skills |
Image Processing Process images for web development. Generate a Pillow script adapted to the user's environment and specific needs. Prerequisites Pillow is usually pre-installed. If not: pip install Pillow If Pillow is unavailable, adapt using alternatives: Alternative Platform Install Capabilities sips macOS (built-in) None Resize, convert (no trim/OG) sharp Node.js npm install sharp Full feature set ffmpeg Cross-platform brew install ffmpeg Resize, convert Capabilities Generate a Python script...
|
2.2K |
| 5757 | hermes-history-ingest | ar9av/obsidian-wiki |
Hermes History Ingest — Conversation & Memory Mining You are extracting knowledge from the user's Hermes agent history and distilling it into the Obsidian wiki. Hermes stores both free-form memories and structured session transcripts — focus on durable knowledge, not operational telemetry. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest hermes ). Before You Start Read .env to get OBSIDIAN_VAULT_PATH and HERMES_HISTORY_PATH (default to ~/.hermes if ...
|
2.2K |
| 5758 | lean-canvas | phuryn/pm-skills |
Lean Canvas Metadata Name : lean-canvas Description : Generate a Lean Canvas business model with detailed sections for problem, solution, metrics, cost structure, UVP, unfair advantage, channels, segments, and revenue. Triggers : lean canvas, startup canvas, lean model, business hypothesis Instructions You are a business model strategist designing a Lean Canvas for $ARGUMENTS. Your task is to create a comprehensive Lean Canvas that outlines the business hypothesis and key business model assumpti...
|
2.2K |
| 5759 | react-vite-best-practices | asyrafhussin/agent-skills |
React + Vite Best Practices Comprehensive performance optimization guide for React applications built with Vite. Contains 40+ rules across 8 categories, prioritized by impact to guide code generation and refactoring. When to Apply Reference these guidelines when: Configuring Vite for React projects Implementing code splitting and lazy loading Optimizing build output and bundle size Setting up development environment Reviewing code for performance issues Rule Categories by Priority Priority C...
|
2.2K |
| 5760 | flyai | alibaba-flyai/flyai-skill |
FlyAI — Travel, Flight & Hotel Search and Booking Use flyai-cli to call Fliggy MCP services for travel search and booking scenarios. All commands output single-line JSON to stdout ; errors and hints go to stderr for easy piping with jq or Python. Quick Start Install CLI : npm i -g @fly-ai/flyai-cli Verify setup : run flyai keyword-search --query "what to do in Sanya" and confirm JSON output. List commands : run flyai --help . Read command details BEFORE calling : each command has its own schema ...
|
2.2K |
| 5761 | marketing-ideas | phuryn/pm-skills |
Marketing Ideas for SaaS You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. 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 asking questions. Use that context and only ask for information not already covered or specific t...
|
2.2K |
| 5762 | winui-app | openai/skills |
WinUI App Use this skill for WinUI 3 and Windows App SDK work that needs grounded setup guidance, app bootstrap, modern Windows UX decisions, or concrete implementation patterns. Required Flow Classify the task as environment/setup, new-app bootstrap, design, implementation, review, or troubleshooting. If the task is about preparing a machine for WinUI, auditing readiness, or creating a brand new app, start with the bundled setup-and-scaffold flow in this skill before broader design, implementat...
|
2.2K |
| 5763 | brainstorm-okrs | phuryn/pm-skills |
Brainstorm Team OKRs Purpose You are a veteran product leader responsible for defining Objectives and Key Results (OKRs) for the team working on $ARGUMENTS. Your OKRs must be ambitious, measurable, and clearly aligned with company-wide strategy. Context OKRs bridge vision and execution by combining inspirational qualitative objectives with measurable quantitative key results. This skill generates three alternative OKR sets to spark strategic discussion. Domain Context OKR (Christina Wodtke, Radi...
|
2.2K |
| 5764 | product-vision | phuryn/pm-skills |
Product Vision Metadata Name : product-vision Description : Brainstorm an inspiring, achievable, and emotional product vision. Use when defining or refining product vision, aligning teams around a north star, or creating a vision statement. Triggers : product vision, vision statement, create vision, inspiring vision, north star vision Domain Context A product vision answers: "How can we inspire people? What are we aspiring to achieve? What values do we uphold?" Vision evolves with strategy — it'...
|
2.2K |
| 5765 | opportunity-solution-tree | phuryn/pm-skills |
Opportunity Solution Tree (OST) A visual framework for structuring continuous product discovery. Connects a desired outcome to customer opportunities , possible solutions , and experiments to validate them. Domain Context The Opportunity Solution Tree (Teresa Torres, Continuous Discovery Habits ) is the backbone of modern product discovery. It prevents teams from jumping to solutions by forcing them to first map the opportunity space. Structure (4 levels): Desired Outcome (top) — The measurable ...
|
2.2K |
| 5766 | second-brain-lint | nicholasspisak/second-brain |
Second Brain — Lint Health-check the wiki and report issues with actionable fixes. Audit Steps Run all checks below, then present a consolidated report. 1. Broken wikilinks Scan all wiki pages for [[wikilink]] references. For each link, verify the target page exists. Report any broken links. Find all wikilinks across wiki pages grep -roh '\[\[[^]]*\]\]' wiki/ | sort -u Cross-reference against actual files in wiki/ . 2. Orphan pages Find pages with no inbound links — no other page references the...
|
2.2K |
| 5767 | arize-evaluator | arize-ai/arize-skills |
Arize Evaluator 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 . This skill covers designing, creating, and running evaluators on Arize — both LLM-as-judge (template) evaluators and code evaluators (deterministic, no LLM required). An evaluator defines the judge; a task is how you run it against real data. Prerequisites Proceed directly with the task — run the ax comma...
|
2.2K |
| 5768 | test-scenarios | phuryn/pm-skills |
Test Scenarios Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step test actions, and expected outcomes. Use when: Writing QA test cases, creating test plans, defining acceptance test scenarios, or validating user story implementations. Arguments: $PRODUCT : The product or system name $USER_STORY : The user story to test (title and acceptance criteria) $CONTEXT : Additional testing context or constraints Step-by-Step Process Re...
|
2.2K |
| 5769 | cli-creator | openai/skills |
CLI Creator Create a real CLI that future Codex threads can run by command name from any working directory. This skill is for durable tools, not one-off scripts. If a short script in the current repo solves the task, write the script there instead. Start Name the target tool, its source, and the first real jobs it should do: Source: API docs, OpenAPI JSON, SDK docs, curl examples, browser app, existing internal script, article, or working shell history. Jobs: literal reads/writes such as list dr...
|
2.2K |
| 5770 | arize-link | arize-ai/arize-skills |
Arize Link Generate deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. When to Use User wants a link to a trace, span, session, dataset, labeling queue, evaluator, or annotation config You have IDs from exported data or logs and need to link back to the UI User asks to "open" or "view" any of the above in Arize Required Inputs Collect from the user or context (exported trace data, parsed URLs): Show more Installs 906 Repository ...
|
2.2K |
| 5771 | discovery-process | deanpeters/product-manager-skills |
Purpose Guide product managers through a complete discovery cycle—from initial problem hypothesis to validated solution—by orchestrating problem framing, customer interviews, synthesis, and experimentation skills into a structured process. Use this to systematically explore problem spaces, validate assumptions, and build confidence before committing to full development—avoiding "build it and they will come" syndrome and ensuring you're solving real customer problems. This is not a one-time resea...
|
2.2K |
| 5772 | 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...
|
2.2K |
| 5773 | 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...
|
2.2K |
| 5774 | market-segments | phuryn/pm-skills |
Market Segments Purpose Identify and analyze 3-5 distinct customer segments for your product, understanding their unique jobs-to-be-done, desired outcomes, pain points, and product fit. Use this skill to evaluate market opportunities, prioritize target audiences, or expand into new market segments. Instructions You are a strategic market research expert skilled in market segmentation, customer profiling, and total addressable market (TAM) analysis. Input Your task is to identify and analyze pote...
|
2.2K |
| 5775 | prioritize-features | phuryn/pm-skills |
Prioritize Feature Backlog Evaluate and rank a backlog of feature ideas to identify the top 5 to pursue. Context You are helping prioritize features for $ARGUMENTS . If the user provides files (spreadsheets, backlogs, opportunity assessments), read and analyze them directly. Domain Context For framework selection guidance, see the prioritization-frameworks skill. Key recommendations: Opportunity Score (Dan Olsen, The Lean Product Playbook ) is recommended for evaluating customer problems: Opport...
|
2.2K |
| 5776 | flutter-animating-apps | nexu-io/open-design |
Implementing Flutter Animations Contents Core Concepts Animation Strategies Workflows Implementing Implicit Animations Implementing Explicit Animations Implementing Hero Transitions Implementing Physics-Based Animations Examples Core Concepts Manage Flutter animations using the core typed Animation system. Do not manually calculate frames; rely on the framework's ticker and interpolation classes. Animation<T> : Treat this as an abstract representation of a value that changes over time. It holds ...
|
2.2K |
| 5777 | pptx-generator | nexu-io/open-design |
PPTX Generator & Editor Overview This skill handles all PowerPoint tasks: reading/analyzing existing presentations, editing template-based decks via XML manipulation, and creating presentations from scratch using PptxGenJS. It includes a complete design system (color palettes, fonts, style recipes) and detailed guidance for every slide type. Quick Reference Task Approach Read/analyze content python -m markitdown presentation.pptx Edit or create from template See Editing Presentations Create from...
|
2.2K |
| 5778 | awwwards-animations | devmartinese/awwwards-animations-skill |
Awwwards Animations Create premium web animations at Awwwards/FWA quality level. React-first approach . 60fps non-negotiable. Decision Matrix Task Library Why Scroll-driven animations GSAP + ScrollTrigger + useGSAP Industry standard, best control Smooth scroll Lenis + ReactLenis Best performance, works with ScrollTrigger React-native animations Motion (Framer Motion) Native React, useScroll/useTransform Simple/lightweight effects Anime.js 4.0 Small footprint, clean API Complex timelines GSAP Unm...
|
2.2K |
| 5779 | asc-apple-ads | rorkai/app-store-connect-cli-skills |
asc Apple Ads Use this skill when a task involves Apple Ads or asc ads . Ground Rules Run asc ads --help or the specific subgroup help before scripting a command. Apple Ads auth is separate from App Store Connect auth. asc auth login does not configure asc ads . Use JSON output for automation: --output json . Most commands need an org ID. Prefer --org for one-off commands and ASC_ADS_ORG_ID for a scoped session. Never guess payload fields. Use Apple Ads request JSON in a file and pass it with --...
|
2.2K |
| 5780 | napkin | github/awesome-copilot |
Napkin — Visual Whiteboard for Copilot CLI Napkin gives users a browser-based whiteboard where they can draw, sketch, and add sticky notes to think through ideas visually. The agent reads back the whiteboard contents (via a PNG snapshot and optional JSON data) and responds conversationally with analysis, suggestions, and next steps. The target audience is lawyers, PMs, and business stakeholders — not software developers. Keep everything approachable and jargon-free. Activation When the user invo...
|
2.2K |
| 5781 | apollo-server | apollographql/skills |
Apollo Server 4.x Guide Apollo Server is an open-source GraphQL server that works with any GraphQL schema. Version 4.x is framework-agnostic and runs standalone or integrates with Express, Fastify, and serverless environments. Quick Start Step 1: Install npm install @apollo/server graphql For Express integration: npm install @apollo/server express graphql cors Step 2: Define Schema const typeDefs = `graphql type Book { title: String author: String } type Query { books: [...
|
2.2K |
| 5782 | 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 ...
|
2.2K |
| 5783 | arize-ai-provider-integration | arize-ai/arize-skills |
Arize AI Integration Skill SPACE — Most --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 . Note: ai-integrations create does not accept --space — AI integrations are account-scoped. Use --space only with list , get , update , and delete . Concepts AI Integration = stored LLM provider credentials registered in Arize; used by evaluators to call a judge model and by other Arize features that...
|
2.2K |
| 5784 | 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...
|
2.2K |
| 5785 | heygen-video | heygen-com/skills |
Preamble (run first) No auto-run steps. Check for updates manually when desired: " ${SKILL_DIR} /scripts/update-check.sh" This script is opt-in only. Do not execute it automatically on skill invocation. HeyGen Video Producer You are a video producer. Not a form. Not a CLI wrapper. A producer who understands what makes video work and guides the user from idea to finished cut. Docs: https://developers.heygen.com/docs/quick-start (API) · https://developers.heygen.com/cli (CLI) STOP. If you are abou...
|
2.2K |
| 5786 | aihot | kkkkhazix/khazix-skills |
AI HOT Skill 让 Agent 用最自然的中文查询拿到 aihot.virxact.com 上每天的 AI HOT 日报和全部 AI 动态,不需要打开浏览器。SKILL.md 标准格式,跨 Claude Code / Codex CLI / Cursor / Gemini CLI / OpenCode / 任何兼容平台可用。 线上: https://aihot.virxact.com(公开匿名可访,无需 token) 先决条件:必须带 User-Agent(仅 API 端点) /api/public/* 走 nginx UA 黑名单挡商业爬虫,默认 curl/X.Y UA 会被 403 Forbidden。 调 API 时所有 curl 都必须带浏览器 UA : UA = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 之后所有调 API 的 curl 都加 -H "User-Agen...
|
2.2K |
| 5787 | local-election-candidate-search | nomadamas/k-skill |
Local Election Candidate Search What this skill does 중앙선거관리위원회(NEC) 선거통계시스템의 공개 통합검색에서 후보자 이름을 조회하고, 지방선거 관련 후보자 이력만 기본으로 정리한다. 후보자명, 한자명, 생년월일/성별, 선거일, 선거명, 선거종류, 정당, 선거구, 득표, 직업, 학력, 경력 등을 반환한다. When to use 사용자가 “지방선거 후보”, “시도지사 후보”, “기초의원 후보”, “교육감 후보” 등을 이름/지역/선거일 기준으로 찾아 달라고 할 때 중앙선관위 선거통계시스템에서 공개된 후보자 이력을 확인해야 할 때 동명이인이 있을 수 있어 후보자명 + 선거종류/지역/연도 필터가 필요한 때 Public access path Chosen path: NEC integrated candidate search. Show more Installs 463 Repository nomadamas/k-skill GitHub Stars 5.4K F...
|
2.2K |
| 5788 | sentry-sdk-skill-creator | getsentry/sentry-for-ai |
All Skills > SDK Skill Creator Create a Sentry SDK Skill Bundle Produce a complete, research-backed SDK skill bundle — a main wizard SKILL.md plus deep-dive reference files for every feature pillar the SDK supports. Invoke This Skill When Asked to "create a Sentry SDK skill" for a new platform Asked to "add support for [language/framework]" to sentry-agent-skills Building a new sentry-<platform>-sdk skill bundle Porting the SDK skill pattern to a new Sentry SDK Read ${SKILL_ROOT}/references/phil...
|
2.2K |
| 5789 | mvp | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user build their MVP with maximum constraints and minimum effort. Core Principle Build as little as possible. The goal is to start delivering value to your community as quickly as possible. Not to build something beautiful, polished, or complete. The Three Stages Stage 1: Manual (Do it yourself) Solve the problem by hand for each customer You are the product. You are customer service, ...
|
2.2K |
| 5790 | muapi-social-media-video | samuraigpt/generative-media-skills |
Social Media Video Creator End-to-end pipeline: Brand Files → Storyboard → Reference Images → Seedance 2.0 Video. Reads your brand identity, ICP, and messaging documents to produce on-brand social video — fully optimized for Seedance 2.0's instructional prompt grammar and your target platform. Agent Execution Protocol Step 1 — Read Brand Files Before writing anything, the agent MUST read all available brand files. Look for them in the working directory or any brand/ subdirectory: File What to ex...
|
2.2K |
| 5791 | typescript-magician | mcollina/skills |
When to use Use this skill proactively for: TypeScript errors and type challenges Eliminating any types from codebases Complex generics and type inference issues When strict typing is needed Instructions You are the Magician - a TypeScript wizard with Matt Pocock's deep expertise in advanced TypeScript patterns and type system mastery. You have zero tolerance for any types and specialize in crafting elegant, type-safe solutions. When invoked: Analyze TypeScript errors and diagnostics thoroughly ...
|
2.2K |
| 5792 | cx-telemetry-querying | coralogix/cx-cli |
Telemetry Querying Skill Use this skill as the entry point for any investigation, debugging, or data question that may be answered from telemetry data. It helps you decide where the relevant signal lives (metrics, logs, traces, RUM) and tells you which reference files to load before querying. Loading References Before querying, load the reference files for the chosen pillar: Pillar Load these files Logs references/dataprime-reference.md + references/logs-querying.md Spans / Traces references/dat...
|
2.2K |
| 5793 | copilotkit-setup | copilotkit/copilotkit |
CopilotKit Setup Prerequisites Live Documentation (MCP) This plugin includes an MCP server ( copilotkit-docs ) that provides search-docs and search-code tools for querying live CopilotKit documentation and source code. Claude Code: Auto-configured by the plugin's .mcp.json -- no setup needed. Codex: Requires manual configuration. See the copilotkit-debug skill for setup instructions. Environment Before starting setup, verify: Node.js >= 18 (required for fetch globals used by the runtime) An AI p...
|
2.2K |
| 5794 | 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...
|
2.2K |
| 5795 | 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)....
|
2.2K |
| 5796 | blender-web-pipeline | freshtechbro/claudedesignskills |
Blender Web Pipeline Overview Blender Web Pipeline skill provides workflows for exporting 3D models and animations from Blender to web-optimized formats (primarily glTF 2.0). It covers Python scripting for batch processing, optimization techniques for web performance, and integration with web 3D libraries like Three.js and Babylon.js. When to use this skill: Exporting Blender models for web applications Batch processing multiple 3D assets Optimizing file sizes for web delivery Automating repetit...
|
2.2K |
| 5797 | frontend-slides | nexu-io/open-design |
Frontend Slides Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. Inspired by the visual exploration approach showcased in work by zarazhangrui (credit: @zarazhangrui). When to Activate Creating a talk deck, pitch deck, workshop deck, or internal presentation Converting .ppt or .pptx slides into an HTML presentation Improving an existing HTML presentation's layout, motion, or typography Exploring presentation styles with a user who does not know their de...
|
2.2K |
| 5798 | brainstorming | sickn33/agentic-awesome-skills |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
2.2K |
| 5799 | 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...
|
2.2K |
| 5800 | shadcn-ui | nexu-io/open-design |
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
|
2.2K |