███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7901 | slack-agent | vercel-labs/slack-agent-skill |
Slack Agent Development Skill This skill supports two frameworks for building Slack agents: Chat SDK (Recommended for new projects) — chat + @chat-adapter/slack Bolt for JavaScript (For existing Bolt projects) — @slack/bolt + @vercel/slack-bolt Skill Invocation Handling When this skill is invoked via /slack-agent , check for arguments and route accordingly: Command Arguments Argument Action new Run the setup wizard from Phase 1. Read ./wizard/1-project-setup.md and guide the user through creatin...
|
266 |
| 7902 | bitbucket-workflow | mindrally/skills |
Bitbucket Workflow Best Practices You are an expert in Bitbucket workflows, including pull requests, Bitbucket Pipelines, Jira integration, and Atlassian ecosystem best practices. Core Principles Use pull requests for all code changes with proper review processes Implement CI/CD with Bitbucket Pipelines using bitbucket-pipelines.yml Leverage Jira integration for seamless issue tracking Follow branching models like Gitflow for structured development Maintain security through branch permissions ...
|
266 |
| 7903 | design-critique | owl-listener/designer-skills |
/design-critique If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Get structured design feedback across multiple dimensions. Usage /design-critique $ARGUMENTS Review the design: @$1 If a Figma URL is provided, pull the design from Figma. If a file is referenced, read it. Otherwise, ask the user to describe or share their design. What I Need From You The design : Figma URL, screenshot, or detailed description Context : What is this? Who is it for?...
|
266 |
| 7904 | error-handling-ux | owl-listener/designer-skills |
Error Handling UX You are an expert in designing error experiences that prevent, detect, and help users recover from errors. What You Do You design error handling that minimizes frustration and helps users succeed. Error Handling Hierarchy 1. Prevention Inline validation before submission Smart defaults and suggestions Confirmation dialogs for destructive actions Constraint-based inputs (date pickers, dropdowns) Auto-save to prevent data loss 2. Detection Real-time field validation Form-level va...
|
266 |
| 7905 | icon-system | owl-listener/designer-skills |
Icon System You are an expert in designing and maintaining comprehensive icon systems. What You Do You create icon system specs ensuring visual consistency and scalable management. Foundations Grid : Base size (24x24px), keylines, stroke width, corner radius Sizes : XS (12-16px), S (20px), M (24px), L (32px), XL (48px+) Style : Stroke, filled, duotone — when to use each Naming icon-[category]-[name]-[variant] Categories: action, navigation, content, communication, social, status, file, device De...
|
266 |
| 7906 | huggingface-tokenizers | davila7/claude-code-templates |
HuggingFace Tokenizers - Fast Tokenization for NLP Fast, production-ready tokenizers with Rust performance and Python ease-of-use. When to use HuggingFace Tokenizers Use HuggingFace Tokenizers when: Need extremely fast tokenization (<20s per GB of text) Training custom tokenizers from scratch Want alignment tracking (token → original text position) Building production NLP pipelines Need to tokenize large corpora efficiently Performance: Speed: <20 seconds to tokenize 1GB on CPU Implementat...
|
266 |
| 7907 | vulnerability-scanner | davila7/claude-code-templates |
Vulnerability Scanner Think like an attacker, defend like an expert. 2025 threat landscape awareness. 🔧 Runtime Scripts Execute for automated validation: Script Purpose Usage scripts/security_scan.py Validate security principles applied python scripts/security_scan.py <project_path> 📋 Reference Files File Purpose checklists.md OWASP Top 10, Auth, API, Data protection checklists 1. Security Expert Mindset Core Principles Principle Application Assume Breach Design as if attacker already inside...
|
266 |
| 7908 | primevue | kindy/skills |
PrimeVue Setup and Usage Guide for configuring PrimeVue with Vue 3 and Vite projects, including auto-import setup and theming. Overview PrimeVue is a complete UI suite for Vue.js with rich components, icons, and templates. It supports both styled mode (pre-skinned themes like Aura, Lara, Nora) and unstyled mode (full styling control with Tailwind, Bootstrap, etc.). Documentation Official LLM-optimized documentation: https://primevue.org/llms/pages/introduction.md Installation Install PrimeVue an...
|
266 |
| 7909 | nemo-curator | davila7/claude-code-templates |
NeMo Curator - GPU-Accelerated Data Curation NVIDIA's toolkit for preparing high-quality training data for LLMs. When to use NeMo Curator Use NeMo Curator when: Preparing LLM training data from web scrapes (Common Crawl) Need fast deduplication (16× faster than CPU) Curating multi-modal datasets (text, images, video, audio) Filtering low-quality or toxic content Scaling data processing across GPU cluster Performance: 16× faster fuzzy deduplication (8TB RedPajama v2) 40% lower TCO vs CPU al...
|
266 |
| 7910 | find-arbitrage-opps | hummingbot/skills |
find-arbitrage-opps Find arbitrage opportunities across all Hummingbot-connected exchanges by comparing prices for a trading pair, accounting for fungible tokens (e.g., BTC = WBTC, USDT = USDC). Prerequisites Hummingbot API must be running with exchange connectors configured: bash < ( curl -s https://raw.githubusercontent.com/hummingbot/skills/main/skills/lp-agent/scripts/check_prerequisites.sh ) DEX Support By default the script queries CEX connectors via the Hummingbot API. Add --dex to also f...
|
266 |
| 7911 | minimax-understand-image | thincher/awsome_skills |
minimax-understand-image 使用 MiniMax MCP 服务器进行图像理解和分析。 执行流程(首次需要安装,后续直接步骤4调用) 步骤 1: 检查并安装依赖 1.1 检查 uvx 是否可用 which uvx 如果不存在,安装 uv: 方法 1: 使用官方安装脚本(推荐) curl -LsSf https://astral.sh/uv/install.sh | sh 方法 2: 使用国内镜像加速(如果官方脚本下载失败) 临时使用清华镜像源安装: export UV_INDEX_URL = "https://pypi.tuna.tsinghua.edu.cn/simple" curl -LsSf https://astral.sh/uv/install.sh | sh 或者临时使用阿里云镜像源: export UV_INDEX_URL = "https://mirrors.aliyun.com/pypi/simple/" curl -LsSf https://astral.sh/uv/install.sh | sh 1.2 检查 MCP 服务器是否已安装 uvx ...
|
266 |
| 7912 | javascript-pro | sickn33/antigravity-awesome-skills |
JavaScript Pro Senior JavaScript developer with 10+ years mastering modern ES2023+ features, asynchronous patterns, and full-stack JavaScript development. Role Definition You are a senior JavaScript engineer with 10+ years of experience. You specialize in modern ES2023+ JavaScript, Node.js 20+, asynchronous programming, functional patterns, and performance optimization. You build clean, maintainable code following modern best practices. When to Use This Skill Building vanilla JavaScript appl...
|
266 |
| 7913 | lsp-code-analysis | lsp-client/lsp-skill |
LSP Code Analysis IMPORTANT: PREREQUISITE To use this skill, you MUST follow these steps: Check for updates: Run the update script to ensure you are using the latest version of the tool. Verify project support: Run lsp server start <project_path> to start the LSP server and confirm the project is supported. IF YOU DO NOT PERFORM THESE STEPS, YOU ARE NOT ALLOWED TO USE THIS SKILL. Abstract This document specifies the operational requirements and best practices for the lsp-code-analysis skill...
|
266 |
| 7914 | dify-dsl-generator | wwwzhouhui/skills_collection |
Dify DSL 工作流生成器 专业的 Dify 工作流 DSL/YML 文件自动生成工具,基于对 86+ 实际工作流案例的深度学习,能够根据用户的业务需求自动生成符合 Dify 规范的完整工作流配置文件。 核心功能 ✅ 完整DSL生成: 自动生成包含 app、dependencies、workflow 的完整 YML 文件 ✅ 多节点支持: 支持 start、llm、answer、code、http-request、if-else、tool 等所有节点类型 ✅ 智能连接: 自动生成节点间的 edges 连接关系 ✅ 参数配置: 智能推荐模型参数、提示词配置 ✅ 插件集成: 自动识别并配置所需的 Dify 插件依赖 ✅ 规范格式: 严格遵循 Dify 0.3.0 版本的 DSL 规范 使用方法 基础用法 生成一个 Dify 工作流用于 [业务需求描述] 详细用法 帮我生成一个 Dify 工作流 DSL 文件: - 功能: [工作流要实现的功能] - 输入: [用户输入的内容] - 处理步骤: [详细的处理逻辑] - 输出: [期望的输出结果] - 使用插件: [需要的插件,可选]...
|
266 |
| 7915 | hugging-face-evaluation | huggingface/skills |
Overview This skill provides tools to add structured evaluation results to Hugging Face model cards. It supports multiple methods for adding evaluation data: Extracting existing evaluation tables from README content Importing benchmark scores from Artificial Analysis Running custom model evaluations with vLLM or accelerate backends (lighteval/inspect-ai) Integration with HF Ecosystem Model Cards: Updates model-index metadata for leaderboard integration Artificial Analysis: Direct API integrati...
|
265 |
| 7916 | alicloud-compute-swas-open | cinience/alicloud-skills |
Category: service Simple Application Server (SWAS-OPEN 2020-06-01) Use SWAS-OPEN OpenAPI to manage full SAS resources: instances, disks, snapshots, images, key pairs, firewall, Cloud Assistant, monitoring, tags, and lightweight databases. Prerequisites Prepare AccessKey with least-privilege RAM user/role. Choose correct region and matching endpoint (public/VPC). ALICLOUD_REGION_ID can be used as default region; if unset choose the most reasonable region, ask user if unclear. This OpenAPI uses RP...
|
265 |
| 7917 | alicloud-ai-recommend-airec | cinience/alicloud-skills |
Category: service AIRec Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for AIRec. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REGION_ID is an...
|
265 |
| 7918 | network-engineer | 404kidwiz/claude-supercode-skills |
Use this skill when Working on network engineer tasks or workflows Needing guidance, best practices, or checklists for network engineer Do not use this skill when The task is unrelated to network engineer 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...
|
265 |
| 7919 | express-production | bobmatnyc/claude-mpm-skills |
Express.js - Production Web Framework Overview Express is a minimal and flexible Node.js web application framework providing a robust set of features for web and mobile applications. This skill covers production-ready Express development including middleware architecture, structured error handling, security hardening, comprehensive testing, and deployment strategies. Key Features: Flexible middleware architecture with composition patterns Centralized error handling with async support Security...
|
265 |
| 7920 | submit | kazukinagata/shinkoku |
提出準備・チェックリスト(Submission Preparation) 確定申告書類の最終確認と提出方法の案内を行うスキル。 申告書の作成が完了した後の最終ステップとして使用する。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 進捗情報の読み込み 設定の読み込み後、引継書ファイルを読み込んで前ステップの結果を把握する。 .shinkoku/progress/progress-summary.md を Read ツールで読み込む(存在する場合) 以下の引継書を Read ツールで読み込む(存在する場合): .shinkoku/progress/07-income-tax.md .shinkoku/progress...
|
265 |
| 7921 | ln-623-code-principles-auditor | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Code Principles Auditor (L3 Worker) Specialized worker auditing code principles (DRY, KISS, YAGNI) and design patterns. Purpose & Scope Worker in ln-620 coordinator pipeline - invoked by ln-620-codebase-auditor Audit code principles (DRY/KISS/YAGNI, error handling, DI) Return structured findings with severity, location, eff...
|
265 |
| 7922 | migrating-to-tuist-generated-projects | tuist/agent-skills |
Migrating to Tuist Generated Projects Quick Start Baseline build and run the app with xcodebuild. Inventory targets, build settings, and external dependencies. Create Tuist.swift , Project.swift , and Tuist/Package.swift . Extract settings into .xcconfig files and wire them in Project.swift . Generate and build: tuist generate --no-open then xcodebuild build . Fix build issues, regenerate, and validate runtime on a simulator. Preflight Checklist Primary app scheme and any extension/test schemes ...
|
265 |
| 7923 | code-metrics-analysis | aj-geddes/useful-ai-prompts |
Code Metrics Analysis Overview Measure and analyze code quality metrics to identify complexity, maintainability issues, and areas for improvement. When to Use Code quality assessment Identifying refactoring candidates Technical debt monitoring Code review automation CI/CD quality gates Team performance tracking Legacy code analysis Key Metrics Metric Description Good Range Cyclomatic Complexity Number of linearly independent paths 1-10 Cognitive Complexity Measure of code understandability <15...
|
265 |
| 7924 | api-changelog-versioning | aj-geddes/useful-ai-prompts |
API Changelog & Versioning Overview Create comprehensive API changelogs that document changes, deprecations, breaking changes, and provide migration guides for API consumers. When to Use API version changelogs Breaking changes documentation Migration guides between versions Deprecation notices API upgrade guides Backward compatibility notes Version comparison API Changelog Template API Changelog Version 3.0.0 - 2025-01-15 🚨 Breaking Changes Authentication Method Changed Previous (v2): ...
|
265 |
| 7925 | unit-testing-framework | aj-geddes/useful-ai-prompts |
Unit Testing Framework Overview Write effective unit tests that are fast, isolated, readable, and maintainable following industry best practices and AAA (Arrange-Act-Assert) pattern. When to Use Writing tests for new code Improving test coverage Establishing testing standards Refactoring with test safety Implementing TDD (Test-Driven Development) Creating test utilities and mocks Instructions 1. Test Structure (AAA Pattern) // Jest/JavaScript example describe('UserService', () => { describe(...
|
265 |
| 7926 | infsh-cli | inference-sh/skills |
inference.sh Run 250+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh infsh login What does the installer do? The install script detects your OS and architecture, downloads the correct binary from dist.inference.sh , verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature autom...
|
265 |
| 7927 | android-viewmodel | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
265 |
| 7928 | nano-banana-2 | intellectronica/agent-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...
|
265 |
| 7929 | aspnet-core | mindrally/skills |
ASP.NET Core Overview Choose the right ASP.NET Core application model, compose the host and request pipeline correctly, and implement features in the framework style Microsoft documents today. Load the smallest set of references that fits the task. Do not load every reference by default. Workflow Confirm the target framework, SDK, and current app model. Open references/stack-selection.md first for new apps or major refactors. Open references/program-and-pipeline.md next for Program.cs , DI, conf...
|
265 |
| 7930 | expo-react-native-javascript-best-practices | mindrally/skills |
Expo React Native JavaScript Best Practices Guidelines for building high-quality Expo React Native applications with JavaScript, focusing on clean code, modularity, and performance. Code Style and Structure Clean, Readable Code: Ensure your code is easy to read and understand. Use descriptive names for variables and functions. Functional Components: Prefer functional components with hooks (useState, useEffect) over class components Component Modularity: Break components into smaller, reusable ...
|
265 |
| 7931 | component-spec | owl-listener/designer-skills |
Component Spec You are an expert in writing thorough, implementable component specifications for design systems. What You Do You create complete component specs covering anatomy, behavior, variants, states, accessibility, and usage. Specification Structure Overview — Name, description, when to use / not use Anatomy — Visual breakdown, required vs optional elements Variants — Size (sm/md/lg), style (primary/secondary/ghost), layout Props/API — Name, type, default, description, required status Sta...
|
265 |
| 7932 | wireframe-spec | owl-listener/designer-skills |
Wireframe Spec You are an expert in creating annotated wireframe specifications. What You Do You specify wireframe layouts defining content priority, component placement, behavior annotations, and responsive considerations. Wireframe Components Content Blocks Headers and navigation Hero/feature areas Content sections (text, media, cards) Forms and input areas Footers and secondary navigation Annotations Content priority numbers (what loads/appears first) Interaction notes (what happens on click/...
|
265 |
| 7933 | context-retrospective | jwynia/agent-skills |
Context Network Retrospective Purpose Analyze agent-user interaction transcripts to identify context network maintenance needs and guidance improvements. Extract actionable insights for enhancing both network structure and agent instructions. Core Principle Learn from every interaction. Each transcript reveals gaps in context, navigation issues, and guidance problems that can be systematically fixed. Analysis Dimensions 1. Knowledge Gap Identification Look For: Questions agent couldn't ans...
|
265 |
| 7934 | launch-strategy | davila7/claude-code-templates |
Launch Strategy You are an expert in SaaS product launches and feature announcements. Your goal is to help users plan launches that build momentum, capture attention, and convert interest into users. Before Starting 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. Core Philo...
|
265 |
| 7935 | git-pushing | davila7/claude-code-templates |
Git Push Workflow Stage all changes, create a conventional commit, and push to the remote branch. When to Use Automatically activate when the user: Explicitly asks to push changes ("push this", "commit and push") Mentions saving work to remote ("save to github", "push to remote") Completes a feature and wants to share it Says phrases like "let's push this up" or "commit these changes" Workflow ALWAYS use the script - do NOT use manual git commands: bash skills/git-pushing/scripts/smart_com...
|
265 |
| 7936 | figma-implement-design | davila7/claude-code-templates |
Implement Design Overview This skill provides a structured workflow for translating Figma designs into production-ready code with pixel-perfect accuracy. It ensures consistent integration with the Figma MCP server, proper use of design tokens, and 1:1 visual parity with designs. Skill Boundaries Use this skill when the deliverable is code in the user's repository. If the user asks to create/edit/delete nodes inside Figma itself, switch to figma-use . If the user asks to build or update a full-pa...
|
265 |
| 7937 | faiss | davila7/claude-code-templates |
FAISS - Efficient Similarity Search Facebook AI's library for billion-scale vector similarity search. When to use FAISS Use FAISS when: Need fast similarity search on large vector datasets (millions/billions) GPU acceleration required Pure vector similarity (no metadata filtering needed) High throughput, low latency critical Offline/batch processing of embeddings Metrics: 31,700+ GitHub stars Meta/Facebook AI Research Handles billions of vectors C++ with Python bindings Use alternatives i...
|
265 |
| 7938 | java-concurrency | pluginagentmarketplace/custom-plugin-java |
Java Concurrency Skill Master Java concurrency patterns for thread-safe applications. Overview This skill covers concurrency from basic threads to virtual threads (Java 21+), including thread pools, synchronization, and CompletableFuture. When to Use This Skill Use when you need to: Write thread-safe code Implement parallel processing Use async programming patterns Tune thread pools Debug concurrency issues Topics Covered Thread Management Thread lifecycle and states Daemon vs user threads...
|
265 |
| 7939 | ebook-analysis | jwynia/agent-skills |
Ebook Analysis: Non-Fiction Knowledge Extraction You analyze ebooks to extract knowledge with full citation traceability. This skill supports two complementary extraction modes: Concept Extraction - Extract ideas classified by abstraction (principle → tactic) Entity Extraction - Extract named things (studies, researchers, frameworks, anecdotes) that persist across books Core Principle Every extraction must be traceable to its exact source. Citation traceability is non-negotiable. Extract less...
|
265 |
| 7940 | error-handling-patterns | sickn33/antigravity-awesome-skills |
Error Handling Patterns Build resilient applications with robust error handling strategies that gracefully handle failures and provide excellent debugging experiences. When to Use This Skill Implementing error handling in new features Designing error-resilient APIs Debugging production issues Improving application reliability Creating better error messages for users and developers Implementing retry and circuit breaker patterns Handling async/concurrent errors Building fault-tolerant distribut...
|
265 |
| 7941 | error-diagnostics-smart-debug | sickn33/antigravity-awesome-skills |
Use this skill when Working on error diagnostics smart debug tasks or workflows Needing guidance, best practices, or checklists for error diagnostics smart debug Do not use this skill when The task is unrelated to error diagnostics smart debug 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 res...
|
265 |
| 7942 | minecraft-bukkit-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on minecraft bukkit pro tasks or workflows Needing guidance, best practices, or checklists for minecraft bukkit pro Do not use this skill when The task is unrelated to minecraft bukkit pro 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-playb...
|
265 |
| 7943 | postmark | activecampaign/postmark-skills |
Postmark Skills Postmark is a transactional email platform built for developers, with 15+ years of deliverability expertise. These skills teach AI agents how to use the Postmark API effectively. Sub-Skills Feature Skill Use When Sending emails postmark-send-email Sending transactional or broadcast emails — single, batch, bulk, or with templates Inbound processing postmark-inbound Processing incoming emails via webhooks, building reply-by-email, email-to-ticket, or document extraction Template ma...
|
265 |
| 7944 | qwen-edit | digitalsamba/claude-code-video-toolkit |
Qwen-Image-Edit Skill AI-powered image editing using Qwen-Image-Edit-2511 via RunPod serverless. Status: Evolving - learnings being captured as we experiment When to Use This Skill Use when the user wants to: Edit/transform photos while preserving identity Reframe cropped images (fix cut-off heads, etc.) Change clothing, add accessories Change pose (arm positions, hand placement) Apply style transfers (cyberpunk, anime, oil painting) Adjust lighting/color grading Add/remove objects Character tra...
|
265 |
| 7945 | openspec | itechmeat/llm-code |
OpenSpec (OPSX) Skill Use this skill to guide or reason about the OpenSpec artifact-driven workflow system (OPSX), including artifact graphs, schema/template resolution, change lifecycle, and experimental commands/skills. When to Use You need to explain or apply the artifact-driven workflow (OPSX). You are planning or reviewing changes based on artifact dependencies. You need to interpret schema/template resolution rules (XDG + built-ins). You are asked to design or validate changes to the Ope...
|
265 |
| 7946 | hyva-cms-custom-field | hyva-themes/hyva-ai-tools |
Hyvä CMS Custom Field Type Creator Overview This skill guides the creation of custom field types and field handlers for Hyvä CMS components. Custom field types extend the built-in field types (text, textarea, select, etc.) with specialized input controls for the CMS editor interface. Two types of custom fields: Basic Custom Field Type : Custom input control with direct data entry (e.g., date range, color picker, custom validation) Field Handler : Enhanced UI with complex interactions (e.g., prod...
|
265 |
| 7947 | sentry-setup-logging | getsentry/sentry-agent-skills |
Setup Sentry Logging Configure Sentry's structured logging feature. Invoke This Skill When User asks to "setup Sentry logging" or "capture logs in Sentry" User wants to integrate logging libraries (Pino, Winston, Loguru) with Sentry User asks about Sentry.logger or sentry_sdk.logger Quick Reference Platform Min SDK Enable Flag Logger API JavaScript 9.41.0+ enableLogs: true Sentry.logger.* Python 2.35.0+ enable_logs=True sentry_sdk.logger.* Ruby 5.24.0+ config.enable_logs = true Sentry.logger.*...
|
264 |
| 7948 | alicloud-ai-cloud-call-center | cinience/alicloud-skills |
Category: service Cloud Call Center Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Cloud Call Center. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ...
|
264 |
| 7949 | alicloud-ai-pai-aiworkspace | cinience/alicloud-skills |
Category: service PAI AIWorkspace Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Platform for Artificial Intelligence PAI - AIWorkspace. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET /...
|
264 |
| 7950 | meitu-skills | meitu/meitu-skills |
meitu-skills (Root Entry) Purpose This is the top-level routing skill: Use meitu-poster for poster strategy, visual direction, and cover-design workflows. Use meitu-stickers for sticker pack and emoji pack generation from photos. Use meitu-visual-me for consolidated visual workflows such as try-on, portrait generation, group photo, and avatar sets. Use meitu-product-swap for swapping products in e-commerce images. Use meitu-video-dance for motion-transfer and dance-style video generation workflo...
|
264 |