███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13351 | ai-engineer | 404kidwiz/claude-supercode-skills |
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
|
83 |
| 13352 | notion-automation | composiohq/awesome-claude-skills |
Notion Automation Automate Notion databases and workflows with cross-platform integrations, templates, and intelligent triggers. Based on n8n's Notion workflow templates. Overview This skill covers: Database automation and triggers Template and page creation Cross-platform sync (Slack, Calendar, CRM) Content management workflows Team collaboration automation Core Workflows 1. Form → Notion Database workflow : "Form to Notion" trigger : typeform_submission OR google_form steps : 1. capture_data :...
|
83 |
| 13353 | pydantic-ai-testing | existential-birds/beagle |
Testing PydanticAI Agents TestModel (Deterministic Testing) Use TestModel for tests without API calls: import pytest from pydantic_ai import Agent from pydantic_ai.models.test import TestModel def test_agent_basic(): agent = Agent('openai:gpt-4o') Override with TestModel for testing result = agent.run_sync('Hello', model=TestModel()) TestModel generates deterministic output based on output_type assert isinstance(result.output, str) TestModel Configuration from pydanti...
|
83 |
| 13354 | firebase | alinaqi/claude-bootstrap |
Firebase You're a developer who has shipped dozens of Firebase projects. You've seen the "easy" path lead to security breaches, runaway costs, and impossible migrations. You know Firebase is powerful, but you also know its sharp edges. Your hard-won lessons: The team that skipped security rules got pwned. The team that designed Firestore like SQL couldn't query their data. The team that attached listeners to large collections got a $10k bill. You've learned from all of them. You advocate for ...
|
83 |
| 13355 | capacitor-keyboard | cap-go/capgo-skills |
Keyboard Handling in Capacitor Manage keyboard behavior in iOS and Android apps. When to Use This Skill User has keyboard issues User needs keyboard events User wants to hide keyboard User has scroll issues with keyboard User wants keyboard accessory bar Quick Start bun add @capacitor/keyboard bunx cap sync Basic Usage import { Keyboard } from '@capacitor/keyboard' ; // Show keyboard await Keyboard . show ( ) ; // Hide keyboard await Keyboard . hide ( ) ; // Listen for keyboard events Keyboard ....
|
83 |
| 13356 | abstract-strategy | jwynia/agent-skills |
Abstract Strategy Game Design Purpose Design abstract strategy games—games with perfect information, no randomness, and strategic depth. Provides frameworks for ideation, design, and evaluation. Core Definition Abstract strategy games require: Perfect Information: All game state visible to all players No Randomness: Outcomes determined solely by player decisions Minimal Theme: Mechanics over narrative Player Agency: Success depends on strategic thinking Quick Reference: Game Types Type Core ...
|
83 |
| 13357 | devops-flow | vladm3105/aidoc-flow-framework |
devops-flow Description: Infrastructure as Code, CI/CD pipeline automation, and deployment management Category: DevOps & Deployment Complexity: High (multi-cloud + orchestration + automation) Purpose Automate infrastructure provisioning, CI/CD pipelines, and deployment processes based on SPEC documents and ADR decisions. Ensures consistent, repeatable, and secure deployments across environments. Capabilities 1. Infrastructure as Code (IaC) Terraform: Cloud-agnostic infrastructure provision...
|
83 |
| 13358 | payment-integration | 404kidwiz/claude-supercode-skills |
Use this skill when Working on payment integration tasks or workflows Needing guidance, best practices, or checklists for payment integration Do not use this skill when The task is unrelated to payment integration 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-playbook...
|
83 |
| 13359 | grafana-expert | personamanagmentlayer/pcl |
You are an expert in Grafana with deep knowledge of dashboard creation, panel types, data sources, templating, alerting, and production operations. You design and manage comprehensive visualization and observability systems following Grafana best practices. Core Expertise Grafana Architecture Components: ``` Grafana Stack: ├── Grafana Server (UI/API) ├── Data Sources (Prometheus, Loki, etc.) ├── Dashboards (visualizations) ├── Alerts (alerting engine) ├── Plugins (extensions) └── Users & T...
|
83 |
| 13360 | write-tbp | tldraw/tldraw |
Write technical blog post This skill covers how to write technical blog posts about tldraw's implementation details. Process 1. Create the workspace Create an assets folder for this topic: .claude/skills/write-tbp/assets/<topic>/ ├── research.md Gathered context and notes └── draft.md The blog post draft Use a short, kebab-case name for the topic (e.g., scribbles , arrow-routing , dash-patterns ). 2. Research the topic Use an Explore subagent to gather all relevant information: Task (su...
|
83 |
| 13361 | supabase-audit-tables-read | yoanbernabeu/supabase-pentest-skills |
Table Data 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 table tested 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 attempts to read dat...
|
83 |
| 13362 | ssh-hardening | mikr13/secure-server-setup-skills |
SSH Hardening Skill Secure SSH access to VPS servers by implementing industry-standard hardening practices. What This Skill Does This skill helps AI agents harden SSH configuration on VPS servers. SSH is the primary entry point for server management, making it a critical attack vector. Proper SSH hardening prevents unauthorized access, brute-force attacks, and credential theft. Key capabilities: Create non-root users with sudo privileges Generate and configure SSH key authentication Disable pass...
|
83 |
| 13363 | legacy-modernizer | sickn33/antigravity-awesome-skills |
Legacy Modernizer Senior legacy modernization specialist with expertise in transforming aging systems into modern architectures without disrupting business operations. Role Definition You are a senior legacy modernization expert with 15+ years of experience in incremental migration strategies. You specialize in strangler fig pattern, branch by abstraction, and risk-free modernization approaches. You transform legacy systems while maintaining zero downtime and ensuring business continuity. Wh...
|
83 |
| 13364 | senior-qa | borghei/claude-skills |
Senior Qa Complete toolkit for senior qa with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Test Suite Generator python scripts/test_suite_generator.py [options] Script 2: Coverage Analyzer python scripts/coverage_analyzer.py [options] Script 3: E2E Test Scaffolder python scripts/e2e_test_scaffolder.py [options] Core Capabilities 1. Test Suite Generator Automated tool for test suite gener...
|
83 |
| 13365 | specstory-link-trail | specstoryai/agent-skills |
Reviews your `.specstory/history` sessions and creates a summary of all URLs that were fetched via WebFetch tool calls. Useful for auditing external resources accessed during development. How It Works - Parses SpecStory history files for WebFetch tool calls - Extracts URLs, status codes, and context - Groups by session with timestamps - Separates successful fetches from failures - Deduplicates repeated URLs with fetch counts Why Track Links? During AI-assisted coding, your assistant fe...
|
83 |
| 13366 | hybrid-cloud-networking | sickn33/antigravity-awesome-skills |
Hybrid Cloud Networking Configure secure, high-performance connectivity between on-premises and cloud environments using VPN, Direct Connect, and ExpressRoute. Purpose Establish secure, reliable network connectivity between on-premises data centers and cloud providers (AWS, Azure, GCP). When to Use Connect on-premises to cloud Extend datacenter to cloud Implement hybrid active-active setups Meet compliance requirements Migrate to cloud gradually Connection Options AWS Connectivity 1. Site-to...
|
83 |
| 13367 | novelweave-workflow | microck/ordinary-claude-skills |
NovelWeave 小说创作工作流 NovelWeave 核心理念 NovelWeave 是一个 AI 驱动的小说创作助手,设计用于支持从构思到完稿的整个创作过程。 三大支柱 结构化创作 - 通过专用命令引导创作流程 知识管理 - 使用 Knowledge Base 追踪世界观和角色 AI 协作 - 与 AI 共同创作,而非让 AI 独立创作 完整创作工作流 阶段 1:构思和规划 1.1 定义创作核心(Constitution) 使用 /constitution 命令建立小说的核心价值观和主题。 目的: 定义小说的核心主题和价值观 为创作决策建立指南针 保持整个创作过程的一致性 示例: /constitution 主题:救赎与希望 价值观:即使在最黑暗的时刻,人性的善良仍会发光 避免:廉价的情感操纵、不必要的暴力 1.2 制定创作计划 使用 /plan 命令构建小说大纲和结构。 最佳实践: 从简单大纲开始(三幕结构或章节概要) 确定关键转折点和高潮 保持灵活性 - 允许情节在创作中演变 阶段 2:世界构建和角色塑造 2.1 建立角色档案 使用 Agent Ru...
|
83 |
| 13368 | start-from-scratch | tambo-ai/tambo |
Start From Scratch Guide users through creating a new Tambo project with recommended technologies. Quick Start (Recommended Stack) npx tambo create-app my-app --template = standard cd my-app npm run dev This creates a Next.js + Tailwind + TypeScript + Zod project ready for generative UI. Guided Flow When user wants to start fresh, ask about their preferences: Question 1: Framework What framework would you like to use? 1. Next.js (Recommended) - Full-stack React with App Router 2. Vite - Fast, li...
|
83 |
| 13369 | weaviate | weaviate/agent-skills |
Weaviate Database Operations This skill provides comprehensive access to Weaviate vector databases including search operations, natural language queries, schema inspection, data exploration, filtered fetching, collection creation, and data imports. Weaviate Cloud Instance If the user does not have an instance yet, direct them to the cloud console to register and create a free sandbox. Create a Weaviate instance via Weaviate Cloud . Environment Variables Required: WEAVIATE_URL - Your Weaviate Clo...
|
83 |
| 13370 | codemod | pproenca/dot-skills |
Codemod Best Practices Comprehensive best practices guide for Codemod (JSSG, ast-grep, workflows), designed for AI agents and LLMs. Contains 48 rules across 11 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new codemods with JSSG or ast-grep Designing workflow configurations for migrations Debugging pattern matching or AST traversal issues Reviewing codemod code for performance and safety Setting up...
|
83 |
| 13371 | analytics | yonatangross/orchestkit |
Analytics Tracking You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or s...
|
83 |
| 13372 | x-trends | sundial-org/awesome-openclaw-skills |
X Trends Scraper 📉 A professional CLI tool to fetch X (Twitter) trending topics without an account. Powered by getdaytrends.com . Installation clawdhub install x-trends Usage Run the tool directly: Default (India, Top 20, Table View) x-trends JSON Output (for scripts) x-trends --json Specific Country & Limit x-trends --country us --limit 5 Features No Login Required : Uses public aggregators. Volume Data : Shows tweet counts (<10K, 50K, etc). Multi-Country : Supports 'us', 'uk', 'india', 'wor...
|
83 |
| 13373 | docs-ai-prd | vasilyu1983/ai-agents-public |
PRDs & Project Context Create product requirements and project context that humans and coding assistants can execute effectively. Two capabilities: PRDs & Specs - Requirements, specs, stories, acceptance criteria Project Context - Architecture, conventions, tribal knowledge (CLAUDE.md) Modern Best Practices (Jan 2026): Context engineering (right info, right format, right time), decision-first docs, testable requirements with acceptance criteria, metrics with formula + timeframe + data source...
|
83 |
| 13374 | read-docs | fuma-nama/fumadocs |
A specialized skill for exploring and retrieving accurate, clean content from documentation websites built with Fumadocs. Fumadocs-powered sites typically expose three LLM-friendly features: Page Discovery via llms.txt The site provides a plain-text file at the root URL: /llms.txt . This file contains a complete list of crawlable routes (one per line), often with comments or metadata indicating which paths are documentation pages. Raw MDX Content for Docs Pages Any documentation page under /docs...
|
83 |
| 13375 | digitalocean-compute | bobmatnyc/claude-mpm-skills |
DigitalOcean Compute Skill progressive_disclosure: entry_point: summary: "Compute on DigitalOcean: Droplets, App Platform, Functions, Kubernetes, GPU Droplets, Bare Metal GPUs." when_to_use: - "When choosing a compute model for an application" - "When provisioning VMs, PaaS, serverless, or Kubernetes" - "When planning GPU-backed workloads" quick_start: - "Pick Droplets, App Platform, Functions, or Kubernetes" - "Select region, size, and image" - "Configure networking and access" - "Deploy and mo...
|
83 |
| 13376 | ln-751-command-templates | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-750-commands-generator Generates Claude Code commands from templates with variable substitution. Overview | Input | Template name, variable values from ln-750 | Output | `.claude/commands/{command}.md` file | Templates | Located in `references/` directory Available Templates | `refresh_context_template.md` | refresh_context.md | Always | `refresh_infrastructure_template.md` | refresh_infrastructure.md | Always | `b...
|
83 |
| 13377 | executive-dashboard-generator | manojbajaj95/claude-gtm-plugin |
Executive Dashboard Generator Turn raw data into executive-ready insights with visualizations and recommendations. Instructions You are an expert data analyst and business intelligence specialist who transforms raw data into compelling executive narratives. Your mission is to take complex datasets and distill them into clear, actionable insights that drive decision-making at the highest levels. Core Capabilities Data Input Handling: CSV files (single or multiple) Excel spreadsheets (.xlsx,...
|
83 |
| 13378 | tutorial-docs | existential-birds/beagle |
Tutorial Documentation Skill This skill provides patterns for writing effective tutorials following the Diataxis framework. Tutorials are learning-oriented content where the reader learns by doing under the guidance of a teacher. Purpose & Audience Target readers: Complete beginners with no prior experience Users who want to learn, not accomplish a specific task People who need a successful first experience with the product Learners who benefit from guided, hands-on practice Tutorials are N...
|
83 |
| 13379 | phoenix-api-channels | bobmatnyc/claude-mpm-skills |
Phoenix APIs, Channels, and Presence (Elixir/BEAM) Phoenix excels at REST/JSON APIs and WebSocket Channels with minimal boilerplate, leveraging the BEAM for fault tolerance, lightweight processes, and supervised PubSub/Presence. Core pillars Controllers for JSON APIs with plugs, pipelines, and versioning. Contexts own data (Ecto schemas + queries) and expose a narrow API to controllers/channels. Channels + PubSub for fan-out real-time updates; Presence for tracking users/devices. Auth via plu...
|
83 |
| 13380 | startup-icp-definer | shipshitdev/library |
Startup ICP Definer - Ideal Customer Profile Builder Overview Help indie founders precisely define who they're building for using Hexa's Opportunity Memo methodology. Execute rigorous customer definition by guiding users through buying center mapping, pain point hierarchies, and validation frameworks. Hexa's Core Principle: "Define the company type + the buying center people involved in the decision-making process." When This Activates "Who is my customer" "Define my ICP" Target audience ques...
|
83 |
| 13381 | test-gap-analyzer | rysweet/amplihack |
This skill automatically analyzes codebases to identify untested functions, low coverage areas, and missing edge case tests. It generates actionable test suggestions organized by priority and risk impact, following amplihack's testing pyramid (60% unit, 30% integration, 10% E2E). When to Use This Skill - Code review: Before merging PRs, identify test gaps - Test planning: Prioritize what to test next based on risk - Coverage improvement: Target low-coverage areas systematically - Edge case...
|
83 |
| 13382 | codex-review | alinaqi/claude-bootstrap |
Cross-Model Code Review with Codex CLI Cross-model validation using the codex binary directly. Claude writes code, Codex reviews it — different architecture, different training distribution, no self-approval bias. Core insight: Single-model self-review is systematically biased. Cross-model review catches different bug classes because the reviewer has fundamentally different blind spots than the author. Prerequisite: The codex CLI must be installed and authenticated. Verify with codex --help . Us...
|
83 |
| 13383 | browser-automation | martinholovsky/claude-skills-generator |
Browser Automation You are a browser automation expert who has debugged thousands of flaky tests and built scrapers that run for years without breaking. You've seen the evolution from Selenium to Puppeteer to Playwright and understand exactly when each tool shines. Your core insight: Most automation failures come from three sources - bad selectors, missing waits, and detection systems. You teach people to think like the browser, use the right selectors, and let Playwright's auto-wait do its job....
|
83 |
| 13384 | reddit-automation | composiohq/awesome-claude-skills |
Reddit Automation via Rube MCP Automate Reddit operations through Composio's Reddit toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/reddit Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Reddit connection via RUBE_MANAGE_CONNECTIONS with toolkit reddit Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it...
|
83 |
| 13385 | cfb-data | machina-sports/sports-skills |
College Football Data (CFB) Before writing queries, consult references/api-reference.md for endpoints, conference IDs, team IDs, and data shapes. Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails with a Python version error, the package requires Python 3.10+. Find a compatible Python: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/python...
|
83 |
| 13386 | star-office-ui | ringhyacinth/star-office-ui |
Star Office UI Skill 本 Skill 面向想快速帮主人搭建"像素办公室看板"的 OpenClaw(龙虾): 目标:主人只需"看到效果",尽量少问问题 你可以按下面的步骤,一步一步帮主人跑起来并对外访问 0. 一句话告诉主人这是什么 你可以先和主人说: 这是一个多人协作的像素办公室仪表盘,你的 AI 助手会根据状态自动走到不同位置,还能看到昨天的工作小记! 1. 30 秒一键启动(推荐你先做一遍) 在你这台机器执行(按顺序): 1) 下载仓库 git clone https://github.com/ringhyacinth/Star-Office-UI.git cd Star-Office-UI 2) 安装依赖 python3 -m pip install -r backend/requirements.txt 3) 准备状态文件(首次) cp state.sample.json state.json 4) 启动后端 cd backend python3 app.py 然后告诉主人: 好了,你现在打开 http://127.0.0.1:19000 就能看到像...
|
83 |
| 13387 | anthropologist-analyst | rysweet/amplihack |
Anthropologist Analyst Skill Purpose Analyze events through the disciplinary lens of anthropology, applying established anthropological frameworks (cultural materialism, interpretive anthropology, structural anthropology, practice theory), ethnographic methods, and comparative approaches to understand cultural systems, symbolic meanings, social practices, kinship structures, ritual significance, and the relationship between culture, power, and adaptation. When to Use This Skill Cultural Confli...
|
83 |
| 13388 | slack-automation | composiohq/awesome-claude-skills |
Slack Automation Overview Interact with Slack workspaces for channel management, message reading, and content analysis. All operations are read-only unless creating channels. Quick Decision Tree What do you need? │ ├── Search for channels by name │ └── references/search.md │ └── Script: scripts/slack_search.py search │ ├── Read messages from a channel │ └── references/fetch-news.md │ └── Script: scripts/fetch_slack_news.py │ ├── Create a new channel │ └── references/create-channel.md │...
|
83 |
| 13389 | tmux | 0xbigboss/claude-code |
tmux Session Control Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions. When to Use ✅ USE this skill when: Monitoring Claude/Codex sessions in tmux Sending input to interactive terminal applications Scraping output from long-running processes in tmux Navigating tmux panes/windows programmatically Checking on background work in existing sessions When NOT to Use ❌ DON'T use this skill when: Running one-off shell commands → use exec tool dir...
|
83 |
| 13390 | nielsen-heuristics-audit | mastepanoski/claude-skills |
Nielsen Heuristics UX Audit This skill enables AI agents to perform a comprehensive usability evaluation of apps, websites, or digital interfaces using Jakob Nielsen's 10 Usability Heuristics , the industry-standard framework for identifying usability problems. These heuristics are battle-tested principles used by UX professionals worldwide to systematically evaluate interfaces and identify usability issues before user testing. Use this skill to conduct thorough heuristic evaluations, prioritize...
|
82 |
| 13391 | analyze | yeachan-heo/oh-my-claudecode |
/analyze - Answer Data Questions If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Answer a data question, from a quick lookup to a full analysis to a formal report. Usage /analyze <natural language question> Workflow 1. Understand the Question Parse the user's question and determine: Complexity level : Quick answer : Single metric, simple filter, factual lookup (e.g., "How many users signed up last week?") Full analysis : Multi-dimensional explor...
|
82 |
| 13392 | recharts-patterns | yonatangross/orchestkit |
Data visualization patterns using Recharts 3.x - a composable charting library built with React and D3. Core Chart Types Line Chart ``` import { LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer } from 'recharts'; const data = [ { date: '2024-01', revenue: 4000, expenses: 2400 }, { date: '2024-02', revenue: 3000, expenses: 1398 }, ]; function RevenueChart() { return ( <ResponsiveContainer width="100%" height={400}> <LineChart data={data} ma...
|
82 |
| 13393 | video-download | csfuwwc/md-skills |
video-download Download video and audio from URLs using yt-dlp directly. No wrapper scripts needed. Prerequisites yt-dlp : brew install yt-dlp or pip install yt-dlp ffmpeg : brew install ffmpeg or apt install ffmpeg (required for merging video+audio streams) Update yt-dlp periodically to keep up with site changes: yt-dlp -U or pip install -U yt-dlp . Commands Download best quality yt-dlp "URL" -o "%(title)s.%(ext)s" --merge-output-format mp4 Download specific resolution 720p yt-dlp "URL" -f "be...
|
82 |
| 13394 | better-auth-integrations | bobmatnyc/claude-mpm-skills |
Better Auth Integrations Goals Mount the Better Auth handler at /api/auth/* (or a custom base path). Use framework helpers where available. Ensure cookies and headers flow correctly in SSR and server actions. Quick start Create an auth instance (see better-auth-core). Add a catch-all route for /api/auth/*. Use a framework helper (or auth.handler) to return a Response. Next.js App Router import { auth } from "@/lib/auth"; import { toNextJsHandler } from "better-auth/next-js"; export const { GET,...
|
82 |
| 13395 | document-summary | tatat/agents-playground |
Document Summary Summarize long documents and extract key information. Capabilities Generate concise summaries (executive, detailed, bullet points) Extract key points and main arguments Create structured outlines Identify important entities and topics Summary Types Executive Summary 2-3 paragraphs Focus on conclusions and recommendations Target audience: decision makers Detailed Summary Comprehensive coverage of main points Preserves important details Target audience: stakeholders needing full...
|
82 |
| 13396 | scrapeninja | vm0-ai/vm0-skills |
ScrapeNinja High-performance web scraping API with Chrome TLS fingerprint, rotating proxies, smart retries, and optional JavaScript rendering. Official docs: https://scrapeninja.net/docs/ When to Use Use this skill when you need to: Scrape websites with anti-bot protection (Cloudflare, Datadome) Extract data without running a full browser (fast /scrape endpoint) Render JavaScript-heavy pages (/scrape-js endpoint) Use rotating proxies with geo selection (US, EU, Brazil, etc.) Extract structu...
|
82 |
| 13397 | nansen-polymarket-trader | nansen-ai/nansen-cli |
Polymarket Wallet Activity Answers: "What is this Polymarket trader betting on? Are they profitable?" Finding an active trader address: Source from trades-by-market (guarantees trade history) rather than top-holders (position holders may have no recorded trades): Step 1: find active traders from a market nansen research pm trades-by-market --market-id < market_id > --limit 5 → seller/buyer addresses with confirmed trade history — use one as ADDR below ADDR = < polymarket_address > nansen resea...
|
82 |
| 13398 | drama-planner | vangongwanxiaowan/screen-creative-skills |
竖屏短剧策划师 功能 制定专业的竖屏短剧策划方案,涵盖情绪价值分析、黄金三秒钩子设计、三幕式结构规划、人设容器设计及商业化卡点设置。 使用场景 进行短剧项目前期策划。 设计短剧商业化方案。 提供短剧创作指导。 分析短剧市场趋势。 策划理念 情绪价值第一性原理: 识别核心情绪价值点,设计触发强烈情绪反应的情节。 黄金三秒钩子法则: 开篇3秒抓住观众注意力,迅速吸引。 期待-压抑-爆发三幕式结构: 建立期待,积累压抑,最终爆发释放。 人设即容器理论: 标签化和极致化主角人设,便于受众记忆和情感投射。 商业化卡点逻辑: 在情节高潮处精准设置付费卡点,实现商业价值最大化。 核心步骤 分析需求: 理解用户的策划需求和目标。 分析内容: 分析故事或创意的核心要素。 设计方案: 基于策划理念设计详细策划方案。 提供建议: 提供具体的优化和实施建议。 输入要求 故事创意或故事大纲 目标受众定位(可选) 商业化目标(可选) 输出格式 【竖屏短剧策划方案】 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 一、情绪价值分析 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━...
|
82 |
| 13399 | systematic-debugging-laravel | iserter/laravel-claude-agents |
Systematic Debugging for Laravel Overview Random fixes waste time and create new bugs in Laravel applications. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure. Violating the letter of this process is violating the spirit of debugging. The Iron Law NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST If you haven't completed Phase 1, you cannot propose fixes. When to Use Use for ANY Laravel technical issue: Test f...
|
82 |
| 13400 | cloudinary | vm0-ai/vm0-skills |
Cloudinary Media Hosting Cloudinary provides image and video hosting with CDN delivery, automatic optimization, and on-the-fly transformations. When to Use Upload images with automatic optimization Upload videos with CDN delivery Get CDN-delivered media URLs Apply transformations (resize, crop, format conversion) Concatenate/splice multiple videos Host media for production applications Prerequisites Set the following environment variables: export CLOUDINARY_CLOUD_NAME=your_cloud_name export ...
|
82 |