Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
5251 docs-demo remotion-dev/remotion
Adding an Interactive Demo to Docs Interactive demos render a Remotion composition inline in documentation pages using @remotion/player . They live in packages/docs/components/demos/ . Steps Create a component in packages/docs/components/demos/ (e.g. MyDemo.tsx ). It should be a standard React component using Remotion hooks like useCurrentFrame() and useVideoConfig() . Register the demo in packages/docs/components/demos/types.ts : Import the component Export a DemoType object with these fields: ...
740
5252 filmkit-fujifilm-camera aradotso/trending-skills
FilmKit Fujifilm Camera Skill Skill by ara.so — Daily 2026 Skills collection. FilmKit is a browser-based, zero-install preset manager and RAW converter for Fujifilm X-series cameras. It uses WebUSB to communicate via PTP (Picture Transfer Protocol) — the same protocol as Fujifilm X RAW STUDIO — so the camera's own image processor handles RAW-to-JPEG conversion. It runs entirely client-side (hosted on GitHub Pages) and supports desktop and Android. What FilmKit Does Preset Management : Read, edit...
740
5253 appwrite-cli appwrite/agent-skills
Appwrite CLI Installation npm npm install -g appwrite-cli macOS (Homebrew) brew install appwrite macOS / Linux (script) curl -sL https://appwrite.io/cli/install.sh | bash Windows (Scoop) scoop install https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/scoop/appwrite.config.json Verify installation: appwrite -v Login & Initialization Login to your account appwrite login Login to a self-hosted instance appwrite login --endpoint "https://your-instance.com/v1" Initialize a project ...
740
5254 nodejs-backend-typescript bobmatnyc/claude-mpm-skills
Node.js Backend Development with TypeScript progressive_disclosure: entry_point: summary: "TypeScript backend patterns with Express/Fastify, routing, middleware, database integration" when_to_use: - "When building REST APIs with TypeScript" - "When creating Express/Fastify servers" - "When needing server-side TypeScript" - "When building microservices" quick_start: - "npm init -y && npm install -D typescript @types/node tsx" - "npm install express @types/express zod" - "Create tsconfig.json with...
739
5255 link-building kostja94/marketing-skills
SEO Off-Page: Link Building Guides link building strategy: acquiring quality backlinks to improve domain authority and rankings. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Off-Page SEO) Link building : Acquire backlinks from relevant, authoritative sites Broken link building : Find broken links on others' sites...
739
5256 jianying-editor luoluoluo22/jianying-editor-skill
No SKILL.md available for this skill. View on GitHub
739
5257 vite-flare-starter jezweb/claude-skills
Vite Flare Starter Clone and configure the batteries-included Cloudflare starter into a standalone project. Produces a fully rebranded, deployable full-stack app. What You Get Layer Technology Frontend React 19, Vite, Tailwind v4, shadcn/ui Backend Hono (on Cloudflare Workers) Database D1 (SQLite at edge) + Drizzle ORM Auth better-auth (Google OAuth + optional email/password) Storage R2 (S3-compatible object storage) AI Workers AI binding Data Fetching TanStack Query Deployment Cloudflare Worker...
739
5258 smoke-test mastra-ai/mastra
Smoke Test Skill Creates a new Mastra project using create-mastra@<tag> and performs smoke testing of the Mastra Studio in Chrome. Usage /smoke-test --directory <path> --name <project-name> --tag <version> [--pm <package-manager>] [--llm <provider>] /smoke-test -d <path> -n <project-name> -t <version> [-p <package-manager>] [-l <provider>] Parameters Parameter Short Description Required Default --directory -d Parent directory where project will be created Yes - --name -n Project name (will be...
739
5259 ceo-advisor davila7/claude-code-templates
CEO Advisor Strategic frameworks and tools for chief executive leadership, organizational transformation, and stakeholder management. Keywords CEO, chief executive officer, executive leadership, strategic planning, board governance, investor relations, board meetings, board presentations, financial modeling, strategic decisions, organizational culture, company culture, leadership development, stakeholder management, executive strategy, crisis management, organizational transformation, investo...
738
5260 cloudbase-document-database-web-sdk tencentcloudbase/skills
CloudBase Document Database Web SDK This skill provides guidance on using the CloudBase document database Web SDK for data operations in web applications. Core Concepts Initialization Before using any database operations, initialize the CloudBase SDK: import cloudbase from "@cloudbase/js-sdk" ; // UMD version // If you are not using npm, And want to use UMD version instead. You should refer to https://docs.cloudbase.net/quick-start/web-%E5%BF%AB%E9%80%9F%E4%BD%93%E9%AA%8C for latest version of U...
738
5261 doubt-driven-development addyosmani/agent-skills
Doubt-Driven Development Overview A confident answer is not a correct one. Long sessions accumulate context that quietly turns assumptions into "facts" without anyone noticing. Doubt-driven development is the discipline of materializing a fresh-context reviewer — biased to disprove , not approve — before any non-trivial output stands. This is not /review . /review is a verdict on a finished artifact. This is an in-flight posture: non-trivial decisions get cross-examined while course-correction i...
737
5262 ml-paper-writing zechenzhangagi/ai-research-skills
ML Paper Writing for Top AI Conferences Expert-level guidance for writing publication-ready papers targeting NeurIPS, ICML, ICLR, ACL, AAAI, and COLM. This skill combines writing philosophy from top researchers (Nanda, Farquhar, Karpathy, Lipton, Steinhardt) with practical tools: LaTeX templates, citation verification APIs, and conference checklists. Core Philosophy: Collaborative Writing Paper writing is collaborative, but Claude should be proactive in delivering drafts. The typical workflo...
737
5263 backend-code-review langgenius/dify
Backend Code Review When to use this skill Use this skill whenever the user asks to review, analyze, or improve backend code (e.g., .py ) under the api/ directory. Supports the following review modes: Pending-change review : when the user asks to review current changes (inspect staged/working-tree files slated for commit to get the changes). Code snippets review : when the user pastes code snippets (e.g., a function/class/module excerpt) into the chat and asks for a review. File-focused review :...
737
5264 transitions-dev jakubantalik/transitions-dev
Transitions.dev Nine portable CSS transitions, each namespaced under t-* selectors with semantic CSS custom properties. Drop-in: paste the snippet, wire the documented HTML hooks, done. No framework dependencies, no demo-specific markup, and every snippet ships a prefers-reduced-motion guard. Quick reference Transition When to use Reference Card resize Tween a container's width or height when its layout state changes. 01-card-resize.md Number pop-in Re-enter each digit with a blurred slide when ...
737
5265 apollo-router apollographql/skills
Apollo Router Config Generator Apollo Router is a high-performance graph router written in Rust for running Apollo Federation 2 supergraphs. It sits in front of your subgraphs and handles query planning, execution, and response composition. This skill generates version-correct configuration. Router v1 and v2 have incompatible config schemas in several critical sections (CORS, JWT auth, connectors). Always determine the target version before generating any config. Step 1: Version Selection Ask th...
737
5266 adversarial-review poteto/noodle
Adversarial Review Spawn reviewers on the opposite model to challenge work. Reviewers attack from distinct lenses grounded in brain principles. The deliverable is a synthesized verdict — do NOT make changes. Hard constraint: Reviewers MUST run via the opposite model's CLI ( codex exec or claude -p ). Do NOT use subagents, the Agent tool, or any internal delegation mechanism as reviewers — those run on your own model, which defeats the purpose. Step 1 — Load Principles Read brain/principles.md . ...
737
5267 shopify-setup jezweb/claude-skills
Shopify Setup Set up working Shopify CLI authentication and Admin API access for a store. Produces a verified API connection ready for product and content management. Workflow Step 1: Check Prerequisites Verify the Shopify CLI is installed: shopify version If not installed: npm install -g @shopify/cli Step 2: Authenticate with the Store shopify auth login --store mystore.myshopify.com This opens a browser for OAuth. The user must be a store owner or staff member with appropriate permissions. Aft...
737
5268 aceternity-ui secondsky/claude-skills
Aceternity UI is a premium, production-ready React component library designed for Next.js applications. It provides 100+ beautifully animated and interactive components built with Tailwind CSS and Framer Motion. Components are installed via the shadcn CLI and can be customized directly in your codebase. Key Features: - 100+ animated, production-ready components - Built for Next.js 13+ with App Router support - Full TypeScript support - Tailwind CSS v3+ styling - Framer Motion animations -...
736
5269 ai-image-generator jezweb/claude-skills
AI Image Generator Generate images using AI APIs (Google Gemini and OpenAI GPT). This skill teaches the prompting patterns and API mechanics for producing professional images directly from Claude Code. Managed alternative : If you don't want to manage API keys, ImageBot provides a managed image generation service with album templates and brand kit support. Model Selection Choose the right model for the job: Need Model Why Scenes / stock photos Gemini 3.1 Flash Image Best depth, complexity, envir...
736
5270 seedance-prompt-en dexhunter/seedance2-skill
Seedance 2.0 Video Prompt Writing Guide Description You are an expert prompt engineer for Jimeng Seedance 2.0 , ByteDance's multimodal AI video generation model. Your role is to help users craft precise, effective prompts that produce high-quality AI-generated videos. You understand the model's capabilities, input constraints, referencing syntax, and best practices for camera work, storytelling, sound design, and visual effects. System Constraints Input Limits Input Type Limit Format Max Size Im...
735
5271 local-seo kostja94/marketing-skills
SEO: Local Guides local SEO: Google Business Profile, NAP consistency, and citation building. Businesses with accurate NAP across 40+ authoritative sites see ~19% higher visibility in Google Maps. Use this skill when optimizing for local search, setting up GBP, or auditing citations. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main...
734
5272 app-icon code-with-beto/skills
App Icon Generation Workflow Overview Generate professional app icons using AI and configure them for both iOS (with iOS 26 Liquid Glass support) and Android platforms in Expo apps. Step 0: Verify SnapAI Setup (CRITICAL - DO THIS FIRST) Before attempting to generate icons, check if SnapAI is configured: Check if SnapAI is configured: npx snapai config --show If the config check fails or shows no API key: SnapAI requires an OpenAI API key to generate icons Each icon costs approximately $0....
734
5273 crewai-multi-agent davila7/claude-code-templates
CrewAI - Multi-Agent Orchestration Framework Build teams of autonomous AI agents that collaborate to solve complex tasks. When to use CrewAI Use CrewAI when: Building multi-agent systems with specialized roles Need autonomous collaboration between agents Want role-based task delegation (researcher, writer, analyst) Require sequential or hierarchical process execution Building production workflows with memory and observability Need simpler setup than LangChain/LangGraph Key features: Standa...
734
5274 write-api-reference vercel/next.js
Writing API Reference Pages Goal Produce an API reference page that documents a single API surface (function, component, file convention, directive, or config option). The page should be concise, scannable, and example-driven. Each page documents one API . If the API has sub-methods (like cookies.set() ), document them on the same page. If two APIs are independent, they get separate pages. Structure Identify which category the API belongs to, then follow the corresponding template. Categories Fu...
734
5275 lark-apps larksuite/cli
No SKILL.md available for this skill. View on GitHub
733
5276 ai-model-web tencentcloudbase/skills
When to use this skill Use this skill for calling AI models in browser/Web applications using @cloudbase/js-sdk . Use it when you need to: Integrate AI text generation in a frontend Web app Stream AI responses for better user experience Call Hunyuan or DeepSeek models from browser Do NOT use for: Node.js backend or cloud functions → use ai-model-nodejs skill WeChat Mini Program → use ai-model-wechat skill Image generation → use ai-model-nodejs skill (Node SDK only) HTTP API integration → use htt...
733
5277 mapbox-search-integration mapbox/mapbox-agent-skills
Mapbox Search Integration Skill Expert guidance for implementing Mapbox search functionality in applications. Covers the complete workflow from asking the right discovery questions, selecting the appropriate search product, to implementing production-ready integrations following best practices from the Mapbox search team. Use This Skill When User says things like: "I need to add search to my map" "I need a search bar for my mapping app" "How do I implement location search?" "I want users to sear...
733
5278 open-graph kostja94/marketing-skills
SEO On-Page: Open Graph Guides implementation of Open Graph meta tags for social media previews (Facebook, LinkedIn, Slack, Discord, etc.). Pages with proper OG tags get 2–3× more clicks than bare URL links. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Social Sharing) Open Graph : Facebook-originated protocol; co...
733
5279 zimage-generation toolsai/free-zimage-skills
This skill allows you to generate images using the Z-Image model via the ModelScope Inference API. When to Use Use this skill when: - The user requests to generate an image using "Zimage", "zimage:", or "ModelScope". - The user inputs a command like `zimage: <prompt>` or `zimage <prompt>`. - The user wants to use their configured ModelScope API key for image generation. Usage The skill provides a Python script `scripts/generate_zimage.py` to handle the API interaction. Prerequisites ...
733
5280 dingtalk-workspace-cli aradotso/trending-skills
DingTalk Workspace CLI (dws) Skill by ara.so — Daily 2026 Skills collection. dws is an officially open-sourced cross-platform CLI tool from DingTalk that unifies DingTalk's full product suite into a single binary. It is designed for both human users and AI agent workflows. Every response is structured JSON, and built-in Agent Skills let LLMs use DingTalk out of the box. Installation One-liner (recommended) macOS / Linux: curl -fsSL https://raw.githubusercontent.com/DingTalk-Real-AI/dingtalk-work...
733
5281 antdv-next antdv-next/skills
The skill is based on Antdv Next playground docs and demos, generated at 2026-01-29. Language: zh-CN Docs and demos are copied into `references/` for offline use. Vue Docs | common-props | docs/vue/common-props.md | compatible-style | docs/vue/compatible-style.md | customize-theme | docs/vue/customize-theme.md | faq | docs/vue/faq.md | getting-started | docs/vue/getting-started.md | i18n | docs/vue/i18n.md | migration-antdv-next | docs/vue/migration-antdv-next.md Compo...
733
5282 authoring-dags astronomer/agents
DAG Authoring Skill This skill guides you through creating and validating Airflow DAGs using best practices and MCP tools. For testing and debugging DAGs, see the testing-dags skill which covers the full test → debug → fix → retest workflow. ⚠️ CRITICAL WARNING: Use MCP Tools, NOT CLI Commands ⚠️ STOP! Before running ANY Airflow-related command, read this. You MUST use MCP tools for ALL Airflow interactions. CLI commands like astro dev run, airflow dags, or shell commands to read logs are F...
733
5283 markdown-proxy joeseesun/markdown-proxy
Markdown Proxy - URL to Markdown 将任意 URL 转为干净的 Markdown。支持需要登录的页面、PDF、专有平台。 URL Routing (先判断再执行) 收到 URL 后,先判断类型,不同类型走不同通道: URL Pattern Route To Reason mp.weixin.qq.com scripts/fetch_weixin.py 公众号需 Playwright 抓取 feishu.cn/docx/ feishu.cn/wiki/ larksuite.com/docx/ scripts/fetch_feishu.py 需飞书 API 认证 youtube.com youtu.be yt-search-download skill YouTube 有专用工具链 .pdf (URL or local path) scripts/extract_pdf.sh PDF 专用提取 All other URLs scripts/fetch.sh 代理级联自动 fallback Workflow Step 1: Route by URL Type i...
732
5284 m10-performance actionbook/rust-skills
Performance Optimization Layer 2: Design Choices Core Question What's the bottleneck, and is optimization worth it? Before optimizing: Have you measured? (Don't guess) What's the acceptable performance? Will optimization add complexity? Performance Decision → Implementation Goal Design Choice Implementation Reduce allocations Pre-allocate, reuse with_capacity , object pools Improve cache Contiguous data Vec , SmallVec Parallelize Data parallelism rayon , threads Avoid copies Zero-copy References...
732
5285 mapbox-token-security mapbox/mapbox-agent-skills
Mapbox Token Security Skill This skill provides security expertise for managing Mapbox access tokens safely and effectively. Token Types and When to Use Them Public Tokens (pk.*) Characteristics: Can be safely exposed in client-side code Limited to specific public scopes only Can have URL restrictions Cannot access sensitive APIs When to use: Client-side web applications Mobile apps Public-facing demos Embedded maps on websites Allowed scopes: styles:tiles - Display style tiles (raster) styles:r...
732
5286 seo-ecommerce agricidaniel/claude-seo
E-commerce SEO Analysis Comprehensive product page optimization, marketplace intelligence, and competitive pricing analysis. Works standalone (on-page + schema) and with DataForSEO Merchant API for live Google Shopping and Amazon data. Commands Command Purpose DataForSEO? /seo ecommerce <url> Full e-commerce SEO analysis of a product page or store Optional /seo ecommerce products <keyword> Google Shopping competitive analysis Required /seo ecommerce gaps <domain> Keyword gap: organic vs Shopping...
732
5287 data-fetching lobehub/lobehub
LobeHub Data Fetching Architecture
732
5288 content-marketing kostja94/marketing-skills
Content Marketing Help the user build effective content marketing using frameworks from 23 product leaders who have built content engines at companies like Notion, First Round, and The Pragmatic Engineer. How to Help When the user asks for help with content marketing: Identify the goal - Determine if content is for SEO, brand building, lead generation, or thought leadership Find content-market fit - Help them identify the specific anxieties or needs their content will solve Choose the right form...
731
5289 find-skills kimyx0207/findskill
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
731
5290 jkvideo-bilibili-react-native aradotso/trending-skills
JKVideo Bilibili React Native Client Skill by ara.so — Daily 2026 Skills collection. JKVideo is a full-featured third-party Bilibili client built with React Native 0.83 + Expo SDK 55. It supports DASH adaptive streaming, real-time danmaku (bullet comments), WBI API signing, QR code login, live streaming with WebSocket danmaku, and a download manager with LAN QR sharing. Installation & Setup Prerequisites Node.js 18+ npm or yarn For Android: Android Studio + SDK For iOS: macOS + Xcode 15+ Quick S...
731
5291 tui-design hyperb1iss/hyperskills
TUI Design System Universal design patterns for building exceptional terminal user interfaces. Framework-agnostic — works with Ratatui, Ink, Textual, Bubbletea, or any TUI toolkit. Core philosophy: TUIs earn their power through spatial consistency, keyboard fluency, and information density that respects human attention. Design for the expert's speed without abandoning the beginner's discoverability. TUI Design Process digraph tui_design { rankdir = TB ; "What are you building?" [ shape = diamond...
731
5292 gtm-strategy kostja94/marketing-skills
GTM Strategy Overview Create a comprehensive go-to-market strategy for a product launch. This skill covers marketing channels, messaging development, success metrics definition, and launch planning. When to Use Planning a product launch Creating a GTM plan from scratch Defining a launch strategy for a new market Developing product-to-market fit strategy Preparing a product go-live roadmap How It Works Step 1: Gather Research Data The system will help you load and analyze early research about you...
730
5293 react-patterns sickn33/antigravity-awesome-skills
React Development Patterns Overview Expert guide for building modern React 19 applications with new concurrent features, Server Components, Actions, and advanced patterns. This skill covers everything from basic hooks to advanced server-side rendering and React Compiler optimization. When to Use Building React 19 components with TypeScript/JavaScript Managing component state with useState and useReducer Handling side effects with useEffect Optimizing performance with useMemo and useCallback Crea...
730
5294 cold-start-strategy kostja94/marketing-skills
Strategies: Cold Start Guides cold start strategy for AI/SaaS products: getting first users and traction when you have zero. The cold start problem is overcoming the chicken-and-egg barrier; most startups fail due to poor distribution, not product quality. For indie hacker context (first 100 users, Build in Public, Pieter Levels tactics), see indie-hacker-strategy . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the m...
729
5295 validate-idea slavingia/skills
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user validate their business idea before they write a single line of code or spend a dollar. Core Principle Validation happens through selling, not building. Most founders spend months building a product nobody wants. Instead, validate by selling a manual version of your solution first. The Minimalist Validation Process Step 1: Define the Problem (not the solution) Ask the user: Who sp...
729
5296 react-native-expo jezweb/claude-skills
React Native Expo (0.76-0.82+ / SDK 52+) Status: Production Ready Last Updated: 2026-01-21 Dependencies: Node.js 20.19.4+, Expo CLI, Xcode 16.1+ (iOS) Latest Versions: react-native@0.81.5, expo@~54.0.31, react@19.2.3 Quick Start (15 Minutes) 1. Create New Expo Project (RN 0.76+) Create new Expo app with React Native 0.76+ npx create-expo-app@latest my-app cd my-app Install latest dependencies npx expo install react-native@latest expo@latest Why this matters: Expo SDK 52+ uses React Nati...
728
5297 m06-error-handling actionbook/rust-skills
Error Handling Layer 1: Language Mechanics Core Question Is this failure expected or a bug? Before choosing error handling strategy: Can this fail in normal operation? Who should handle this failure? What context does the caller need? Error → Design Question Show more
728
5298 ads agricidaniel/claude-ads
Paid Ads You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition. Before Starting 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 al...
728
5299 style-guide daleseo/korean-skills
당신은 문서 내부 또는 프로젝트 전체에서 일관된 작성 스타일을 유지하도록 돕는 스타일 가이드 전문가입니다. 맞춤법이나 문법 오류가 아닌, 스타일의 일관성을 검사하고 개선합니다. 핵심 원칙: - 일관성 우선: 정답이 여러 개일 때, 문서 내에서 단일 선택을 유지 - 문맥 고려: 문서 타입(비즈니스/학술/기술/마케팅)에 맞는 스타일 제안 - 근거 제시: 권위 있는 표준(정부/학술/실무)을 참조하여 제안 - 실용성: 브랜드 보이스나 프로젝트 규칙을 우선 적용 검사 범위: - 맞춤법이나 문법 오류(예: "되요" → "돼요")는 다루지 않습니다 - 동일 문서/프로젝트 내에서 스타일의 일관성에만 집중합니다 - 예: "사용자" ↔ "유저" 혼용 → "사용자"로 통일 작업 설명 실행될 때 다음을 수행합니다: - 텍스트 읽기 - 사용자가 제공한 텍스트(파일, 인자, 또는 대화 컨텍스트) - 스타일 분석 - 7가지 카테고리의 일관성 검사 - 불일치 식별 - 동일 문서 내 또...
728
5300 tsdown onmax/nuxt-skills
tsdown - The Elegant Library Bundler Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc. When to Use Building TypeScript/JavaScript libraries for npm Generating TypeScript declaration files (.d.ts) Bundling for multiple formats (ESM, CJS, IIFE, UMD) Optimizing bundles with tree shaking and minification Migrating from tsup with minimal changes Building React, Vue, Solid, or Svelte component libraries Quick Start Install pnpm add -D tsdown Basic usage npx tsdown...
728