███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 851 | orca-cli | stablyai/orca |
Orca CLI Use this skill when the task should go through Orca's control plane rather than directly through git , shell PTYs, or ad hoc filesystem access. When To Use Use orca for: worktree orchestration inside a running Orca app updating the current worktree comment with meaningful progress checkpoints reading and replying to Orca-managed terminals stopping or waiting on Orca-managed terminals accessing repos known to Orca Do not use orca when plain shell tools are simpler and Orca state does not...
|
13.2K |
| 852 | taste-design | google-labs-code/stitch-skills |
Stitch Design Taste — Semantic Design System Skill Overview This skill generates DESIGN.md files optimized for Google Stitch screen generation. It translates the battle-tested anti-slop frontend engineering directives into Stitch's native semantic design language — descriptive, natural-language rules paired with precise values that Stitch's AI agent can interpret to produce premium, non-generic interfaces. The generated DESIGN.md serves as the single source of truth for prompting Stitch to gener...
|
13.1K |
| 853 | tailwind-css-patterns | giuseppe-trisciuoglio/developer-kit |
Tailwind CSS Development Patterns Expert guide for building modern, responsive user interfaces with Tailwind CSS utility-first framework. Covers v4.1+ features including CSS-first configuration, custom utilities, and enhanced developer experience. When to Use Styling React/HTML components with utility classes Building responsive layouts with breakpoints Implementing flexbox and grid layouts Managing spacing, colors, and typography Creating custom design systems Optimizing for mobile-first desi...
|
13.1K |
| 854 | dotnet-best-practices | github/awesome-copilot |
.NET/C Best Practices Your task is to ensure .NET/C code in ${selection} meets the best practices specific to this solution/project. This includes: Documentation & Structure Create comprehensive XML documentation comments for all public classes, interfaces, methods, and properties Include parameter descriptions and return value descriptions in XML comments Follow the established namespace structure: {Core|Console|App|Service}.{Feature} Design Patterns & Architecture Use primary constructor synta...
|
13.1K |
| 855 | hallmark | nutlope/hallmark |
Hallmark A design skill for AI coding assistants. Makes the UIs they generate look made, not generated. Hallmark is opinionated, short, and boring on purpose. It encodes a tight set of rules — drawn from the consensus of the anti-AI-slop design field (impeccable, kami, Anthropic's frontend-design skill, taste-skill, the Claude cookbook on frontend aesthetics, and the 2026 "tactile rebellion" movement) — and refuses to let the model fall back to the defaults every LLM was trained on. The differen...
|
13.1K |
| 856 | prisma-client-api | prisma/skills |
Prisma Client API Reference Complete API reference for Prisma Client. This skill provides guidance on model queries, filtering, relations, and client methods for Prisma ORM 7.x. When to Apply Reference this skill when: Writing database queries with Prisma Client Performing CRUD operations (create, read, update, delete) Filtering and sorting data Working with relations Using transactions Configuring client options Rule Categories by Priority Priority Category Impact Prefix 1 Client Construction H...
|
13K |
| 857 | landing-page-design | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a hero image belt app run falai/flux-dev-lora --input '{ "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing phot...
|
12.9K |
| 858 | expo ui swiftui | expo/skills |
The instructions in this skill apply to SDK 55 only. For other SDK versions, refer to the Expo UI SwiftUI docs for that version for the most accurate information. Installation npx expo install @expo/ui A native rebuild is required after installation ( npx expo run:ios ). Instructions Expo UI's API mirrors SwiftUI's API. Use SwiftUI knowledge to decide which components or modifiers to use. Components are imported from @expo/ui/swift-ui , modifiers from @expo/ui/swift-ui/modifiers . When about to ...
|
12.9K |
| 859 | sql-optimization | github/awesome-copilot |
SQL Performance Optimization Assistant Expert SQL performance optimization for ${selection} (or entire project if no selection). Focus on universal SQL optimization techniques that work across MySQL, PostgreSQL, SQL Server, Oracle, and other SQL databases. 🎯 Core Optimization Areas Query Performance Analysis -- ❌ BAD: Inefficient query patterns SELECT * FROM orders o WHERE YEAR ( o . created_at ) = 2024 AND o . customer_id IN ( SELECT c . id FROM customers c WHERE c . status = 'active' ) ; -- ✅ ...
|
12.9K |
| 860 | async-python-patterns | wshobson/agents |
Async Python Patterns Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems. When to Use This Skill Building async web APIs (FastAPI, aiohttp, Sanic) Implementing concurrent I/O operations (database, file, network) Creating web scrapers with concurrent requests Developing real-time applications (WebSocket servers, chat systems) Processing multiple independent t...
|
12.9K |
| 861 | microsoft-docs | github/awesome-copilot |
Microsoft Docs Tools Tool Use For microsoft_docs_search Find documentation—concepts, guides, tutorials, configuration microsoft_docs_fetch Get full page content (when search excerpts aren't enough) When to Use Understanding concepts — "How does Cosmos DB partitioning work?" Learning a service — "Azure Functions overview", "Container Apps architecture" Finding tutorials — "quickstart", "getting started", "step-by-step" Configuration options — "App Service configuration settings" Limits & quotas —...
|
12.9K |
| 862 | smart-search | jackwener/opencli |
智能搜索路由器 根据话题和场景,将查询路由到最佳的 opencli 搜索源。此 skill 的核心目标不是记忆命令,而是先定位数据源,再让 Agent 通过 opencli 自己读取实时帮助,避免文档漂移。 强制预检 每次使用前,必须先做下面两步: 运行 opencli list -f yaml 用 live registry 确认候选站点是否存在,并检查 strategy 、 browser 、 domain 选定站点后,必须再做下面两步: 运行 opencli <site> -h 查看该站点有哪些子命令 若已锁定某个子命令,再运行 opencli <site> <command> -h 查看参数、输出列、策略 不要在 skill 文档里硬编码参数或假设命令签名;以 opencli ... -h 的实时输出为准。 主路由规则 只使用这一条规则,不再维护多套优先级: 当用户明确指定网站、平台或数据源时,直接使用对应网站。 当用户没有指定网站时,优先只选择一个 AI 源: grok 、 doubao 、 gemini 三选一。 当 AI 返回内容不足、缺少原始数据、需要权威佐证或需要垂直...
|
12.9K |
| 863 | ai-elements | vercel/ai-elements |
AI Elements AI Elements is a component library and custom registry built on top of shadcn/ui to help you build AI-native applications faster. It provides pre-built components like conversations, messages and more. Installing AI Elements is straightforward and can be done in a couple of ways. You can use the dedicated CLI command for the fastest setup, or integrate via the standard shadcn/ui CLI if you've already adopted shadcn's workflow. IMPORTANT: Run all CLI commands using the project's packa...
|
12.9K |
| 864 | cloudflare-email-service | cloudflare/skills |
Cloudflare Email Service Your knowledge of the Cloudflare Email Service, Email Routing or Email Sending may be outdated. Prefer retrieval over pre-training for any Cloudflare Email Service task. Cloudflare Email Service lets you send transactional emails and route incoming emails, all within the Cloudflare platform. Your knowledge of this product may be outdated — it launched in 2025 and is evolving rapidly. Prefer retrieval over pre-training for any Email Service task. If there is any discrepan...
|
12.9K |
| 865 | fireworks-tech-graph | yizhiyanhua-ai/fireworks-tech-graph |
Fireworks Tech Graph Generate production-quality SVG technical diagrams exported as PNG via rsvg-convert . Install Source Install this skill from GitHub: npx skills add yizhiyanhua-ai/fireworks-tech-graph Public package page: https://www.npmjs.com/package/@yizhiyanhua-ai/fireworks-tech-graph Do not pass @yizhiyanhua-ai/fireworks-tech-graph directly to skills add , because the CLI expects a GitHub or local repository source. Update command: npx skills add yizhiyanhua-ai/fireworks-tech-graph --for...
|
12.8K |
| 866 | dbs | dontbesilent2025/dbskill |
dbs:商业工具箱 你是 dontbesilent 商业工具箱的入口。你的唯一任务是:搞清楚用户需要什么,然后把他路由到正确的 skill。 你不做诊断,不做分析,不给建议。你只做路由。 路由表 用户意图信号 路由到 一句话说明 想从多个视角讨论、说"帮我想想"、"听听不同观点"、"几个人讨论一下" /dbs-chatroom 定向聊天室,推荐或指定专家多角色讨论 带着具体商业问题、想看商业模式、说"我有个问题" /dbs-diagnosis 商业模式诊断,消解问题优先于回答问题 想找对标、想模仿谁、说"我该学谁" /dbs-benchmark 对标分析,五重过滤排除一切噪音 选题通过了想知道怎么做内容、说"这个内容怎么做" /dbs-content 内容创作诊断,五维检测 有短视频文案想优化开头、说"开头怎么写" /dbs-hook 短视频开头优化,诊断 + 生成方案 想起小红书标题、说"帮我起个标题"、要写标题 /dbs-xhs-title 小红书标题公式,75 个验证过的爆款公式匹配 发来文案问有没有 AI 味、说"检测一下" /dbs-ai-check AI 写作特征识别,只诊...
|
12.8K |
| 867 | apify-ultimate-scraper | apify/agent-skills |
AI-driven data extraction from 55+ Actors across all major platforms. This skill automatically selects the best Actor for your task. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Understand user goal and select Actor - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask use...
|
12.7K |
| 868 | openapi-spec-generation | wshobson/agents |
No SKILL.md available for this skill. View on GitHub
|
12.7K |
| 869 | tavily-best-practices | tavily-ai/skills |
Tavily Tavily is a search API designed for LLMs, enabling AI applications to access real-time web data. Installation Python: pip install tavily-python JavaScript: npm install @tavily/core See references/sdk.md for complete SDK reference. Client Initialization from tavily import TavilyClient Uses TAVILY_API_KEY env var (recommended) client = TavilyClient ( ) With project tracking (for usage organization) client = TavilyClient ( project_id = "your-project-id" ) Async client for parallel queries ...
|
12.7K |
| 870 | github-issues | github/awesome-copilot |
GitHub Issues Manage GitHub issues using the @modelcontextprotocol/server-github MCP server. Available Tools MCP Tools (read operations) Tool Purpose mcp__github__issue_read Read issue details, sub-issues, comments, labels (methods: get, get_comments, get_sub_issues, get_labels) mcp__github__list_issues List and filter repository issues by state, labels, date mcp__github__search_issues Search issues across repos using GitHub search syntax mcp__github__projects_list List projects, project fields,...
|
12.7K |
| 871 | character-design-sheet | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Character Design Sheet Create consistent characters across multiple AI-generated images via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
12.6K |
| 872 | product-photography | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Product Photography Create professional product images with AI via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Clean studio packshot belt app run bytedance/seedream-4-5 --input '{ "prompt": "professional product photography, single premium wireless headphone on clean white background, soft studio lighting with subtle shadow, commercial e-commerce style, sharp focus, 4K quality", "size": ...
|
12.6K |
| 873 | china-stock-analysis | sugarforever/01coder-agent-skills |
China Stock Analysis Skill 基于价值投资理论的中国A股分析工具,面向低频交易的普通投资者。 When to Use 当用户请求以下操作时调用此skill: 分析某只A股股票 筛选符合条件的股票 对比多只股票或行业内股票 计算股票估值或内在价值 查看股票的财务健康状况 检测财务异常风险 Prerequisites Python环境要求 pip install akshare pandas numpy 依赖检查 在执行任何分析前,先检查akshare是否已安装: python -c "import akshare; print(akshare.__version__)" 如果未安装,提示用户安装: pip install akshare Core Modules 1. Stock Screener (股票筛选器) 筛选符合条件的股票 2. Financial Analyzer (财务分析器) 个股深度财务分析 3. Industry Comparator (行业对比) 同行业横向对比分析 4. Valuation Calculat...
|
12.6K |
| 874 | gemini-watermark-remover | gargantuax/gemini-watermark-remover |
Gemini Watermark Remover Use the bundled runtime script for local file workflows. Prefer this Skill only after simpler end-user options have been considered: online tool: https://geminiwatermarkremover.io/ userscript this Skill If the user wants the simplest self-serve browser experience, send them to: https://geminiwatermarkremover.io/ If the watermark is not a known Gemini visible watermark, or this tool fails to remove it, suggest the general-purpose AI watermark remover: https://pilio.ai/ima...
|
12.6K |
| 875 | backtesting-frameworks | wshobson/agents |
Backtesting Frameworks Build robust, production-grade backtesting systems that avoid common pitfalls and produce reliable strategy performance estimates. When to Use This Skill Developing trading strategy backtests Building backtesting infrastructure Validating strategy performance Avoiding common backtesting biases Implementing walk-forward analysis Comparing strategy alternatives Core Concepts 1. Backtesting Biases Show more
|
12.6K |
| 876 | memory-merger | github/awesome-copilot |
Memory Merger You consolidate mature learnings from a domain's memory file into its instruction file, ensuring knowledge preservation with minimal redundancy. Use the todo list to track your progress through the process steps and keep the user informed. Scopes Memory instructions can be stored in two scopes: Global ( global or user ) - Stored in <global-prompts> ( vscode-userdata:/User/prompts/ ) and apply to all VS Code projects Workspace ( workspace or ws ) - Stored in <workspace-instructions>...
|
12.6K |
| 877 | playwright-explore-website | github/awesome-copilot |
Website Exploration for Testing Your goal is to explore the website and identify key functionalities. Specific Instructions Navigate to the provided URL using the Playwright MCP Server. If no URL is provided, ask the user to provide one. Identify and interact with 3-5 core features or user flows. Document the user interactions, relevant UI elements (and their locators), and the expected outcomes. Close the browser context upon completion. Provide a concise summary of your findings. Propose and g...
|
12.6K |
| 878 | code-review | supercent-io/skills-template |
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
|
12.5K |
| 879 | storyboard-creation | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Storyboard Creation Create visual storyboards with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a storyboard panel belt app run falai/flux-dev-lora --input '{ "prompt": "storyboard panel, wide establishing shot of a modern city skyline at sunset, cinematic composition, slightly desaturated colors, film still style, 16:9 aspect ratio", "width": 1248, "heigh...
|
12.5K |
| 880 | image-to-video | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Image to Video Convert still images to animated videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a still image belt app run falai/flux-dev-lora --input '{ "prompt": "serene mountain lake at sunset, snow-capped peaks reflected in still water, golden hour light, landscape photography", "width": 1248, "height": 832 }' Show more Installs – Repository infsh-skills/skills GitHub...
|
12.5K |
| 881 | youtube-thumbnail-design | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli YouTube Thumbnail Design Create high-CTR YouTube thumbnails with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
12.5K |
| 882 | app-store-screenshots | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli App Store Screenshots Create app store screenshots and preview videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
12.5K |
| 883 | competitor-teardown | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Competitor Teardown Structured competitive analysis with research and screenshots via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Research competitor landscape belt app run tavily/search-assistant --input '{ "query": "top project management tools comparison 2024 market share" }' Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Tr...
|
12.5K |
| 884 | expo ui jetpack compose | expo/skills |
The instructions in this skill apply to SDK 55 only. For other SDK versions, refer to the Expo UI Jetpack Compose docs for that version for the most accurate information. Installation npx expo install @expo/ui A native rebuild is required after installation ( npx expo run:android ). Instructions Expo UI's API mirrors Jetpack Compose's API. Use Jetpack Compose and Material Design 3 knowledge to decide which components or modifiers to use. If you need deeper Jetpack Compose or Material 3 guidance ...
|
12.5K |
| 885 | microsoft-code-reference | github/awesome-copilot |
Microsoft Code Reference Tools Need Tool Example API method/class lookup microsoft_docs_search "BlobClient UploadAsync Azure.Storage.Blobs" Working code sample microsoft_code_sample_search query: "upload blob managed identity", language: "python" Full API reference microsoft_docs_fetch Fetch URL from microsoft_docs_search (for overloads, full signatures) Finding Code Samples Use microsoft_code_sample_search to get official, working examples: microsoft_code_sample_search(query: "upload file to ...
|
12.5K |
| 886 | fixing-metadata | ibelick/ui-skills |
No SKILL.md available for this skill. View on GitHub Installs 10.9K Repository ibelick/ui-skills GitHub Stars 1.8K First Seen Jan 22, 2026
|
12.5K |
| 887 | github-actions-templates | wshobson/agents |
GitHub Actions Templates Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications. Purpose Create efficient, secure GitHub Actions workflows for continuous integration and deployment across various tech stacks. When to Use Automate testing and deployment Build Docker images and push to registries Deploy to Kubernetes clusters Run security scans Implement matrix builds for multiple environments Common Workflow Patterns Pattern 1: Test Workflow name: ...
|
12.5K |
| 888 | nodejs-best-practices | sickn33/antigravity-awesome-skills |
Node.js Best Practices Principles and decision-making for Node.js development in 2025. Learn to THINK, not memorize code patterns. ⚠️ How to Use This Skill This skill teaches decision-making principles, not fixed code to copy. ASK user for preferences when unclear Choose framework/pattern based on CONTEXT Don't default to same solution every time 1. Framework Selection (2025) Decision Tree What are you building? │ ├── Edge/Serverless (Cloudflare, Vercel) │ └── Hono (zero-dependency, ultra-...
|
12.5K |
| 889 | nuget-manager | github/awesome-copilot |
NuGet Manager Overview This skill ensures consistent and safe management of NuGet packages across .NET projects. It prioritizes using the dotnet CLI to maintain project integrity and enforces a strict verification and restoration workflow for version updates. Prerequisites .NET SDK installed (typically .NET 8.0 SDK or later, or a version compatible with the target solution). dotnet CLI available on your PATH. jq (JSON processor) OR PowerShell (for version verification using dotnet package sear...
|
12.5K |
| 890 | data-storytelling | wshobson/agents |
Data Storytelling Transform raw data into compelling narratives that drive decisions and inspire action. When to Use This Skill Presenting analytics to executives Creating quarterly business reviews Building investor presentations Writing data-driven reports Communicating insights to non-technical audiences Making recommendations based on data Core Concepts 1. Story Structure Setup → Conflict → Resolution Show more
|
12.5K |
| 891 | web-accessibility | supercent-io/skills-template |
Web Accessibility (A11y) When to use this skill New UI Component Development : Designing accessible components Accessibility Audit : Identifying and fixing accessibility issues in existing sites Form Implementation : Writing screen reader-friendly forms Modals/Dropdowns : Focus management and keyboard trap prevention WCAG Compliance : Meeting legal requirements or standards Input Format Required Information Framework : React, Vue, Svelte, Vanilla JS, etc. Component Type : Button, Form, Modal, Dr...
|
12.4K |
| 892 | flue | sfkislev/flue |
Purpose Flue is a local automation layer for coding agents that need to operate real desktop software such as Photoshop, Premiere, Blender, Unity, Houdini, Illustrator, InDesign, Excel, PowerPoint, Word, and 3ds Max. Flue is not an MCP server. It is simpler. It is a Python package that exposes small shell-facing bridge commands. Those bridges execute code inside the target application's scripting runtime and return structured JSON back to the agent. agent shell -> Flue bridge -> app scripting ru...
|
12.4K |
| 893 | solidity-security | wshobson/agents |
Solidity Security Master smart contract security best practices, vulnerability prevention, and secure Solidity development patterns. When to Use This Skill Writing secure smart contracts Auditing existing contracts for vulnerabilities Implementing secure DeFi protocols Preventing reentrancy, overflow, and access control issues Optimizing gas usage while maintaining security Preparing contracts for professional audits Understanding common attack vectors Critical Vulnerabilities 1. Reentrancy Atta...
|
12.4K |
| 894 | dbs-content | dontbesilent2025/dbskill |
dbs-content:内容创作诊断 你是 dontbesilent 的内容创作诊断 AI。你的任务是帮用户把一个已经确认的选题,变成一个好内容。 你不帮人写内容。你帮人诊断内容该怎么做。 写是用户自己的事,你负责告诉他方向对不对、形式对不对、表达对不对。 前提:用户应该已经有一个明确的选题。 如果没有,先帮他理清楚想做什么内容。 核心哲学 原则 1:文字洁癖是底线 AI 写的内容被限流不是 AI 的问题,是用 AI 的人对文字没有洁癖。关心自己的文案有没有 AI 味的人很多,关心自己的文案好不好的人很少。英雄不问出处——内容好不好和是不是 AI 写的无关。 原则 2:自媒体的本质是精神控制 当我们滑动屏幕时,不仅是我们在选择内容,也是内容在塑造我们大脑的神经结构,重写我们的认知模式。封面和标题的本质是认知劫持——特定文字排列组合会触发特定神经机制。 原则 3:内容好坏 = 投入精力 × 对内容有正确理解 投入精力 ≠ 内容好。越是新手,越应该推高成本做内容,否则就会进入「内容差 → 没流量 → 以量取胜 → 内容更差」的死亡螺旋。 原则 4:先有产品后有内容 做内容之前,要确保你有产...
|
12.4K |
| 895 | workflow-automation | supercent-io/skills-template |
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
|
12.3K |
| 896 | video-ad-specs | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Video Ad Specs Create platform-specific video ads via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
12.3K |
| 897 | product-hunt-launch | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero...
|
12.3K |
| 898 | flutter-expert | jeffallan/claude-skills |
Flutter Expert Senior mobile engineer building high-performance cross-platform applications with Flutter 3 and Dart. When to Use This Skill Building cross-platform Flutter applications Implementing state management (Riverpod, Bloc) Setting up navigation with GoRouter Creating custom widgets and animations Optimizing Flutter performance Platform-specific implementations Core Workflow Setup — Scaffold project, add dependencies ( flutter pub get ), configure routing State — Define Riverpod provider...
|
12.3K |
| 899 | dbs-diagnosis | dontbesilent2025/dbskill |
dbs-diagnosis:商业模式诊断 你是 dontbesilent 的商业诊断 AI。 你的核心工作不是回答问题,是消解问题。 8000+ 人付费问过商业问题,其中只有 0.9% 真正被解答了,99.1% 是被消解掉的——因为问题本身是错的。 核心哲学(非谈判项) 公理 1:商业模式是独立于人的客观存在 商业模式是一台有固定 input 要求的机器,人只是喂料员。财富几乎是一个只关乎于商业模式的产物。要对「大佬」祛魅,但要对商业模式保持敬畏。 公理 2:商业模式决定人的道德 好的商业模式逼你做好人,坏的商业模式逼你做恶人。道德是商业模式的副产品。不要在坏的商业模式里做好人,要换商业模式。 公理 3:智力不直接变现,商业模式才变现 智商决定收入上限,商业模式决定收入下限。赚钱只需要执行力 + 商业模式,认知不是必要条件。 公理 4:流量不等于收入 只要商业模式好,赚多少钱和粉丝量没有关系。99% 的情况下,流量越大越不赚钱。 公理 5:定价即产品 定价本身就是产品设计。引流款和利润款的价格差最好是 10 倍(5-15 倍区间),否则不是两个产品。 公理 6:99% 的创业问题是心理...
|
12.3K |
| 900 | terraform-module-library | wshobson/agents |
Terraform Module Library Production-ready Terraform module patterns for AWS, Azure, GCP, and OCI infrastructure. Purpose Create reusable, well-tested Terraform modules for common cloud infrastructure patterns across multiple cloud providers. When to Use Build reusable infrastructure components Standardize cloud resource provisioning Implement infrastructure as code best practices Create multi-cloud compatible modules Establish organizational Terraform standards Module Structure Show more
|
12.3K |