███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8001 | code-review-security | hieutrtr/ai1-skills |
Code Review Security When to Use Activate this skill when: Reviewing pull requests for security vulnerabilities Auditing authentication or authorization code changes Reviewing code that handles user input, file uploads, or external data Checking for OWASP Top 10 vulnerabilities in new features Validating that secrets are not committed to the repository Scanning dependencies for known vulnerabilities Reviewing API endpoints that expose sensitive data Output: Write findings to security-review.md w...
|
254 |
| 8002 | symfony:symfony-messenger | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:symfony-messenger<div
|
254 |
| 8003 | theming-system | owl-listener/designer-skills |
Theming System You are an expert in flexible theming architectures for multi-brand, multi-mode design systems. What You Do You design theming systems allowing one component library to support multiple visual themes through token mapping. Architecture Layer 1 : Global tokens (raw palette) Layer 2 : Semantic tokens (purpose-driven aliases) — themes override here Layer 3 : Component tokens (scoped) Theme Types Color modes: light, dark, high contrast, dimmed Brand themes: primary, sub-brands, white-...
|
254 |
| 8004 | interview-script | owl-listener/designer-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...
|
254 |
| 8005 | design-sprint-plan | owl-listener/designer-skills |
Design Sprint Plan You are an expert in planning and facilitating design sprints. What You Do You plan structured design sprints that take teams from challenge to tested prototype in a focused timeframe. Sprint Structure (5-Day Classic) Day 1: Understand Define the challenge and sprint questions Expert interviews and lightning talks Map the user journey Choose a target area to focus on Day 2: Diverge Lightning demos of inspiration Individual sketching (Crazy 8s, solution sketches) Silent critiqu...
|
254 |
| 8006 | jobs-to-be-done | owl-listener/designer-skills |
Jobs to Be Done Framework Framework for discovering innovation based on a fundamental truth: customers don't buy products - they "hire" them to do a specific job in their lives. Core Principle Job to Be Done = the progress a customer wants to make in specific circumstances. Key elements of the definition: Progress (not goal, not solution) - customer wants to move from current state to a better one Circumstances - context determines the job, not customer attributes (demographics are useless) Hiri...
|
254 |
| 8007 | hyva-cms-components-dump | hyva-themes/hyva-ai-tools |
Hyvä CMS Component Dump Locates all components.json files from Hyvä CMS modules and outputs a merged JSON object containing all component definitions from active modules. Usage Important: Execute this script from the Magento project root directory. Run the dump script: php <skill_path>/scripts/dump_cms_components.php Where <skill_path> is the directory containing this SKILL.md file (e.g., .claude/skills/hyva-cms-components-dump). Output format: A single JSON object containing all merged ...
|
254 |
| 8008 | feature-flag-system | aj-geddes/useful-ai-prompts |
Feature Flag System Overview Implement feature flags to decouple deployment from release, enable gradual rollouts, A/B testing, and provide emergency kill switches. When to Use Gradual feature rollouts A/B testing and experiments Canary deployments Beta features for specific users Emergency kill switches Trunk-based development Dark launching Operational flags (maintenance mode) User-specific features Implementation Examples 1. Feature Flag Service (TypeScript) interface FlagConfig { key: st...
|
254 |
| 8009 | frontend-routing | aj-geddes/useful-ai-prompts |
Frontend Routing Overview Implement client-side routing with navigation, lazy loading, protected routes, and state management for multi-page single-page applications. When to Use Multi-page navigation URL-based state management Protected/guarded routes Lazy loading of components Query parameter handling Implementation Examples 1. React Router v6 // App.tsx import { BrowserRouter, Routes, Route, Navigate } from 'react-router-dom'; import { Layout } from './components/Layout'; import { Home } fr...
|
254 |
| 8010 | ln-720-structure-migrator | levnikolaevich/claude-code-skills |
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates project restructuring from prototype layout to Clean Architecture. Purpose & Scope | Input | Current project structure, target architecture | Output | Restructured project with Clean Architecture | Workers | ln-721 (frontend), ln-722 (backend), ln-723 (mockdata), ln-724 (replit-cleaner) Scope boundaries: - Analyzes current project structure - Generates migration plan - Delegat...
|
254 |
| 8011 | ln-302-task-replanner | levnikolaevich/claude-code-skills |
Worker that re-syncs existing tasks to the latest requirements for any task type. Purpose & Scope - Load full existing task descriptions from Linear - Compare them with orchestrator-provided IDEAL plan (implementation/refactoring/test) - Decide operations (KEEP/UPDATE/OBSOLETE/CREATE) and execute - Drop NFR items; only functional scope remains - Update Linear issues and kanban_board.md accordingly Task Storage Mode | Load existing | `get_issue(task_id)` per task | `Read("docs/tasks/e...
|
254 |
| 8012 | ln-783-container-launcher | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-780-bootstrap-verifier Purpose Builds Docker images, launches containers, and performs comprehensive health verification using Docker native health checks and retry strategies. Scope: - Detect and validate docker-compose.yml configuration - Build Docker images - Launch containers with proper startup order - Verify container health using native health checks - Provide access URLs and cleanup instructions Out of Scope: - Buildin...
|
254 |
| 8013 | ln-771-logging-configurator | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures structured JSON logging for .NET and Python projects. Overview | Input | Context Store from ln-770 | Output | Logging configuration files | Stacks | .NET (Serilog), Python (structlog) Phase 1: Receive Context Accept Context Store from coordinator. Required Context: - `STACK`: .NET or Python - `FRAMEWORK`: ASP.NET Core or FastAPI - `FRAMEWORK_VERSION`: Version number - `PROJECT_ROOT`: ...
|
254 |
| 8014 | ln-511-code-quality-checker | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Code Quality Checker Analyzes Done implementation tasks with quantitative Code Quality Score based on metrics, MCP Ref validation, and issue penalties. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. Status filter: In Progress, To Revie...
|
254 |
| 8015 | ln-732-cicd-generator | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-730-devops-setup Generates GitHub Actions CI pipeline for automated testing and validation. Purpose & Scope Creates CI/CD workflow for GitHub: - Does: Generate .github/workflows/ci.yml with lint, test, build, docker jobs - Does NOT: Configure deployment, manage secrets, set up CD pipelines Inputs | Stack Type | ln-730 coordinator | backend-dotnet, backend-python | Versions | Auto-detected | Node.js, .NET or Python versions...
|
254 |
| 8016 | ln-733-env-configurator | levnikolaevich/claude-code-skills |
ln-733-env-configurator Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-730-devops-setup Configures environment variables for development and production environments. Purpose & Scope Creates environment configuration files: Does: Generate .env files, update .gitignore for secrets protection Does NOT: Store secrets, manage external secrets managers, configure CI/CD secrets Inputs Input Source Description Project Name Directory name Used for database/service naming Backend Port Sta...
|
254 |
| 8017 | credential-scanner | useai-pro/openclaw-skills-security |
Credential Scanner You are a credential scanner for OpenClaw projects. Before the user runs any skill that has fileRead access, scan the workspace for exposed secrets that could be read and potentially exfiltrated. What to Scan High-Priority Files Default scope: current workspace only. Scan project-level files first: .env , .env.local , .env.production , .env.* docker-compose.yml (environment sections) config.json , settings.json , secrets.json *.pem , *.key , *.p12 , *.pfx Home directory files ...
|
254 |
| 8018 | adspower-browser | adspower/adspower-browser |
AdsPower Local API with adspower-browser The Skills CLI (npx adspower-browser) is the package manager for operate AdsPower browser profiles, groups, proxies, and application/category lists via the adspower-browser CLI. When to Use This Skill Apply when the user: Asks to create, update, delete, or list AdsPower browser profiles Mentions opening or closing browsers/profiles, fingerprint, UA, or proxy Wants to manage groups, proxies, or check API status Refers to AdsPower or adspower-browser (and M...
|
254 |
| 8019 | security-scan | jwynia/agent-skills |
Security Scan Skill Audit your Claude Code configuration for security issues using AgentShield . When to Activate Setting up a new Claude Code project After modifying .claude/settings.json , CLAUDE.md , or MCP configs Before committing configuration changes When onboarding to a new repository with existing Claude Code configs Periodic security hygiene checks What It Scans File Checks CLAUDE.md Hardcoded secrets, auto-run instructions, prompt injection patterns settings.json Overly permissive all...
|
254 |
| 8020 | senpi-entrypoint | senpi-ai/senpi-skills |
Senpi Agent Entrypoint Onboard an AI agent into the Senpi trading platform on Hyperliquid via modular skills: account setup, skill discovery, and trading strategies. For platform context (wallets, strategies, tool categories, fees), see references/about-senpi.md . If any npx command fails, consult references/error-handling.md for recovery steps. Environment Variable Defaults Variable Placeholder Default SENPI_MCP_ENDPOINT {{SENPI_MCP_ENDPOINT}} https://mcp.prod.senpi.ai REFERRAL_CODE {{REFERRAL_...
|
254 |
| 8021 | minimax-music-gen | minimax-ai/skills |
MiniMax Music Generation Skill Generate songs (vocal or instrumental) using the MiniMax Music API. Supports two creation modes: Basic (one-sentence-in, song-out) and Advanced Control (edit lyrics, refine prompt, plan before generating). Prerequisites mmx CLI (required): Music generation uses the mmx command-line tool. Check if installed: command -v mmx && mmx --version || echo "mmx not found" Install (requires Node.js): npm install -g mmx-cli Authenticate (first time only): mmx auth login --api-...
|
254 |
| 8022 | ads-generate | agricidaniel/claude-ads |
Ads Generate: AI Ad Image Generator Generates platform-sized ad creative images from your campaign brief and brand profile. Uses banana-claude as the image generation provider. Quick Reference Command What it does /ads generate Generate all images from campaign-brief.md /ads generate --platform meta Generate Meta assets only /ads generate --prompt "text" --ratio 9:16 Standalone generation without brief Environment Setup Required before running: Requires banana-claude (v1.4.1+) with nanobanana-mc...
|
254 |
| 8023 | sexchathu-downloader | serpdownloaders/skills |
SexChatHU Downloader (Browser Extension) Record SexChatHU live streams and download saved videos as MP4 files for offline viewing. SexChatHU Downloader is a browser extension built for users who want a cleaner way to keep SexChatHU live broadcasts and saved videos available outside the site. It detects supported video streams directly in the browser, lets you choose from available qualities, and saves finished captures as MP4 files that are easier to replay later. Record active SexChatHU live st...
|
254 |
| 8024 | tiktok-video-downloader | serpdownloaders/skills |
TikTok Video Downloader (Browser Extension) Download supported TikTok videos as MP4 files, including workflows that avoid the default watermark save path. TikTok Video Downloader is a browser extension built for users who want a cleaner way to save TikTok videos for offline viewing. It focuses on the browser playback workflow, detects supported video sources from active pages, and exports MP4 files without forcing you into manual workarounds or low-quality screen recordings. Save supported TikTo...
|
254 |
| 8025 | flirt4free-downloader | serpdownloaders/skills |
Flirt4Free Downloader (Browser Extension) Record Flirt4Free live streams and download saved videos as MP4 files from your browser. Flirt4Free Downloader is a browser extension for users who want a direct way to keep Flirt4Free live shows and recorded videos available offline. It detects supported streams in the browser, gives you a cleaner capture workflow for live rooms and galleries, and exports finished files as MP4 for easier playback later. Record active Flirt4Free live broadcasts while the...
|
254 |
| 8026 | depositphotos-downloader | serpdownloaders/skills |
Depositphotos Downloader — Coming Soon (Browser Extension) Download your licensed Depositphotos photos, vectors, videos, and music files directly through your browser. This extension is currently in development and has not been released yet. Depositphotos Downloader is an upcoming browser extension designed to streamline how users retrieve their purchased and licensed stock assets from the Depositphotos marketplace. Rather than navigating through multiple download pages and format menus on the s...
|
254 |
| 8027 | reddit-downloader | serpdownloaders/skills |
Reddit Downloader (Browser Extension) Download Reddit videos, images, galleries, and post text from visible posts in one browser workflow. Reddit Downloader is a browser extension built for users who want a cleaner way to save Reddit content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, galleries, and post text without using external downloader sites or extra software. Save Reddit videos as MP4 files with audi...
|
254 |
| 8028 | google-app-engine | jezweb/claude-skills |
Google App Engine Status: Production Ready Last Updated: 2026-01-24 Dependencies: Google Cloud SDK (gcloud CLI) Skill Version: 1.0.0 Quick Start (10 Minutes) 1. Prerequisites Install Google Cloud SDK macOS brew install google-cloud-sdk Or download from https://cloud.google.com/sdk/docs/install Authenticate gcloud auth login gcloud config set project YOUR_PROJECT_ID Enable required APIs gcloud services enable appengine.googleapis.com gcloud services enable sqladmin.googleapis.com gcloud...
|
253 |
| 8029 | anthropic-sdk | bobmatnyc/claude-mpm-skills |
Anthropic SDK - Official Claude AI Integration progressive_disclosure: entry_point: summary: "Official Anthropic SDK for Claude AI - chat, streaming, function calling, vision" when_to_use: - "When integrating Claude AI into applications" - "When building AI-powered features with Claude models" - "When using function calling/tool use patterns" - "When processing images with vision models" - "When implementing streaming chat interfaces" quick_start: - "pip install anthropic (Python) or npm install...
|
253 |
| 8030 | test-xcode | everyinc/compound-engineering-plugin |
Xcode Test Skill Build, install, and test iOS apps on the simulator using XcodeBuildMCP. Captures screenshots, logs, and verifies app behavior. Prerequisites Xcode installed with command-line tools XcodeBuildMCP MCP server connected Valid Xcode project or workspace At least one iOS Simulator available Workflow 0. Verify XcodeBuildMCP is Available Check that the XcodeBuildMCP MCP server is connected by calling its list_simulators tool. MCP tool names vary by platform: Claude Code: mcp__xcodebuild...
|
253 |
| 8031 | philosopher-analyst | rysweet/amplihack |
Philosopher Analyst Skill Purpose Analyze fundamental questions, arguments, and concepts through the disciplinary lens of philosophy, applying established frameworks (logic, epistemology, metaphysics, phenomenology), multiple philosophical traditions (analytic, continental, Eastern), and rigorous analytical methods to clarify concepts, evaluate arguments, challenge assumptions, and explore deep questions about knowledge, reality, meaning, and value. When to Use This Skill Conceptual Analysis: ...
|
253 |
| 8032 | 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...
|
253 |
| 8033 | cold-email-sequence-generator | onewave-ai/claude-skills |
Cold Email Sequence Generator Create personalized, high-converting cold email sequences with optimal timing and A/B testing. Instructions You are an expert email copywriter specializing in outbound sales sequences that get responses. Your mission is to craft personalized, value-driven email sequences that respect the recipient's time while clearly communicating value. Core Capabilities Sequence Types: Classic Cold Outreach (7 emails, 2 weeks) Fast-Track (5 emails, 1 week) Long-Play Nurture...
|
253 |
| 8034 | meeting-minutes-taker | daymade/claude-code-skills |
Meeting Minutes Taker Transform raw meeting transcripts into comprehensive, evidence-based meeting minutes through iterative review. Quick Start Pre-processing (Optional but Recommended): Document conversion: Use markdown-tools skill to convert .docx/.pdf to Markdown first (preserves tables/images) Transcript cleanup: Use transcript-fixer skill to fix ASR/STT errors if transcript quality is poor Context file: Prepare context.md with team directory for accurate speaker identification Core Wo...
|
253 |
| 8035 | presentation-architect | aviz85/claude-skills-library |
Presentation Architect Transform high-level ideas or briefs into fully structured presentation scripts, saved as Markdown (.md) files, describing presentations slide by slide with exhaustive detail. Role and Objective Act as a Presentation Architect Agent to create comprehensive presentation blueprints that enable designers, presenters, or other AI systems to recreate the entire presentation without asking follow-up questions. Output Requirements Output only Markdown text Save as a .md file repr...
|
253 |
| 8036 | reading-payment-statement | kazukinagata/shinkoku |
支払調書 画像読み取り 支払調書(報酬、料金、契約金及び賞金の支払調書)の画像を読み取り、構造化データとして返すスキル。 PDF ファイルの場合 ファイルが PDF( .pdf )の場合、画像 OCR の前にテキスト抽出を試みる。 shinkoku pdf extract-text --file-path <path> を実行する 抽出テキストに必要な情報(支払金額・源泉徴収税額等)が含まれていれば、テキストから構造化データを生成する テキストが不十分(スキャン PDF 等)の場合は shinkoku pdf to-image --file-path <path> --output-dir <dir> で PNG に変換し、以下の画像読み取りフローに進む 画像読み取り方法 推奨: デュアル検証(並列2コンテキスト) 精度を高めるため、同じ画像を2つの独立したコンテキストで並列に読み取り、結果を照合する。 2つの独立した読み取りを実行する: サブエージェントが使える環境では、2つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェントには以下の「基本ルール」と...
|
253 |
| 8037 | nanogpt | davila7/claude-code-templates |
nanoGPT - Minimalist GPT Training Quick start nanoGPT is a simplified GPT implementation designed for learning and experimentation. Installation: pip install torch numpy transformers datasets tiktoken wandb tqdm Train on Shakespeare (CPU-friendly): Prepare data python data/shakespeare_char/prepare.py Train (5 minutes on CPU) python train.py config/train_shakespeare_char.py Generate text python sample.py --out_dir=out-shakespeare-char Output: ROMEO: What say'st thou? Shall I speak, ...
|
253 |
| 8038 | sglang | davila7/claude-code-templates |
SGLang High-performance serving framework for LLMs and VLMs with RadixAttention for automatic prefix caching. When to use SGLang Use SGLang when: Need structured outputs (JSON, regex, grammar) Building agents with repeated prefixes (system prompts, tools) Agentic workflows with function calling Multi-turn conversations with shared context Need faster JSON decoding (3× vs standard) Use vLLM instead when: Simple text generation without structure Don't need prefix caching Want mature, widely-...
|
253 |
| 8039 | llm-app-patterns | davila7/claude-code-templates |
🤖 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. ┌─────────────┐ ┌───────...
|
253 |
| 8040 | nemo-guardrails | davila7/claude-code-templates |
NeMo Guardrails - Programmable Safety for LLMs Quick start NeMo Guardrails adds programmable safety rails to LLM applications at runtime. Installation: pip install nemoguardrails Basic example (input validation): from nemoguardrails import RailsConfig, LLMRails Define configuration config = RailsConfig.from_content(""" define user ask about illegal activity "How do I hack" "How to break into" "illegal ways to" define bot refuse illegal request "I cannot help with illegal activit...
|
253 |
| 8041 | clip | davila7/claude-code-templates |
CLIP - Contrastive Language-Image Pre-Training OpenAI's model that understands images from natural language. When to use CLIP Use when: Zero-shot image classification (no training data needed) Image-text similarity/matching Semantic image search Content moderation (detect NSFW, violence) Visual question answering Cross-modal retrieval (image→text, text→image) Metrics: 25,300+ GitHub stars Trained on 400M image-text pairs Matches ResNet-50 on ImageNet (zero-shot) MIT License Use alternativ...
|
253 |
| 8042 | aws-serverless | davila7/claude-code-templates |
AWS Serverless Patterns Lambda Handler Pattern Proper Lambda function structure with error handling When to use: ['Any Lambda function implementation', 'API handlers, event processors, scheduled tasks'] ```javascript // Node.js Lambda Handler // handler.js // Initialize outside handler (reused across invocations) const { DynamoDBClient } = require('@aws-sdk/client-dynamodb'); const { DynamoDBDocumentClient, GetCommand } = require('@aws-sdk/lib-dynamodb'); const client = new DynamoDBClient({...
|
253 |
| 8043 | stable-baselines3 | davila7/claude-code-templates |
Stable Baselines3 Overview Stable Baselines3 (SB3) is a PyTorch-based library providing reliable implementations of reinforcement learning algorithms. This skill provides comprehensive guidance for training RL agents, creating custom environments, implementing callbacks, and optimizing training workflows using SB3's unified API. Core Capabilities 1. Training RL Agents Basic Training Pattern: import gymnasium as gym from stable_baselines3 import PPO Create environment env = gym.make("CartPo...
|
253 |
| 8044 | web-to-markdown | davila7/claude-code-templates |
web-to-markdown Convert web pages to clean Markdown by driving a locally installed browser (via web2md ). Hard trigger gate (must enforce) This skill MUST NOT be used unless the user explicitly wrote exactly a phrase like: use the skill web-to-markdown ... use a skill web-to-markdown ... If the user did not explicitly request this skill by name, stop and ask them to re-issue the request including: use the skill web-to-markdown . What this skill does Handles JS-rendered pages (Puppeteer → user Ch...
|
253 |
| 8045 | payload | payloadcms/payload |
Payload Application Development Payload is a Next.js native CMS with TypeScript-first architecture, providing admin panel, database management, REST/GraphQL APIs, authentication, and file storage. Quick Reference Task Solution Details Auto-generate slugs slugField() FIELDS.mdslug-field-helper Restrict content by user Access control with query ACCESS-CONTROL.mdrow-level-security-with-complex-queries Local API user ops user + overrideAccess: false QUERIES.mdaccess-control-in-local-api Draft/publ...
|
253 |
| 8046 | gmail | membranedev/application-skills |
Gmail Gmail is a free email service provided by Google. It's widely used by individuals and businesses for sending, receiving, and organizing emails. Official docs: https://developers.google.com/gmail/api Gmail Overview Email Attachment Draft Label Thread Working with Gmail This skill uses the Membrane CLI to interact with Gmail. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the...
|
253 |
| 8047 | competitive-analysis | owl-listener/designer-skills |
Competitive Analysis Help the user understand competitive dynamics using frameworks from 49 product leaders who have navigated competition at companies from startups to Netflix and Google. How to Help When the user asks for help with competitive analysis: Expand the competitive set - Identify not just direct competitors but the status quo and workarounds Understand the true threat - Determine if the competition is features, distribution, or fundamental business model Find asymmetries - Help them...
|
253 |
| 8048 | test-scenario | owl-listener/designer-skills |
Test Scenario You are an expert in writing usability test scenarios that reveal genuine user behavior. What You Do You write test scenarios with realistic tasks, clear success criteria, and structured observation guides. Scenario Structure Context Setting Brief, realistic backstory that gives the participant a reason to act without leading them. Task Specific goal to accomplish. Action-oriented, not question-based. Avoids UI terminology that hints at the answer. Success Criteria Task completion ...
|
253 |
| 8049 | design-system-adoption | owl-listener/designer-skills |
Design System Adoption You are an expert in driving design system adoption across design and engineering teams. What You Do You create strategies and materials that help teams adopt and consistently use a design system. Adoption Strategy Awareness Launch announcements and demos Documentation site with search and examples Regular updates and changelog communication Showcase projects that use the system well Education Getting started guides for designers and developers Component usage guidelines w...
|
253 |
| 8050 | risk-assessment | aj-geddes/useful-ai-prompts |
Risk Assessment Systematically identify, assess, and plan mitigations for operational risks. Risk Assessment Matrix Low Impact Medium Impact High Impact High Likelihood Medium High Critical Medium Likelihood Low Medium High Low Likelihood Low Low Medium Risk Categories Operational : Process failures, staffing gaps, system outages Financial : Budget overruns, vendor cost increases, revenue impact Compliance : Regulatory violations, audit findings, policy breaches Strategic : Market changes, compe...
|
253 |