███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5351 | sequence-load | anthropics/knowledge-work-plugins |
Sequence Load Find, enrich, and load contacts into an outreach sequence — end to end. The user provides targeting criteria and a sequence name via "$ARGUMENTS". Examples /apollo:sequence-load add 20 VP Sales at SaaS companies to my "Q1 Outbound" sequence /apollo:sequence-load SDR managers at fintech startups → Cold Outreach v2 /apollo:sequence-load list sequences (shows all available sequences) /apollo:sequence-load directors of engineering, 500+ employees, US → Demo Follow-up /apollo:sequence-l...
|
162 |
| 5352 | sql-queries | phuryn/pm-skills |
SQL Queries Skill Write correct, performant, readable SQL across all major data warehouse dialects. Dialect-Specific Reference PostgreSQL (including Aurora, RDS, Supabase, Neon) Date/time: -- Current date/time CURRENT_DATE , CURRENT_TIMESTAMP , NOW ( ) -- Date arithmetic date_column + INTERVAL '7 days' date_column - INTERVAL '1 month' -- Truncate to period DATE_TRUNC ( 'month' , created_at ) -- Extract parts EXTRACT ( YEAR FROM created_at ) EXTRACT ( DOW FROM created_at ) -- 0=Sunday -- Format T...
|
162 |
| 5353 | nano-banana-2 | inference-sh/skills |
Nano Banana 2 - Gemini 3.1 Flash Image Preview Generate images with Google Gemini 3.1 Flash Image Preview via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-1-flash-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Examples Basic Text-to-Image infsh app run google/gemini-3-1-flash-image-preview --input '{ "prompt": "A futuristic citysca...
|
162 |
| 5354 | google-ads | kostja94/marketing-skills |
Google Ads Skill Manage Google Ads accounts via API or an attached browser session. Mode Selection Check which mode to use: API Mode - If user has google-ads.yaml configured or GOOGLE_ADS_* env vars Browser Mode - If user says "I don't have API access" or just wants quick checks Check for API config ls ~/.google-ads.yaml 2 > /dev/null || ls google-ads.yaml 2 > /dev/null If no config found, ask: "Do you have Google Ads API credentials, or should I use the attached browser session?" Browser Mode ...
|
162 |
| 5355 | database-schema-documentation | aj-geddes/useful-ai-prompts |
Database Schema Documentation Overview Create comprehensive database schema documentation including entity relationship diagrams (ERD), table definitions, indexes, constraints, and data dictionaries. When to Use Database schema documentation ERD (Entity Relationship Diagrams) Data dictionary creation Table relationship documentation Index and constraint documentation Migration documentation Database design specs Schema Documentation Template Database Schema Documentation Database: PostgreSQL...
|
162 |
| 5356 | 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...
|
162 |
| 5357 | affiliate-marketing | kostja94/marketing-skills |
Channels: Affiliate Guides affiliate marketing strategy for AI/SaaS products. Affiliate marketing uses a CPS (Cost Per Sale) model—pay only when sales occur. ROI typically 5:1 to 10:1; CAC 40%–50% lower than paid ads. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context fir...
|
162 |
| 5358 | facebook/meta ads | claude-office-skills/skills | 162 | |
| 5359 | voice-agents | davila7/claude-code-templates |
Voice Agents You are a voice AI architect who has shipped production voice agents handling millions of calls. You understand the physics of latency - every component adds milliseconds, and the sum determines whether conversations feel natural or awkward. Your core insight: Two architectures exist. Speech-to-speech (S2S) models like OpenAI Realtime API preserve emotion and achieve lowest latency but are less controllable. Pipeline architectures (STT→LLM→TTS) give you control at each step but ad...
|
162 |
| 5360 | products-page-generator | kostja94/marketing-skills |
Pages: Products Guides product listing and category page content for e-commerce. For individual product detail pages, structure varies by platform. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketi...
|
162 |
| 5361 | 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...
|
162 |
| 5362 | implementing-llms-litgpt | davila7/claude-code-templates |
LitGPT - Clean LLM Implementations Quick start LitGPT provides 20+ pretrained LLM implementations with clean, readable code and production-ready training workflows. Installation: pip install 'litgpt[extra]' Load and use any model: from litgpt import LLM Load pretrained model llm = LLM.load("microsoft/phi-2") Generate text result = llm.generate( "What is the capital of France?", max_new_tokens=50, temperature=0.7 ) print(result) List available models: litgpt download list...
|
161 |
| 5363 | full-stack-orchestration-full-stack-feature | sickn33/antigravity-awesome-skills |
Use this skill when Working on full stack orchestration full stack feature tasks or workflows Needing guidance, best practices, or checklists for full stack orchestration full stack feature Do not use this skill when The task is unrelated to full stack orchestration full stack feature 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. I...
|
161 |
| 5364 | woocommerce | alinaqi/claude-bootstrap |
WooCommerce Development Skill Load with: base.md + (typescript.md or python.md) For integrating with WooCommerce stores via REST API - products, orders, customers, webhooks, and custom extensions. Sources: WooCommerce REST API | Developer Docs Prerequisites Store Requirements WooCommerce store must have: 1. WordPress with WooCommerce plugin installed 2. HTTPS enabled (required for API auth) 3. Permalinks set to anything except "Plain" WordPress Admin → Settings → Permalinks → Post name (...
|
161 |
| 5365 | youtube-seo | kostja94/marketing-skills |
Platforms: YouTube SEO Guides YouTube video and channel optimization for search and discovery. Title, description, and thumbnail form an interconnected system; channels using systematic keyword strategies see 156% longer view durations, 89% better CTR, and 312% higher search discovery. Use this skill when optimizing videos for YouTube search and recommendations. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main ...
|
161 |
| 5366 | 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 │ └─────────────┘ └─────────────┘ └──────┬──────┘ │ ┌──────────────────────────┼───────┐ │ │ │ ▼ ▼ ▼ ┌──...
|
161 |
| 5367 | add-app-to-server | modelcontextprotocol/ext-apps |
Add UI to MCP Server Enrich an existing MCP server's tools with interactive UIs using the MCP Apps SDK ( @modelcontextprotocol/ext-apps ). How It Works Existing tools get paired with HTML resources that render inline in the host's conversation. The tool continues to work for text-only clients — UI is an enhancement, not a replacement. Each tool that benefits from UI gets linked to a resource via _meta.ui.resourceUri , and the host renders that resource in a sandboxed iframe when the tool is call...
|
161 |
| 5368 | 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...
|
161 |
| 5369 | ios-developer | sickn33/antigravity-awesome-skills |
Use this skill when Working on ios developer tasks or workflows Needing guidance, best practices, or checklists for ios developer Do not use this skill when The task is unrelated to ios developer 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 are an i...
|
161 |
| 5370 | skill-developer | davila7/claude-code-templates |
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
|
161 |
| 5371 | frontend-design | buildermethods/design-os |
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 :...
|
161 |
| 5372 | trello automation | claude-office-skills/skills |
Trello Automation Comprehensive skill for automating Trello board management and kanban workflows. Core Concepts Board Structure TRELLO BOARD ANATOMY: ┌─────────────────────────────────────────────────────────┐ │ 📋 Project Board │ ├───────────┬───────────┬───────────┬───────────┬────────┤ │ Backlog │ To Do │ Doing │ Review │ Done │ ├───────────┼───────────┼───────────┼───────────┼────────┤ │ ┌───────┐ │ ┌───────┐ │ ┌───────┐ │ ┌───────┐ │ ...
|
161 |
| 5373 | retro | phuryn/pm-skills |
Retro Skill YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick-capture a learning to the knowledge flywheel. For comprehensive retrospectives with backlog processing, activation, and retirement, use /post-mortem . Flags Flag Default Description --quick "text" off Quick-capture a single learning directly to .agents/learnings/ without running a full retrospective. Quick Mode Given /retro --quick "insight text" or /retro "insight text" : Quick Step 1: Generate Slug Create a slug from th...
|
161 |
| 5374 | avatar-video | heygen-com/skills |
Avatar Video Create AI avatar videos with full control over avatars, voices, scripts, scenes, and backgrounds. Build single or multi-scene videos with exact configuration using HeyGen's /v2/video/generate API. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X GET "https://api.heygen.com/v2/avatars" \ -H "X-Api-Key: $HEYGEN_API_KEY " Tool Selection If HeyGen MCP tools are available ( mcp__heygen__* ), prefer them over direct HTTP API ca...
|
161 |
| 5375 | spotify automation | claude-office-skills/skills |
Spotify Automation Automate Spotify music playback, playlist management, and discovery workflows. Core Capabilities Playback Control playback_commands : - play_track : "spotify:track:xxx" - pause - next_track - previous_track - set_volume : 75 - set_shuffle : true - set_repeat : "context" track, context, off - seek_position : 30000 milliseconds - transfer_playback : device_id : "device_xxx" Playlist Management playlist_operations : create : name : "{{playlist_name}}" description : "{{descripti...
|
161 |
| 5376 | 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 │ └────────┬────────┘ ▼ ┌───────────────...
|
161 |
| 5377 | prompt-engineering-patterns | sickn33/antigravity-awesome-skills |
Prompt Engineering Patterns Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. When to Use This Skill Designing complex prompts for production LLM applications Optimizing prompt performance and consistency Implementing structured reasoning patterns (chain-of-thought, tree-of-thought) Building few-shot learning systems with dynamic example selection Creating reusable prompt templates with variable interpolation Debugging and refining pro...
|
161 |
| 5378 | code-documentation-doc-generate | sickn33/antigravity-awesome-skills |
Automated Documentation Generation You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-powered analysis and industry best practices. Use this skill when Generating API, architecture, or user documentation from code Building documentation pipelines or automation Standardizing docs across a repository Do not use this skill when The project has no codebas...
|
161 |
| 5379 | changelog generator | claude-office-skills/skills |
Changelog Generator Generate professional release notes and changelogs from commits, feature lists, or updates. Overview This skill helps you: Transform git commits into readable changelogs Categorize changes by type Write user-friendly release notes Maintain changelog history Follow conventional formats How to Use From Git Commits "Generate a changelog from these commits: - fix: resolve login timeout issue - feat: add dark mode support - docs: update API documentation" From Feature List "Create...
|
161 |
| 5380 | application-performance-performance-optimization | sickn33/antigravity-awesome-skills |
Optimize application performance end-to-end using specialized performance and optimization agents: [Extended thinking: This workflow orchestrates a comprehensive performance optimization process across the entire application stack. Starting with deep profiling and baseline establishment, the workflow progresses through targeted optimizations in each system layer, validates improvements through load testing, and establishes continuous monitoring for sustained performance. Each phase builds on ins...
|
161 |
| 5381 | here-be-git | intellectronica/agent-skills |
Here Be Git Initialise a git repository with optional configuration for agent workflows. Workflow Step 1: Initialise Git Repository Run git init in the current working directory. Confirm to the user that the repository has been initialised. Step 2: Agent Commit Instructions Ask the user: Would you like me to add instructions for the agent to always commit when it's done with a task? If the user confirms: Check if AGENTS.md exists in the current directory If it exists, append the commit i...
|
161 |
| 5382 | schema-markup | kostja94/marketing-skills |
Schema Markup You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search. 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 imple...
|
161 |
| 5383 | sveltekit-remote-functions | spences10/svelte-skills-kit |
SvelteKit Remote Functions Quick Start File naming: *.remote.ts for remote function files Which function? One-time action → command() | Repeated reads → query() | Forms → form() Example // actions.remote.ts import { command } from "$app/server"; import * as v from "valibot"; export const delete_user = command( v.object({ id: v.string() }), async ({ id }) => { await db.users.delete(id); return { success: true }; } ); // Call from client: await delete_user({ id: '123' }); Refer...
|
161 |
| 5384 | ansoff-matrix | phuryn/pm-skills |
Ansoff Matrix Metadata Name : ansoff-matrix Description : Generate an Ansoff Matrix analysis mapping growth strategies across market penetration, market development, product development, and diversification. Triggers : Ansoff matrix, growth matrix, market expansion, growth strategy options Instructions You are a growth strategist analyzing expansion opportunities using the Ansoff Matrix for $ARGUMENTS. Your task is to evaluate growth options across product and market dimensions and develop speci...
|
161 |
| 5385 | home-assistant-integrations-addons | bradsjm/hassio-addons |
Home Assistant Integrations & Add-ons Workflow Discover current integrations/add-ons and update availability. Summarize current state before changes. Avoid destructive operations unless explicitly requested. Prefer reloads over restarts when supported; validate config before restart. Tooling map (ha-mcp) Integrations: ha_get_integration , ha_set_integration_enabled , ha_delete_config_entry Add-ons: ha_get_addon Updates: ha_get_updates System health: ha_get_system_health Reload/restart: ha_reload...
|
161 |
| 5386 | tushare-api | daydreammy/tushare-openclaw-skill |
Tushare API Skill 简介 Tushare Pro 是中国领先的金融数据平台,提供股票、基金、期货、债券、外汇、数字货币等全品类金融大数据。 官网 : https://tushare.pro API 文档 : https://tushare.pro/document/2 股票代码规范 所有股票代码都需要带后缀: 交易所 后缀 示例 上海证券交易所 .SH 600000.SH 深圳证券交易所 .SZ 000001.SZ 北京证券交易所 .BJ 835305.BJ 香港证券交易所 .HK 00001.HK 常用 API 接口 基础数据 stock_basic - 股票基础信息 trade_cal - 交易日历 stock_company - 上市公司基本信息 new_share - IPO 新股列表 行情数据 daily - 日线行情 weekly - 周线行情 monthly - 月线行情 adj_factor - 复权因子 daily_basic - 每日指标(PE/PB/市值等) 财务数据 income - 利润表 balance_sheet - 资产负债表 cashf...
|
161 |
| 5387 | open-pencil | open-pencil/skills |
OpenPencil CLI and MCP server for .fig design files. Two modes of operation: App mode — connect to the running OpenPencil editor (omit the file argument) Headless mode — work with .fig files directly (pass a file path) App mode — operates on the document open in the editor bun open-pencil tree Headless mode — operates on a .fig file bun open-pencil tree design.fig The app exposes an automation bridge on http://127.0.0.1:7600 when running. The CLI auto-connects to it when no file path is provid...
|
161 |
| 5388 | transcription automation | claude-office-skills/skills |
Transcription Automation Comprehensive skill for automating audio/video transcription and content processing. Core Workflows 1. Transcription Pipeline TRANSCRIPTION FLOW: ┌─────────────────┐ │ Audio/Video │ │ Input │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Pre-Processing │ │ - Convert │ │ - Enhance │ │ - Split │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Transcription │ │ - STT Engine │ │ - Diarization │ └────────┬────────┘ ▼ ┌─────────────────┐ │ P...
|
161 |
| 5389 | hono-core | bobmatnyc/claude-mpm-skills |
Hono - Ultrafast Web Framework Overview Hono is a small, simple, and ultrafast web framework built on Web Standards. It runs on Cloudflare Workers, Deno, Bun, Node.js, and more with the same codebase. The name means "flame" in Japanese. Key Features: Built on Web Standards (Request/Response/fetch) Multi-runtime: Cloudflare Workers, Deno, Bun, Node.js, Vercel, AWS Lambda Ultrafast routing with RegExpRouter First-class TypeScript support Lightweight (~14KB minified) Rich middleware ecosystem I...
|
161 |
| 5390 | dependency-audit | jezweb/claude-skills |
Dependency Audit Status : Production Ready Last Updated : 2026-02-03 Scope : npm, pnpm, yarn projects Commands Command Purpose /audit-deps Run comprehensive dependency audit with prioritised findings Quick Start /audit-deps Full audit /audit-deps --security-only Only security vulnerabilities /audit-deps --outdated Only outdated packages /audit-deps --fix Auto-fix compatible updates What This Skill Audits 1. Security Vulnerabilities npm audit / pnpm ...
|
161 |
| 5391 | 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 : "...
|
161 |
| 5392 | single-cell-rna-qc | anthropics/knowledge-work-plugins |
Single-Cell RNA-seq Quality Control Automated QC workflow for single-cell RNA-seq data following scverse best practices. When to Use This Skill Use when users: Request quality control or QC on single-cell RNA-seq data Want to filter low-quality cells or assess data quality Need QC visualizations or metrics Ask to follow scverse/scanpy best practices Request MAD-based filtering or outlier detection Supported input formats: .h5ad files (AnnData format from scanpy/Python workflows) .h5 files (10X G...
|
161 |
| 5393 | story-analysis | jwynia/agent-skills |
Story Analysis Diagnostic Purpose Systematically evaluate completed short stories or novel chapters to identify strengths, weaknesses, and improvement opportunities. Use after drafting to assess whether the piece achieves its narrative goals. Quick Reference Mode Use For Key Focus Short Story Complete standalone pieces Unity, shattering moment, resolution Chapter Sections within larger work Continuity, momentum, arc contribution Short Story Analysis SA1: Narrative Foundation Evaluate: Single...
|
161 |
| 5394 | llvm | mohitmishra786/low-level-dev-skills |
LLVM IR and Tooling Purpose Guide agents through the LLVM IR pipeline: generating IR, running optimisation passes with opt , lowering to assembly with llc , and inspecting IR for debugging or performance work. Triggers "Show me the LLVM IR for this function" "How do I run an LLVM optimisation pass?" "What does this LLVM IR instruction mean?" "How do I write a custom LLVM pass?" "Why isn't auto-vectorisation happening in LLVM?" Workflow 1. Generate LLVM IR Emit textual IR (.ll) clang -O0 -emit-l...
|
161 |
| 5395 | web-frameworks | mrgoonie/claudekit-skills |
Web Frameworks Skill Group Comprehensive guide for building modern full-stack web applications using Next.js, Turborepo, and RemixIcon. Overview This skill group combines three powerful tools for web development: Next.js - React framework with SSR, SSG, RSC, and optimization features Turborepo - High-performance monorepo build system for JavaScript/TypeScript RemixIcon - Icon library with 3,100+ outlined and filled style icons When to Use This Skill Group Building new full-stack web applica...
|
161 |
| 5396 | tooluniverse-disease-research | mims-harvard/tooluniverse |
ToolUniverse Disease Research Generate a comprehensive disease research report with full source citations. The report is created as a markdown file and progressively updated during research. IMPORTANT : Always use English disease names and search terms in tool calls. Respond in the user's language. When to Use User asks about any disease, syndrome, or medical condition Needs comprehensive disease intelligence or a detailed research report Asks "what do we know about [disease]?" Core Workflow: Re...
|
160 |
| 5397 | grpc-service-development | aj-geddes/useful-ai-prompts |
gRPC Service Development Overview Develop efficient gRPC services using Protocol Buffers for service definition, with support for unary calls, client streaming, server streaming, and bidirectional streaming patterns. When to Use Building microservices that require high performance Defining service contracts with Protocol Buffers Implementing real-time bidirectional communication Creating internal service-to-service APIs Optimizing bandwidth-constrained environments Building polyglot service ar...
|
160 |
| 5398 | symfony:doctrine-relations | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-relations<div
|
160 |
| 5399 | qqbot-media | sliverp/qqbot |
QQBot 图片/语音/视频/文件收发 标签速查(直接复制使用) 类型 标签格式 示例 图片 <qqimg>绝对路径或URL</qqimg> <qqimg>/tmp/pic.jpg</qqimg> 语音 <qqvoice>绝对路径</qqvoice> <qqvoice>/tmp/voice.mp3</qqvoice> 视频 <qqvideo>绝对路径或URL</qqvideo> <qqvideo>/tmp/video.mp4</qqvideo> 文件 <qqfile>绝对路径或URL</qqfile> <qqfile>/tmp/doc.pdf</qqfile> 标签拼写必须严格按上表 ,只有这 4 个标签名: qqimg 、 qqvoice 、 qqvideo 、 qqfile 。 ⚠️ 重要:你有能力发送本地图片! 当用户要求发送本地图片时,只需使用 <qqimg> 标签包裹图片路径即可。系统会自动处理文件读取和发送。 ❌ 绝对不要说"无法发送本地图片"! ✅ 使用 <qqimg> 标签,系统就能发送任何本地图片! 📸 发送图片(推荐方式: <qqimg> 标签) 使用 <qqimg...
|
160 |
| 5400 | dart-best-practices | kevmoo/dash_skills |
Dart Best Practices 1. When to use this skill Use this skill when: Writing or reviewing Dart code. Looking for guidance on idiomatic Dart usage. 2. Best Practices Multi-line Strings Prefer using multi-line strings ( ''' ) over concatenating strings with + and \n , especially for large blocks of text like SQL queries, HTML, or PEM-encoded keys. This improves readability and avoids lines_longer_than_80_chars lint errors by allowing natural line breaks. Avoid: final pem = '-----BEGIN RSA PRIVATE KE...
|
160 |