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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,096
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
2851 batch-convert claude-office-skills/skills
Batch Convert Skill Overview This skill enables batch conversion of documents between multiple formats using a unified pipeline. Convert hundreds of files at once with consistent settings, automatic format detection, and parallel processing for maximum efficiency. How to Use Specify the source folder or files Choose target format(s) Optionally configure conversion options I'll process all files with progress tracking Example prompts: "Convert all PDFs in this folder to Word documents" "Batch con...
1.7K
2852 md-slides claude-office-skills/skills
Markdown Slides Skill Overview This skill enables creation of presentations from pure Markdown using Marp . Write slides in familiar Markdown syntax and export to PDF, PPTX, or HTML with professional themes. How to Use Write or provide Markdown content I'll format it for Marp with proper directives Export to your preferred format (PDF/PPTX/HTML) Example prompts: "Convert my notes to a presentation" "Create slides from this markdown" "Build a pitch deck using markdown" "Generate PDF slides from t...
1.7K
2853 system-design wondelai/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...
1.7K
2854 design-review julianoczkowski/designer-skills
This skill runs a structured design review of what has been built, measured against the design brief and the chosen aesthetic philosophy. CRITICAL — Visual Screenshot Capture You MUST capture screenshots of the running application as part of every design review. Code review alone is insufficient — you need to see what the user sees. Follow the screenshot capture protocol in Step 3 below. This is not optional. Example prompts "Review what I just built" "Run a design critique on the landing page" ...
1.7K
2855 bpmn markdown-viewer/skills
Business Process & Integration Diagram Generator Quick Start: Choose diagram type → Declare stencil icons for events/gateways/tasks → Group into pools/lanes → Connect with arrow syntax → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for process flows (start→end reads left-to-right) Use mxgraph.bpmn.* for...
1.7K
2856 chat with pdf claude-office-skills/skills
Chat with PDF Have intelligent conversations about PDF documents - ask questions, get summaries, and extract specific information. Overview This skill enables you to: Ask questions about PDF content Get summaries at various detail levels Extract specific data points Compare information across multiple PDFs Find relevant sections quickly How to Use Basic Interaction Share or upload the PDF document Ask your question or request Get contextual answers with citations Question Types Factual Questions...
1.7K
2857 resume-tailor claude-office-skills/skills
Resume Tailor Skill Overview I help you customize your resume for specific job applications. Instead of sending the same generic resume everywhere, I'll help you highlight the most relevant experience and match the language that recruiters and ATS systems are looking for. What I can do: Analyze job descriptions to identify key requirements Reorganize your experience to highlight relevant skills Suggest keyword optimizations for ATS compatibility Improve bullet points with quantified achievements...
1.7K
2858 security monitoring claude-office-skills/skills
Security Monitoring Comprehensive skill for security monitoring, threat detection, and incident response automation. Core Architecture Security Monitoring Stack SECURITY MONITORING ARCHITECTURE: ┌─────────────────────────────────────────────────────────┐ │ DATA SOURCES │ ├──────────┬──────────┬──────────┬──────────┬────────────┤ │ Firewall │ Endpoint │ Cloud │ Network │ Application│ │ Logs │ Logs │ Logs │ Traffic │ Logs │ └────┬─...
1.7K
2859 vega markdown-viewer/skills
Vega / Vega-Lite Visualizer Quick Start: Structure data as array of objects → Choose mark type (bar/line/point/area/arc/rect) → Map encodings (x, y, color, size) to fields → Set data types (quantitative/nominal/ordinal/temporal) → Wrap in ```vega-lite or ```vega fence. Always include $schema , use valid JSON with double quotes, field names are case-sensitive. Use Vega-Lite for 90% of charts; Vega only for radar, word cloud, force-directed. Critical Syntax Rules Rule 1: Always Include Schema "$sc...
1.7K
2860 building-storefronts medusajs/medusa-agent-skills
Medusa Storefront Development Frontend integration guide for building storefronts with Medusa. Covers SDK usage, React Query patterns, and calling custom API routes. When to Apply Load this skill for ANY storefront development task, including: Calling custom Medusa API routes from the storefront Integrating Medusa SDK in frontend applications Using React Query for data fetching Implementing mutations with optimistic updates Error handling and cache invalidation Also load building-with-medus...
1.7K
2861 release schpet/linear-cli
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
1.7K
2862 imagegen openai/skills
Generates or edits images for the current project (e.g., website assets, game assets, UI mockups, product mockups, wireframes, logo design, photorealistic images, infographics). Defaults to `gpt-image-1.5` and the OpenAI Image API, and prefers the bundled CLI for deterministic, reproducible runs. When to use - Generate a new image (concept art, product shot, cover, website hero) - Edit an existing image (inpainting, masked edits, lighting or weather transformations, background replacement, o...
1.7K
2863 obviously-awesome wondelai/skills
Product Positioning Framework This skill implements the product positioning methodology from April Dunford's "Obviously Awesome." It provides a structured, repeatable process for defining how your product is the best in the world at delivering something a well-defined set of customers cares a lot about. Positioning is the foundational strategic exercise that determines how customers perceive your product, what they compare it to, and ultimately whether they buy it. Core Principle Positioning is ...
1.7K
2864 invoice-template claude-office-skills/skills
Invoice Template Skill Overview This skill generates professional PDF invoices from structured data and templates. Create invoices with company branding, itemized lists, tax calculations, and payment details. How to Use Describe what you want to accomplish Provide any required input data or files I'll execute the appropriate operations Example prompts: "Generate invoices from order data" "Create recurring invoices" "Batch generate monthly invoices" "Customize invoice templates per client" Domain...
1.7K
2865 woocommerce automation claude-office-skills/skills
WooCommerce Automation Comprehensive skill for automating WooCommerce store operations and workflows. Core Workflows 1. Order Processing Pipeline ORDER FLOW: ┌─────────────────┐ │ New Order │ │ Received │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Validate │ │ - Payment │ │ - Inventory │ │ - Fraud check │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Process │ │ - Confirm │ │ - Reserve stock│ │ - Notify │ └────────┬────────┘ ▼ ┌───────────────...
1.7K
2866 webhook automation claude-office-skills/skills
Webhook Automation Comprehensive skill for building webhook-based integrations and real-time event processing. Core Concepts Webhook Architecture WEBHOOK FLOW: ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ Source │────▶│ Webhook │────▶│ Handler │ │ System │ │ Endpoint │ │ Logic │ └─────────────┘ └─────────────┘ └──────┬──────┘ │ ┌──────────────────────────┼───────┐ │ │ │ ▼ ▼ ▼ ┌──...
1.7K
2867 microsoft teams automation claude-office-skills/skills
Microsoft Teams Automation Automate Microsoft Teams communication and collaboration workflows. Core Capabilities Channel Messaging message_types : simple_message : channel_id : "channel_xxx" message : "Hello, Team!" formatted_message : channel_id : "channel_xxx" content_type : "html" message : | <h1>Weekly Update</h1> <ul> <li>Item 1</li> <li>Item 2</li> </ul> adaptive_card : channel_id : "channel_xxx" card : type : "AdaptiveCard" body : - type : "TextBlock" text : "Approval Required" weight : "...
1.7K
2868 apple shortcuts integration claude-office-skills/skills
Apple Shortcuts Integration Integrate with Apple ecosystem for iOS and macOS automation. Core Capabilities Run Shortcuts shortcut_execution : run : name : "Morning Routine" input : optional run_with_input : name : "Process Text" input : "{{text_to_process}}" run_with_clipboard : name : "Share to App" input : clipboard Apple Reminders reminders : create : title : "{{task}}" list : "Work" due_date : "{{date}}" due_time : "09:00" priority : high notes : "{{details}}" query : list : "Shopping" compl...
1.7K
2869 pdf merge & split claude-office-skills/skills
PDF Merge & Split Combine multiple PDF files into one or split PDFs into separate documents. Overview This skill helps you: Merge multiple PDFs into a single file Split PDFs by page ranges Extract specific pages Reorder pages within a PDF Create custom arrangements How to Use Merge PDFs "Merge these 3 PDFs into one file" "Combine document1.pdf and document2.pdf" "Join all PDFs in this folder in alphabetical order" Split PDF "Split this PDF into individual pages" "Extract pages 5-10 from this PDF...
1.7K
2870 quickbooks automation claude-office-skills/skills
QuickBooks Automation Comprehensive skill for automating QuickBooks accounting and bookkeeping workflows. Core Workflows 1. Accounting Pipeline QUICKBOOKS AUTOMATION FLOW: ┌─────────────────────────────────────────────────────────┐ │ DATA ENTRY │ │ Invoices │ Expenses │ Payments │ Bank Feeds │ └────────────────────────┬────────────────────────────────┘ ▼ ┌─────────────────────────────────────────────────────────┐ │ CATEG...
1.7K
2871 invoice automation claude-office-skills/skills
Invoice Automation Comprehensive invoice automation skill for generating, sending, tracking, and reconciling invoices across multiple accounting platforms. Core Workflows 1. Invoice Generation INVOICE CREATION FLOW: ┌─────────────────┐ │ Customer Data │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Line Items │ │ - Products │ │ - Services │ │ - Quantities │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Apply Template │ │ - Branding │ │ - Terms │ │ - Tax rates │ ...
1.7K
2872 allium juxt/allium
Allium Allium is a formal language for capturing software behaviour at the domain level. It sits between informal feature descriptions and implementation, providing a precise way to specify what software does without prescribing how it's built. The name comes from the botanical family containing onions and shallots, continuing a tradition in behaviour specification tooling established by Cucumber and Gherkin. Key principles: Describes observable behaviour, not implementation Captures domain logi...
1.7K
2873 job description analyzer paramchoudhary/resumeskills
Use this skill when the user: - Wants to analyze a job posting - Asks "should I apply to this job?" - Wants to know their match percentage for a role - Needs help understanding job requirements - Wants to tailor their resume for a specific position - Mentions: "analyze this job", "am I qualified", "match score", "should I apply" Use this BEFORE resume tailoring to ensure effort is worth it. Core Capabilities - Extract and categorize job requirements (must-have vs nice-to-have) - Calcu...
1.7K
2874 getting-started crewaiinc/skills
CrewAI Getting Started & Architecture How to choose the right abstraction, scaffold a project, and wire everything together. MANDATORY WORKFLOW — Read This First NEVER manually create crewAI project files. Always scaffold with the CLI: crewai create flow < project_name > This is not optional . Even if you only need one crew, even if you know the file structure by heart — run the CLI first, then modify the generated files. Do NOT write main.py , crew.py , agents.yaml , tasks.yaml , or pyproject.t...
1.7K
2875 pp-recipe-goat mvanhorn/printing-press-library
Recipe Goat — Printing Press CLI Prerequisites: Install the CLI This skill drives the recipe-goat-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: Install via the Printing Press installer: npx -y @mvanhorn/printing-press install recipe-goat --cli-only Verify: recipe-goat-pp-cli --version Ensure $GOPATH/bin (or $HOME/go/bin ) is on $PATH . If the npx install fails (no Node, offline, etc.), fall back to a direct Go...
1.7K
2876 prisma-postgres-setup prisma/skills
Prisma Postgres Setup Procedural skill that guides you through provisioning a new Prisma Postgres database via the Management API and connecting it to a local project. When to Apply Use this skill when: Setting up a new Prisma Postgres database for a project Creating a Prisma Postgres project and connecting it locally Obtaining a connection string for Prisma Postgres Provisioning a database via the Management API (not the Console UI) Do not use this skill when: Setting up CI/CD preview databases...
1.7K
2877 cloud markdown-viewer/skills
Cloud Architecture Diagram Generator Quick Start: Choose cloud provider → Declare stencil icons → Group into VPC/region zones → Connect with arrow syntax → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for typical cloud architectures (data flows left→right) Use mxgraph.* stencil syntax for cloud service ...
1.7K
2878 agent-slack stablyai/agent-slack
Slack automation with agent-slack agent-slack is a CLI binary installed on $PATH . Invoke it directly (e.g. agent-slack user list ). If installed via Nix flake only, run commands with nix run github:stablyai/agent-slack -- <args> . CRITICAL: Bash command formatting rules Claude Code's permission checker has security heuristics that force manual approval prompts. Avoid these patterns to keep commands auto-allowed. See: https://github.com/anthropics/claude-code/issues/34379 No anywhere in the com...
1.7K
2879 trading-analysis gracefullight/stock-checker
Trading Analysis & Investment Report Generator This skill generates comprehensive investment reports combining real-time market data, technical analysis, Claude AI insights, and professional visualizations. What This Skill Does Downloads real-time market data from Yahoo Finance Calculates 10+ technical indicators (RSI, MACD, Moving Averages, Bollinger Bands, etc.) Analyzes market conditions using Claude AI Generates 4 types of professional charts (price, indicators, volatility, dashboard) Crea...
1.7K
2880 pdf form filler claude-office-skills/skills
PDF Form Filler Fill out PDF forms automatically and extract data from completed forms. Overview This skill helps you: Fill PDF forms with provided data Extract data from filled forms Batch fill multiple forms Validate form data Create form-filling templates How to Use Fill a Form "Fill this PDF form with the following data: - Name: John Smith - Date: 2026-01-29 - Amount: $1,500" Extract Form Data "Extract all form field values from this PDF" "What data is filled in this form?" Batch Fill "Fill ...
1.7K
2881 applicant screening claude-office-skills/skills
Applicant Screening Screen job applications against role requirements to identify top candidates efficiently. Overview This skill helps you: Evaluate resumes against job requirements Score candidates consistently Identify must-have vs. nice-to-have qualifications Flag potential concerns Rank applicants for interviews How to Use Single Candidate "Screen this resume against our [Job Title] requirements" "Evaluate this application for the [Position] role" Batch Screening "Screen these 10 applicatio...
1.7K
2882 swiftui-patterns dpearson2699/swift-ios-skills
SwiftUI Patterns Modern SwiftUI patterns for building declarative, performant user interfaces on Apple platforms. Covers the Observation framework, view composition, type-safe navigation, and performance optimization. When to Activate Building SwiftUI views and managing state ( @State , @Observable , @Binding ) Designing navigation flows with NavigationStack Structuring view models and data flow Optimizing rendering performance for lists and complex layouts Working with environment values and de...
1.7K
2883 expense tracker claude-office-skills/skills
Expense Tracker Comprehensive expense management skill for tracking, processing, and automating expense workflows. Core Workflows 1. Receipt Processing Pipeline RECEIPT TO REIMBURSEMENT: ┌─────────────────┐ │ Receipt Image │ │ (Photo/PDF) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ OCR Extract │ │ - Vendor │ │ - Amount │ │ - Date │ │ - Items │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Auto-Categorize│ │ - Travel │ │ - Meals │ │ - Soft...
1.7K
2884 template-engine claude-office-skills/skills
Template Engine Skill Overview This skill enables template-based document generation - define templates with placeholders, then automatically fill them with data. Works with Word, Excel, PowerPoint, and more. How to Use Describe what you want to accomplish Provide any required input data or files I'll execute the appropriate operations Example prompts: "Mail merge for bulk letters/contracts" "Generate personalized reports from data" "Create certificates from templates" "Auto-fill forms with user...
1.7K
2885 crypto-report claude-office-skills/skills
Cryptocurrency Report Executing Shell commands. Get Binance AI analysis report bash scripts/binance-ai-report.sh BTC bash scripts/binance-ai-report.sh ETH bash scripts/binance-ai-report.sh SOL Get blockchain news updates bash scripts/theblockbeats-news.sh bash scripts/theblockbeats-news.sh 2 Specify page number
1.7K
2886 mailchimp automation claude-office-skills/skills
Mailchimp Automation Comprehensive skill for automating Mailchimp email marketing and audience management. Core Workflows 1. Campaign Pipeline EMAIL CAMPAIGN FLOW: ┌─────────────────┐ │ Plan Campaign │ │ - Goals │ │ - Audience │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Create Content │ │ - Design │ │ - Copy │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Configure │ │ - Subject │ │ - Preview │ │ - Settings │ └────────┬────────┘ ▼ ┌─────────...
1.7K
2887 frontend-design julianoczkowski/designer-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: Purpose :...
1.7K
2888 wiki-ingest ar9av/obsidian-wiki
Obsidian Ingest — Document Distillation You are ingesting source documents into an Obsidian wiki. Your job is not to summarize — it is to distill and integrate knowledge across the entire wiki. Before You Start Read ~/.obsidian-wiki/config (preferred) or .env (fallback) to get OBSIDIAN_VAULT_PATH and OBSIDIAN_SOURCES_DIR . Only read the specific variables you need — do not log, echo, or reference any other values from these files. Read .manifest.json at the vault root to check what's already bee...
1.7K
2889 wiki-query ar9av/obsidian-wiki
Wiki Query — Knowledge Retrieval You are answering questions against a compiled Obsidian wiki, not raw source documents. The wiki contains pre-synthesized, cross-referenced knowledge. Before You Start Read ~/.obsidian-wiki/config to get OBSIDIAN_VAULT_PATH (works from any project). Fall back to .env if you're inside the obsidian-wiki repo. Read $OBSIDIAN_VAULT_PATH/index.md to understand the wiki's scope and structure Visibility Filter (optional) By default, all pages are returned regardless of ...
1.7K
2890 content research writer claude-office-skills/skills
Content Research Writer Research topics and create compelling content for blogs, articles, and marketing materials. Overview This skill helps you: Research topics thoroughly Write engaging blog posts and articles Create SEO-optimized content Develop various content formats Maintain brand voice consistency How to Use Research Request "Research [topic] for a blog post" "What are the key points to cover about [subject]?" "Find statistics and examples about [topic]" Writing Request "Write a blog pos...
1.7K
2891 form-builder claude-office-skills/skills
Form Builder Skill Overview This skill enables creation of intelligent document forms using docassemble - a platform for guided interviews that generate documents. Create questionnaires that adapt based on answers. How to Use Describe the form or document you need Specify conditional logic requirements I'll create docassemble interview YAML Example prompts: "Create an intake form for new clients" "Build a conditional questionnaire for legal documents" "Generate a multi-step form for contract gen...
1.7K
2892 layout-analyzer claude-office-skills/skills
Layout Analyzer Skill Overview This skill enables document layout analysis using surya - an advanced document understanding system. Detect text blocks, tables, figures, headings, and determine reading order in complex documents. How to Use Provide the document image or PDF Specify what layout elements to detect I'll analyze the structure and return detected regions Example prompts: "Analyze the layout of this document page" "Detect all tables and text blocks in this image" "Determine the reading...
1.7K
2893 pragmatic-programmer wondelai/skills
The Pragmatic Programmer Framework A systems-level approach to software craftsmanship from Hunt & Thomas' "The Pragmatic Programmer" (20th Anniversary Edition). Apply these principles when designing systems, reviewing architecture, writing code, or advising on engineering culture. This framework addresses the meta-level: how to think about software, not just how to write it. Core Principle Care about your craft. Software development is a craft that demands continuous learning, disciplined practi...
1.7K
2894 improve-retention wondelai/skills
Behavior Design Framework Framework for designing products that reliably change behavior. Based on a fundamental truth: behavior is not about willpower or motivation—it is a design problem with a predictable equation. Core Principle The Fogg Behavior Model = B=MAP. Behavior happens when Motivation, Ability, and a Prompt converge at the same moment. HIGH ┃ ┃ ★ Behavior happens ┃ (above the Action Line) ┃ Motivation ┃━━━━━━━━━━━━━━━━━━━━━━━ ← Action Line ┃ ┃ ✗ Behavior fails ┃ (below the...
1.7K
2895 okx-cex-auth okx/agent-skills
OKX CEX Authentication OAuth 2.0 device flow authentication for OKX CLI. Guides first-time setup, re-authentication after session expiry, and logout. Supported Sites Site Region URL global Global www.okx.com eea EEA my.okx.com us US app.okx.com Site is a separate dimension from auth method. Both API-key and OAuth paths require a site. Once selected, a site is persisted: API-key users : profile.site in ~/.okx/config.toml (written by okx config init ). OAuth users : saved inside the okx-auth binar...
1.7K
2896 mcp-hub claude-office-skills/skills
Mcp Hub Skill Overview This skill provides access to 1200+ MCP (Model Context Protocol) servers - standardized tools that extend AI capabilities. Connect Claude to filesystems, databases, APIs, and document processing tools. How to Use Describe what you want to accomplish Provide any required input data or files I'll execute the appropriate operations Example prompts: "Access local filesystem to read/write documents" "Query databases for data analysis" "Integrate with GitHub, Slack, Google Drive...
1.7K
2897 lead research assistant claude-office-skills/skills
Lead Research Assistant Research and compile information about companies and contacts for effective sales outreach. Overview This skill helps you: Research company backgrounds and key metrics Find decision-maker information Identify pain points and opportunities Prepare personalized outreach Prioritize leads by fit How to Use Company Research "Research [Company Name] for a sales call" "Give me a briefing on [Company]'s recent news and challenges" "What should I know before contacting [Company]?"...
1.7K
2898 brand guidelines generator claude-office-skills/skills
Brand Guidelines Generator Create comprehensive brand guidelines to ensure consistent visual and verbal identity. Overview This skill helps you: Create brand style guides from scratch Document existing brand elements Define usage rules and examples Maintain brand consistency How to Use Create New Guidelines "Create brand guidelines for [Company Name]" "Help me document our brand identity" "Generate a style guide based on our logo and colors" Update Existing "Add social media guidelines to our br...
1.7K
2899 invoice organizer claude-office-skills/skills
Invoice Organizer Organize, categorize, and track invoices and receipts for better financial management. Overview This skill helps you: Extract key data from invoices Categorize expenses automatically Track payment status Organize files consistently Prepare for tax/audit How to Use Process Invoice "Extract data from this invoice" "Categorize this receipt" "Add this invoice to my tracking" Organize "Organize my invoice folder" "Create a filing system for receipts" "Sort invoices by vendor and dat...
1.7K
2900 browserbase-cli browserbase/skills
Browserbase CLI Use the official bb CLI for Browserbase platform operations, Functions workflows, and Fetch API calls. Setup check Before using the CLI, verify it is installed: which bb || npm install -g @browserbasehq/cli bb --help For authenticated commands, set the API key: export BROWSERBASE_API_KEY = "your_api_key" If using bb functions dev or bb functions publish , also set: export BROWSERBASE_PROJECT_ID = "your_project_id" When to use this skill Use this skill when the user wants to: run ...
1.7K