███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9551 | 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 |
| 9552 | 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 |
| 9553 | 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 |
| 9554 | world-fates | jwynia/agent-skills |
World-Fates: The Wheel of Fortune You manage the long-term destiny of entities in a shared world. Your role is to ensure the wheel of fate turns—that no power is permanent, that consequences accumulate, and that the world feels dynamic across campaigns. Core Principle Fortune is consequence of choice across time. Static worlds feel fake. When the same emperor rules forever, when the same guild controls trade for centuries, when powerful characters never fall—the world loses verisimilitude. T...
|
83 |
| 9555 | 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 |
| 9556 | lyric-diagnostic | jwynia/agent-skills |
Lyric Diagnostic: Skill You diagnose lyric problems across multiple dimensions. Your role is to identify why lyrics fail and guide writers (human or AI) toward more effective choices. Core Principle Lyrics fail in predictable, diagnosable ways. Generic is not neutral—generic is bad. AI-generated lyrics cluster at statistical distribution centers: the most probable word choices, rhyme pairs, and emotional vocabulary. Probability optimization produces mediocrity. Effective lyrics require inten...
|
83 |
| 9557 | codex-review | alinaqi/claude-bootstrap |
Codex Code Review Skill Trigger Conditions Triggered when user input contains: "代码审核", "代码审查", "审查代码", "审核代码" "review", "code review", "review code", "codex 审核" "帮我审核", "检查代码", "审一下", "看看代码" Core Concept: Intention vs Implementation Running codex review --uncommitted alone only shows AI "what was done (Implementation)". Recording intention first tells AI "what you wanted to do (Intention)". "Code changes + intention description" as combined input is the most effective way to improve AI code revi...
|
83 |
| 9558 | transformers-huggingface | mindrally/skills |
Transformers and Hugging Face Development You are an expert in the Hugging Face ecosystem, including Transformers, Datasets, Tokenizers, and related libraries for machine learning. Key Principles Write concise, technical responses with accurate Python examples Prioritize clarity, efficiency, and best practices in transformer workflows Use the Hugging Face API consistently and idiomatically Implement proper model loading, fine-tuning, and inference patterns Use descriptive variable names that r...
|
83 |
| 9559 | 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 |
| 9560 | git-workflow | mindrally/skills |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
83 |
| 9561 | 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 |
| 9562 | 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 |
| 9563 | 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 |
| 9564 | 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 |
| 9565 | 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 |
| 9566 | huashu-douyin-script | alchaincyf/huashu-skills |
抖音爆款脚本创作 从竞品视频拆解到脚本生成的完整工作流。将「凭感觉模仿爆款」变成「AI系统拆解+结构化复制」。 环境要求 uv (Python包管理器) yt-dlp (抖音视频下载,需 pip install yt-dlp 或 brew install yt-dlp ) GEMINI_API_KEY 环境变量(用于Gemini视频分析,从 https://aistudio.google.com/apikey 获取) Chrome浏览器已登录抖音(用于提取下载Cookie) 路径约定 :下文中 SKILL_DIR 指本SKILL.md所在目录的绝对路径。运行脚本前,先用 dirname 或 Glob 工具确定SKILL.md的实际位置,替换 SKILL_DIR 。 6步工作流 Step 1: 收集输入 向用户收集以下信息: 必填 : 抖音视频链接(1-5个对标/竞品视频) 产品信息(名称、核心卖点、目标人群、价格) 脚本类型:种草视频 or 千川投放素材 选填 : 产品图片(用于脚本中的视觉参考) 目标时长(种草默认30秒,千川默认15秒) 品牌调性要求 投放目标(直播间引流/商品详情...
|
83 |
| 9567 | 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 |
| 9568 | 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 |
| 9569 | analyze | yeachan-heo/oh-my-claudecode |
/analyze - 个股深度分析 v3.0 基于 宏观-行业-个股 三层分析框架,数据驱动的专业投资分析。 使用方式 /analyze 588000 分析ETF /analyze 002594 分析A股 /analyze 00700 分析港股 /analyze 比亚迪 用名称也可以 核心投资框架 ┌─────────────────────────────────────────────────┐ │ 投资分析框架 │ ├─────────────────────────────────────────────────┤ │ 1. 宏观环境(大势)20分 │ │ ├─ 市场周期:牛市/熊市/震荡 │ │ ├─ 指数趋势:沪深300 vs MA20 │ │ ├─ 资金环境:北向资金流向 ...
|
82 |
| 9570 | 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 |
| 9571 | 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 |
| 9572 | 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 |
| 9573 | 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 |
| 9574 | 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 |
| 9575 | 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 |
| 9576 | solidity | mindrally/skills |
Solidity You are an expert in Solidity smart contract development with deep knowledge of security patterns and gas optimization. Core Principles Cut the fluff. Code or detailed explanations only Maintain brevity while prioritizing accuracy and depth Answer first, explain later when needed Code Structure & Security Use explicit visibility modifiers and NatSpec documentation Apply function modifiers to reduce redundancy Follow naming conventions: CamelCase for contracts PascalCase for interfaces...
|
82 |
| 9577 | drama-planner | vangongwanxiaowan/screen-creative-skills |
竖屏短剧策划师 功能 制定专业的竖屏短剧策划方案,涵盖情绪价值分析、黄金三秒钩子设计、三幕式结构规划、人设容器设计及商业化卡点设置。 使用场景 进行短剧项目前期策划。 设计短剧商业化方案。 提供短剧创作指导。 分析短剧市场趋势。 策划理念 情绪价值第一性原理: 识别核心情绪价值点,设计触发强烈情绪反应的情节。 黄金三秒钩子法则: 开篇3秒抓住观众注意力,迅速吸引。 期待-压抑-爆发三幕式结构: 建立期待,积累压抑,最终爆发释放。 人设即容器理论: 标签化和极致化主角人设,便于受众记忆和情感投射。 商业化卡点逻辑: 在情节高潮处精准设置付费卡点,实现商业价值最大化。 核心步骤 分析需求: 理解用户的策划需求和目标。 分析内容: 分析故事或创意的核心要素。 设计方案: 基于策划理念设计详细策划方案。 提供建议: 提供具体的优化和实施建议。 输入要求 故事创意或故事大纲 目标受众定位(可选) 商业化目标(可选) 输出格式 【竖屏短剧策划方案】 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 一、情绪价值分析 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━...
|
82 |
| 9578 | 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 |
| 9579 | video-transcript | zeropointrepo/youtube-skills |
Video Transcript Extract transcripts from videos via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to your sh...
|
82 |
| 9580 | 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 |
| 9581 | testing-patterns | vudovn/antigravity-kit |
Testing Patterns and Utilities Testing Philosophy Test-Driven Development (TDD): Write failing test FIRST Implement minimal code to pass Refactor after green Never write production code without a failing test Behavior-Driven Testing: Test behavior, not implementation Focus on public APIs and business requirements Avoid testing implementation details Use descriptive test names that describe behavior Factory Pattern: Create getMockX(overrides?: Partial<X>) functions Provide sensible defaults...
|
82 |
| 9582 | async-expert | martinholovsky/claude-skills-generator |
Asynchronous Programming Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement async features, you MUST: Verify Before Implementing ✅ Check official documentation for async APIs (asyncio, Node.js, C Task) ✅ Confirm method signatures match target language version ✅ Validate async patterns are current (not deprecated) ❌ Never guess event loop methods or task APIs ❌ Never invent promise...
|
82 |
| 9583 | good-thinking | jwynia/agent-skills |
Core Principle Good thinking is an active achievement, not a default state. Operations without orientation produce sophisticated wrong answers; orientation without operations produces good intentions with no traction. Two structurally different things must work together: operations (cognitive verbs that transform representations) and orientations (what the operations are in service of). Every thinking failure can be located as an operation failing, an orientation captured, or — most commonly and...
|
82 |
| 9584 | codereview-roasted | openhands/skills |
PERSONA: You are a critical code reviewer with the engineering mindset of Linus Torvalds. Apply 30+ years of experience maintaining robust, scalable systems to analyze code quality risks and ensure solid technical foundations. You prioritize simplicity, pragmatism, and "good taste" over theoretical perfection. CORE PHILOSOPHY: "Good Taste" - First Principle: Look for elegant solutions that eliminate special cases rather than adding conditional checks. Good code has no edge cases. "Never Break ...
|
82 |
| 9585 | supabase-audit-tables-list | yoanbernabeu/supabase-pentest-skills |
List Exposed Tables 🔴 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 discovers all database t...
|
82 |
| 9586 | kpi-dashboard-design | secondsky/claude-skills |
KPI Dashboard Design Comprehensive patterns for designing effective Key Performance Indicator (KPI) dashboards that drive business decisions. Do not use this skill when The task is unrelated to kpi dashboard design 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-playboo...
|
82 |
| 9587 | fp-ts-pragmatic | sickn33/antigravity-awesome-skills |
Pragmatic Functional Programming Read this first. This guide cuts through the academic jargon and shows you what actually matters. No category theory. No abstract nonsense. Just patterns that make your code better. When to Use This Skill When starting with fp-ts and need practical guidance When writing TypeScript code that handles nullable values, errors, or async operations When you want cleaner, more maintainable functional code without the academic overhead When refactoring imperative code to...
|
82 |
| 9588 | capacitor-plugins | cap-go/capgo-skills |
Capacitor Plugins Directory This skill provides a comprehensive catalog of Capgo's Capacitor plugins. Use this when helping users add native functionality to their mobile apps. When to Use This Skill User asks "which plugin should I use for X?" User needs native functionality (camera, biometrics, payments, etc.) User is building a new Capacitor feature User wants to compare plugin options Plugin Categories Authentication & Security Plugin Package Description Native Biometric @capgo/capacitor-n...
|
82 |
| 9589 | neon-serverless-postgres | bobmatnyc/claude-mpm-skills |
Neon Serverless Postgres Skill progressive_disclosure: entry_point: summary: "Serverless Postgres with autoscaling, branching, and instant database provisioning" when_to_use: - "When needing serverless Postgres" - "When building edge and serverless apps" - "When implementing database branching for dev/staging" - "When using Drizzle, Prisma, or raw SQL" quick_start: - "Create project on Neon console" - "Get connection string" - "Connect with Drizzle/Prisma/pg" - "Deploy with Vercel/Netlify" token...
|
82 |
| 9590 | codex | 0xbigboss/claude-code |
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
|
82 |
| 9591 | spec-receiving-code-review | zixun-github/aisdlc |
接收代码审查 概述 代码审查需要技术评估,而非情绪化表演。 核心原则: 实施前先验证。假设前先询问。技术正确性优先于社交舒适。 开始时宣布: 「我正在使用 spec-receiving-code-review 技能评估并实施代码审查反馈。」 响应模式 收到代码审查反馈时: 1. 阅读:完整阅读反馈,不急于反应 2. 理解:用自己的话复述需求(或询问) 3. 验证:对照代码库实际情况检查 4. 评估:对该代码库在技术上是否站得住脚? 5. 回应:技术性确认或有理由的反对 6. 实施:逐项实施,逐项测试 禁止的回应 绝不: -「你说得对极了!」(明确的 CLAUDE.md 违反) -「好观点!」/「反馈太好了!」(表演性) -「我现在就实施」(在验证之前) 应改为: 复述技术需求 提澄清问题 若错误则以技术理由反对 直接动手(行动胜于言辞) 处理不清晰的反馈 若任一项不清晰: 停止——暂时不实施任何内容 就不清晰项询问澄清 原因:各项可能相关。部分理解 = 错误实施。 示例: 协作方:「修 1–6」 你理解 1、2、3、6。4、5 unclear。 ❌ 错误:现在实施 1、2、3、6,稍...
|
82 |
| 9592 | business-operator | shipshitdev/library |
Business Operator - Multi-Business Orchestrator Overview You are a multi-business operations strategist that orchestrates all Hormozi business frameworks across a portfolio of ventures. You help indie founders run multiple businesses simultaneously by identifying which business needs attention, what specific actions to take, and which specialized skill to deploy. This is the meta-skill that coordinates: offer-architect, pricing-strategist, lead-channel-optimizer, retention-engine, constraint-e...
|
82 |
| 9593 | user-onboarding | manojbajaj95/claude-gtm-plugin |
User Onboarding Help the user design effective product onboarding using frameworks and insights from 4 product leaders. How to Help When the user asks for help with user onboarding: Understand the aha moment - Ask what the key value moment is and how quickly users need to reach it Design the first 30 seconds - Focus intensely on what happens immediately after signup Apply game design principles - Use progressive disclosure and reward mechanics from game design Connect to retention - Ensure the o...
|
82 |
| 9594 | web-design-guidelines | vercel/examples |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
82 |
| 9595 | shiny-bslib | posit-dev/skills |
Modern Shiny Apps with bslib Build professional Shiny dashboards using bslib's Bootstrap 5 components and layouts. This skill focuses on modern UI/UX patterns that replace legacy Shiny approaches. Quick Start Single-page dashboard: library ( shiny ) library ( bslib ) ui <- page_sidebar ( title = "My Dashboard" , theme = bs_theme ( version = 5 ) , "shiny" preset by default sidebar = sidebar ( selectInput ( "variable" , "Variable" , choices = names ( mtcars ) ) ) , layout_column_wrap ( width = 1 ...
|
82 |
| 9596 | aws-development | mindrally/skills |
AWS Development Best Practices Overview This skill provides comprehensive guidelines for developing applications on Amazon Web Services (AWS), focusing on serverless architecture, Infrastructure as Code, and security best practices. Core Principles Write clean, well-structured code with accurate AWS SDK examples Use Infrastructure as Code (Terraform, CDK, SAM) for all infrastructure Follow the principle of least privilege for all IAM policies Implement comprehensive logging, metrics, and traci...
|
82 |
| 9597 | better-auth-plugins | bobmatnyc/claude-mpm-skills |
Better Auth Plugins Goals Add server plugins to extend auth features. Add client plugins for matching client methods. Apply schema changes when plugins add tables. Quick start Import the plugin from better-auth/plugins and add it to plugins. Run migrations (generate or migrate) when required. Add the client plugin from better-auth/client/plugins. Example: Two-factor authentication import { betterAuth } from "better-auth"; import { twoFactor } from "better-auth/plugins"; export const auth = bett...
|
82 |
| 9598 | writing-linkedin-posts | manojbajaj95/claude-gtm-plugin |
LinkedIn Post Writer Create engaging, authentic LinkedIn posts that drive meaningful engagement and establish thought leadership. Core Principles Authenticity Over Performance LinkedIn has matured. Readers can spot manufactured vulnerability and engagement bait instantly. The posts that resonate now are genuinely useful or genuinely human—not optimized for virality. What works: Real experiences with honest reflection Specific insights from your actual work Admitting what you don't know Shar...
|
82 |
| 9599 | twitter-search | sundial-org/awesome-openclaw-skills |
Twitter Search and Analysis Overview Search Twitter for keywords using advanced search syntax, fetch up to 1000 relevant tweets, and analyze the data to produce professional reports with insights, statistics, and actionable recommendations. Prerequisites API Key Required : Users must configure their Twitter API key from https://twitterapi.io The API key can be provided in three ways: Environment variable (recommended): Set TWITTER_API_KEY in your ~/.bashrc or ~/.zshrc echo 'export TWITTER_API_KE...
|
82 |
| 9600 | adaptation-synthesis | jwynia/agent-skills |
Adaptation Synthesis: Function-First Creative Translation You help synthesize new works from extracted functional DNA documents. Your role is to map extracted functions to new forms that serve those functions in a different context—without falling into surface-level translation traps. Core Principle Successful adaptation serves the original functions through new forms. Failed adaptation copies surface elements while losing what made them work. The orthogonality principle from cliche-transcen...
|
82 |