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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,410
总 Skills
34.1M
总安装量
2,437
贡献者
# Skill 仓库 描述 安装量
20401 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
20402 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
20403 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
20404 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
20405 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
20406 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
20407 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
20408 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
20409 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
20410 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
20411 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
20412 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
20413 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
20414 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
20415 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
20416 image-gen infquest/vibe-ops-plugin
When to Use User wants to generate an AI image from a text description User says "generate image", "draw", "create picture", "配图" User says "生成图片", "画一张", "AI图" User needs a cover image, illustration, or concept art When NOT to Use User wants to create audio content (use /podcast , /speech ) User wants to create a video (use /explainer ) User wants to edit an existing image (not supported) User wants to extract content from a URL (use /content-parser ) Purpose Generate AI images using the Listen...
37
20417 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
20418 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
20419 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
20420 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
20421 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
20422 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
20423 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
20424 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
20425 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
20426 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
20427 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
20428 vue-development travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
37
20429 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
20430 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
20431 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
20432 azure-pipelines-generator akin-ozer/cc-devops-skills
No SKILL.md available for this skill. View on GitHub
37
20433 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
20434 skill-optimizer tdimino/claude-code-minoan
When to use Use this skill when you need to: Improve whether a skill is actually applied by models Diagnose why some criteria fail across all models Prevent a skill from making outputs worse Refactor skill text for stronger retrieval under context pressure Build repeatable benchmark loops and release gates Optimization loop (default workflow) Measure baseline and skill-on behavior (per model, per scenario, per criterion) Find failure pattern : universal failure (0% with skill) model-specific wea...
37
20435 building-blocks austintgriffith/ethskills
Building Blocks (DeFi Legos) What You Probably Got Wrong DeFi TVL: Check DeFi Llama for current Ethereum DeFi TVL. If you're quoting numbers from 2023-2024, they're stale. Uniswap V4 is live. Launched mainnet January 31, 2025 on 10+ chains. V4 introduced a hooks system — custom logic attached to pools (dynamic fees, TWAMM, limit orders, custom oracles). This is the biggest composability upgrade since flash loans. PoolManager addresses are different per chain (NOT deterministic like V3). Costs ch...
37
20436 sindri-extension-guide pacphi/sindri
Sindri Extension Development Guide What's New: Extension Capabilities System Recent Addition (Jan 2026): Sindri now supports an optional capabilities system for advanced extensions: Project Initialization - Commands to set up new projects (project-init) Multi-Method Authentication - Support both API key and CLI auth (auth) Lifecycle Hooks - Pre/post install and project-init hooks (hooks) MCP Integration - Register as Model Context Protocol servers (mcp) Most extensions don't need capabilities...
37
20437 marketing-strategy-pmm ovachiever/droid-tings
Marketing Strategy & Product Marketing Expert Product Marketing playbook for Series A+ startups expanding internationally with hybrid PLG/Sales-Led motion. Keywords product marketing, positioning, GTM, go-to-market strategy, competitive analysis, competitive intelligence, battlecards, ICP, ideal customer profile, messaging, value proposition, product launch, market entry, international expansion, sales enablement, win loss analysis, PMM, product marketing manager, market positioning, competit...
37
20438 looking-up-docs julianobarbosa/claude-code-skills
Context7 provides up-to-date, version-specific documentation and code examples directly from source libraries. Why Context7 - Current APIs: No hallucinated or outdated patterns - Version-specific: Gets docs for exact library versions - Code examples: Real, working code from actual documentation Workflow - Resolve library ID: `mcp__context7__resolve-library-id` with `libraryName` - Get documentation: `mcp__context7__get-library-docs` with `context7CompatibleLibraryID` and `topic` Modes...
37
20439 fix-git letta-ai/skills
This skill provides systematic approaches for diagnosing and recovering from common Git problems, particularly lost commits and detached HEAD situations. When to Use This Skill - Recovering commits that appear to be "lost" or missing - Fixing detached HEAD states where work was committed but not on a branch - Recovering from accidental `git reset` or `git checkout` operations - Restoring work after switching branches without committing - Investigating what happened to missing changes in a...
37
20440 theme-shopify-section-structure niccos-shopify-workspace/shopify-cursor-skills
Shopify Section Structure Guidelines for organizing Shopify theme sections with proper file structure, schema configuration, and padding settings. When to Use Creating new Shopify theme sections Modifying existing section schemas Setting up section file structure (Liquid, CSS, JS) Adding padding controls to sections Section File Structure Each section must have: Liquid section file ( .liquid in sections/ directory) Separate CSS file (in assets/ directory) Optional separate JS file (in assets/ di...
37
20441 gmail sanjay3290/postgres-skill
Gmail Gmail is a free email service provided by Google. It's widely used by individuals and businesses for sending, receiving, and organizing emails. Official docs: https://developers.google.com/gmail/api Gmail Overview Email Attachment Draft Label Thread Working with Gmail This skill uses the Membrane CLI to interact with Gmail. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the...
37
20442 workspace-isolation qodex-ai/ai-agent-skills
Using Git Worktrees Overview Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Core principle: Systematic directory selection + safety verification = reliable isolation. Announce at start: "I'm using the using-git-worktrees skill to set up an isolated workspace." Directory Selection Process Follow this priority order: 1. Check Existing Directories Check in priority order ls -d .worktrees 2>/dev/null ...
37
20443 flutter-bloc dhruvanbhalara/skills
BLoC Pattern Sealed States & Events : Always use sealed class for both States and Events to ensure exhaustive UI handling and compile-time safety. Immutability : All States, Events, and Domain Entities MUST be immutable (using final and Equatable or freezed ). Official BLoC Part-Part Of Pattern : Every _bloc.dart file MUST include its corresponding _event.dart and _state.dart files using part directives. Each event/state file MUST have a part of directive pointing back to the bloc file. This ens...
37
20444 devops htlin222/dotfiles
DevOps Skill Deploy and manage cloud infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes. When to Use Deploy serverless apps to Cloudflare Workers/Pages Containerize apps with Docker, Docker Compose Manage GCP with gcloud CLI (Cloud Run, GKE, Cloud SQL) Kubernetes cluster management (kubectl, Helm) GitOps workflows (Argo CD, Flux) CI/CD pipelines, multi-region deployments Security audits, RBAC, network policies Platform Selection Need Choose Sub-50ms latency globally Cloudfl...
37
20445 altinity-expert-clickhouse-part-log altinity/skills
Part Log Based Diagnostics Run all queries from checks.sql (cluster-wide) and interpret the top offenders by rate (events/min), volume (rows/bytes), and errors . Notes: Default timeframes are relative (e.g., last 1h/6h/24h). Only switch to an explicit time range when the user provides one in the prompt. Replace {cluster} with your ClickHouse cluster name (DataGrip). Keep queries time-bounded ( event_time > now() - INTERVAL ... ) and use LIMIT . If a query fails due to schema differences, run DES...
37
20446 governance desek/governance
Creates and manages governance documents: ADRs for architectural decisions, CRs for requirement changes. Document Selection | Technical/architectural decision | ADR | [reference/adr-guide.md](https://github.com/desek/governance/blob/main/skills/governance/reference/adr-guide.md) | Requirement or scope change | CR | [reference/cr-guide.md](https://github.com/desek/governance/blob/main/skills/governance/reference/cr-guide.md) ADR Workflow Use this checklist when creating an Architectu...
37
20447 using-fastlane-in-flutter-and-ci rodydavis/skills
Using Fastlane in Flutter and CI Prerequisites: Understand what Fastlane is and how it works Project builds correctly following these docs Android app setup in Google Play Console iOS app setup in AppStore Connect Flutter is installed and your project is created Steps Open your Flutter project Run: cd ios Run: fastlane init and follow the prompts Replace the Fastfile contents with this: !/bin/bash echo "App Release Automator by @rodydavis" action="$1" red=`tput setaf 1` green=`tput setaf 2` rese...
37
20448 dockerfile-generator akin-ozer/cc-devops-skills
Dockerfile Generator Purpose This skill provides automated assistance for dockerfile generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "dockerfile generator" in your request Ask about dockerfile generator patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for dockerfile generator...
37
20449 git-workflows miles990/claude-software-skills
Git & GitHub Workflows (via Grove Wrap) All git and GitHub operations go through gw — never use raw git or gh commands directly. Grove Wrap adds safety tiers, Conventional Commits enforcement, protected branch guards, and agent-safe defaults. When to Activate Activate this skill when: Making git commits, pushing, pulling, branching, or stashing Creating, reviewing, or merging pull requests Creating, viewing, or closing GitHub issues Checking CI/workflow run status Reviewing git history, diffs, o...
37
20450 backend-dev-guidelines diet103/claude-code-infrastructure-showcase
Backend Development Guidelines (Node.js · Express · TypeScript · Microservices) You are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Your goal is to build predictable, observable, and maintainable backend systems using: Layered architecture Explicit error boundaries Strong typing and validation Centralized configuration First-class observability This skill defines how backend code must be written, not merely suggestion...
37