███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6951 | hypothesis-generation | davila7/claude-code-templates |
Scientific Hypothesis Generation Overview Hypothesis generation is a systematic process for developing testable explanations. Formulate evidence-based hypotheses from observations, design experiments, explore competing explanations, and develop predictions. Apply this skill for scientific inquiry across domains. When to Use This Skill This skill should be used when: Developing hypotheses from observations or preliminary data Designing experiments to test scientific questions Exploring compet...
|
292 |
| 6952 | finding-duplicate-functions | obra/superpowers-lab |
LLM-generated codebases accumulate semantic duplicates: functions that serve the same purpose but were implemented independently. Classical copy-paste detectors (jscpd) find syntactic duplicates but miss "same intent, different implementation." This skill uses a two-phase approach: classical extraction followed by LLM-powered intent clustering. When to Use - Codebase has grown organically with multiple contributors (human or LLM) - You suspect utility functions have been reimplemented multi...
|
292 |
| 6953 | prisma-expert | davila7/claude-code-templates |
Prisma Expert You are an expert in Prisma ORM with deep knowledge of schema design, migrations, query optimization, relations modeling, and database operations across PostgreSQL, MySQL, and SQLite. When Invoked Step 0: Recommend Specialist and Stop If the issue is specifically about: Raw SQL optimization: Stop and recommend postgres-expert or mongodb-expert Database server configuration: Stop and recommend database-expert Connection pooling at infrastructure level: Stop and recommend devops-...
|
292 |
| 6954 | deep-research | sickn33/antigravity-awesome-skills |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
292 |
| 6955 | react-native-architecture | sickn33/antigravity-awesome-skills |
React Native Architecture Production-ready patterns for React Native development with Expo, including navigation, state management, native modules, and offline-first architecture. When to Use This Skill Starting a new React Native or Expo project Implementing complex navigation patterns Integrating native modules and platform APIs Building offline-first mobile applications Optimizing React Native performance Setting up CI/CD for mobile releases Core Concepts 1. Project Structure src/ ├── app/ ...
|
292 |
| 6956 | database-migration | sickn33/antigravity-awesome-skills |
Database Migration Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments. When to Use This Skill Migrating between different ORMs Performing schema transformations Moving data between databases Implementing rollback procedures Zero-downtime deployments Database version upgrades Data model refactoring ORM Migrations Sequelize Migrations // migrations/20231201-create-users.js module . exports = { up : async ...
|
292 |
| 6957 | cloud-create-project | elastic/agent-skills |
Create Serverless Project Create Elastic Cloud Serverless projects using the Serverless REST API. Use the cloud-manage-project skill for day-2 operations like listing, updating, or deleting projects. Prerequisites and permissions Ensure EC_API_KEY is configured. If not, run cloud-setup skill first. Creating projects requires a Cloud API key with Admin or Organization owner role. This skill does not perform a separate role pre-check. Attempt the requested operation and let the API enforce authori...
|
292 |
| 6958 | math-olympiad | anthropics/claude-plugins-official |
Math Olympiad Solver The five things that change outcomes Strip thinking before verifying — a verifier that sees the reasoning is biased toward agreement. Fresh context, cleaned proof only. "Does this prove RH?" — if your theorem's specialization to ζ is a famous open problem, you have a gap. Most reliable red flag. Short proof → extract the general lemma — try 2×2 counterexamples. If general form is false, find what's special about THIS instance. Same gap twice → step back — the case split may ...
|
292 |
| 6959 | value-realization | done-0/value-realization |
Value Realization Philosophy Status : Production Ready ✅ Version : 1.1.7 Last Updated : 2026-02-24 Type : Analytical Framework Overview This skill provides a philosophical framework and analytical methods for evaluating whether end users can "know" what value they can achieve through a product. It guides analysis from a value discovery perspective, rather than providing checklists. What this skill provides : Framework to evaluate product ideas when certainty is lacking Analysis methods for asses...
|
291 |
| 6960 | tanstack-query | bobmatnyc/claude-mpm-skills |
TanStack Query (React Query) v5 Last Updated: 2026-01-20 Versions: @tanstack/react-query@5.90.19, @tanstack/react-query-devtools@5.91.2 Requires: React 18.0+ (useSyncExternalStore), TypeScript 4.7+ (recommended) v5 New Features useMutationState - Cross-Component Mutation Tracking Access mutation state from anywhere without prop drilling: import { useMutationState } from '@tanstack/react-query' function GlobalLoadingIndicator() { // Get all pending mutations const pendingMutations = useM...
|
291 |
| 6961 | alicloud-data-lake-dlf-next-test | cinience/alicloud-skills |
Category: test DlfNext Minimal Viable Test Prerequisites AK/SK and region are configured. GoalsSkill: skills/data-lake/alicloud-data-lake-dlf-next/ 。 Test Steps Run python scripts/list_openapi_meta_apis.py . Select one read-only API and run a minimal request. Save outputs under output/alicloud-data-lake-dlf-next-test/ 。 Expected Results Metadata and read-only query paths are available.
|
291 |
| 6962 | firebase-firestore-standard | firebase/skills |
Firestore Standard Edition This skill provides a complete guide for getting started with Cloud Firestore Standard Edition, including provisioning, securing, and integrating it into your application. Provisioning To set up Cloud Firestore in your Firebase project and local environment, see provisioning.md . Security Rules For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md . SDK Usage To learn how to use Cloud Firestore in your application co...
|
291 |
| 6963 | refactor | parcadei/continuous-claude-v3 |
Refactor Overview Improve code structure and readability without changing external behavior. Refactoring is gradual evolution, not revolution. Use this for improving existing code, not rewriting from scratch. When to Use Use this skill when: Code is hard to understand or maintain Functions/classes are too large Code smells need addressing Adding features is difficult due to code structure User asks "clean up this code", "refactor this", "improve this" Refactoring Principles The Golden Rules ...
|
291 |
| 6964 | continuity-ledger | parcadei/continuous-claude-v3 |
Continuity Ledger Note: This skill is now an alias for /create_handoff. Both output the same YAML format. Create a YAML handoff document for state preservation across /clear. This is the same as /create_handoff. Process 1. Filepath & Metadata First, determine the session name from existing handoffs: ls -td thoughts/shared/handoffs/*/ 2>/dev/null | head -1 | xargs basename This returns the most recently modified handoff folder name (e.g., open-source-release). Use this as the handoff folde...
|
291 |
| 6965 | background-agent-pings | parcadei/continuous-claude-v3 |
Background Agent Pings Trust system reminders as agent progress notifications. Don't poll. Pattern When you launch a background agent, continue working on other tasks. The system will notify you via reminders when: Agent makes progress: Agent <id> progress: X new tools used, Y new tokens Agent writes output file (check the path you specified) DO 1. Task(run_in_background=true, prompt="... Output to: .claude/cache/agents/<type>/output.md") 2. Continue with next task immediately 3. When system...
|
291 |
| 6966 | skill-upgrader | parcadei/continuous-claude-v3 |
Skill Upgrader Meta-skill that upgrades any SKILL.md to Decision Theory v5 Hybrid format using 4 parallel Ragie-backed agents. When to Use "Upgrade this skill to v5" "Formalize this skill with decision theory" "Add MDP structure to this skill" "Apply the skill-upgrader to X" Prerequisites Ragie RAG with indexed books: decision-theory partition: LaValle Planning Algorithms, Sutton & Barto RL modal-logic partition: Blackburn Modal Logic, Huth & Ryan Logic in CS Workflow Step 1: Setup Session S...
|
291 |
| 6967 | integration-testing | aj-geddes/useful-ai-prompts |
Integration Testing Overview Integration testing validates that different components, modules, or services work correctly together. Unlike unit tests that isolate single functions, integration tests verify the interactions between multiple parts of your system including databases, APIs, external services, and infrastructure. When to Use Testing API endpoints with real database connections Verifying service-to-service communication Validating data flow across multiple layers Testing repository/...
|
291 |
| 6968 | sentence-transformers | davila7/claude-code-templates |
Sentence Transformers - State-of-the-Art Embeddings Python framework for sentence and text embeddings using transformers. When to use Sentence Transformers Use when: Need high-quality embeddings for RAG Semantic similarity and search Text clustering and classification Multilingual embeddings (100+ languages) Running embeddings locally (no API) Cost-effective alternative to OpenAI embeddings Metrics: 15,700+ GitHub stars 5000+ pre-trained models 100+ languages supported Based on PyTorch/Tra...
|
291 |
| 6969 | ai-sdk-6-skills | gocallum/nextjs16-agent-skills |
Links AI SDK 6 Beta Docs: https://v6.ai-sdk.dev/docs/announcing-ai-sdk-6-beta Groq Provider: https://v6.ai-sdk.dev/providers/ai-sdk-providers/groq Vercel AI Gateway: https://v6.ai-sdk.dev/providers/ai-sdk-providers/ai-gateway AI SDK GitHub: https://github.com/vercel/ai Groq Console Models: https://console.groq.com/docs/models Installation pnpm add ai@beta @ai-sdk/openai@beta @ai-sdk/react@beta @ai-sdk/groq@beta Note: Pin versions during beta as breaking changes may occur in patch releases. Wh...
|
291 |
| 6970 | figma-use | openai/skills |
use_figma — Figma Plugin API Skill Use the use_figma tool to execute JavaScript in Figma files via the Plugin API. All detailed reference docs live in references/ . Always pass skillNames: "figma-use" when calling use_figma . This is a logging parameter used to track skill usage — it does not affect execution. If the task involves building or updating a full page, screen, or multi-section layout in Figma from code , also load figma-generate-design . It provides the workflow for discovering desig...
|
291 |
| 6971 | treatment-plans | davila7/claude-code-templates |
Treatment Plan Writing Overview Treatment plan writing is the systematic documentation of clinical care strategies designed to address patient health conditions through evidence-based interventions, measurable goals, and structured follow-up. This skill provides comprehensive LaTeX templates and validation tools for creating concise, focused treatment plans (3-4 pages standard) across all medical specialties with full regulatory compliance. Critical Principles: CONCISE & ACTIONABLE: Treatment...
|
291 |
| 6972 | youmind-wechat-article | youmind-openlab/skills |
AI WeChat Article Writer — From Topic to Draft Box in One Prompt Write professional WeChat Official Account articles with AI that doesn't sound like AI. Trending topic mining → deep research via YouMind knowledge base → structured writing with de-AI protocol → beautiful theme formatting → cover image generation → one-click publish to WeChat draft box. No manual formatting, no copy-paste. Get API Key → · More Skills → Onboarding ⚠️ MANDATORY: When the user has just installed this skill, present t...
|
291 |
| 6973 | graalvm-native-image | giuseppe-trisciuoglio/developer-kit |
GraalVM Native Image for Java Applications Expert skill for building high-performance native executables from Java applications using GraalVM Native Image, dramatically reducing startup time and memory consumption. Overview GraalVM Native Image compiles Java applications ahead-of-time (AOT) into standalone native executables. These executables start in milliseconds, require significantly less memory than JVM-based deployments, and are ideal for serverless functions, CLI tools, and microservices ...
|
291 |
| 6974 | cookbook-audit | anthropics/claude-cookbooks |
Cookbook Audit Instructions Review the requested Cookbook notebook using the guidelines and rubrics in style_guide.md. Provide a score based on scoring guidelines and recommendations on improving the cookbook. The style guide provides detailed templates and examples for: Problem-focused introductions with Terminal Learning Objectives (TLOs) and Enabling Learning Objectives (ELOs) Prerequisites and setup patterns Core content structure Conclusions that map back to learning objectives IMPORTAN...
|
290 |
| 6975 | alicloud-storage-oss-ossutil-test | cinience/alicloud-skills |
Category: test OSSUTIL 2.0 Minimal Viable Test Goals 验证 AK/Region 配置正确。 验证 OSS 访问(列桶、上传、下载)。 Prerequisites 已配置 AK(推荐环境变量或 ~/.alibabacloud/credentials )。 已准备一个可读写的 OSS Bucket。 Test Steps (Minimal) 查看配置 ossutil config get region 列出 Bucket ossutil ls 选择一个 bucket,按该 bucket 地域列对象(显式 region + endpoint) 示例(按实际 bucket 地域替换) ossutil ls oss:// < bucket > -r --short-format --region cn-shanghai -e https://oss-cn-shanghai.aliyuncs.com --limited-num 20 上传小文件 echo "ossutil-test" > /tmp/ossutil-test.txt ossuti...
|
290 |
| 6976 | alicloud-ai-entry-modelstudio-matrix-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/entry/alicloud-ai-entry-modelstudio-test Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, respons...
|
290 |
| 6977 | remember | parcadei/continuous-claude-v3 |
Memory Keeper You are an expert prompt engineer and keeper of domain-organized Memory Instructions that persist across VS Code contexts. You maintain a self-organizing knowledge base that automatically categorizes learnings by domain and creates new memory files as needed. Scopes Memory instructions can be stored in two scopes: Global ( global or user ) - Stored in <global-prompts> ( vscode-userdata:/User/prompts/ ) and apply to all VS Code projects Workspace ( workspace or ws ) - Stored in <wor...
|
290 |
| 6978 | skill-developer | parcadei/continuous-claude-v3 |
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 ...
|
290 |
| 6979 | review | parcadei/continuous-claude-v3 |
Review Playwright Tests Systematically review Playwright test files for anti-patterns, missed best practices, and coverage gaps. Input $ARGUMENTS can be: A file path: review that specific test file A directory: review all test files in the directory Empty: review all tests in the project's testDir Steps 1. Gather Context Read playwright.config.ts for project settings List all *.spec.ts / *.spec.js files in scope If reviewing a single file, also check related page objects and fixtures 2. Check Ea...
|
290 |
| 6980 | code-generation-template | aj-geddes/useful-ai-prompts |
Code Generation & Templates Overview Comprehensive guide to code generation techniques including template engines, AST manipulation, code scaffolding, and automated boilerplate generation for increased productivity and consistency. When to Use Scaffolding new projects or components Generating repetitive boilerplate code Creating CRUD operations automatically Generating API clients from OpenAPI specs Building code from templates Creating database models from schemas Generating TypeScript types ...
|
290 |
| 6981 | grafana-dashboard | aj-geddes/useful-ai-prompts |
Grafana Dashboard Overview Design and implement comprehensive Grafana dashboards with multiple visualization types, variables, and drill-down capabilities for operational monitoring. When to Use Creating monitoring dashboards Building operational insights Visualizing time-series data Creating drill-down dashboards Sharing metrics with stakeholders Instructions 1. Grafana Dashboard JSON { "dashboard": { "title": "Application Performance", "description": "Real-time application metrics"...
|
290 |
| 6982 | alicloud-compute-ecs-test | cinience/alicloud-skills |
Category: test ECS Minimal Viable Test Prerequisites 已配置 ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID 。 GoalsSkill: skills/compute/ecs/alicloud-compute-ecs/ 。 Test Steps 执行最小查询: DescribeRegions 。 在一个 region 执行 DescribeInstances ( PageSize=1 )。 记录请求参数、返回总数、是否成功。 Expected Results API 可达,返回结构正常。 无实例时返回空列表,不应报鉴权错误。
|
290 |
| 6983 | best-practices | davila7/claude-code-templates |
Best practices Modern web development standards based on Lighthouse best practices audits. Covers security, browser compatibility, and code quality patterns. Security HTTPS everywhere Enforce HTTPS: <!-- ❌ Mixed content --> <img src="http://example.com/image.jpg"> <script src="http://cdn.example.com/script.js"></script> <!-- ✅ HTTPS only --> <img src="https://example.com/image.jpg"> <script src="https://cdn.example.com/script.js"></script> <!-- ✅ Protocol-relative (will use page's protocol...
|
290 |
| 6984 | android-architecture | new-silvermoon/awesome-android-agent-skills |
Android Modern Architecture & Modularization Instructions When designing or refactoring an Android application, adhere to the Guide to App Architecture and Clean Architecture principles. 1. High-Level Layers Structure the application into three primary layers. Dependencies must strictly flow inwards (or downwards) to the core logic. UI Layer (Presentation) : Responsibility : Displaying data and handling user interactions. Components : Activities, Fragments, Composables, ViewModels. Dependencies ...
|
290 |
| 6985 | transformers | davila7/claude-code-templates |
Transformers Overview The Hugging Face Transformers library provides access to thousands of pre-trained models for tasks across NLP, computer vision, audio, and multimodal domains. Use this skill to load models, perform inference, and fine-tune on custom data. Installation Install transformers and core dependencies: uv pip install torch transformers datasets evaluate accelerate For vision tasks, add: uv pip install timm pillow For audio tasks, add: uv pip install librosa soundfile Aut...
|
290 |
| 6986 | react-state-management | sickn33/antigravity-awesome-skills |
React State Management Comprehensive guide to modern React state management patterns, from local component state to global stores and server state synchronization. When to Use This Skill Setting up global state management in a React app Choosing between Redux Toolkit, Zustand, or Jotai Managing server state with React Query or SWR Implementing optimistic updates Debugging state-related issues Migrating from legacy Redux to modern patterns Core Concepts 1. State Categories Type Description Soluti...
|
290 |
| 6987 | react-flow-architecture | existential-birds/beagle |
React Flow Architecture When to Use React Flow Good Fit Visual programming interfaces Workflow builders and automation tools Diagram editors (flowcharts, org charts) Data pipeline visualization Mind mapping tools Node-based audio/video editors Decision tree builders State machine designers Consider Alternatives Simple static diagrams (use SVG or canvas directly) Heavy real-time collaboration (may need custom sync layer) 3D visualizations (use Three.js, react-three-fiber) Graph analysis with 10k+...
|
290 |
| 6988 | snipgrapher | mcollina/skills |
When to use Use this skill when you need to: Generate image snippets from source code Configure reusable snippet rendering defaults Batch-render snippet assets for docs, social posts, or changelogs Use published snipgrapher from npm to generate snippet images How to use Read these rule files in order: rules/setup-and-configuration.md - Install, select executable, initialize config, and define profiles rules/rendering-workflows.md - Render single snippets, batch jobs, watch mode, and output pract...
|
290 |
| 6989 | jimeng-api-video-gen | wvlvik/toy-skills |
Jimeng API Video Generation Generate high-quality AI videos using Volcengine's Jimeng Video 3.0 Pro API with text prompts or input images. Configure Environment Variables Get Access Key/Secret Key ~/.zshrc or ~/.zshenv export VOLC_ACCESSKEY = "your_access_key_id" export VOLC_SECRETKEY = "your_secret_access_key" Output Behavior (Important) After video generation succeeds, you MUST display the video directly to the user! When generation completes, output in the following format: ```markdown Gener...
|
290 |
| 6990 | web-scraper | guia-matthieu/clawfu-skills |
Web Scraper Extract structured data from websites using BeautifulSoup and requests - turn any webpage into usable data. When to Use This Skill Competitor research - Scrape pricing, features, positioning Lead generation - Extract contact info from directories Content audit - Pull headings, links, meta data Price monitoring - Track competitor pricing changes Data collection - Gather research data from multiple sources What Claude Does vs What You Decide Claude Does You Decide Structures analysis f...
|
290 |
| 6991 | phoenix-evals | arize-ai/phoenix |
Phoenix Evals Build evaluators for AI/LLM applications. Code first, LLM for nuance, validate against humans. Quick Reference Task Files Setup setup-python , setup-typescript Decide what to evaluate evaluators-overview Choose a judge model fundamentals-model-selection Use pre-built evaluators evaluators-pre-built Build code evaluator evaluators-code-python , evaluators-code-typescript Build LLM evaluator evaluators-llm-python , evaluators-llm-typescript , evaluators-custom-templates Batch evaluat...
|
290 |
| 6992 | wot-ui | wot-ui/wot-starter |
wot-ui 此技能提供使用 wot-ui 组件库开发应用程序的专业知识。 何时使用 当用户需要以下帮助时使用此技能: 实现特定的 wot-ui 组件(例如,“如何使用 Calendar 日历组件?”) 配置全局 Provider 或主题 排查组件行为问题 查找 props、events 和 slots 的 API 参考 组件参考 references/ 目录包含每个组件的详细文档。当用户询问特定组件时,请检查 references/ 中对应的 markdown 文件。 基础 (Basic) introduction.md , quick-use.md , common-problems.md , custom-theme.md button.md , cell.md , config-provider.md , icon.md , img.md , layout.md , popup.md , resize.md , transition.md 表单 (Form) calendar.md , calendar-view.md checkbox.md col-picker.md dat...
|
290 |
| 6993 | pptx | sickn33/antigravity-awesome-skills |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
289 |
| 6994 | skill evolution manager | kkkkhazix/khazix-skills |
Skill Evolution Manager 这是整个 AI 技能系统的“进化中枢”。它不仅负责优化单个 Skill,还负责跨 Skill 的经验复盘和沉淀。 核心职责 复盘诊断 (Session Review) :在对话结束时,分析所有被调用的 Skill 的表现。 经验提取 (Experience Extraction) :将非结构化的用户反馈转化为结构化的 JSON 数据( evolution.json )。 智能缝合 (Smart Stitching) :将沉淀的经验自动写入 SKILL.md ,确保持久化且不被版本更新覆盖。 使用场景 Trigger : /evolve "复盘一下刚才的对话" "我觉得刚才那个工具不太好用,记录一下" "把这个经验保存到 Skill 里" 工作流 (The Evolution Workflow) 1. 经验复盘 (Review & Extract) 当用户触发复盘时,Agent 必须执行: 扫描上下文 :找出用户不满意的点(报错、风格不对、参数错误)或满意的点(特定 Prompt 效果好)。 定位 Skill :确定是哪个 Skill 需要...
|
289 |
| 6995 | alicloud-ai-translation-anytrans | cinience/alicloud-skills |
Category: service TongyiTranslate Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for TongyiTranslate. 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: ALIC...
|
289 |
| 6996 | wix-cli-site-component | wix/skills |
Wix Site Component Builder Creates production-quality React site components with editor manifests for Wix CLI applications. Site components are React components that integrate with the Wix Editor, allowing site owners to customize content, styling, and behavior through a visual interface. Non-Matching Intents Do NOT use this skill for: Dashboard admin interfaces → Use wix-cli-dashboard-page Site widgets with settings panels → Use wix-cli-site-widget Embedded scripts (HTML/JavaScript injectio...
|
289 |
| 6997 | wix-cli-site-widget | wix/skills |
Wix Site Widget Builder Creates custom element widget extensions for Wix CLI applications. Site widgets are React components converted to web components that appear in the Wix Editor, allowing site owners to add interactive, configurable widgets to their pages with a built-in settings panel. Quick Start Checklist Follow these steps in order when creating a site widget: Create widget folder: src/extensions/site/widgets/custom-elements/<widget-name>/ Create widget.tsx with React component and reac...
|
289 |
| 6998 | wix-cli-embedded-script | wix/skills |
Wix Embedded Script Builder Creates embedded script extensions for Wix CLI applications. Embedded scripts are HTML code fragments that get injected into the DOM of Wix sites, enabling integration with third-party services, analytics tracking, advertising, and custom JavaScript functionality. Quick Start Checklist Follow these steps in order when creating an embedded script: Create script folder: src/extensions/site/embedded-scripts/<script-name>/ Create embedded.html with config element, styles,...
|
289 |
| 6999 | wix-cli-dashboard-modal | wix/skills |
Overview Dashboard modals are popup dialogs triggered from dashboard pages or plugins. They consist of three files and use the Dashboard SDK for lifecycle control via openModal() and closeModal() . Quick Reference Task Method Example Create modal Create 3 files in src/extensions/dashboard/modals/<folder>/ See File Structure below Open modal dashboard.openModal() openModal({ modalId: "modal-id" }) Pass data to modal params in openModal() params: { userId: "123" } Read data in modal observeState()...
|
289 |
| 7000 | wix-cli-dashboard-page | wix/skills |
Wix Dashboard Page Builder Creates full-featured dashboard page extensions for Wix CLI applications. Dashboard pages appear in the Wix site owner's dashboard and enable site administrators to manage data, configure settings, and perform administrative tasks. Quick Start Checklist Follow these steps in order when creating a dashboard page: Create page folder: src/dashboard/pages/<page-name>/ Create page.tsx with WDS components wrapped in WixDesignSystemProvider Create extensions.ts with ex...
|
289 |