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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,410
总 Skills
34.1M
总安装量
2,437
贡献者
# Skill 仓库 描述 安装量
4901 nextjs-best-practices davila7/claude-code-templates
Next.js Best Practices Principles for Next.js App Router development. 1. Server vs Client Components Decision Tree Does it need...? │ ├── useState, useEffect, event handlers │ └── Client Component ('use client') │ ├── Direct data fetching, no interactivity │ └── Server Component (default) │ └── Both? └── Split: Server parent + Client child By Default Type Use Server Data fetching, layout, static content Client Forms, buttons, interactive UI 2. Data Fetching Patterns Fetch Strategy Pattern Us...
451
4902 writing-skills sickn33/antigravity-awesome-skills
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
451
4903 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...
451
4904 dd-pup datadog-labs/agent-skills
pup (Datadog CLI) Pup CLI for Datadog API operations. Supports OAuth2 and API key auth. Quick Reference Task Command Search error logs pup logs search --query "status:error" --duration 1h List monitors pup monitors list Mute a monitor pup monitors mute --id 123 --duration 1h Find slow traces pup apm traces list --service api --min-duration 500ms List active incidents pup incidents list --status active Create incident pup incidents create --title "Issue" --severity SEV-2 Query metrics pup metrics...
451
4905 kaizen:root-cause-tracing neolabhq/context-engineering-kit
Root Cause Tracing Overview Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom. Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source. When to Use digraph when_to_use { "Bug appears deep in stack?" [ shape = diamond ] ; "Can trace backwards?" [ shape = diamond ] ; "Fix at ...
451
4906 zoho-crm membranedev/application-skills
Zoho CRM Zoho CRM is a customer relationship management platform used by sales, marketing, and customer support teams. It helps businesses manage their sales pipeline, automate marketing tasks, and provide better customer service. Official docs: https://www.zoho.com/crm/developer/docs/api/v6/ Zoho CRM Overview Leads Contacts Accounts Deals Tasks Meetings Calls Modules Layouts Working with Zoho CRM This skill uses the Membrane CLI to interact with Zoho CRM. Membrane handles authentication and cre...
451
4907 dcf-model anthropics/financial-services-plugins
DCF Model Builder Overview This skill creates institutional-quality DCF models for equity valuation following investment banking standards. Each analysis produces a detailed Excel model (with sensitivity analysis included at the bottom of the DCF sheet). Tools Default to using all of the information provided by the user and MCP servers available for data sourcing. Critical Constraints - Read These First These constraints apply throughout all DCF model building. Review before starting: Sensitivit...
451
4908 cookie-policy-page-generator kostja94/marketing-skills
Pages: Cookie Policy Guides cookie policy page content for GDPR and transparency. Often separate from Privacy Policy. 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 Identify: Cookie types : Essential, analytics, marketing, etc. Consent : Banner, preferences, management Jurisdiction : GDPR, ePrivacy, CCP...
451
4909 data-analysis-jupyter mindrally/skills
Data Analysis and Jupyter Notebook Development You are an expert in data analysis, visualization, and Jupyter Notebook development, with a focus on pandas, matplotlib, seaborn, and numpy. Key Principles Write concise, technical responses with accurate Python examples Prioritize readability and reproducibility in data analysis workflows Favor functional programming approaches; minimize class-based solutions Prefer vectorized operations over explicit loops for better performance Employ descripti...
451
4910 xcodebuildmcp cameroncooke/xcodebuildmcp
XcodeBuildMCP Prefer XcodeBuildMCP tools over shell commands for Apple platform tasks when available. If a capability is missing, assume your tool list may be hiding tools (search/progressive disclosure) or not loading schemas yet. Use your tool-search or “load tools” mechanism. If you still can’t find the tools, ask the user to enable them in the MCP client configuration. Tools (exact names + official descriptions) Session defaults Most tools require session defaults to be set before they c...
451
4911 write-guide vercel/next.js
Writing Guides Goal Produce a technical guide that teaches a real-world use case through progressive examples. Concepts are introduced only when the reader needs them. Each guide solves one specific problem . Not a category of problems. If the outline has 5+ steps or covers multiple approaches, split it. Structure Every guide follows this arc: introduction, example setup, 2-5 progressive steps, next steps. Each step follows this loop: working code → new requirement → friction → explanation → res...
451
4912 sf-datacloud-act jaganpro/sf-skills
sf-datacloud-act: Data Cloud Act Phase Use this skill when the user needs downstream delivery work : activations, activation targets, data actions, or pushing Data Cloud outputs into other systems. When This Skill Owns the Task Use sf-datacloud-act when the work involves: sf data360 activation * sf data360 activation-target * sf data360 data-action * sf data360 data-action-target * verifying downstream delivery setup Delegate elsewhere when the user is: still building the audience or insight → s...
451
4913 sf-datacloud-harmonize jaganpro/sf-skills
sf-datacloud-harmonize: Data Cloud Harmonize Phase Use this skill when the user needs schema harmonization and unification work : DMOs, field mappings, relationships, identity resolution, unified profiles, data graphs, or universal ID lookup. When This Skill Owns the Task Use sf-datacloud-harmonize when the work involves: sf data360 dmo * sf data360 identity-resolution * sf data360 data-graph * sf data360 profile * sf data360 universal-id lookup Delegate elsewhere when the user is: still ingesti...
451
4914 skill-creator api/git
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
450
4915 skill-developer sickn33/antigravity-awesome-skills
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
450
4916 canvas-design sickn33/antigravity-awesome-skills
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
450
4917 grepai-search-advanced yoanbernabeu/grepai-skills
This skill covers advanced search options including JSON output, compact mode, and integration with AI agents. When to Use This Skill - Integrating GrepAI with scripts or tools - Using GrepAI with AI agents (Claude, GPT) - Processing search results programmatically - Reducing token usage in AI contexts Command-Line Options | `--limit N` | Number of results (default: 10) | `--json` | JSON output format | `--compact` | Compact JSON (80% token reduction) JSON Output Standard JS...
450
4918 url-slug-generator kostja94/marketing-skills
Components: URL Slug Guides creation of SEO-friendly URL slugs for blog posts, articles, and content pages. Research on 11.8M Google results shows shorter URLs tend to rank higher; position 1 URLs average 50–60 characters. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope URL slug : The path segment after the base (e.g., ai-people-search...
450
4919 stock-info-explorer sundial-org/awesome-openclaw-skills
Stock Information Explorer This skill fetches OHLCV data from Yahoo Finance via yfinance and computes technical indicators locally (no API key required). Commands 1) Real-time Quotes ( price ) uv run --script scripts/yf.py price TSLA shorthand uv run --script scripts/yf.py TSLA 2) Fundamental Summary ( fundamentals ) uv run --script scripts/yf.py fundamentals NVDA 3) ASCII Trend ( history ) uv run --script scripts/yf.py history AAPL 6mo 4) Professional Chart ( pro ) Generates a high-resolution ...
450
4920 image vercel-labs/json-render
@json-render/image Image renderer that converts JSON specs into SVG and PNG images using Satori. Quick Start import { renderToPng } from "@json-render/image/render" ; import type { Spec } from "@json-render/core" ; const spec : Spec = { root : "frame" , elements : { frame : { type : "Frame" , props : { width : 1200 , height : 630 , backgroundColor : "1a1a2e" } , children : [ "heading" ] , } , heading : { type : "Heading" , props : { text : "Hello World" , level : "h1" , color : "ffffff" } , chil...
450
4921 musickit dpearson2699/swift-ios-skills
MusicKit Search the Apple Music catalog, manage playback with ApplicationMusicPlayer , check subscriptions, and publish Now Playing metadata via MPNowPlayingInfoCenter and MPRemoteCommandCenter . Targets Swift 6.3 / iOS 26+. Contents Setup Authorization Catalog Search Subscription Checks Playback with ApplicationMusicPlayer Queue Management Now Playing Info Remote Command Center Common Mistakes Review Checklist References Setup Project Configuration Enable the MusicKit capability in Xcode (adds ...
450
4922 sf-datacloud-prepare jaganpro/sf-skills
sf-datacloud-prepare: Data Cloud Prepare Phase Use this skill when the user needs ingestion and lake preparation work : data streams, Data Lake Objects (DLOs), transforms, Document AI, unstructured ingestion, or the handoff from connector setup into a live stream. When This Skill Owns the Task Use sf-datacloud-prepare when the work involves: sf data360 data-stream * sf data360 dlo * sf data360 transform * sf data360 docai * choosing how data should enter Data Cloud rerunning or rescanning ingest...
450
4923 vitest jezweb/claude-skills
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
450
4924 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.
449
4925 plotly davila7/claude-code-templates
Plotly Python graphing library for creating interactive, publication-quality visualizations with 40+ chart types. Quick Start Install Plotly: uv pip install plotly Basic usage with Plotly Express (high-level API): import plotly.express as px import pandas as pd df = pd.DataFrame({ 'x': [1, 2, 3, 4], 'y': [10, 11, 12, 13] }) fig = px.scatter(df, x='x', y='y', title='My First Plot') fig.show() Choosing Between APIs Use Plotly Express (px) For quick, standard visualizations with ...
449
4926 apollo-kotlin apollographql/skills
Apollo Kotlin Guide Apollo Kotlin is a strongly typed GraphQL client that generates Kotlin models from your GraphQL operations and schema, that can be used in Android, JVM, and Kotlin Multiplatform projects. Process Follow this process when adding or working with Apollo Kotlin: Confirm target platforms (Android, JVM, KMP), GraphQL endpoint(s), and how schemas are sourced. Configure Gradle and code generation, including custom scalars Create a shared ApolloClient with auth, logging, and caching. ...
449
4927 about-page-generator kostja94/marketing-skills
Pages: About Guides About page content, structure, and trust-building for company websites. 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 company story, values,...
449
4928 kotlin-multiplatform vitorpamplona/amethyst
Kotlin Multiplatform: Platform Abstraction Decisions Expert guidance for KMP architecture in Amethyst - deciding what to share vs keep platform-specific. When to Use This Skill Making platform abstraction decisions: "Should I create expect/actual or keep Android-only?" "Can I share this ViewModel logic?" "Where does this crypto/JSON/network implementation belong?" "This uses Android Context - can it be abstracted?" "Is this code in the wrong module?" Preparing for iOS/web/wasm targets Detect...
449
4929 carplay dpearson2699/swift-ios-skills
CarPlay Build apps that display on the vehicle's CarPlay screen using the CarPlay framework's template-based UI system. Covers scene lifecycle, template types, navigation guidance, audio playback, communication, point-of-interest categories, entitlement setup, and simulator testing. Targets Swift 6.3 / iOS 26+. See references/carplay-patterns.md for extended patterns including full navigation sessions, dashboard scenes, and advanced template composition. Contents Entitlements and Setup Scene Con...
449
4930 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...
448
4931 reflexion:memorize neolabhq/context-engineering-kit
Memory Consolidation: Curate and Update CLAUDE.md Output must add precise, actionable bullets that future tasks can immediately apply. Memory Consolidation Workflow Phase 1: Context Harvesting First, gather insights from recent reflection and work: Identify Learning Sources : Recent conversation history and decisions Reflection outputs from /reflexion:reflect Critique findings from /reflexion:critique Problem-solving patterns that emerged Failed approaches and why they didn't work If scope is un...
448
4932 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...
448
4933 pricing-page-generator kostja94/marketing-skills
Pages: Pricing Guides pricing 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, audience, and pricing...
448
4934 article-page-generator kostja94/marketing-skills
Pages: Article (Single Post) Guides structure, SEO, and UX for individual article pages — one blog post, one guide, one piece of long-form content. Distinct from blog-page-generator , which covers the blog index/listing page. 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. Output workflow : Always output in order: 0. Resea...
448
4935 parallel-agents sickn33/antigravity-awesome-skills
Native Parallel Agents Orchestration through Claude Code's built-in Agent Tool Overview This skill enables coordinating multiple specialized agents through Claude Code's native agent system. Unlike external scripts, this approach keeps all orchestration within Claude's control. When to Use Orchestration ✅ Good for: Complex tasks requiring multiple expertise domains Code analysis from security, performance, and quality perspectives Comprehensive reviews (architecture + security + testing) F...
447
4936 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...
447
4937 antigravity-workflows sickn33/antigravity-awesome-skills
Antigravity Workflows Use this skill to turn a complex objective into a guided sequence of skill invocations. When to Use This Skill Use this skill when: The user wants to combine several skills without manually selecting each one. The goal is multi-phase (for example: plan, build, test, ship). The user asks for best-practice execution for common scenarios like: Shipping a SaaS MVP Running a web security audit Building an AI agent system Implementing browser automation and E2E QA Workflow Source...
447
4938 customaize-agent:create-skill neolabhq/context-engineering-kit
Create Skill Command This command provides guidance for creating effective skills. Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.codex/skills for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you d...
447
4939 kaizen:kaizen neolabhq/context-engineering-kit
Kaizen: Continuous Improvement Apply continuous improvement mindset - suggest small iterative improvements, error-proof designs, follow established patterns, avoid over-engineering; automatically applied to guide quality and simplicity Overview Small improvements, continuously. Error-proof by design. Follow what works. Build only what's needed. Core principle: Many small improvements beat one big change. Prevent errors at design time, not with fixes. When to Use Always applied for: Code implemen...
447
4940 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...
447
4941 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 ...
447
4942 eeat-signals kostja94/marketing-skills
SEO Content: E-E-A-T Signals Guides E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) implementation for SEO. E-E-A-T helps search engines and users assess content quality; YMYL topics (health, finance, legal) require higher E-E-A-T. 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. What Is E-E-A-T Element ...
447
4943 localization-strategy kostja94/marketing-skills
Strategies: Localization Guides localization strategy for AI/SaaS products expanding into global markets. Covers i18n implementation, translation, pricing, and marketing adaptation--not just text translation. 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 .c...
447
4944 directory-submission kostja94/marketing-skills
Channels: Directory Submission Guides submitting products, tools, or apps to directories and launch platforms. On each invocation : On first use in the conversation, output the complete response (Introduction, Importance, Methods, Collaboration Channels, Rules, Avoid, Action). On subsequent use or when the user asks to skip (e.g., "just do it", "skip intro", "I already know"), go directly to Action. Directory submission is a core channel for cold start—see cold-start-strategy for full launch pla...
447
4945 product-launch kostja94/marketing-skills
Strategies: Product Launch Guides product launch execution—channels, timeline, checklist, and cross-functional coordination. Use this skill when planning the launch of a new product or major feature. For GTM strategy (PLG/SLG/MLG, 90-day framework, ICP, new market entry, repositioning), see gtm-strategy . For cold start (first users, no product yet), see cold-start-strategy . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then pro...
447
4946 ai-traffic-tracking kostja94/marketing-skills
Analytics: AI Traffic Guides tracking of AI-driven search traffic in Google Analytics 4 and Google Search Console. 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 AI search traffic : Track in GA4 and GSC; separate AI sources from organic referral Google AI Overviews : AI summary box in Google search (formerly SGE) AI...
447
4947 carousel kostja94/marketing-skills
Components: Carousel Layout Guides carousel (slider) layout design for sequential content display. Carousels show one or few items at a time; users swipe or click to advance. Best when space is limited and multiple items need rotation—testimonials, quotes, logos, gallery highlights. 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 ...
447
4948 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...
447
4949 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...
447
4950 draft-nda phuryn/pm-skills
NDA (Non-Disclosure Agreement) Drafting You are an experienced legal document specialist with expertise in confidentiality agreements. Your role is to help draft detailed, clear, and professional Non-Disclosure Agreements between parties. Purpose Draft a comprehensive Non-Disclosure Agreement (NDA) between two parties. The NDA covers information types, jurisdiction, and clearly marks clauses that require legal review. Provide plain-language explanations to make the document accessible. Important...
447