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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
18951 alex-hormozi blicktz/knowledge_base_repo
Alex Hormozi - Persona Agent You are now speaking as Alex Hormozi. CRITICAL: Complete Linguistic Style Profile YOU MUST WRITE ALL RESPONSES IN ALEX HORMOZI'S VOICE USING THIS EXACT STYLE. Tone Energetic, blunt, pragmatic, and coaching-oriented. Confident, entrepreneurial, and data-driven with casual profanity and high urgency. All Catchphrases (Use Naturally - Aim for 1-2 per Response) "Let's rock and roll" "Sell the vacation, not the plane flight" "There's no such thing as too long, only ...
37
18952 playwright-testing laurigates/claude-plugins
Playwright E2E Testing Skill Load with: base.md + [framework].md For end-to-end testing of web applications with Playwright - cross-browser, fast, reliable. Sources: Playwright Best Practices | Playwright Docs | Better Stack Guide Setup Installation New project npm init playwright@latest Existing project npm install -D @playwright/test npx playwright install Configuration // playwright.config.ts import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ te...
37
18953 gitlab-automation davepoon/buildwithclaude
GitLab Automation via Rube MCP Automate GitLab operations including project management, issue tracking, merge request workflows, CI/CD pipeline monitoring, branch management, and user administration through Composio's GitLab toolkit. Toolkit docs : composio.dev/toolkits/gitlab Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active GitLab connection via RUBE_MANAGE_CONNECTIONS with toolkit gitlab Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube...
37
18954 cloudflare-expert personamanagmentlayer/pcl
Expert guidance for Cloudflare Workers, edge computing, CDN optimization, and Cloudflare security services. Core Concepts Cloudflare Services - Cloudflare Workers (serverless edge computing) - CDN and caching - DDoS protection - Web Application Firewall (WAF) - DNS management - Load balancing - Workers KV (key-value storage) - Durable Objects Edge Computing - Deploy code globally - Reduce latency - Process at the edge - Distributed state - Real-time applications Developer To...
37
18955 pachca-search pachca/openapi
pachca-search Quick start Ask user for Pachca token (bot: Automations → Integrations → API, or user: Automations → API). Run commands with npx @pachca/cli and --token flag: npx @pachca/cli <command> --token $PACHCA_TOKEN Or set PACHCA_TOKEN for multiple commands: export PACHCA_TOKEN=<token> npx @pachca/cli <command> Help: npx @pachca/cli --help | Scenarios: npx @pachca/cli guide After successful use, suggest installing CLI globally: npm install -g @pachca/cli && pachca auth login --token $PACHCA...
37
18956 container-security-auditor jeremylongshore/claude-code-plugins-plus-skills
Container Security Auditor Purpose This skill provides automated assistance for container security auditor tasks within the Security Advanced domain. When to Use This skill activates automatically when you: Mention "container security auditor" in your request Ask about container security auditor patterns or best practices Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities Provides step-by-step gu...
37
18957 cloudflare-workers-ai ovachiever/droid-tings
Cloudflare Workers AI Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0, workers-ai-provider@3.0.2 Recent Updates (2025): April 2025 - Performance: Llama 3.3 70B 2-4x faster (speculative decoding, prefix caching), BGE embeddings 2x faster April 2025 - Breaking Changes: max_tokens now correctly defaults to 256 (was not respected), BGE pooling parameter (cls NOT bac...
37
18958 fivem-nui germanfndez/fiveai-skills
FiveM NUI Development Best practices for FiveM NUI development — fullscreen UIs, NUI callbacks, messaging, and UI integration. Use this skill whenever you are dealing with FiveM user interfaces to obtain domain-specific knowledge. When to use User asks how to create a UI for FiveM. Creating or editing HTML/CSS/JS files for FiveM resources. Setting up ui_page in fxmanifest.lua. Questions about NUI callbacks, SendNUIMessage, or SetNUIFocus. Need to look up natives → point to https://docs.fivem.net...
37
18959 team-communication qodex-ai/ai-agent-skills
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For co...
37
18960 laravel-query-builders leeovery/claude-laravel
Always use custom query builders instead of local scopes. Related guides: - [Models](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-query-builders/../laravel-models/SKILL.md) - Model integration with custom builders - [Controllers](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-query-builders/../laravel-controllers/SKILL.md) - Using query objects in controllers Why Custom Builders Over Scopes ❌ Do NOT use local scopes. ✅ Use custom query builders ...
37
18961 skill-system-soul arthur0824hao/skills
Skill System Soul Soul profiles define how you behave, not what you can do. Load a profile to adopt its behavioral guidelines. Why Different models (Claude, GPT, Gemini) have different default behaviors. Soul profiles normalize this — the same profile produces similar behavior regardless of the underlying model. Different tasks also need different behavioral modes: Exploring ideas → be creative, divergent, ask lots of questions Reviewing code → be strict, one rule at a time, no mercy Discussing ...
37
18962 seo-wordpress-manager nicepkg/ai-workflow
SEO WordPress Manager Skill Purpose This skill manages Yoast SEO metadata in WordPress sites via the WPGraphQL API. It enables batch updates of: SEO titles Meta descriptions Focus keyphrases Open Graph metadata When to Use This Skill User asks to "update SEO titles" or "fix meta descriptions" User wants to batch process WordPress posts for SEO User mentions Yoast SEO optimization User needs to update SEO metadata across multiple posts Prerequisites WordPress Setup Required WPGraphQL plugin insta...
37
18963 cloudflare-workers-expert sickn33/antigravity-awesome-skills
You are a senior Cloudflare Workers Engineer specializing in edge computing architectures, performance optimization at the edge, and the full Cloudflare developer ecosystem (Wrangler, KV, D1, Queues, etc.). Use this skill when Designing and deploying serverless functions to Cloudflare's Edge Implementing edge-side data storage using KV, D1, or Durable Objects Optimizing application latency by moving logic to the edge Building full-stack apps with Cloudflare Pages and Workers Handling request/res...
37
18964 cpp-core-guidelines-review openharmonyinsight/openharmony-skills
C++ Core Guidelines Review Overview Review C++ code against the C++ Core Guidelines by launching parallel sub-agents, each analyzing code against a specific guideline section. This skill ensures comprehensive coverage while maintaining high confidence in violation identification. Workflow Step 1: Understand Scope Clarification Before launching any sub-agents, clarify the review scope with the user: Target files/directories : Which C++ source files or directories to review? File patterns : What f...
37
18965 ui-analyzer smallnest/langgraphgo
This skill provides a systematic approach to analyzing UI design screenshots and translating them into production-ready React components using TypeScript and Tailwind CSS. Purpose Transform UI design screenshots into well-structured, accessible, and maintainable React components. The skill guides through analyzing layouts, extracting design tokens, identifying components, and generating clean code that matches the design while following best practices. When to Use This Skill Use this skill...
37
18966 dev-workflows nickcrew/claude-ctx-plugin
Dev Workflows Overview Unify build, test, and DX improvement workflows so they are repeatable and reliable. Focus on safe execution, clear diagnostics, and actionable follow-ups. When to Use Running builds or resolving build failures Executing tests or analyzing test failures Improving onboarding, tooling, or developer workflows Avoid when: The task is pure code implementation A full release process is required (use release-prep) Quick Reference Task Load reference Build workflows skills/dev...
37
18967 flare spatie/flare-cli
Flare CLI The flare CLI lets you manage Flare error tracking and performance monitoring from the terminal. Every Flare API endpoint has a corresponding command. Prerequisites Check that the CLI is installed: flare --version If not installed: composer global require spatie/flare-cli Ensure Composer's global bin directory is in PATH : composer global config bin-dir --absolute Authentication Log in — you'll be prompted for your API token flare login Log out flare logout Get your API token at http...
37
18968 theme-factory teachingai/full-stack-skills
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
37
18969 openharmony-download openharmonyinsight/openharmony-skills
OpenHarmony Download Skill OpenHarmony 源码下载 Skill - 对话式信息收集 + 环境检查 + 前台实时下载。 工作流程 选择镜像源 (AskUserQuestion 单选) 环境检查 (逐项对话式检查,失败时引导解决) 选择分支 (AskUserQuestion 单选) 选择目录 (AskUserQuestion 单选) 执行下载 (Bash 工具,前台实时输出) 对话流程 步骤 1:选择镜像源 AskUserQuestion ( { questions : [ { header : "镜像源" , question : "请选择 OpenHarmony 镜像源" , options : [ { label : "GitCode" , description : "推荐国内用户,速度最快" } , { label : "Gitee" , description : "国内用户" } , { label : "GitHub" , description : "国际用户" } ] , multiSelect : false } ] } ) 步骤 ...
37
18970 alerting-dashboard-builder patricio0312rev/skills
Alerting & Dashboard Builder Build effective alerts and dashboards based on SLOs. SLO Definition slos: - name: api_availability objective: 99.9% window: 30d sli: | sum(rate(http_requests_total{status_code!~"5.."}[5m])) / sum(rate(http_requests_total[5m])) - name: api_latency objective: 95% 95% of requests under 500ms window: 30d sli: | histogram_quantile(0.95, rate(http_request_duration_seconds_bucket[5m]) ) < 0.5 Alert Rules group...
37
18971 paul-graham acossta/chief-of-staff-oss
Paul Graham Startup Advisor Distilled wisdom from 200+ essays, Y Combinator experience, and @paulg. Advisor Approach Channel PG's Voice Direct : No hedging or qualifiers. Say what you mean. Contrarian : Challenge conventional wisdom. "Everyone thinks X, but actually..." Example-driven : Airbnb, Stripe, Viaweb, Facebook—concrete cases over abstractions Compressed : Say more with less. Every word earns its place. Slightly provocative : Push thinking without being gratuitously controversial Key Man...
37
18972 python-project julianobarbosa/claude-code-skills
Python Project Skill Modern Python project development using uv package manager and Flask for web components. Quick Start New Project with uv Initialize new project uv init my-project cd my-project Add dependencies uv add flask pytest ruff mypy Run application uv run python app.py Run with Flask uv run flask run --debug Package Manager: uv Use uv (astral-sh/uv) for all Python package management. It replaces pip, poetry, pyenv, and virtualenv. Common Commands Project management uv init < nam...
37
18973 quality-gates-enforcer patricio0312rev/skills
Quality Gates Enforcer Enforce minimum quality standards before merging code. Coverage Requirements .github/workflows/quality-gates.yml name: Quality Gates on: pull_request: jobs: coverage: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: "20" cache: "npm" - run: npm ci - name: Run tests with coverage run: npm test -- --coverage - name: Check coverage ...
37
18974 binary-analysis laurigates/claude-plugins
Binary Analysis Tools for exploring and reverse engineering binary files, firmware, and unknown data. Quick Reference Tool Purpose Install strings Extract printable text from binaries Built-in (binutils) binwalk Firmware analysis, file extraction pip install binwalk or cargo install binwalk hexdump Hex/ASCII dump Built-in xxd Hex dump with reverse capability Built-in (vim) file Identify file type Built-in strings - Extract Text from Binaries Find human-readable strings embedded in binary files. ...
37
18975 dbeaver teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
37
18976 social-media nicepkg/ai-workflow
Social Media Content Skill This skill provides guidelines for creating engaging social media content that drives engagement and shares. When to Use This Skill Use this skill when asked to: Write a LinkedIn post Create a Twitter/X thread Draft social media announcements Repurpose blog content for social Research First (Required) Before writing any social media content, you MUST delegate research: Use the task tool with subagent_type: "researcher" In the description, specify BOTH the topic A...
37
18977 mongodb-usage fcakyon/claude-codex-settings
MongoDB Best Practices MCP Limitation This MCP operates in READ-ONLY mode. No write, update, or delete operations are possible. Schema Design Patterns Embedding vs Referencing Embed when: Data is accessed together frequently Child documents are bounded (won't grow unbounded) One-to-few relationships Data doesn't change frequently Reference when: Data is accessed independently Many-to-many relationships Documents would exceed 16MB limit Frequent updates to referenced data Common Patterns Subset p...
37
18978 secrets-manager itsmostafa/aws-agent-skills
AWS Secrets Manager AWS Secrets Manager helps protect access to applications, services, and IT resources. Store, retrieve, and automatically rotate credentials, API keys, and other secrets. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Secrets Encrypted data stored in Secrets Manager. Can contain: Database credentials API keys OAuth tokens Any key-value pairs (up to 64 KB) Versions Each secret can have multiple versions...
37
18979 inventory-demand-planning sickn33/antigravity-awesome-skills
Inventory Demand Planning Role and Context You are a senior demand planner at a multi-location retailer operating 40–200 stores with regional distribution centers. You manage 300–800 active SKUs across categories including grocery, general merchandise, seasonal, and promotional assortments. Your systems include a demand planning suite (Blue Yonder, Oracle Demantra, or Kinaxis), an ERP (SAP, Oracle), a WMS for DC-level inventory, POS data feeds at the store level, and vendor portals for purchase ...
37
18980 dependency-track-skill julianobarbosa/claude-code-skills
Dependency-Track Skill Comprehensive guide for implementing, deploying, and operating Dependency-Track - an intelligent Software Composition Analysis (SCA) platform that identifies and reduces risk in the software supply chain through SBOM management. Current Versions: Helm Chart: 0.40.0 App Version: 4.13.6 Helm Repository: https://dependencytrack.github.io/helm-charts Overview Dependency-Track is an API-first platform that: Consumes and produces CycloneDX SBOMs and VEX documents Monitors c...
37
18981 external-dns julianobarbosa/claude-code-skills
External-DNS Skill Complete External-DNS operations for automatic DNS management in Kubernetes clusters. Overview External-DNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers, eliminating manual DNS record management. This skill covers configuration, best practices, and troubleshooting across multiple DNS providers with emphasis on Azure and Cloudflare. Provider Quick Reference Provider Auth Method Status Reference Azure DNS Workload Identity (recommended) or Servic...
37
18982 generate-icon b-open-io/gemskills
Generate Icon Skill Generate professional icons for any platform using Gemini AI with automatic background removal, cropping, and multi-size export. Quick Start Favicon for website bun run icon "modern tech startup logo letter S" --preset favicon --output ./icons/favicon iOS App Store icons bun run icon "meditation app lotus flower" --preset apple-app-icon --output ./icons/ios Android Play Store + adaptive icons bun run icon "fitness tracker flame icon" --preset android-app-icon --output ./ic...
37
18983 image-gen infquest/vibe-ops-plugin
Image Generation Skill Generate and edit website images using Gemini Native Image Generation. ⚠️ Critical: SDK Migration Required IMPORTANT: The @google/generative-ai package is deprecated as of November 30, 2025. All new projects must use @google/genai. Migration Required: // ❌ OLD (deprecated, support ended Nov 30, 2025) import { GoogleGenerativeAI } from "@google/generative-ai"; const genAI = new GoogleGenerativeAI(API_KEY); // ✅ NEW (required) import { GoogleGenAI } from "@google/genai...
37
18984 manifest sickn33/antigravity-awesome-skills
Manifest Setup Follow these steps in order . Do not skip ahead. Use this skill when User wants to set up observability or telemetry for their agent User wants to connect their agent to Manifest for monitoring User needs to configure a Manifest API key or custom endpoint User is troubleshooting Manifest plugin connection issues User wants to verify the Manifest plugin is running Do not use this skill when User needs general observability design (use observability-engineer instead) User wants to b...
37
18985 cli-tools dirnbauer/webconsulting-skills
CLI Tools Skill Manage CLI tool installation, environment auditing, and updates. Capabilities Reactive: Auto-install missing tools on "command not found" Proactive: Audit project dependencies and tool versions Maintenance: Batch update all managed tools Triggers Reactive (auto-install): bash: <tool>: command not found zsh: command not found: <tool> Proactive (audit): "check environment", "what's missing", "update tools" Binary to Tool Mapping Common binary names that differ from package ...
37
18986 api-flow-diagram-creator jeremylongshore/claude-code-plugins-plus-skills
Api Flow Diagram Creator Purpose This skill provides automated assistance for api flow diagram creator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "api flow diagram creator" in your request Ask about api flow diagram creator patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities Provides step-by-step guidance for api flow diagram creator Fol...
37
18987 real-time-features eddiebe147/claude-settings
Real-Time Features Overview Implement real-time bidirectional communication between clients and servers for instant data synchronization and live updates. When to Use Chat and messaging applications Live dashboards and analytics Collaborative editing (Google Docs-style) Real-time notifications Live sports scores or stock tickers Multiplayer games Live auctions or bidding systems IoT device monitoring Real-time location tracking Technologies Comparison Technology Direction Use Case Browser Supp...
37
18988 monetization rshankras/claude-code-apple-skills
Monetization Strategy End-to-end monetization guidance for Apple platform apps — from "should I charge?" to "here's your pricing page structure." When This Skill Activates Use this skill when the user: Asks "should I monetize my app?" or "is my app ready to charge?" Wants help choosing between freemium, subscription, or one-time purchase Needs pricing tier recommendations Asks about free trial strategy Wants to plan monetization for a specific app type (kids, therapy, productivity, etc.) Mention...
37
18989 marketing-geo-localization vasilyu1983/ai-agents-public
Marketing GEO Localization - International GTM & Localization International marketing localization is not translation. It is a set of decisions about market entry, positioning governance, channels, compliance, and measurement under local constraints. Use this skill when: The query mentions specific countries/regions/languages, international expansion, localization vs translation, regional platforms, or privacy/consent laws. Quick Start Use this sequence before writing recommendations: Confi...
37
18990 nextjs-i18n fusengine/agents
Next.js 16 Internationalization Complete i18n solution with next-intl or DIY dictionary approach. Agent Workflow (MANDATORY) Before ANY implementation, use TeamCreate to spawn 3 agents: fuse-ai-pilot:explore-codebase - Analyze existing i18n setup and message files fuse-ai-pilot:research-expert - Verify latest next-intl docs via Context7/Exa mcp__context7__query-docs - Check locale config and patterns After implementation, run fuse-ai-pilot:sniper for validation. Overview When to Use Building mul...
37
18991 nestjs-modular-monolith tech-leads-club/agent-skills
Modular Monolith Specialist Consultative architect and implementer specializing in robust, scalable modular monolith systems using NestJS. Designs architectures that balance modularity, maintainability, and evolutionary potential through DDD and Clean Architecture. Role Definition You are a senior backend architect with deep expertise in modular monolith design. You guide users from domain analysis to production-ready implementation. You combine the benefits of microservices (boundaries, indepen...
37
18992 lisa-integration-test codyswanngt/lisa
Lisa Integration Test Apply Lisa templates to a downstream project and verify it works end-to-end. If anything breaks, fix the upstream templates in Lisa and retry until the project passes all checks. This must be run FROM the Lisa repository directory. Prerequisites Running from the Lisa repo (has src/core/lisa.ts ) The target project has Lisa applied (has .lisa-manifest ) The target project's working directory is clean (no uncommitted changes) Instructions Step 1: Validate Environment Confirm ...
37
18993 animation principles - novice dylantarre/animation-principles
Building Your Animation Foundation You know the basics. Now let's understand how to actually use these 12 principles in your work. 1. Squash and Stretch What it does: Gives weight and flexibility to objects. Try this: Animate a bouncing ball. Squash it 20-30% on impact, stretch it slightly at peak velocity. 2. Anticipation What it does: Prepares the viewer for action. Try this: Before a character jumps, have them bend their knees. The bigger the anticipation, the bigger the expected action. 3. S...
37
18994 superplane-monitor superplanehq/skills
SuperPlane Monitor Inspect, debug, and manage workflow executions. Quick Reference Task Command List events for canvas superplane events list --canvas-id <id> Trace an event's executions superplane events list-executions --canvas-id <id> --event-id <eid> List node executions superplane executions list --canvas-id <id> --node-id <nid> Cancel execution superplane executions cancel --canvas-id <id> --execution-id <eid> List queued items superplane queue list --canvas-id <id> --node-id <nid> Delete ...
37
18995 vue-development travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
37
18996 ranger-finance sendaifun/skills
Ranger Finance SDK Development Guide A comprehensive guide for building Solana applications with Ranger Finance - the first perpetual futures aggregator on Solana. Overview Ranger Finance is a Smart Order Router (SOR) that aggregates perpetual futures trading across multiple Solana protocols: Drift Protocol : Leading perps DEX on Solana Flash Trade : High-performance perpetuals Adrena : Leverage trading protocol Jupiter Perps : Jupiter's perpetuals platform Key Benefits Best Execution : Automati...
37
18997 skill-creator dkyazzentwatwa/chatgpt-skills
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...
37
18998 video-editor ckorhonen/claude-skills
Video Editor - FFmpeg & Encoding Expert Expert guidance for video editing, encoding, and processing with ffmpeg. This skill covers container formats, codecs, encoding best practices, and quality optimization for video production workflows. When to Use This Skill Use this skill when: Encoding or transcoding video files Converting between container formats (MKV, MP4, etc.) Optimizing encoding settings for quality or file size Troubleshooting video quality issues Working with color spaces and color...
37
18999 azure-pipelines-generator akin-ozer/cc-devops-skills
No SKILL.md available for this skill. View on GitHub
37
19000 nextjs-supabase-saas-planner sitechfromgeorgia/georgian-distribution-system
Next.js + Supabase SaaS Planner Overview Expert SaaS planning assistant that transforms product ideas into actionable technical roadmaps. Specializes in the Next.js 15 + Supabase stack, covering architecture design, database schemas, authentication patterns, multi-tenancy, billing integration, and launch strategies. When to use this skill: Planning a new SaaS product from scratch Converting a product idea into technical specifications Designing database schemas for SaaS applications Setting u...
37