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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
22751 aws-cost-cleanup sickn33/antigravity-awesome-skills
AWS Cost Cleanup Automate the identification and removal of unused AWS resources to eliminate waste. When to Use This Skill Use this skill when you need to automatically clean up unused AWS resources to reduce costs and eliminate waste. Automated Cleanup Targets Storage Unattached EBS volumes Old EBS snapshots (>90 days) Incomplete multipart S3 uploads Old S3 versions in versioned buckets Compute Stopped EC2 instances (>30 days) Unused AMIs and associated snapshots Unused Elastic IPs Networking ...
48
22752 cc-skill-clickhouse-io sickn33/antigravity-awesome-skills
ClickHouse Analytics Patterns ClickHouse-specific patterns for high-performance analytics and data engineering. Overview ClickHouse is a column-oriented database management system (DBMS) for online analytical processing (OLAP). It's optimized for fast analytical queries on large datasets. Key Features: Column-oriented storage Data compression Parallel query execution Distributed queries Real-time analytics Table Design Patterns MergeTree Engine (Most Common) CREATE TABLE markets_analytics ( date...
48
22753 bootstrap-project kylelundstedt/dotfiles
Bootstrap Project Set up agent context files so Claude Code, Codex, and other AI agents understand a project from the first prompt. When to Use This Skill Use when the user: Wants to start a new project with agent context from the beginning Opens an existing repo that lacks AGENTS.md Says "bootstrap this project", "set up agent context", or similar Asks for help creating CLAUDE.md or AGENTS.md Steps 1. Determine whether this is a new or existing project Existing project — the current directory h...
48
22754 tooluniverse-custom-tool mims-harvard/tooluniverse
Adding Custom Tools to ToolUniverse Three ways to add tools — pick the one that fits your needs: Approach When to use JSON config REST API with standard request/response — no coding needed Python class (workspace) Custom logic for local/private use only Plugin package Reusable tools you want to share or install via pip Option A — Workspace tools (local use) Tools in .tooluniverse/tools/ are auto-discovered at startup. No installation needed. mkdir -p .tooluniverse/tools JSON config Create .toolu...
48
22755 icml-reviewer sundial-org/skills
ICML Paper Reviewer Enables rigorous review of ML research papers following official ICML guidelines. Workflow Step 1: Input Analysis & Mode Selection Determine input type: Complete paper : PDF/text with abstract, methodology, experiments, results → Full Review Mode Incomplete document : Missing major sections, labeled draft/proposal, or user indicates early stage → Early-Stage Feedback Mode Code repository : User points to folder/repo path → Repository Review Mode For complete papers , extract:...
48
22756 remotion-performance-optimizer ncklrs/startup-os-skills
Remotion Performance Optimizer Comprehensive performance analysis and optimization recommendations for Remotion video compositions. Identifies bottlenecks and provides actionable fixes to reduce render times. What This Skill Does Performs deep performance analysis: Computation analysis — Identify expensive operations in render path Re-render detection — Find unnecessary component re-renders Asset optimization — Recommend asset size and format improvements Memoization opportunities — Identify...
48
22757 rust-expert oimiragieo/agent-studio
Rust Expert Apply idiomatic Rust patterns with strong safety, performance, and maintainability guarantees. Core Principles Model correctness through the type system; make invalid states unrepresentable. Prefer explicit over implicit; surface ownership intent in every signature. Write minimal, zero-cost abstractions — no allocation or indirection that serves no purpose. Test behavior, not implementation; favor integration tests at crate boundaries. 1. Ownership, Borrowing, and Lifetimes Ownership...
48
22758 outreach sequencer eddiebe147/claude-settings
Outreach Sequencer Design and optimize multi-touch email sequences that cut through inbox noise and drive meaningful conversations. This skill helps you craft personalized outreach cadences that respect prospects' time while persistently delivering value. Cold outreach is hard. Most emails get ignored. This skill applies proven patterns for subject lines, opening hooks, value propositions, and calls-to-action that actually get responses. Learn optimal timing, sequence length, and personalization...
48
22759 founder coach eddiebe147/claude-settings
Founder Coach Support founder mental health, decision-making, and leadership challenges When to Use This Skill Use this skill when you need to: Improve personal productivity Achieve personal goals Develop better habits Not recommended for: Tasks requiring business strategy team coordination Quick Reference Action Command/Trigger Create founder coach founder coaching Review and optimize review founder coach Get best practices founder coach best practices Core Workflows Workflow 1: Initial Founder...
48
22760 config-manager eddiebe147/claude-settings
Configuration Manager Skill Overview This skill helps you design and implement robust configuration management for applications. Covers environment variables, config files, secrets management, validation, type safety, and multi-environment deployments. Configuration Philosophy Twelve-Factor App Principles Store config in the environment: Separate config from code Strict separation: Config that varies between deploys should be in env vars No secrets in code: Ever. Period. Configuration Hierarch...
48
22761 test-environment-management proffesor-for-testing/agentic-qe
<default_to_action> When managing test environments: - DEFINE environment types (local, CI, staging, prod) - CONTAINERIZE with Docker for consistency - ENSURE parity with production (same versions, configs) - MOCK external services (service virtualization) - OPTIMIZE costs (auto-shutdown, spot instances) Quick Environment Checklist: - Same OS/versions as production - Same database type and version - Same configuration structure - Containers for reproducibility - Auto-shutdown after ho...
48
22762 shift-left-testing proffesor-for-testing/agentic-qe
<default_to_action> When implementing early testing practices: - VALIDATE requirements before coding (testability, BDD scenarios) - WRITE tests before implementation (TDD red-green-refactor) - AUTOMATE in CI pipeline (every commit triggers tests) - FOLLOW test pyramid: Many unit (70%), some integration (20%), few E2E (10%) - FIX defects immediately - never let them accumulate Quick Shift-Left Levels: - Level 1: Unit tests with each PR (developer responsibility) - Level 2: TDD practice (t...
48
22763 rust-docs-guidelines redisearch/redisearch
Rust Docs Guidelines Standards to follow when writing Rust documentation. Guidelines Key concepts should be explained only once. All other documentation should use an intra-documentation link to the first explanation. Always use an intra-documentation link when mentioning a Rust symbol (type, function, constant, etc.). Avoid referring to specific lines or line ranges, as they may change over time. Use line comments if the documentation needs to be attached to a specific code section inside a fun...
48
22764 letta-development-guide letta-ai/skills
Comprehensive guide for designing and building effective Letta agents with appropriate architectures, memory configurations, model selection, and tool setups. When to Use This Skill Use this skill when: - Starting a new Letta agent project - Choosing between agent architectures (letta_v1_agent vs memgpt_v2_agent) - Designing memory block structure and architecture - Selecting appropriate models for your use case - Planning tool configurations - Optimizing memory management and performan...
48
22765 slack-messaging obra/superpowers-lab
Slack Messaging Best Practices This skill provides guidance for composing well-formatted, effective Slack messages. When to Use Apply this skill whenever composing, drafting, or helping the user write a Slack message — including when using slack_send_message , slack_send_message_draft , or slack_create_canvas . Slack Formatting (mrkdwn) Slack uses its own markup syntax called mrkdwn , which differs from standard Markdown. Always use mrkdwn when composing Slack messages: Format Syntax Notes Bold ...
48
22766 mutation-testing proffesor-for-testing/agentic-qe
Mutation Testing — Campaign Configuration (mewt/muton) Note : muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use mewt commands, but they work exactly the same with muton . File names change accordingly: mewt.toml → muton.toml , mewt.sqlite → muton.sqlite . When to Use Use this skill when the user: Mentions "mewt", "muton", or ...
48
22767 agent-customization microsoft/vscode-copilot-chat
Agent Customization Decision Flow Primitive When to Use Workspace Instructions Always-on, applies everywhere in the project File Instructions Explicit via applyTo patterns, or on-demand via description MCP Integrates external systems, APIs, or data Hooks Deterministic shell commands at agent lifecycle points (block tools, auto-format, inject context) Custom Agents Subagents for context isolation, or multi-stage workflows with tool restrictions Prompts Single focused task with parameterized input...
48
22768 modern-auth-2026 erichowens/some_claude_skills
Modern Authentication Expert (2026) Master passwordless-first authentication with passkeys, OAuth, magic links, and cross-device sync for modern web and mobile applications. When to Use ✅ USE this skill for: Implementing passkeys/WebAuthn authentication Google and Apple OAuth social login Supabase Auth configuration and troubleshooting Magic link/OTP passwordless flows Cross-device authentication sync MFA implementation (TOTP, passkeys as 2FA) Email/SMS recovery flows App Store compliance fo...
48
22769 mercury vm0-ai/vm0-skills
Mercury Banking API Manage business bank accounts, transactions, transfers, and financial operations via Mercury's REST API. Official docs: https://docs.mercury.com/reference/getaccount When to Use Use this skill when you need to: View account balances and details List and search transactions Create internal transfers between accounts Manage recipients for external transfers Download account statements Access treasury account information Prerequisites Sign up for a Mercury business bank account ...
48
22770 spec-implementation-plan zixun-github/aisdlc
spec-implementation-plan(I1:实现计划 / plan.md SSOT) 概览 I1 的目标是把 {FEATURE_DIR}/requirements/* 与 {FEATURE_DIR}/design/* 转换为 可直接执行 的实现计划 {FEATURE_DIR}/implementation/plan.md ,并将其作为 唯一执行清单与状态 SSOT (checkbox 任务 + 每任务步骤 + 最小验证 + 提交点 + 审计信息)。 开始时宣布: 「我正在使用 spec-implementation-plan 技能创建实现计划(plan.md SSOT)。」 何时使用 / 不使用 使用时机 你需要产出或更新 {FEATURE_DIR}/implementation/plan.md (I1 必做)。 你准备进入 I2 执行,但当前没有“可勾选 + 可执行”的任务清单。 不要用在 spec-context 失败、拿不到 FEATURE_DIR (此时必须停止)。 输入侧 SSOT 不足: requirements/solution.md 与 requiremen...
48
22771 maplibre-pmtiles-patterns maplibre/maplibre-agent-skills
MapLibre PMTiles Patterns PMTiles is a single-file format for vector or raster map tiles. You host one (or a few) files on any static host; MapLibre requests byte ranges over HTTP. No tile server, no dynamic backend. This skill covers when to use PMTiles, how to generate and host them, and how to connect them to MapLibre GL JS. When to Use This Skill Hosting map tiles without running a tile server (S3, Cloudflare R2, GitHub Pages, etc.) Building a fully static or serverless map stack Serving lar...
48
22772 skill-review joelhooks/joelclaw
Skill Review IRON LAW: Be specific and actionable. Never say "could be improved" without stating exactly what to change and why it matters for model output quality. Workflow Skill Review Progress: Show more Installs 527 Repository sanyuan0704/san…n-skills GitHub Stars 3.7K First Seen May 11, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
48
22773 atlassian-templates borghei/claude-skills
Atlassian Template & Files Creator Expert Specialist in creating, modifying, and managing reusable templates and files for Jira and Confluence. Ensures consistency, accelerates content creation, and maintains org-wide standards. Core Competencies Template Design Create Confluence page templates with dynamic content Design Jira issue templates and descriptions Build blueprints for complex content structures Implement template versioning and updates Content Standardization Establish org-wide conte...
48
22774 operations optimizer eddiebe147/claude-settings
Operations Optimizer Expert operations optimization system that helps you analyze workflows, eliminate inefficiencies, automate repetitive tasks, and drive operational excellence. This skill provides structured frameworks for process improvement, automation, and productivity optimization based on Lean, Six Sigma, and modern operations management principles. Operational excellence is the foundation of scalable growth. This skill helps you identify bottlenecks, streamline workflows, reduce waste, ...
48
22775 educates-course-design educates/educates-course-design-skill
Educates Course Design Skill This skill guides the design of Educates courses, which are structured collections of workshops, from initial requirements through to detailed per-workshop implementation plans. The output is a set of planning documents that serve as blueprints for workshop creation using the educates-workshop-authoring skill. The workflow progresses through six steps, from establishing requirements down to per-workshop implementation plans. Each step produces a planning document in ...
48
22776 construction estimator eddiebe147/claude-settings
Construction Estimator Comprehensive construction estimating system designed for general contractors, subcontractors, project managers, developers, and homeowners evaluating building projects. This skill provides detailed cost estimates, material takeoffs, labor calculations, project scheduling, bid preparation, and value engineering guidance across residential and commercial construction. The Construction Estimator excels at breaking down complex projects into estimable components, calculating ...
48
22777 mastergo jeasonstudio/mastergo-skills
MasterGo Skill Retrieve and analyze design data from MasterGo files using self-contained Python scripts. Prerequisites Environment variable required: export MASTERGO_TOKEN = "mg_your_token_here" Get token: MasterGo Settings > Security > Personal Access Token Requirements : Team Edition account, files in Team Projects (not Drafts). CRITICAL: Secure Token Handling NEVER do this: echo $MASTERGO_TOKEN - exposes secret in output echo "Token: $MASTERGO_TOKEN" - exposes secret printenv MASTERGO_TOKEN -...
48
22778 aerospace-expert personamanagmentlayer/pcl
Expert guidance for aerospace systems, flight management, maintenance tracking, aviation safety, air traffic control systems, and aerospace software development. Core Concepts Aerospace Systems - Flight Management Systems (FMS) - Maintenance, Repair, and Overhaul (MRO) - Air Traffic Control (ATC) systems - Aircraft Health Monitoring - Flight Operations Quality Assurance (FOQA) - Crew resource management - Ground handling systems Aviation Technologies - Avionics systems - ACARS (Ai...
48
22779 combine-code-review existential-birds/beagle
Combine Code Review Quick Reference Issue Type Reference Publishers, Subjects, AnyPublisher references/publishers.md map, flatMap, combineLatest, switchToLatest references/operators.md AnyCancellable, retain cycles, [weak self] references/memory.md tryMap, catch, replaceError, Never references/error-handling.md Review Checklist All sink closures use [weak self] when self owns cancellable No assign(to:on:self) usage (use assign(to: &$property) or sink) All AnyCancellables stored in Set or prop...
48
22780 axiom-swift-concurrency-ref charleswiltgen/axiom
Swift Concurrency API Reference Complete Swift concurrency API reference for copy-paste patterns and syntax lookup. Complements axiom-swift-concurrency (which covers when and why to use concurrency — progressive journey, decision trees, @concurrent, isolated conformances).
48
22781 keyword-research openclaudia/openclaudia-skills
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
48
22782 configure-sentry laurigates/claude-plugins
/configure:sentry Check and configure Sentry error tracking integration against project standards. When to Use This Skill Use this skill when... Use another approach when... Setting up Sentry error tracking for a new project Debugging a specific Sentry issue or alert (use Sentry MCP server) Checking Sentry SDK installation and configuration compliance Querying Sentry events or performance data (use Sentry API/MCP) Fixing hardcoded DSNs or missing environment variable references Managing Sentry p...
48
22783 account-executive dengineproblem/agents-monorepo
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 (...
48
22784 context-fundamentals guanyang/antigravity-skills
Context Engineering Fundamentals Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs. Understanding context fundamentals is prerequisite to effective context engineering. When to Activate Activate this skill when: Designing new agent systems or modifying existing architectures Debugging unexpected agent ...
48
22785 product description writer eddiebe147/claude-settings
Product Description Writer Transform product features into compelling descriptions that sell. This skill helps you create persuasive, SEO-optimized product copy for e-commerce platforms, marketplaces, and catalogs that converts browsers into buyers. Whether you're writing for Amazon, Shopify, your own store, or product catalogs, this skill ensures your descriptions highlight benefits, overcome objections, and make customers feel confident in their purchase decision. It balances persuasion with i...
48
22786 voicemode mbailey/voicemode
First-Time Setup If VoiceMode isn't working or MCP fails to connect, run: /voicemode:install After install, reconnect MCP: /mcp → select voicemode → "Reconnect" (or restart Claude Code). VoiceMode Natural voice conversations with Claude Code using speech-to-text (STT) and text-to-speech (TTS). Note: The Python package is voice-mode (hyphen), but the CLI command is voicemode (no hyphen). When to Use MCP vs CLI Task Use Why Voice conversations MCP voicemode:converse Faster - server already running...
48
22787 anygen-storybook anygenio/anygen-skills
AnyGen Storybook / Creative Generator You MUST strictly follow every instruction in this document. Do not skip, reorder, or improvise any step. Create storybook-style visuals for narratives and slides using AnyGen OpenAPI. Powered by Nano Banana pro and Nano Banana 2. Output: thumbnail preview + online task URL, with file download on request. When to Use User needs to create a storybook, visual narrative, or creative visuals User has files to upload as reference material for storybook generation...
48
22788 blueprint-docs-list laurigates/claude-plugins
List blueprint documents programmatically from the filesystem. Extracts metadata from YAML frontmatter and markdown headers. Use Case : Audit document status, generate index tables, or get a quick overview of all project documentation. Parameters Arg Description adrs List Architecture Decision Records prds List Product Requirements Documents prps List Product Requirement Prompts all Summary of all document types Execution If arg is adrs Run /blueprint:adr-list — it handles ADR-specific extractio...
48
22789 user-interface-designer qodex-ai/ai-agent-skills
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpo...
48
22790 memory-management jzocb/openclaw-memory-management
Memory Management Memory makes Claude your workplace collaborator - someone who speaks your internal language. The Goal Transform shorthand into understanding: User: "ask todd to do the PSR for oracle" ↓ Claude decodes "Ask Todd Martinez (Finance lead) to prepare the Pipeline Status Report for the Oracle Systems deal ($2.3M, closing Q2)" Without memory, that request is meaningless. With memory, Claude knows: todd → Todd Martinez, Finance lead, prefers Slack PSR → Pipeline Status Report (weekly s...
48
22791 streamlit-app owid/etl
Streamlit Apps in Wizard Apps live in apps/wizard/app_pages/ . Run with make wizard or .venv/bin/etlwiz <alias> . Creating a New App Create apps/wizard/app_pages/your_app/app.py : import streamlit as st st . set_page_config ( page_title = "Wizard: Your App" , page_icon = "🪄" , layout = "wide" ) def main ( ) : st . title ( "Your App" ) main ( ) Register in apps/wizard/config/config.yml under a section's apps list: - title : "Your App" alias : your - app entrypoint : app_pages/your_app/app.py desc...
48
22792 solid-drawing-mastery dylantarre/animation-principles
Solid drawing means creating the illusion of three-dimensional form, weight, and volume. In traditional animation, it meant understanding anatomy, perspective, and form. In digital motion, it means ensuring transforms and movements feel grounded in physical space, not flat manipulations of 2D shapes. Core Theory Form over symbol: Beginning animators draw symbols (a circle for a head, lines for arms). Master animators draw forms—volumes that exist in space with weight and dimension. Construct...
48
22793 seo-aeo-best-practices panaversity/agentfactory
SEO & AEO Best Practices Principles for optimizing content for both traditional search engines (SEO) and AI-powered answer engines (AEO). Includes Google's EEAT guidelines and structured data implementation. When to Apply Reference these guidelines when: Implementing metadata and Open Graph tags Creating sitemaps and robots.txt Adding JSON-LD structured data Optimizing content for featured snippets Preparing content for AI assistants (ChatGPT, Perplexity, etc.) Evaluating content quality usi...
48
22794 agent-team jsonlee12138/agent-team
agent-team Manages AI team workflows using a Role + Worker dual-layer model with git worktrees and terminal multiplexer tabs. Role = a skill package definition (SKILL.md + system.md + role.yaml) stored in .agents/teams/<role-name>/ (project) or ~/.agents/roles/<role-name>/ (global) Worker = a role instance running in an isolated worktree, identified by <role-name>-<3-digit-number> For directory layout details, see references/details.md . IMPORTANT -- No Sandbox Mode All agent-team commands MUST ...
48
22795 email-sequence openclaudia/openclaudia-skills
Email Sequence Design You are an expert in email marketing and automation. Your goal is to create email sequences that nurture relationships, drive action, and move people toward conversion. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before creating ...
48
22796 skill creator eddiebe147/claude-settings
Agent Skill Creator Standard Priority: P0 (CRITICAL) Strict guidelines for High-Density Agent Skills. Maximize info/token ratio. Core Principles (Token Economy First ⚡) Progressive Loading : Load only essential content initially. Lazy References : Move detailed examples to references/ . Imperative Compression : Use verbs, abbreviations, bullet points. Context Limits : Cursor(~100k), Claude(~200k), Windsurf(~32k). Three-Level Loading System Metadata : Triggers → AGENTS.md index (Proactive Activat...
48
22797 scouting-report-builder onewave-ai/claude-skills
Scouting Report Builder Generate player and team scouting reports. Strengths, weaknesses, tendencies, film breakdown, matchup advantages. Instructions You are an expert sports scout. Create comprehensive scouting reports with tactical analysis, tendencies, and strategic recommendations. Output Format Scouting Report Builder Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concre...
48
22798 reactflow-custom-nodes thebushidocollective/han
React Flow Custom Nodes and Edges Create fully customized nodes and edges with React Flow. Build complex node-based editors with custom styling, behaviors, and interactions. Custom Node Component import { memo } from 'react' ; import { Handle , Position , type NodeProps , type Node } from '@xyflow/react' ; // Define custom node data type type TextUpdaterNodeData = { label : string ; onChange : ( value : string ) => void ; } ; type TextUpdaterNode = Node < TextUpdaterNodeData > ; function TextUpd...
48
22799 arch-security-review duc01226/easyplatform
Security Review Workflow When to Use This Skill Security audit of code changes Implementing authentication/authorization Data protection review Vulnerability assessment Pre-Flight Checklist Identify security-sensitive areas Review OWASP Top 10 relevance Check for existing security patterns Plan remediation approach OWASP Top 10 Checklist 1. Broken Access Control // :x: VULNERABLE - No authorization check [HttpGet("{id}")] public async Task<Employee> Get(string id) => await repo.GetByIdAs...
48
22800 data-organization-system qodex-ai/ai-agent-skills
File Organizer This skill acts as your personal organization assistant, helping you maintain a clean, logical file structure across your computer without the mental overhead of constant manual organization. When to Use This Skill Your Downloads folder is a chaotic mess You can't find files because they're scattered everywhere You have duplicate files taking up space Your folder structure doesn't make sense anymore You want to establish better organization habits You're starting a new project a...
48