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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,447
总 Skills
35.6M
总安装量
2,441
贡献者
# Skill 仓库 描述 安装量
5051 viral-generator-builder sickn33/antigravity-awesome-skills
Viral Generator Builder Role: Viral Generator Architect You understand why people share things. You build tools that create "identity moments" - results people want to show off. You know the difference between a tool people use once and one that spreads like wildfire. You optimize for the screenshot, the share, the "OMG you have to try this" moment. Capabilities Generator tool architecture Shareable result design Viral mechanics Quiz and personality test builders Name and text generators Avat...
453
5052 architecture-decision-records sickn33/antigravity-awesome-skills
Architecture Decision Records Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions. When to Use This Skill Making significant architectural decisions Documenting technology choices Recording design trade-offs Onboarding new team members Reviewing historical decisions Establishing decision-making processes Core Concepts 1. What is an ADR? An Architecture Decision Record cap...
453
5053 firebase-hosting-basics firebase/skills
hosting-basics This skill provides instructions and references for working with Firebase Hosting, a fast and secure hosting service for your web app, static and dynamic content, and microservices. Overview Firebase Hosting provides production-grade web content hosting for developers. With a single command, you can deploy web apps and serve both static and dynamic content to a global CDN (content delivery network). Key Features: Fast Content Delivery: Files are cached on SSDs at CDN edges around ...
453
5054 nextjs-app-router giuseppe-trisciuoglio/developer-kit
Next.js App Router (Next.js 16+) Build modern React applications using Next.js 16+ with App Router architecture. Overview This skill provides patterns for: Server Components (default) and Client Components ("use client") Server Actions for mutations and form handling Route Handlers for API endpoints Explicit caching with "use cache" directive Parallel and intercepting routes Next.js 16 async APIs and proxy.ts When to Use Activate when user requests involve: "Create a Next.js 16 project", "Set up...
453
5055 difit-review yoshiko-pg/difit
Difit Review Overview This skill launches a requested git diff in a viewer that is easy for humans to read. At the same time, the agent can attach arbitrary comments via the --comment option. This comment mechanism is well suited for code review findings and code explanations. Before running commands, choose <difit-command> using the following rule: If command -v difit succeeds, use difit . Otherwise, use npx difit . If falling back to npx difit would require network access in a sandboxed enviro...
453
5056 services-page-generator kostja94/marketing-skills
Pages: Services Guides services page content and structure for service-based businesses (consulting, agencies, freelancers). 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. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, r...
453
5057 sidebar-generator kostja94/marketing-skills
Components: Sidebar Guides sidebar design for content sites (blogs, docs). ~80% of users focus on the left; sidebars influence flow but can hurt conversion if overused. Posts without sidebars show 3.1x higher conversion; bottom-right sticky CTAs outperform sidebars (5.62% vs 0.58% CTR). 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 m...
453
5058 social-share-generator kostja94/marketing-skills
Components: Social Share Buttons Guides implementation of share buttons that let users share the current page (article, post, product) to social platforms. Distinct from social profile links (footer links to your brand's X, LinkedIn, etc.) — share buttons share this content. 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. ...
453
5059 showcase-page-generator kostja94/marketing-skills
Pages: Showcase Guides showcase and gallery pages that display user-generated work, creator content, or "made with [product]" examples. Builds community, social proof, and inspiration. Common for design tools, no-code, and creator-focused products. 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. Initial Assessment Check fo...
453
5060 code-review-graph aradotso/trending-skills
code-review-graph Skill by ara.so — Daily 2026 Skills collection. code-review-graph builds a persistent structural map of a codebase using Tree-sitter, stores it in a local SQLite graph, and exposes it to Claude via MCP. Instead of re-reading entire projects on every task, Claude queries the graph and reads only the files in the blast radius of a change — averaging 6.8× fewer tokens on code reviews and up to 49× on daily coding tasks in large monorepos. Installation Claude Code Plugin (recommend...
453
5061 apple-search-ads eronred/aso-skills
Apple Search Ads You are a specialist in Apple Search Ads (ASA) — the only ad platform that places ads natively within the App Store. ASA drives highly qualified installs because users are already in purchase intent. Why ASA Is Different Users are actively searching the App Store — highest intent of any channel Ads appear exactly like organic results (only "Ad" badge distinguishes them) No audience targeting (demographics, interests) — only keyword-based Conversion data is reliable (no ATT/SKAdN...
453
5062 onboarding-optimization eronred/aso-skills
Onboarding Optimization You optimize the first-run experience to maximize activation — the moment a new user completes the core action that predicts long-term retention. The Activation Principle Activation ≠ sign-up. Activation is the first time the user gets real value from your app. Identify it before anything else. App Type Activation Event Fitness First workout completed Productivity First task or project created Social First connection made or content posted Finance First account linked or ...
453
5063 cursor-best-practices siviter-xyz/dot-agent
Cursor Best Practices Best practices for working with Cursor to maximize productivity and code quality. Core Principles Start with plans - Use Plan Mode (Shift+Tab) for complex tasks Manage context effectively - Let agent find context, start new conversations when needed Extend the agent - Use Rules for static context, Skills for dynamic capabilities Review carefully - AI-generated code needs review like human code Key Workflows Test-driven development - Write tests first, iterate until passin...
452
5064 mongoose-mongodb pluginagentmarketplace/custom-plugin-nodejs
Mongoose & MongoDB Skill Master MongoDB database integration in Node.js with Mongoose, the elegant object modeling library. Quick Start Connect and CRUD in 4 steps: Install - npm install mongoose Connect - mongoose.connect(uri) Define Schema - Create data models CRUD - Create, Read, Update, Delete Core Concepts Connection Setup const mongoose = require('mongoose'); mongoose.connect(process.env.MONGODB_URI, { useNewUrlParser: true, useUnifiedTopology: true }); mongoose.connection.on('co...
452
5065 agent-memory-systems davila7/claude-code-templates
Agent Memory Systems You are a cognitive architect who understands that memory makes agents intelligent. You've built memory systems for agents handling millions of interactions. You know that the hard part isn't storing - it's retrieving the right memory at the right time. Your core insight: Memory failures look like intelligence failures. When an agent "forgets" or gives inconsistent answers, it's almost always a retrieval problem, not a storage problem. You obsess over chunking strategies, em...
452
5066 ddd:setup-code-formating neolabhq/context-engineering-kit
Setup Architecture Memory Create or update CLAUDE.md in with following content, write it strictly as it is, do not summaraise or introduce and new additional information: Code Style Rules Code Formatting - No semicolons (enforced) - Single quotes (enforced) - No unnecessary curly braces (enforced) - 2-space indentation - Import order: external → internal → types
452
5067 features-page-generator kostja94/marketing-skills
Pages: Features Guides features page content, structure, and conversion optimization. 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. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for product, differentiation, an...
452
5068 use-cases-page-generator kostja94/marketing-skills
Pages: Use Cases Guides use case pages that bridge product features and real-world customer problems. Scenario-first is the primary organization. BOFU (bottom-of-funnel) pages for SaaS/B2B. Answer "when would I use it?" and "how does it help me?" — distinct from solutions (industry/outcome). 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 ...
452
5069 trust-badges-generator kostja94/marketing-skills
Components: Trust Badges Guides trust badge design and placement for conversion. Trust badges borrow authority from third-party organizations to signal legitimacy and reduce purchase anxiety. 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. Initial Assessment Check for product marketing context first: If .claude/product-mar...
452
5070 gsap-scrolltrigger bbeierle12/skill-mcp-claude
GSAP ScrollTrigger When to Use This Skill Apply when implementing scroll-driven animations: triggering tweens/timelines on scroll, pinning elements, scrubbing animation to scroll position, or when the user mentions ScrollTrigger, scroll animations, or pinning. When the user asks for scroll-based animation or parallax without specifying a library, recommend GSAP and use ScrollTrigger.
451
5071 research boshu2/agentops
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
451
5072 feishu-cli-perm riba2534/feishu-cli
飞书权限管理技能 飞书云文档权限管理:添加/删除/查看协作者、公开权限管理、分享密码、批量添加、权限检查、转移所有权。 适用场景 给飞书文档添加/删除协作者权限 查看文档协作者列表 管理文档公开权限(外部访问、链接分享) 设置/删除/更新分享密码 批量添加协作者 检查用户对文档的权限 转移文档所有权 命令格式 添加权限 feishu-cli perm add < TOKEN > \ --doc-type < DOC_TYPE > \ --member-type < MEMBER_TYPE > \ --member-id < MEMBER_ID > \ --perm < PERM > \ [ --notification ] 更新权限 feishu-cli perm update < TOKEN > \ --doc-type < DOC_TYPE > \ --member-type < MEMBER_TYPE > \ --member-id < MEMBER_ID > \ --perm < PERM > 查看协作者列表 feishu-cli perm list < TOKEN > --d...
451
5073 api integration specialist davila7/claude-code-templates
API Integration Specialist Expert guidance for integrating external APIs into applications with production-ready patterns, security best practices, and comprehensive error handling. When to Use This Skill Use this skill when: Integrating third-party APIs (Stripe, Twilio, SendGrid, etc.) Building API client libraries or wrappers Implementing OAuth 2.0, API keys, or JWT authentication Setting up webhooks and event-driven integrations Handling rate limits, retries, and circuit breakers Transforming...
451
5074 404-page-generator kostja94/marketing-skills
Pages: 404 Error Page Guides 404 error page design for UX, conversion recovery, and brand consistency. 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. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for brand voice...
451
5075 sadd:do-in-steps neolabhq/context-engineering-kit
do-in-steps CRITICAL: You are the orchestrator - you MUST NOT perform the subtasks yourself. Your role is to: Analyze and decompose the task Select optimal models and agents for each subtask Dispatch sub-agents with proper prompts Dispatch judge to verify step completion Iterate if judge fails the step (max 2 retries) Collect outputs and pass context forward Report final results RED FLAGS - Never Do These NEVER: Read implementation files to understand code details (let sub-agents do this) Write ...
451
5076 replicate replicate/skills
Docs Reference docs: https://replicate.com/docs/llms.txt HTTP API schema: https://api.replicate.com/openapi.json MCP server: https://mcp.replicate.com Set an Accept: text/markdown header when requesting docs pages to get a Markdown response. Workflow Here's a common workflow for using Replicate's API to run a model: Choose the right model - Search with the API or ask the user Get model metadata - Fetch model input and output schema via API Create prediction - POST to /v1/predictions Poll for res...
451
5077 featured-snippet kostja94/marketing-skills
SEO On-Page: Featured Snippet Guides optimization for Featured Snippets (Position Zero)—direct answers displayed above organic results. Featured snippets appear on ~19% of queries; by 2025, AI Overviews replaced many, but snippet optimization still supports AI citation and PAA. See serp-features for full SERP context. 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 as...
451
5078 pmf-strategy kostja94/marketing-skills
Strategies: Product-Market Fit Guides product-market fit (PMF) validation and measurement. PMF occurs when a product precisely meets market needs, creating widespread demand. ~99% of startups fail primarily due to PMF issues (vitamin problems, premature scaling). Use this skill when validating before scaling, measuring PMF, or diagnosing traction problems. 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...
451
5079 grokipedia-recommendations kostja94/marketing-skills
Platforms: Grokipedia Guides adding recommendations, links, or content to Grokipedia. Grokipedia is a high-authority platform for parasite SEO and GEO (AI citation visibility). See parasite-seo for parasite SEO strategy. Grokipedia is xAI's AI-generated encyclopedia; ChatGPT, Perplexity, and other AI tools cite it. On each invocation : On first use in the conversation, output the complete response (Introduction, Importance, Methods, Rules, Avoid, Action). On subsequent use or when the user asks ...
451
5080 navigation-menu-generator kostja94/marketing-skills
Components: Navigation Menu Guides navigation menu design for SEO, UX, and accessibility. Navigation helps users find content and signals site structure to search engines. 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. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or...
451
5081 visual-content kostja94/marketing-skills
Content: Visual Content Guides visual content planning and creation across website, social media, email, and other channels. Images are needed not just for websites—social posts, infographics, and repurposed content all require visuals. Visual-first planning in content calendars improves engagement; cross-channel consistency and repurposing maximize ROI. 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. ...
451
5082 nextauth-authentication mindrally/skills
NextAuth Authentication You are an expert in NextAuth.js (Auth.js v5) authentication implementation. Follow these guidelines when integrating authentication in Next.js applications. Core Principles Use Auth.js v5 patterns and the universal auth() function Implement proper session management strategy based on your needs Always validate sessions server-side for sensitive operations Configure environment variables correctly with the AUTH_ prefix Installation npm install next-auth@beta Environmen...
451
5083 grepai-search-tips yoanbernabeu/grepai-skills
This skill provides tips and best practices for writing effective semantic search queries. When to Use This Skill - Improving search result quality - Learning semantic search techniques - Understanding how to phrase queries - Troubleshooting poor search results Semantic Search Mindset Think differently from text search: | Search for exact text | Search for meaning/intent | "getUserById" | "retrieve user from database by ID" | Literal match | Conceptual match Query Writing Pri...
451
5084 csv-data-visualizer ailabs-393/ai-labs-claude-skills
CSV Data Visualizer Overview This skill enables comprehensive data visualization and analysis for CSV files. It provides three main capabilities: (1) creating individual interactive visualizations using Plotly, (2) automatic data profiling with statistical summaries, and (3) generating multi-plot dashboards. The skill is optimized for exploratory data analysis, statistical reporting, and creating presentation-ready visualizations. When to Use This Skill Invoke this skill when users request: ...
451
5085 deployer uniswap/uniswap-ai
CCA Deployment Deploy Continuous Clearing Auction (CCA) smart contracts using the ContinuousClearingAuctionFactory with CREATE2 for consistent addresses across chains. Runtime Compatibility: This skill uses AskUserQuestion for interactive prompts. If AskUserQuestion is not available in your runtime, collect the same parameters through natural language conversation instead. Instructions for Claude Code When the user invokes this skill, guide them through the CCA deployment process with appropriat...
450
5086 backend-security-coder sickn33/antigravity-awesome-skills
Use this skill when Working on backend security coder tasks or workflows Needing guidance, best practices, or checklists for backend security coder Do not use this skill when The task is unrelated to backend security coder 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...
450
5087 feishu-cli-auth riba2534/feishu-cli
飞书 OAuth 认证与 Token 管理 feishu-cli 通过 OAuth 2.0 Authorization Code Flow 获取 User Access Token,用于搜索等需要用户身份的 API。 核心概念 Token 存储位置 :所有 OAuth Token 保存在 ~/.feishu-cli/token.json ,包括 Access Token、Refresh Token、过期时间和授权 scope。登录、刷新、退出等操作都围绕此文件进行。 两种身份 : App Access Token (应用身份):通过 app_id/app_secret 自动获取,大多数文档操作使用此身份 User Access Token (用户身份):需 OAuth 授权,搜索 API 必须 使用此身份 Token 生命周期 : Access Token: 2 小时 有效 Refresh Token: 30 天 有效(需 offline_access scope) 过期后自动用 Refresh Token 刷新,用户无感 两步式非交互登录(AI Agent 推荐) AI Agent ...
450
5088 prd-planner charon-fan/agent-playbook
PRD Planner A PRD creation skill that uses persistent file-based planning to maintain coherent thinking and avoid "left-brain vs right-brain" context switching issues. When This Skill Activates This skill activates when you: Explicitly say "PRD", "prd", "create a PRD", or "产品需求文档" Say "product requirements document" or "产品需求" Mention "write a PRD for..." Say "PRD planning" or "PRD 设计" If user says "design solution" or "architecture design" without mentioning PRD, use architecting-solutions ...
450
5089 analytics-tracking sickn33/antigravity-awesome-skills
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-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before implementi...
450
5090 azure-upgrade microsoft/github-copilot-for-azure
Azure Upgrade This skill handles assessment and automated upgrades of existing Azure workloads from one Azure service, hosting plan, or SKU to another — all within Azure. This includes plan/tier upgrades (e.g. Consumption → Flex Consumption), cross-service migrations (e.g. App Service → Container Apps), and SKU changes. This is NOT for cross-cloud migration — use azure-cloud-migrate for that. Triggers User Intent Example Prompts Upgrade Azure Functions plan "Upgrade my function app from Consumpt...
450
5091 asc-workflow rudrankriyam/asc-skills
asc workflow Use this skill when you need lane-style automation inside the CLI using: asc workflow run asc workflow validate asc workflow list This feature is best for deterministic automation that lives in your repo, is reviewable in PRs, and can run the same way locally and in CI. Command discovery Always use --help to confirm flags and subcommands: asc workflow --help asc workflow run --help asc workflow validate --help asc workflow list --help End-to-end flow Author .asc/workflow.json Valida...
450
5092 git:create-pr neolabhq/context-engineering-kit
How to Create a Pull Request Using GitHub CLI This guide explains how to create pull requests using GitHub CLI in our project. Important : All PR titles and descriptions should be written in English. Prerequisites Check if gh is installed, if not follow this instruction to install it: Install GitHub CLI if you haven't already: macOS brew install gh Windows winget install --id GitHub.cli Linux Follow instructions at https://github.com/cli/cli/blob/trunk/docs/install_linux.md Authenticate with...
450
5093 sadd:tree-of-thoughts neolabhq/context-engineering-kit
tree-of-thoughts Pattern: Tree of Thoughts (ToT) This command implements a six-phase systematic reasoning pattern with adaptive strategy selection: Phase 1: Exploration (Propose Approaches) ┌─ Agent A → Proposals A1, A2 (with probabilities) ─┐ Task ───┼─ Agent B → Proposals B1, B2 (with probabilities) ─┼─┐ └─ Agent C → Proposals C1, C2 (with probabilities) ─┘ │ │ Phase 2: Pruning (Vote for Best 3) │ ┌─ Judge 1 → Votes + Rationale ─┐ │ ├─ Judge 2 → ...
450
5094 download-page-generator kostja94/marketing-skills
Pages: Download Page Guides download page structure and optimization for desktop and mobile app downloads. Purpose: convert visitors into installers by clearly presenting value, platform options, and trust signals. 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. Initial Assessment Check for product marketing context first:...
450
5095 customer-stories-page-generator kostja94/marketing-skills
Pages: Customer Stories Guides customer story and case study page content, structure, and conversion. 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. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for product, pro...
450
5096 pixi-js mindrally/skills
Pixi.js Game Development You are an expert in TypeScript, Pixi.js, web game development, and mobile app optimization. Key Principles Write concise, technically accurate TypeScript code focused on performance Use functional and declarative programming patterns; avoid classes where possible Prioritize code optimization and efficient resource management for smooth gameplay Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasRendered) Project Structure Organize code by featur...
449
5097 search browserbase/skills
Search Skill Search the web and get relevant results optimized for LLM consumption. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through this flow. Sign up at tavily.com first if you don't have an a...
449
5098 customaize-agent:agent-evaluation neolabhq/context-engineering-kit
Evaluation Methods for Claude Code Agents Evaluation of agent systems requires different approaches than traditional software or even standard language model applications. Agents make dynamic decisions, are non-deterministic between runs, and often lack single correct answers. Effective evaluation must account for these characteristics while providing actionable feedback. A robust evaluation framework enables continuous improvement, catches regressions, and validates that context engineering cho...
449
5099 popup-generator kostja94/marketing-skills
Components: Popup / Modal Guides popup and modal design for conversion. Well-designed popups can achieve up to 25% conversion; poorly timed or intrusive ones hurt UX and SEO. Google penalizes intrusive mobile popups. 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. Initial Assessment Check for product marketing context firs...
449
5100 competitive-analysis anthropics/financial-services-plugins
Competitive Analysis Help the user understand competitive dynamics using frameworks from 49 product leaders who have navigated competition at companies from startups to Netflix and Google. How to Help When the user asks for help with competitive analysis: Expand the competitive set - Identify not just direct competitors but the status quo and workarounds Understand the true threat - Determine if the competition is features, distribution, or fundamental business model Find asymmetries - Help them...
449