███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9751 | referral-program | manojbajaj95/claude-gtm-plugin |
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting 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 to this task. Gather this context (ask if not...
|
81 |
| 9752 | godot-audio-systems | thedivergentai/gd-agentic-skills |
Audio Systems Expert guidance for Godot's audio engine and mixing architecture. NEVER Do NEVER create new AudioStreamPlayer nodes for every sound — Causes memory bloat and GC spikes. Use audio pooling (reuse players) or one-shot helper function. NEVER set AudioServer bus volume with linear values — set_bus_volume_db() expects decibels (-80 to 0). Use linear_to_db() for 0.0-1.0 conversion. NEVER forget to set autoplay = false on music players — Music autoplays on scene load by default. Causes ove...
|
81 |
| 9753 | devops-cicd | miles990/claude-software-skills |
DevOps & CI/CD Overview Practices for automating build, test, and deployment pipelines. CI/CD Pipeline Pipeline Stages ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ Commit │ → │ Build │ → │ Test │ → │ Deploy │ → │ Release │ │ │ │ │ │ │ │ Staging │ │ Prod │ └──────────┘ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │ │ │ │ │ │ ┌────┴────┐ ┌─...
|
81 |
| 9754 | philosophy-compliance-workflow | rysweet/amplihack |
Systematic philosophy compliance review that ensures all code and architecture aligns with amplihack's core principles: ruthless simplicity, brick philosophy, and Zen-like minimalism. This skill validates that implementations serve clear purposes without unnecessary complexity. When to Use This Skill USE FOR: - Architecture reviews before implementation - Code reviews for philosophy alignment - Refactoring validation (did we actually simplify?) - Module design verification - Pre-merge ph...
|
81 |
| 9755 | openserv-client | openserv-labs/skills |
OpenServ Client The @openserv-labs/client package is the TypeScript client for the OpenServ Platform API. You use it whenever your code needs to talk to the platform—to register an agent, create workflows, set up triggers, or run tasks. Why you need this package Your agent (built with @openserv-labs/sdk ) runs on your machine or server. The platform doesn’t know about it until you tell it: what the agent is, where it’s reachable, and how it can be triggered. The client is how you do that. It let...
|
81 |
| 9756 | feature-sliced-design | feature-sliced/skills |
Feature-Sliced Design (FSD) Skill - v2.1.0 An architectural methodology skill for scaffolding and organizing frontend applications using Feature-Sliced Design principles. Overview Feature-Sliced Design v2.1 is a compilation of rules and conventions for organizing frontend code to make projects more understandable, maintainable, and stable in the face of changing business requirements. Version 2.1 introduces the "Pages First" approach - keeping more code in pages and widgets rather than premature...
|
80 |
| 9757 | doc-prd | vladm3105/aidoc-flow-framework |
doc-prd Purpose Create Product Requirements Documents (PRD) - Layer 2 artifact in the SDD workflow that defines product features, user needs, measurable success criteria, and KPIs. Layer: 2 Upstream: BRD (Layer 1) Downstream Artifacts: EARS (Layer 3), BDD (Layer 4), ADR (Layer 5) Prerequisites Upstream Artifact Verification (CRITICAL) Before creating this document, you MUST: List existing upstream artifacts: ls docs/BRD/ docs/PRD/ 2>/dev/null Reference only existing documents in tracea...
|
80 |
| 9758 | vue-i18n-skilld | harlan-zw/vue-ecosystem-skills |
intlify/vue-i18n vue-i18n Internationalization plugin for Vue.js Version: 11.3.0 (Mar 2026) Deps: @vue/devtools-api@^6.5.0, @intlify/core-base@11.3.0, @intlify/devtools-types@11.3.0, @intlify/shared@11.3.0 Tags: rc: 9.0.0-rc.9 (Feb 2021), alpha: 9.2.0-alpha.9 (Jul 2021), legacy: 8.28.2 (Oct 2022), edge: 9.3.0-beta.14-77e850b (Jan 2023), beta: 9.3.0-beta.27 (Aug 2023), next: 12.0.0-alpha.3 (Jul 2025), stable: 11.1.10 (Jul 2025), legacy10: 10.0.8 (Jul 2025), stable9: 9.14.5 (Jul 2025), legacy9: 9....
|
80 |
| 9759 | omc-doctor | yeachan-heo/oh-my-claudecode |
Doctor Skill Note: All ~/.claude/... paths in this guide respect CLAUDE_CONFIG_DIR when that environment variable is set. Task: Run Installation Diagnostics You are the OMC Doctor - diagnose and fix installation issues. Step 1: Check Plugin Version Get installed and latest versions (cross-platform) node -e "const p=require('path'),f=require('fs'),h=require('os').homedir(),d=process.env.CLAUDE_CONFIG_DIR||p.join(h,'.claude'),b=p.join(d,'plugins','cache','omc','oh-my-claudecode');try{const v=f.re...
|
80 |
| 9760 | micronaut | mindrally/skills |
Micronaut You are an expert in Java programming, Micronaut framework, GraalVM native builds, reactive programming, Maven/Gradle, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code using Micronaut best practices Follow Micronaut conventions for package organization and naming Use descriptive method and variable names following camelCase convention Structure your application with consistent organization (controllers, services, rep...
|
80 |
| 9761 | nansen-dca-watch | nansen-ai/nansen-cli |
DCA Watch Answers: "What tokens are whales dollar-cost averaging into on Solana?" nansen research smart-money dcas --limit 20 → trader_address, trader_address_label, input/output_token_symbol, deposit_value_usd, dca_status, dca_created_at For each top DCA target, check token fundamentals TARGET = < output_token_address > nansen research token info --token $TARGET --chain solana → name, symbol, price, market_cap, token_details nansen research token flow-intelligence --token $TARGET --chain sol...
|
80 |
| 9762 | mvp builder | daffy0208/ai-dev-standards |
MVP Builder Ship MVPs in 1-2 weeks, not months. Core Principle Start with the smallest thing that proves/disproves your riskiest assumption. MVP = Minimum Viable Product, not Minimum Pretty Product. MVP Feature Matrix Categorize every feature idea using this matrix: Category Definition Action P0 Must have for core value proposition Build now P1 Important but can wait for v1.1 Ship after validation P2 Nice to have, delight features Ship v2+ Out of Scope Not needed for validation Defer indefinitel...
|
80 |
| 9763 | using-drizzle-queries | andrelandgraf/fullstackrecipes |
Working with Drizzle Write type-safe database queries with Drizzle ORM. Covers select, insert, update, delete, relational queries, and adding new tables. Implement Working with Drizzle Write type-safe database queries with Drizzle ORM. Covers select, insert, update, delete, relational queries, and adding new tables. See: Resource: using-drizzle-queries in Fullstack Recipes URL: https://fullstackrecipes.com/recipes/using-drizzle-queries Writing Queries Use Drizzle's query API for type-safe ...
|
80 |
| 9764 | data-viz-2025 | erichowens/some_claude_skills |
Data Visualization 2025: The Art & Science of Visual Communication Create visualizations that Seaborn users, Tufte readers, and everyone else will love. Marry NYT Graphics rigor with MoMA aesthetics, Nike energy, and On Kawara precision. When to Use This Skill ✅ Use for: Building interactive charts, dashboards, and data stories Complex visualizations (chord diagrams, Sankey flows, network graphs) Real-time data displays with animations Mobile-responsive data components Accessible, tested vis...
|
80 |
| 9765 | harness | cexll/myclaude |
Harness — Long-Running Agent Framework Executable protocol enabling any agent task to run continuously across multiple sessions with automatic progress recovery, task dependency resolution, failure rollback, and standardized error handling. Design Principles Design for the agent, not the human — Test output, docs, and task structure are the agent's primary interface Progress files ARE the context — When context window resets, progress files + git history = full recovery Premature completion is t...
|
80 |
| 9766 | supabase-audit-buckets-read | yoanbernabeu/supabase-pentest-skills |
Bucket File Access Test 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each bucket tested Log to .sb-pentest-audit.log BEFORE and AFTER each file access test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill tests ...
|
80 |
| 9767 | universal-learner | huangserva/skill-prompt-generator |
Universal Learner - 通用学习器 Skill 版本 : 1.0 架构 : Master-Subordinate 学习方式 : 半自动(生成报告 + 人工审核) 🎯 核心功能 从任何领域的Prompt中自动提取可复用元素,存入Universal Elements Library数据库。 支持7大领域: 📷 portrait - 人像摄影 🏠 interior - 室内设计 📦 product - 产品摄影 🎨 design - 平面设计 🎭 art - 艺术风格 🎬 video - 视频生成 📸 common - 通用摄影技术 📋 使用方式 方式1:学习单个Prompt 学习这个Prompt: [粘贴完整Prompt] 或 分析并学习: A premium collector's edition book photographed with Phase One camera, featuring Italian calfskin binding... 方式2:批量学习18个源Prompts 批量学习所有Prompts 或 学习extracted_modules.json...
|
80 |
| 9768 | vision-multimodal | lobbi-docs/claude |
Leverage Claude's vision capabilities for image analysis, document processing, and multimodal understanding. When to Use This Skill - Image analysis and description - Document/PDF processing - Screenshot analysis - OCR-like text extraction - Visual comparison - Chart and diagram interpretation Supported Formats | JPEG | ✓ | Photos, natural scenes | PNG | ✓ | Screenshots, UI, text | GIF | ✓ | Animated (first frame) | WebP | ✓ | Modern, compressed | PDF | ✓ | Documents...
|
80 |
| 9769 | stripe | mindrally/skills |
Stripe Integration You are an expert in Stripe payment integration, TypeScript, React, and Next.js for building secure payment solutions. Core Principles Always handle payments on the server side Use Stripe's latest API version Implement proper error handling Follow PCI compliance best practices Use webhooks for reliable event handling Server-Side Setup Stripe Client Configuration import Stripe from 'stripe' ; const stripe = new Stripe ( process . env . STRIPE_SECRET_KEY ! , { apiVersion : '2023...
|
80 |
| 9770 | neon-drizzle-setup | andrelandgraf/fullstackrecipes |
Neon + Drizzle Setup To set up Neon + Drizzle Setup, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/neon-drizzle-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/neon-drizzle-setup
|
80 |
| 9771 | clawra-selfie | sumelabs/clawra |
Clawra Selfie Edit a fixed reference image using xAI's Grok Imagine model and distribute it across messaging platforms (WhatsApp, Telegram, Discord, Slack, etc.) via OpenClaw. Reference Image The skill uses a fixed reference image hosted on jsDelivr CDN: https://cdn.jsdelivr.net/gh/SumeLabs/clawra@main/assets/clawra.png When to Use User says "send a pic", "send me a pic", "send a photo", "send a selfie" User says "send a pic of you...", "send a selfie of you..." User asks "what are you doing?", ...
|
80 |
| 9772 | vcp-screener | tradermonty/claude-trading-skills |
VCP Screener - Minervini Volatility Contraction Pattern Screen S&P 500 stocks for Mark Minervini's Volatility Contraction Pattern (VCP), identifying Stage 2 uptrend stocks with contracting volatility near breakout pivot points. When to Use User asks for VCP screening or Minervini-style setups User wants to find tight base / volatility contraction patterns User requests Stage 2 momentum stock scanning User asks for breakout candidates with defined risk Prerequisites FMP API key (set FMP_API_KEY e...
|
80 |
| 9773 | database | sickn33/antigravity-awesome-skills |
Database Add official Railway database services. These are maintained templates with pre-configured volumes, networking, and connection variables. For non-database templates, see the templates skill. When to Use User asks to "add a database", "add Postgres", "add Redis", etc. User needs a database for their application User asks about connecting to a database User says "add postgres and connect to my server" User says "wire up the database" Decision Flow ALWAYS check for existing databases F...
|
80 |
| 9774 | xiaohongshu-publisher | iamzifei/red-publisher-skill |
小红书自动发布 Skill 自动将内容发布到小红书平台。 功能 格式转换 : 将文章内容转换为小红书格式(≤1000字,emoji风格) 智能压缩 : 将长文章压缩到1000字以内,提取核心要点 直接发布 : 通过xiaohongshu-mcp服务直接发布到小红书账号 使用场景 当用户说以下类似话术时使用此Skill: "发布到小红书" "推送到小红书" "小红书发布" "同步到小红书" "发一篇小红书" 使用方法 方法1:简化脚本发布(推荐,快速) cd ~/.claude/skills/xiaohongshu-publisher python3 simple_publish.py "标题" "内容内容" 示例 : python3 simple_publish.py \ "Gemini 3 Pro炸场了" \ "🔥 Gemini 3 Pro炸场了!核心亮点:🏆推理能力第一..." 方法2:完整功能发布 cd ~/.claude/skills/xiaohongshu-publisher python3 publisher.py \ --title "文章标题" \ --content ...
|
80 |
| 9775 | startup-due-diligence | skala-io/legal-skills |
First published on Skala Legal Skills Legal Disclaimer This skill is provided for informational and educational purposes only and does not constitute legal advice. The analysis and information provided should not be relied upon as a substitute for consultation with a qualified attorney. No attorney-client relationship is created by using this skill. Laws and regulations vary by jurisdiction and change over time. Always consult with a licensed attorney in your jurisdiction for advice on specific ...
|
80 |
| 9776 | stock-price-query | tjefferson/stock-price-query |
Stock Price Query Skill Overview 实时股票价格查询技能,支持查询 A 股(沪深两市)、港股和美股的实时行情数据。通过调用免费公开的行情 API 获取数据,返回结构化的股票信息。 When to Use 当用户的请求涉及以下场景时触发此技能: 用户询问某只股票的当前价格,例如:"贵州茅台现在多少钱?"、"查一下苹果的股价" 用户想了解股票涨跌情况,例如:"腾讯今天涨了还是跌了?" 用户提供股票代码查询,例如:"600519 现在什么价?"、"AAPL price" 用户询问多只股票的价格对比,例如:"帮我看看比亚迪和宁德时代的股价" 用户说 "查股票"、"股票行情"、"stock price" 等关键词 How to Use 查询流程 解析用户输入 :从用户消息中提取股票代码或股票名称。 识别市场 :根据股票代码格式自动识别所属市场: A 股沪市:以 sh 开头或 6 位数字以 6 开头(如 sh600519 、 600519 ) A 股深市:以 sz 开头或 6 位数字以 0/3 开头(如 sz000001 、 300750 ) 港股:以 hk 开头或纯...
|
80 |
| 9777 | pdf-skill | 404kidwiz/claude-supercode-skills |
PDF Skill Purpose Provides expertise in programmatic PDF generation, parsing, and manipulation. Specializes in creating PDFs from scratch, extracting content, merging/splitting documents, and handling forms using PDFKit, PDF.js, Puppeteer, and similar tools. When to Use Generating PDFs programmatically Extracting text or data from PDFs Merging or splitting PDF documents Filling PDF forms programmatically Converting HTML to PDF Adding watermarks or annotations Parsing PDF structure and metadata...
|
80 |
| 9778 | security architect | daffy0208/ai-dev-standards |
Security Architect Overview Security Architect is a consolidated skill that covers the complete security lifecycle: threat modeling, secure design principles, secure coding practices, and regulatory compliance. It ensures security is integrated from the start, not bolted on at the end. Consolidated from: threat-modeling - STRIDE threat analysis and risk assessment security-first-design - Security principles and secure design patterns secure-coding-review - OWASP Top 10 and vulnerability detectio...
|
80 |
| 9779 | proactive-tasks | imrkhn03/proactive-tasks |
Proactive Tasks A task management system that transforms reactive assistants into proactive partners who work autonomously on shared goals. Core Concept Instead of waiting for your human to tell you what to do, this skill lets you: Track goals and break them into actionable tasks Work on tasks during heartbeats Message your human with updates and ask for input when blocked Make steady progress on long-term objectives Quick Start Creating Goals When your human mentions a goal or project: python3 ...
|
80 |
| 9780 | geospatial-data-pipeline | erichowens/some_claude_skills |
Geospatial Data Pipeline Expert in processing, optimizing, and visualizing geospatial data at scale. When to Use ✅ Use for: Drone imagery processing and annotation GPS track analysis and visualization Location-based search (find nearby X) Map tile generation for web/mobile Coordinate system transformations Geofencing and spatial queries GeoJSON optimization for web ❌ NOT for: Simple address validation (use address APIs) Basic distance calculations (use Haversine formula) Static map embeds ...
|
80 |
| 9781 | currency-converter | dkyazzentwatwa/chatgpt-skills |
Currency Converter Convert between currencies with exchange rates and formatting. Features Exchange Rates: Convert between 150+ currencies Historical Rates: Date-based conversions Batch Conversion: Process multiple amounts Currency Formatting: Locale-specific formatting CSV Support: Convert currency columns Rate Caching: Efficient API usage CLI Usage python currency_converter.py --amount 100 --from USD --to EUR python currency_converter.py --file amounts.csv --from_col usd --to EUR --output co...
|
80 |
| 9782 | supabase-extract-jwt | yoanbernabeu/supabase-pentest-skills |
Supabase JWT Extraction 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each discovery Log to .sb-pentest-audit.log BEFORE and AFTER each action DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill extracts and analyze...
|
80 |
| 9783 | meteora | sendaifun/skills |
Meteora Protocol Development Guide A comprehensive guide for building Solana DeFi applications with Meteora's suite of SDKs - the leading liquidity infrastructure on Solana. What is Meteora? Meteora is Solana's premier liquidity layer, powering the infrastructure that connects liquidity providers (LPs), token launchers, and traders. It offers: $2B+ Total Value Locked across all protocols Multiple AMM Types - DLMM (concentrated), DAMM v2/v1 (constant product) Token Launch Infrastructure - Dynamic...
|
80 |
| 9784 | uniwind | pproenca/dot-skills |
Uniwind — Complete Reference Uniwind 1.5.0+ / Tailwind CSS v4 / React Native 0.81+ / Expo SDK 54+ If user has lower version, recommend updating to 1.5.0+ for best experience. Uniwind brings Tailwind CSS v4 to React Native. All core React Native components support the className prop out of the box. Styles are compiled at build time — no runtime overhead. Critical Rules Tailwind v4 only — Use @import 'tailwindcss' not @tailwind base . Tailwind v3 is not supported. Never construct classNames dynami...
|
80 |
| 9785 | supabase-audit-auth-signup | yoanbernabeu/supabase-pentest-skills |
Signup Flow Audit 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each test completed Log to .sb-pentest-audit.log BEFORE and AFTER each test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill tests the user registra...
|
80 |
| 9786 | clarity-gate | sickn33/antigravity-awesome-skills |
Clarity Gate v2.1 Purpose: Pre-ingestion verification system that enforces epistemic quality before documents enter RAG knowledge bases. Produces Clarity-Gated Documents (CGD) compliant with the Clarity Gate Format Specification v2.1. Core Question: "If another LLM reads this document, will it mistake assumptions for facts?" Core Principle: "Detection finds what is; enforcement ensures what should be. In practice: find the missing uncertainty markers before they become confident hallucinations."...
|
80 |
| 9787 | digitalocean-overview | bobmatnyc/claude-mpm-skills |
DigitalOcean Platform Overview Skill progressive_disclosure: entry_point: summary: "DigitalOcean overview: accounts, projects, tooling (Control Panel, doctl, API, Terraform), and service map for compute, storage, databases, networking, management, teams." when_to_use: - "When onboarding to DigitalOcean or planning architecture" - "When selecting DigitalOcean services for a workload" - "When setting up teams, projects, and automation" quick_start: - "Create a project in the Control Panel" - "Gene...
|
80 |
| 9788 | openai-docs | davila7/claude-code-templates |
OpenAI Docs Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. Always prioritize the developer docs MCP tools over web.run for OpenAI-related questions. Only if the MCP server is installed and returns no meaningful results should you fall back to web search. Quick start Use mcp__openaiDeveloperDocs__search_openai_docs to find the most relevant doc pages. Use mcp__openaiDeveloperDocs__fetch_openai_doc to pull exact sections and quote/par...
|
80 |
| 9789 | debug | anthropics/knowledge-work-plugins |
Debug Package Usage Guide Basic Usage import debug from 'debug' ; // Format: lobe-[module]:[submodule] const log = debug ( 'lobe-server:market' ) ; log ( 'Simple message' ) ; log ( 'With variable: %O' , object ) ; log ( 'Formatted number: %d' , number ) ; Namespace Conventions Desktop: lobe-desktop:[module] Server: lobe-server:[module] Client: lobe-client:[module] Router: lobe-[type]-router:[module] Format Specifiers %O - Object expanded (recommended for complex objects) %o - Object %s - String ...
|
80 |
| 9790 | generic-react-ux-designer | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
80 |
| 9791 | kotlin-development | mindrally/skills |
Kotlin Development Best Practices General Principles Use English for all code and documentation Always declare the type of each variable and function Avoid the any type; create necessary types instead No blank lines within function bodies Naming Conventions Case Standards PascalCase: Classes, interfaces, enums camelCase: Variables, functions, methods, parameters UPPERCASE: Environment variables, constants underscores_case: Files and directories Naming Guidelines Start each function with a verb (...
|
80 |
| 9792 | ccxt-typescript | ccxt/ccxt |
CCXT for TypeScript/JavaScript A comprehensive guide to using CCXT in TypeScript and JavaScript projects for cryptocurrency exchange integration. Installation REST API (Standard CCXT) npm install ccxt WebSocket API (Real-time, ccxt.pro) npm install ccxt Both REST and WebSocket APIs are included in the same package. Quick Start REST API - TypeScript import ccxt from 'ccxt' const exchange = new ccxt . binance ( ) await exchange . loadMarkets ( ) const ticker = await exchange . fetchTicker ( 'BTC/U...
|
80 |
| 9793 | devops-incident-responder | 404kidwiz/claude-supercode-skills |
Incident Response Engineer Purpose Provides incident management and reliability engineering expertise specializing in rapid outage response, root cause analysis, and automated remediation. Focuses on minimizing MTTR (Mean Time To Recovery) through effective triage, communication, and prevention strategies. When to Use Responding to active production incidents (Outage, Latency spike, Error rate increase) Establishing or improving On-Call rotation and escalation policies Writing or executing Run...
|
80 |
| 9794 | laravel-patterns | affaan-m/everything-claude-code |
Laravel Development Patterns Production-grade Laravel architecture patterns for scalable, maintainable applications. When to Use Building Laravel web applications or APIs Structuring controllers, services, and domain logic Working with Eloquent models and relationships Designing APIs with resources and pagination Adding queues, events, caching, and background jobs How It Works Structure the app around clear boundaries (controllers -> services/actions -> models). Use explicit bindings and scoped ...
|
80 |
| 9795 | design-sprint | pmprompt/claude-plugin-product-management |
Design Sprint Framework A five-day process for answering critical business questions through design, prototyping, and testing ideas with customers. Developed at Google Ventures and used by Google, Slack, Airbnb, and hundreds of startups. Core Principle Great solutions require both deep work and fast iteration. The Design Sprint compresses months of debate, design, and testing into a single week, creating focus and urgency that eliminates endless discussion. The foundation: Traditional product de...
|
80 |
| 9796 | business-strategy | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
80 |
| 9797 | technical-writing | proffesor-for-testing/agentic-qe |
Technical Writing When to use this skill Writing technical specifications Creating architecture documentation Documenting system designs Writing runbooks and operational guides Creating developer documentation API documentation User manuals and guides Release notes and changelogs Instructions Step 1: Understand your audience Developer audience : Focus on implementation details Include code examples Technical terminology is okay Show how, not just what DevOps/Operations audience : Focus on deploy...
|
80 |
| 9798 | landing-page-optimizer | aiagentskills/skills |
Landing Page Optimizer Claude, act as a landing page strategist who blends UX heuristics, copywriting, CRO, and analytics. Produce actionable, prioritized recommendations and ready-to-ship copy, not vague advice. When to use User mentions landing pages, marketing sites, hero sections, CTAs, or conversion lifts Tasks about message clarity, sign-up flow, pricing page performance, or A/B testing Requests to diagnose a page URL, mock, or brief before design/build Ask for these inputs first URL or sc...
|
80 |
| 9799 | leads-researcher | shipshitdev/library |
Leads Researcher Overview Research leads by gathering company information, discovering contact details, and identifying buyer intent signals. Find company data (industry, size, tech stack), contact information (emails, phones, social), and buying signals (job postings, technology usage, news). When to Use This Skill Research companies or prospects Find company information (industry, size, location) Discover contact information (emails, phone numbers) Identify buyer intent signals Enrich lead d...
|
80 |
| 9800 | reddit-marketing | openclaudia/openclaudia-skills |
Reddit Marketing Skill You are a Reddit marketing strategist. Help build authentic presence, find target communities, and drive traffic from Reddit without getting banned. Reddit Marketing Rules The 1 rule: Reddit hates marketers. Self-promotion gets downvoted, reported, and banned. The only way to succeed is to provide genuine value first. The 90/10 rule: 90% of your activity should be valuable contributions (comments, helpful posts). 10% or less can mention your product/service. What gets you ...
|
80 |