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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,105
总 Skills
70.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
13151 pdf-parser jeremylongshore/claude-code-plugins-plus-skills
Pdf Parser Purpose This skill provides automated assistance for pdf parser tasks within the Business Automation domain. When to Use This skill activates automatically when you: Mention "pdf parser" in your request Ask about pdf parser patterns or best practices Need help with business automation skills covering workflow automation, email processing, spreadsheet operations, and business process optimization. Capabilities Provides step-by-step guidance for pdf parser Follows industry best prac...
86
13152 youtube-video-analyst manojbajaj95/claude-gtm-plugin
YouTube Video Analyst You are a Viral Content Forensic Analyst - a former YouTube algorithm engineer turned content strategist who obsessively reverse-engineers videos that explode past 10M views. You've mapped the neural patterns behind 5,000+ viral videos across every niche and discovered that virality follows predictable formulas hidden in plain sight. You see what others miss: the micro-pauses that create tension, the specific word patterns that trigger shares, the invisible architecture th...
86
13153 langfuse-prompt-migration langfuse/skills
Langfuse Prompt Migration Migrate hardcoded prompts to Langfuse for version control, A/B testing, and deployment-free iteration. Prerequisites Verify credentials before starting: echo $LANGFUSE_PUBLIC_KEY pk-... echo $LANGFUSE_SECRET_KEY sk-... echo $LANGFUSE_HOST https://cloud.langfuse.com or self-hosted If not set, ask user to configure them first. Migration Flow 1. Scan codebase for prompts 2. Analyze templating compatibility 3. Propose structure (names, subprompts, vari...
86
13154 stride-analysis-patterns sickn33/antigravity-awesome-skills
STRIDE Analysis Patterns Systematic threat identification using the STRIDE methodology. When to Use This Skill Starting new threat modeling sessions Analyzing existing system architecture Reviewing security design decisions Creating threat documentation Training teams on threat identification Compliance and audit preparation Core Concepts 1. STRIDE Categories S - Spoofing → Authentication threats T - Tampering → Integrity threats R - Repudiation → Non-repudiation threats I - Info...
86
13155 filmmaker dylantarre/animation-principles
You are a filmmaker using animation to tell stories. Apply Disney's 12 principles to create emotionally resonant, visually compelling narratives. The 12 Principles for Cinematic Storytelling 1. Squash and Stretch Narrative Use: Emotional elasticity. Characters physically embody emotional states—deflated in sadness, inflated in joy. Objects reflect story weight. Cinematic Moment: The hero's shoulders compress under burden, then expand with resolve. 2. Anticipation Narrative Use: Build ten...
86
13156 bmad-bmm-analyst 404kidwiz/claude-supercode-skills
Business Analysis Expert Purpose Provides comprehensive business analysis expertise within the BMAD methodology, specializing in market research, competitive intelligence, requirements discovery, and strategic project scoping. Ensures projects are built on validated business assumptions with clear market fit and measurable success criteria. When to Use Project Initiation Scenarios New product ideas requiring market validation Feature expansion into new markets or segments Competitive responses...
86
13157 skill-authoring pproenca/dot-skills
Skill Authoring Guide This skill provides guidance for writing Agent Skills that comply with the agentskills.io specification . When to Use Creating a new skill for this repository Reviewing a skill PR for compliance Checking if an existing skill follows best practices Understanding token budgets and progressive disclosure Constraints name : 1-64 chars, lowercase + hyphens, match directory description : 1-1024 chars, ≤60 words, explain WHAT and WHEN Use WHEN: with quoted trigger phrases (preferr...
86
13158 neon-instagres davila7/claude-code-templates
You are an expert at provisioning instant, production-ready PostgreSQL databases using Neon's Instagres service. Core Command ``` npx get-db --yes --ref 4eCjZDz ``` This provisions a Neon Postgres database in 5 seconds and creates: - `DATABASE_URL` - Connection pooler (for app queries) - `DATABASE_URL_DIRECT` - Direct connection (for migrations) - `PUBLIC_INSTAGRES_CLAIM_URL` - Claim URL (72-hour window) Workflow 1. Check Existing Database ``` cat .env 2>/dev/null | grep DATABASE_UR...
86
13159 svelte5-runes-static bobmatnyc/claude-mpm-skills
Svelte 5 Runes with adapter-static (SvelteKit) Overview Build static-first SvelteKit applications with Svelte 5 runes without breaking hydration. Apply these patterns when using adapter-static (prerendering) and combining global stores with component-local runes. Related Skills svelte (Svelte 5 runes core patterns) sveltekit (adapters, deployment, SSR/SSG patterns) typescript-core (TypeScript patterns and validation) vitest (unit testing patterns) Core Expertise Building static-first Svelte 5...
86
13160 late-api getlate-dev/late-api
Late API Reference Schedule posts across 13 social media platforms with a single API. Base URL: https://getlate.dev/api/v1 Docs: getlate.dev/docs Quick Start 1. Create profile curl -X POST https://getlate.dev/api/v1/profiles \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{"name": "My Brand"}' 2. Connect account (opens OAuth) curl "https://getlate.dev/api/v1/connect/twitter?profileId=PROFILE_ID" \ -H "Authorization: Bearer YOUR_API_KEY" 3. Create post curl -X POST https://getlate....
86
13161 rest-api-design-patterns manutej/luxor-claude-marketplace
REST API Design Patterns A comprehensive skill for designing, implementing, and maintaining RESTful APIs. Master resource modeling, HTTP methods, versioning strategies, pagination, filtering, error handling, and best practices for building scalable, maintainable APIs using FastAPI, Express.js, and modern frameworks. When to Use This Skill Use this skill when: Designing a new RESTful API from scratch Building microservices with HTTP/REST interfaces Refactoring existing APIs for better design ...
86
13162 vant-vue3 teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Build mobile Vue 3 applications with Vant components Use Vant UI components (Button, Cell, Form, Dialog, Toast, etc.) Create mobile-friendly interfaces Customize Vant theme Implement internationalization with Vant Use Vant with TypeScript Handle mobile gestures and interactions Implement mobile navigation patterns Use mobile form components Create mobile data display components How to use this skill This skill is organized to m...
86
13163 multi-tenant-platform-architecture mblode/agent-skills
Multi-Tenant Platform Architecture (Cloudflare · Vercel) Workflow (order matters) Choose platform Cloudflare : Workers for Platforms + dispatch namespaces for per-tenant code isolation; best when tenants run untrusted code or you need edge-first compute with D1/KV/DO primitives. Vercel : Next.js App Router + Middleware for shared-app multi-tenancy; best when tenants share one codebase and you need ISR, React Server Components, and managed deployment. Pick one; do not mix hosting. The remaining s...
86
13164 web-design-guidelines vercel-labs/claude-skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
86
13165 database-design vudovn/antigravity-kit
Database Design Learn to THINK, not copy SQL patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read database-selection.md PostgreSQL vs Neon vs Turso vs SQLite Choosing database orm-selection.md Drizzle vs Prisma vs Kysely Choosing ORM schema-design.md Normalization, PKs, relationships Designing schema indexing.md Index types, composite indexes Performance tuning optimization.md N+1, EXPLAIN ANALYZE Que...
86
13166 senior-devops borghei/claude-skills
Senior Devops Complete toolkit for senior devops with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Pipeline Generator python scripts/pipeline_generator.py [options] Script 2: Terraform Scaffolder python scripts/terraform_scaffolder.py [options] Script 3: Deployment Manager python scripts/deployment_manager.py [options] Core Capabilities 1. Pipeline Generator Automated tool for pipeline g...
86
13167 sales-and-revenue-operations manojbajaj95/claude-gtm-plugin
Sales & Revenue Operations Full-stack sales playbook: founder-led sales, team building, enterprise deals, RevOps, ICP definition, buyer personas, and compensation design. Quick Start Assess stage — Founder-led, first reps, or scaling? Define motion — Inbound, outbound, PLG, or hybrid? Build ICP — Who are you selling to? Design process — Discovery → Demo → Close Instrument RevOps — Lead lifecycle, scoring, routing ICP & Buyer Persona ICP Stack (build bottom-up) ┌─────────────────────────────┐ │ ...
86
13168 design-principles srbhr/resume-matcher
Design Principles You are an expert in crafting design principles that genuinely guide teams through decisions. What You Do You help teams articulate principles that are specific, actionable, and memorable. Qualities of Strong Principles Opinionated — takes a clear stance Actionable — resolves debates Memorable — short enough to recall Distinctive — reflects this product's values Testable — designs can be evaluated against it Prioritized — rank order for conflicts Principle Structure For each: t...
86
13169 database-migration bobmatnyc/claude-mpm-skills
Database Migration Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments. When to Use This Skill Migrating between different ORMs Performing schema transformations Moving data between databases Implementing rollback procedures Zero-downtime deployments Database version upgrades Data model refactoring ORM Migrations Sequelize Migrations // migrations/20231201-create-users.js module . exports = { up : async ...
86
13170 analytics-engineer borghei/claude-skills
Analytics Engineer Expert-level analytics engineering for scalable data transformation. Core Competencies Data modeling dbt development SQL transformation Semantic layer design Data testing Documentation Performance optimization Pipeline orchestration Analytics Engineering Stack Modern Data Stack SOURCES → INGESTION → WAREHOUSE → TRANSFORMATION → SEMANTIC → BI │ │ │ │ │ │ ▼ ▼ ▼ ▼ ▼ ▼ APIs...
86
13171 stripe-payments eyadsibai/ltk
Stripe Payments Add Stripe payments to a web app. Covers the common patterns — one-time payments, subscriptions, webhooks, customer portal — with working code. No MCP server needed. Which Stripe API Do I Need? You want to... Use Complexity Accept a one-time payment Checkout Sessions Low — Stripe hosts the payment page Embed a payment form in your UI Payment Element + Payment Intents Medium — you build the form, Stripe handles the card Recurring billing / subscriptions Checkout Sessions (subscrip...
86
13172 prompt-injection-scanner jorgealves/agent_skills
Prompt Injection Scanner Purpose and Intent The prompt-injection-scanner is a security tool specifically for the AI agent era. It identifies weak points in agent instructions where a malicious user could potentially "hijack" the agent's behavior by inserting conflicting instructions into input fields. When to Use Skill Development : Run this every time you update the capabilities or instructions for an agent skill. Pre-deployment Security Review : Essential before making an agent accessible to u...
86
13173 google-analytics-automation composiohq/awesome-claude-skills
Google Analytics Automation via Rube MCP Automate Google Analytics 4 (GA4) reporting and property management through Composio's Google Analytics toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/google_analytics Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Analytics connection via RUBE_MANAGE_CONNECTIONS with toolkit google_analytics Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an...
86
13174 seo-and-aeo-strategy manojbajaj95/claude-gtm-plugin
SEO & AEO Strategy Traditional SEO gets pages ranked. AI search optimization (AEO/GEO) gets content cited . This skill covers both. SEO → Rank in traditional search results (blue links) AEO → Appear in featured snippets, AI Overviews, voice answers GEO → Get cited in generative AI responses (ChatGPT, Claude, Perplexity) 2025 reality: AI Overviews appear in ~47% of Google searches. 58% of queries end without a click. Optimize for citation, not just ranking. Initial Assessment Check for .claude...
86
13175 shadcn-code-review existential-birds/beagle
shadcn/ui Code Review Quick Reference Issue Type Reference className in CVA, missing VariantProps, compound variants references/cva-patterns.md asChild without Slot, missing Context, component composition references/composition.md Missing focus-visible, aria-invalid, disabled states references/accessibility.md Missing data-slot, incorrect CSS targeting references/data-slot.md Review Checklist cn() receives className, not CVA variants VariantProps<typeof variants> exported for consumers Compou...
86
13176 rust martinholovsky/claude-skills-generator
No SKILL.md available for this skill. View on GitHub
85
13177 airtable-automation composiohq/awesome-claude-skills
Airtable Automation Automate Airtable bases with views, automations, integrations, and cross-platform workflows. Based on n8n's Airtable integration templates. Overview This skill covers: Database design and views Built-in automations n8n integration workflows Formula and rollup design Reporting and dashboards Database Design Base Structure Template base : "Project Management" tables : Projects : fields : - Name : single_line_text (primary) - Status : single_select [ Planning , Active , On Hold ...
85
13178 pypict-skill sickn33/antigravity-awesome-skills
Pypict Skill Overview Pairwise test generation When to Use This Skill Use this skill when you need to work with pairwise test generation. Instructions This skill provides guidance and patterns for pairwise test generation. For more information, see the source repository .
85
13179 stacked-prs bobmatnyc/claude-mpm-skills
Stacked Pull Requests Overview Stacked PRs are dependent pull requests where each PR builds on the previous one. Use this pattern for complex features that need logical separation and parallel review. When to Use ✅ Use Stacked PRs When: User explicitly requests "stacked PRs" or "dependent PRs" Large feature needs to be split into logical phases Each phase has clear dependencies on previous phases User is comfortable with rebase workflows ❌ Use Main-Based PRs When (Default): Features are indepe...
85
13180 youtube-plan-new-video manojbajaj95/claude-gtm-plugin
YouTube Video Planning Overview This skill generates complete video plans by orchestrating specialized skills to create optimized titles, thumbnails, and hooks. It takes research as input and produces a production-ready plan with all creative elements needed to maximize video performance. Core Principle : Leverage specialized skills to ensure proven patterns for CTR (title/thumbnail) and retention (hook). Never generate these elements manually. When to Use Use this skill when: Research has been ...
85
13181 slack-gif-creator skillcreatorai/ai-agent-skills
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
85
13182 watchos rshankras/claude-code-apple-skills
watchOS Development Comprehensive guidance for watchOS app development with SwiftUI, Watch Connectivity, and complications. When This Skill Activates Use this skill when the user: Is building a watchOS app or Watch extension Asks about Watch Connectivity (iPhone ↔ Watch sync) Needs help with complications or ClockKit Wants to implement watch-specific UI patterns Key Principles 1. Watch-First Design Glanceable content - users look for seconds, not minutes Quick interactions - 2 seconds or les...
85
13183 threat-modeling bobmatnyc/claude-mpm-skills
Threat Modeling (STRIDE) Outputs (Definition of Done) Produce a data flow diagram, a threat register, and a mitigation plan that becomes tickets and tests. Load Next (References) references/stride-workshop.md — step-by-step workshop agenda + DFD guidance references/common-threats-and-mitigations.md — threat catalog with mitigations references/templates.md — copy/paste templates for docs and tickets
85
13184 find-xemm-opps hummingbot/skills
find-xemm-opps Find Cross-Exchange Market Making (XEMM) opportunities by analyzing order book depth and liquidity across connected exchanges. XEMM involves quoting on one exchange (the maker side) while hedging fills on another (the taker/hedge side). The best opportunities exist where: One exchange has a wide spread and thin book (maker side — room to quote profitably) Another has a tight spread and deep book (taker side — cheap to hedge) A mid-price difference exists between them Prerequisites...
85
13185 prompt-engineering martinholovsky/claude-skills-generator
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
85
13186 ml-expert personamanagmentlayer/pcl
Expert guidance for machine learning systems, deep learning, model training, deployment, and MLOps practices. Core Concepts Machine Learning Fundamentals - Supervised learning (classification, regression) - Unsupervised learning (clustering, dimensionality reduction) - Reinforcement learning - Feature engineering - Model evaluation and validation - Hyperparameter tuning Deep Learning - Neural networks (CNNs, RNNs, Transformers) - Transfer learning - Fine-tuning pre-trained models ...
85
13187 reverse-engineer jschulte/claude-plugins
Common RE scripting environments IDAPython (IDA Pro scripting) Ghidra scripting (Java/Python via Jython) r2pipe (radare2 Python API) pwntools (CTF/exploitation toolkit) capstone (disassembly framework) keystone (assembly framework) unicorn (CPU emulator framework) angr (symbolic execution) Triton (dynamic binary analysis) Use this skill when - Working on common re scripting environments tasks or workflows - Needing guidance, best practices, or checklists for common re scripting environments Do...
85
13188 feishu-e2e-test m1heng/clawdbot-feishu
Feishu E2E Test Framework Local development testing using agent-browser CLI to interact with Feishu web app. Prerequisites Feishu web logged in at https://feishu.cn/next/messenger agent-browser CLI available OpenClaw locally installed Feishu bot appid/secret given in chat or in .env User given bot name which will display in Feishu web UI Important Notes Every time you modify extension code, you MUST restart OpenClaw Gateway for changes to take effect. Restart gateway (required after code change...
85
13189 google-sheets sanjay3290/ai-skills
Google Sheets API Use the Google Sheets API via direct curl calls to read, write, and manage spreadsheet data . Official docs: https://developers.google.com/sheets/api When to Use Use this skill when you need to: Read data from Google Sheets Write or update cell values Append rows to existing sheets Create new spreadsheets Get spreadsheet metadata (sheet names, properties) Batch update multiple ranges at once Prerequisites Go to vm0.ai Settings → Connectors and connect Google Sheets . vm0 will a...
85
13190 infographic-creator antvis/infographic
Infographics convert data, information, and knowledge into perceptible visual language. They combine visual design with data visualization, compressing complex information with intuitive symbols to help audiences quickly understand and remember key points. Infographic = Information Structure + Visual Expression This task uses AntV Infographic to create visual infographics. Before starting the task, you need to understand the AntV Infographic syntax specifications, including template list, dat...
85
13191 x-impact-checker manojbajaj95/claude-gtm-plugin
X Impact Checker Analyze X posts for viral potential based on the open-source recommendation algorithm (19-element scoring system). Scoring System (100 points) Tier 1: Core Engagement (60 points) Conversation drivers and strong sharing signals. Factor Max Scoring Guide Reply Potential 22 22: Direct question/debatable claim, 12: Invites response, 4: Statement only Retweet Potential 16 16: Actionable insight/surprising fact, 8: Interesting but niche, 0: No share value Favorite Potential 12 12: Emo...
85
13192 community-building manojbajaj95/claude-gtm-plugin
Community Building Help the user build and scale communities using frameworks from 18 product leaders who have built communities at Notion, Figma, WordPress, and more. How to Help When the user asks for help with community building: Identify the community type - Clarify if they need a user community, agency community, or partner community Find the atomic unit of sharing - Determine what community members would naturally want to show off Start with listening - Understand why early members are the...
85
13193 dotnet-devcert-trust aaronontheweb/dotnet-skills
.NET Dev Certificate Trust on Linux When to Use This Skill Use this skill when: Redis TLS connections fail with UntrustedRoot or RemoteCertificateNameMismatch in Aspire dotnet dev-certs https --check --trust returns exit code 7 HTTPS localhost connections fail with certificate validation errors After running dotnet dev-certs https --clean and needing to restore trust Setting up a new Linux dev machine for .NET HTTPS development Aspire dashboard or inter-service gRPC calls fail with TLS errors Up...
85
13194 account-executive borghei/claude-skills
Account Executive Expert-level sales execution for revenue growth. Core Competencies Pipeline management Discovery and qualification Solution selling Negotiation Deal closing Account planning Forecasting Relationship building Sales Process Sales Stages STAGE 1: PROSPECT (10%) ├── Lead identified ├── Initial outreach └── Meeting scheduled STAGE 2: DISCOVERY (20%) ├── Pain points identified ├── Budget confirmed ├── Decision process understood └── Timeline established STAGE 3: DEMO/EVALUATION (...
85
13195 incident-responder sickn33/antigravity-awesome-skills
Incident Responder You are a security incident response coordinator for OpenClaw. When a user suspects or confirms that a malicious skill was installed, you guide them through containment, investigation, and recovery. Incident Severity Levels Level Trigger Example SEV-1 (Critical) Active data exfiltration confirmed Credentials sent to external server SEV-2 (High) Malicious skill installed, unknown scope Typosquat skill discovered SEV-3 (Medium) Suspicious behavior detected, unconfirmed Unexpecte...
85
13196 3d-graphics samhvw8/dotfiles
Three.js Development Build high-performance 3D web applications using Three.js - a cross-browser WebGL/WebGPU library. When to Use This Skill Use when working with: 3D scenes, models, animations, or visualizations WebGL/WebGPU rendering and graphics programming Interactive 3D experiences (games, configurators, data viz) Camera controls, lighting, materials, or shaders Loading 3D assets (GLTF, FBX, OBJ) or textures Post-processing effects (bloom, depth of field, SSAO) Physics simulations, VR/XR e...
85
13197 changelog-generator dedalus-erp-pas/foundation-skills
Changelog Generator This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate. When to Use This Skill Preparing release notes for a new version Creating weekly or monthly product update summaries Documenting changes for customers Writing changelog entries for app store submissions Generating update notifications Creating internal release documentation Maintaining a public changelog/product updates p...
85
13198 monitoring-observability yonatangross/orchestkit
Monitoring & Observability When to use this skill Before Production Deployment : Essential monitoring system setup Performance Issues : Identify bottlenecks Incident Response : Quick root cause identification SLA Compliance : Track availability/response times Instructions Step 1: Metrics Collection (Prometheus) Application Instrumentation (Node.js): import express from 'express' ; import promClient from 'prom-client' ; const app = express ( ) ; // Default metrics (CPU, Memory, etc.) promClient ....
85
13199 storybook-component-documentation thebushidocollective/han
Storybook - Component Documentation Create comprehensive, auto-generated component documentation using Storybook's autodocs feature, MDX pages, and JSDoc comments. Key Concepts Autodocs Automatically generate documentation pages from stories: const meta = { title: 'Components/Button', component: Button, tags: ['autodocs'], // Enable auto-documentation parameters: { docs: { description: { component: 'A versatile button component with multiple variants and sizes.', ...
85
13200 android-architecture thebushidocollective/han
Android Modern Architecture & Modularization Instructions When designing or refactoring an Android application, adhere to the Guide to App Architecture and Clean Architecture principles. 1. High-Level Layers Structure the application into three primary layers. Dependencies must strictly flow inwards (or downwards) to the core logic. UI Layer (Presentation) : Responsibility : Displaying data and handling user interactions. Components : Activities, Fragments, Composables, ViewModels. Dependencies ...
85