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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,030
总 Skills
106.8M
总安装量
2,603
贡献者
# Skill 仓库 描述 安装量
16201 solana-cli solanaguide/solana-cli
No SKILL.md available for this skill. View on GitHub
72
16202 speckit-specify dceoy/speckit-agent-skills
Spec Kit Specify Skill When to Use The user wants a new or updated feature spec from a natural language description. Inputs Feature description from the user. Repo context with .specify/ scripts and templates. If the description is missing or unclear, ask a targeted question before continuing. Workflow The user's feature description in the request is the input. Do not ask them to repeat it unless it is missing. Given that feature description, do this: Generate a concise short name (2-4 words) fo...
72
16203 sales-methodology-implementer onewave-ai/claude-skills
Sales Methodology Implementer Implement and scale proven sales methodologies across your entire team. Instructions You are an expert sales enablement specialist who helps teams implement and execute proven sales methodologies. Your mission is to take abstract frameworks and make them concrete, actionable, and measurable for real deals. Supported Methodologies 1. MEDDIC (Metrics, Economic Buyer, Decision Criteria, Decision Process, Identify Pain, Champion) Best for: Enterprise B2B, complex ...
72
16204 designing-architecture cloudai-x/claude-workflow-v2
Designing Architecture Architecture Decision Workflow Copy this checklist and track progress: Architecture Design Progress: - [ ] Step 1: Understand requirements and constraints - [ ] Step 2: Assess project size and team capabilities - [ ] Step 3: Select architecture pattern - [ ] Step 4: Define directory structure - [ ] Step 5: Document trade-offs and decision - [ ] Step 6: Validate against decision framework Pattern Selection Guide By Project Size Size Recommended Pattern Small (<10K LOC) S...
72
16205 async-jobs yonatangross/orchestkit
Async Jobs Patterns for background task processing with Celery, ARQ, and Redis. Covers task queues, canvas workflows, scheduling, retry strategies, rate limiting, and production monitoring. Each category has individual rule files in references/ loaded on-demand. Quick Reference Category Rules Impact When to Use Configuration celery-config HIGH Celery app setup, broker, serialization, worker tuning Task Routing task-routing HIGH Priority queues, multi-queue workers, dynamic routing Canvas Workflo...
72
16206 anthropic-architect jamesrochabrun/skills
Anthropic Architect Expert architectural guidance for Anthropic-based projects. Analyze your requirements and receive tailored recommendations on the optimal architecture using Skills, Agents, Subagents, Prompts, and SDK primitives. What This Skill Does Helps you design the right Anthropic architecture for your project by: Analyzing project requirements - Understanding complexity, scope, and constraints Recommending architectures - Skills vs Agents vs Prompts vs SDK primitives Applying decis...
72
16207 session-reflection jwilger/agent-skills
Session Reflection Value: Feedback -- every user intervention is a signal that the system prompt is incomplete. Turning corrections into durable instructions creates compound improvement across sessions. Purpose Teaches agents to analyze session history for recurring corrections, generate project-specific instructions that prevent known failure modes, and maintain working state that survives context compaction and crashes. Transforms reactive corrections into proactive prevention. Practices Refl...
72
16208 docker-compose oimiragieo/agent-studio
Docker Compose Skill Overview This skill provides comprehensive Docker Compose management, enabling AI agents to orchestrate multi-container applications, manage services, inspect logs, and troubleshoot containerized environments with progressive disclosure for optimal context usage. Context Savings: ~92% reduction MCP Mode: ~25,000 tokens always loaded (multiple tools + schemas) Skill Mode: ~700 tokens metadata + on-demand loading When to Use Managing local development environments Orchestra...
72
16209 datadog-automation composiohq/awesome-claude-skills
Datadog Automation via Rube MCP Automate Datadog monitoring and observability operations through Composio's Datadog toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Datadog connection via RUBE_MANAGE_CONNECTIONS with toolkit datadog Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Ve...
72
16210 server-management vudovn/antigravity-kit
Server Management Server management principles for production operations. Learn to THINK, not memorize commands. 1. Process Management Principles Tool Selection Scenario Tool Node.js app PM2 (clustering, reload) Any app systemd (Linux native) Containers Docker/Podman Orchestration Kubernetes, Docker Swarm Process Management Goals Goal What It Means Restart on crash Auto-recovery Zero-downtime reload No service interruption Clustering Use all CPU cores Persistence Survive server reboot 2. Monit...
72
16211 fastapi-backend-template eng0ai/eng0-template-skills
FastAPI Backend Template FastAPI with PostgreSQL, async SQLAlchemy 2.0, Alembic migrations, and Docker. Tech Stack Framework: FastAPI Language: Python ORM: SQLAlchemy 2.0 (async) Migrations: Alembic Database: PostgreSQL Prerequisites Python 3.11+ Docker (recommended) PostgreSQL Setup 1. Clone the Template git clone --depth 1 https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template.git . If the directory is not empty: git clone --depth 1 https://github.com/Aeternalis-Ingenium/FastAPI-...
72
16212 sendgrid-automation composiohq/awesome-claude-skills
SendGrid Automation via Rube MCP Automate SendGrid email delivery workflows including marketing campaigns (Single Sends), contact and list management, sender identity setup, and email analytics through Composio's SendGrid toolkit. Toolkit docs : composio.dev/toolkits/sendgrid Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active SendGrid connection via RUBE_MANAGE_CONNECTIONS with toolkit sendgrid Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get R...
72
16213 commit yonatangross/orchestkit
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
72
16214 implementing-jsc-classes-zig oven-sh/bun
Bridge JavaScript and Zig through `.classes.ts` definitions and Zig implementations. Architecture - Zig Implementation (.zig files) - JavaScript Interface Definition (.classes.ts files) - Generated Code (C++/Zig files connecting them) Class Definition (.classes.ts) ``` define({ name: "TextDecoder", constructor: true, JSType: "object", finalize: true, proto: { decode: { args: 1 }, encoding: { getter: true, cache: true }, fatal: { getter: true }, }, }); ``` Option...
72
16215 technical-documentation vincentkoc/dotskills
Technical Documentation Purpose Produce and review technical documentation that is clear, actionable, and maintainable for both humans and agents, including contributor-governance files and agent instruction files. When to use Creating or overhauling docs in an existing product/codebase (brownfield). Building evergreen docs meant to stay accurate and reusable over time. Reviewing doc diffs for structure, clarity, and operational correctness. Running full-repo documentation audits that must inclu...
72
16216 dotnet-aspire markpitt/claude-skills
.NET Aspire Integration Skill This skill helps add .NET Aspire to existing .NET solutions or create new Aspire-enabled distributed applications. It provides modular guidance for orchestration, service discovery, component integration, configuration management, and deployment. What Is .NET Aspire? .NET Aspire is an opinionated, cloud-ready stack for building observable, production-ready, distributed applications. It provides: Service orchestration - Coordinate multiple projects and services w...
72
16217 eda-pcb l3wi/claude-eda
EDA PCB Skill PCB layout, component placement, and routing. Auto-Activation Triggers This skill activates when: User asks to "layout PCB", "place components", "route traces" User is working with .kicad_pcb files User asks about placement, routing, copper pours, vias Project has schematic but no PCB layout User mentions DFM, trace width, or clearance Context Requirements Requires: hardware/*.kicad_sch - Completed schematic with netlist docs/component-selections.md - Component details docs/d...
72
16218 axiom-xcode-mcp-setup charleswiltgen/axiom
Xcode MCP Setup Prerequisites Xcode 26.3+ with MCP support macOS with Xcode installed and running At least one project/workspace open in Xcode Step 1: Enable MCP in Xcode Open Xcode Settings (Cmd+,) Go to Intelligence tab Check Enable Model Context Protocol Ensure Xcode Tools toggle is ON Without this toggle, xcrun mcpbridge connects but returns no tools. Step 2: Connect Your MCP Client Claude Code claude mcp add --transport stdio xcode -- xcrun mcpbridge Verify: claude mcp list should show xcod...
72
16219 general-purpose 404kidwiz/claude-supercode-skills
General Purpose Skill You are a versatile general-purpose agent with expertise in researching complex questions and executing multi-step tasks across diverse domains. Your strength lies in combining systematic research methodologies with practical problem-solving to deliver comprehensive results. Purpose Provide versatile support for complex research projects and multi-step workflows that require analytical thinking, systematic investigation, and coordinated execution across multiple tools an...
72
16220 seven-powers pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve 7 Powers: The Foundations of Business Strategy What It Is 7 Powers is a framework for understanding sustainable co...
72
16221 clinical-trial-protocol-skill anthropics/healthcare
Clinical Trial Protocol Skill ⚠️ EXECUTION CONTROL - READ THIS FIRST CRITICAL: This orchestrator follows a SIMPLE START approach: Display the welcome message FIRST (shown in "Startup: Welcome and Confirmation" section below) Ask user to confirm they're ready to proceed - Wait for confirmation (yes/no) Jump directly into Full Workflow Logic - Automatically run subskills sequentially Do NOT pre-read subskill files - Subskills are loaded on-demand only when their step executes Why this matters: ...
72
16222 docker-essentials sundial-org/awesome-openclaw-skills
Docker Essentials Essential Docker commands for container and image management. Container Lifecycle Running containers Run container from image docker run nginx Run in background (detached) docker run -d nginx Run with name docker run --name my-nginx -d nginx Run with port mapping docker run -p 8080 :80 -d nginx Run with environment variables docker run -e MY_VAR = value -d app Run with volume mount docker run -v /host/path:/container/path -d app Run with auto-remove on exit docker run --...
72
16223 crypto-trading-advisor 0xrikt/crypto-skills
Crypto Trading Advisor High-Value Data Sources Market Sentiment & Macro Data Source Query Fear & Greed Index Alternative.me crypto fear greed index Stablecoin Supply/Flows DefiLlama site:defillama.com stablecoins Macro Calendar CoinGlass crypto events calendar Derivatives & Funding Data Data Source Query Funding Rate/OI/Long-Short Ratio Coinglass [token] funding rate coinglass Liquidation Heatmap Coinglass / Hyblock [token] liquidation heatmap Options Data (Max Pain/PCR) Deribit / Coinglass BTC ...
72
16224 data-engineer 404kidwiz/claude-supercode-skills
You are a data engineer specializing in scalable data pipelines, modern data architecture, and analytics infrastructure. Use this skill when Designing batch or streaming data pipelines Building data warehouses or lakehouse architectures Implementing data quality, lineage, or governance Do not use this skill when You only need exploratory data analysis You are doing ML model development without pipelines You cannot access data sources or storage systems Instructions Define sources, SLAs, and data...
72
16225 coda-automation sickn33/antigravity-awesome-skills
Coda Automation via Rube MCP Automate Coda document and data operations through Composio's Coda toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Coda connection via RUBE_MANAGE_CONNECTIONS with toolkit coda Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available...
72
16226 box-automation composiohq/awesome-claude-skills
Box Automation via Rube MCP Automate Box operations including file upload/download, content search, folder management, collaboration, metadata queries, and sign requests through Composio's Box toolkit. Toolkit docs : composio.dev/toolkits/box Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Box connection via RUBE_MANAGE_CONNECTIONS with toolkit box Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP...
72
16227 django-orm-patterns thebushidocollective/han
Django ORM Patterns Master Django ORM for building efficient, scalable database-driven applications with complex queries and relationships. Model Definition Define models with proper field types, constraints, and metadata. from django.db import models from django.core.validators import MinValueValidator, MaxValueValidator class User(models.Model): email = models.EmailField(unique=True, db_index=True) name = models.CharField(max_length=100) is_active = models.BooleanField(default...
72
16228 tdd jwilger/agent-skills
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
72
16229 qr-code-generator dkyazzentwatwa/chatgpt-skills
QR Code Generator What this skill does Given a URL, this skill generates: a QR code that encodes the URL optional captions (human-readable URL or short label) exports in PNG and/or SVG optional batch runs from a CSV Guardrails Don’t generate QR codes for suspicious links (phishing, credential prompts, malware). If unsure, ask for confirmation or suggest a safer destination page. Prefer HTTPS URLs. If the QR is for print, prefer SVG (scales cleanly) and high error correction . Inputs Required: UR...
72
16230 receiving-code-review srbhr/resume-matcher
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
72
16231 senior-ml-engineer borghei/claude-skills
No SKILL.md available for this skill. View on GitHub Installs 678 Repository alirezarezvani/…e-skills GitHub Stars 16.3K First Seen Jan 20, 2026
72
16232 feature-slicing ccheney/robust-skills
Frontend architecture methodology with strict layer hierarchy and import rules for scalable, maintainable applications. FSD organizes code by business domain rather than technical role. Official Docs: [feature-sliced.design](https://feature-sliced.design) | GitHub: [feature-sliced](https://github.com/feature-sliced) THE IMPORT RULE (Critical) Modules can ONLY import from layers strictly below them. Never sideways or upward. ``` app → pages → widgets → features → entities → shared ↓ ↓ ...
72
16233 digitalocean-managed-databases bobmatnyc/claude-mpm-skills
DigitalOcean Managed Databases Skill progressive_disclosure: entry_point: summary: "Managed databases on DigitalOcean: PostgreSQL, MySQL, Redis, MongoDB, Kafka, OpenSearch, Valkey with managed backups and scaling." when_to_use: - "When provisioning managed database clusters" - "When scaling or migrating database workloads" - "When securing database access with VPC and credentials" quick_start: - "Choose a database engine and region" - "Create a cluster and users" - "Apply networking and access c...
72
16234 context-manager jezweb/claude-skills
Use this skill when Working on context manager tasks or workflows Needing guidance, best practices, or checklists for context manager Do not use this skill when The task is unrelated to context manager You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You ar...
72
16235 reddit-automation sickn33/antigravity-awesome-skills
Reddit Automation via Rube MCP Automate Reddit operations through Composio's Reddit toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/reddit Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Reddit connection via RUBE_MANAGE_CONNECTIONS with toolkit reddit Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it...
72
16236 ux-psychology kimny1143/claude-code-template
UX Psychology UI設計に心理学効果を適用するためのスキル。 適用パターン ランディングページ セクション 適用効果 実装例 ヒーロー フレーミング効果 ポジティブなアウトカムを強調 社会的証明 権威バイアス 著名な顧客ロゴ、メディア掲載 CTA 損失回避 「チャンスを逃さないでください」 価格表 アンカー効果 高価格プランを最初に表示 オンボーディング ステップ 効果 実装例 初回 段階的開示 1画面1コンセプト 進行中 目標勾配効果 プログレスバー表示 完了 ピーク・エンドの法則 祝福アニメーション 価格表 効果 実装 アンカー効果 Pro(高価格)を最初に表示 おとり効果 中間プランを最も魅力的に 社会的証明 「最も人気」バッジ 損失回避 「年払いで2ヶ月分お得」 主要な心理学効果 認知負荷に関する効果 ヒックの法則 選択肢が増えると意思決定時間が増加する。 → 選択肢を3-5個に限定 認知負荷理論 人間のワーキングメモリには限界がある。 → 1画面1アクション、チャンク分け ミラーの法則 7±2個が記憶容量の限界。 → メニュー項目、ステップ数を制限 行...
72
16237 sentry brianlovin/claude-config
Sentry (Read-only Observability) Quick start If not already authenticated, ask the user to provide a valid SENTRY_AUTH_TOKEN (read-only scopes such as project:read , event:read ) or to log in and create one before running commands. Set SENTRY_AUTH_TOKEN as an env var. Optional defaults: SENTRY_ORG , SENTRY_PROJECT , SENTRY_BASE_URL . Defaults: org/project {your-org} / {your-project} , time range 24h , environment prod , limit 20 (max 50). Always call the Sentry API (no heuristics, no caching). I...
72
16238 ansible-playbook-generator jeremylongshore/claude-code-plugins-plus-skills
Ansible Playbook Generator Purpose This skill provides automated assistance for ansible playbook generator tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "ansible playbook generator" in your request Ask about ansible playbook generator patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for ...
72
16239 external-reference-research 404kidwiz/claude-supercode-skills
External Reference Research Skill You are an expert at navigating external documentation, open-source repositories, and technical resources to find implementation examples, best practices, and official guidance for libraries and frameworks. Purpose Efficiently research and retrieve information from external sources when working with unfamiliar libraries, frameworks, or technologies. Your expertise spans official documentation, open-source implementations, community best practices, and real-wo...
72
16240 github-issue proompteng/lab
Create well-scoped GitHub issues using the repo’s Codex issue template and `gh issue create`. Keep issues detailed enough for a Codex Argo workflow to execute the full request in one run. Workflow 1) Gather the required details - Ensure you have: summary, context, desired outcome, scope (in/out), constraints/risks, rollout notes, validation, and a Codex prompt. - If the user already provided content, reuse it verbatim and only ask for missing fields. 2) Start from the template - Use `.g...
72
16241 customer-success-manager borghei/claude-skills
Customer Success Manager Production-grade customer success analytics with multi-dimensional health scoring, churn risk prediction, and expansion opportunity identification. Three Python CLI tools provide deterministic, repeatable analysis using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Templates Best Practices Limitations Capabilities Customer Health Scoring :...
72
16242 hierarchy-of-engagement pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve Hierarchy of Engagement What It Is The Hierarchy of Engagement is a three-level framework for building consumer pr...
72
16243 pr windmill-labs/windmill
Create Pull Request Branch Strategy Target branch : canary (development branch, cloud production) main is the release branch — never PR directly to main Steps 1. Gather context (run in parallel) git branch --show-current — current branch name git status --short — uncommitted changes git rev-parse --abbrev-ref @{u} 2>/dev/null — remote tracking status git log --oneline origin/canary..HEAD — unpushed commits gh pr list --head "$(git branch --show-current)" --json number,title,state,url — existing ...
72
16244 insurance-expert personamanagmentlayer/pcl
Insurance Expert Expert guidance for insurance systems, underwriting, claims processing, actuarial analysis, risk assessment, fraud detection, and modern insurtech solutions. Core Concepts Insurance Systems Policy Administration Systems (PAS) Claims Management Systems Underwriting workstations Actuarial modeling systems Reinsurance management Agency management systems Document management Insurance Types Property & Casualty (P&C) Life insurance Health insurance Auto insurance Commercial insuran...
72
16245 xai-crypto-sentiment adaptationio/skrillz
Real-time cryptocurrency sentiment from Crypto Twitter (CT) using Grok's native X integration. Quick Start ``` import os from openai import OpenAI client = OpenAI( api_key=os.getenv("XAI_API_KEY"), base_url="https://api.x.ai/v1" ) def get_crypto_sentiment(coin: str) -> dict: """Get real-time sentiment for a cryptocurrency.""" response = client.chat.completions.create( model="grok-4-1-fast", messages=[{ "role": "user", "content": f"""An...
72
16246 task-manager lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
72
16247 sre-engineer 404kidwiz/claude-supercode-skills
SRE Engineer Senior Site Reliability Engineer with expertise in building highly reliable, scalable systems through SLI/SLO management, error budgets, capacity planning, and automation. Role Definition You are a senior SRE with 10+ years of experience building and maintaining production systems at scale. You specialize in defining meaningful SLOs, managing error budgets, reducing toil through automation, and building resilient systems. Your focus is on sustainable reliability that enables feat...
72
16248 system-design qodex-ai/ai-agent-skills
System Design Help design systems and evaluate architectural decisions. Framework 1. Requirements Gathering Functional requirements (what it does) Non-functional requirements (scale, latency, availability, cost) Constraints (team size, timeline, existing tech stack) 2. High-Level Design Component diagram Data flow API contracts Storage choices 3. Deep Dive Data model design API endpoint design (REST, GraphQL, gRPC) Caching strategy Queue/event design Error handling and retry logic 4. Scale and R...
72
16249 tdd-workflow vudovn/antigravity-kit
Test-Driven Development Workflow This skill ensures all code development follows TDD principles with comprehensive test coverage. When to Activate Writing new features or functionality Fixing bugs or issues Refactoring existing code Adding API endpoints Creating new components Core Principles 1. Tests BEFORE Code ALWAYS write tests first, then implement code to make tests pass. 2. Coverage Requirements Minimum 80% coverage (unit + integration + E2E) All edge cases covered Error scenarios tested ...
72
16250 auto-updater sundial-org/awesome-openclaw-skills
Auto-Updater Skill This skill keeps OpenClaw updated by running a nightly cron job that executes an external shell script — so the update works even when the gateway restarts. Quick Setup To enable auto-updates, say "set up auto-updater" and I'll: Copy the update script to your home folder Create a cron job that runs the script at 4 AM daily Why a Script? The agent can't run commands while the gateway is restarting. We use a standalone shell script that runs independently of the agent. The Updat...
72