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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,426
总 Skills
160.7M
总安装量
2,740
贡献者
# Skill 仓库 描述 安装量
24001 book-reader trevors/dot-claude
Book Reader Read and query digital book formats from the command line using BM25 search. Quick Start Get book metadata uv run ~/.claude/skills/book-reader/book.py info ~/Books/mybook.pdf Show table of contents uv run ~/.claude/skills/book-reader/book.py toc ~/Books/mybook.epub Read a specific chapter uv run ~/.claude/skills/book-reader/book.py read ~/Books/mybook.pdf --chapter 3 Read a specific page uv run ~/.claude/skills/book-reader/book.py read ~/Books/mybook.pdf --page 42 Search f...
44
24002 webinar producer eddiebe147/claude-settings
Webinar Producer Plan, produce, and optimize webinars for engagement and conversion When to Use This Skill Use this skill when you need to: Enhance team collaboration Improve stakeholder engagement Facilitate clear dialogue Not recommended for: Tasks requiring technical development data analysis Quick Reference Action Command/Trigger Create webinar producer webinar production Review and optimize review webinar producer Get best practices webinar producer best practices Core Workflows Workflow 1:...
44
24003 sankey-diagram-creator dkyazzentwatwa/chatgpt-skills
Create interactive Sankey diagrams to visualize flows, transfers, and relationships between categories. Perfect for budget flows, energy transfers, user journeys, and data pipelines. Quick Start ``` from scripts.sankey_creator import SankeyCreator From dictionary sankey = SankeyCreator() sankey.from_dict({ 'source': ['A', 'A', 'B', 'B'], 'target': ['C', 'D', 'C', 'D'], 'value': [10, 20, 15, 25] }) sankey.generate().save_html("flow.html") From CSV sankey = SankeyCreator() sanke...
44
24004 playwright-automation aaaaqwq/claude-code-skills
Playwright 浏览器自动化 概述 Playwright 是一个强大的浏览器自动化工具,可以模拟真实用户操作,支持: 无头浏览器模式(后台运行) 数据采集和爬虫 表单自动填写 UI 自动化测试 截图和 PDF 生成 为什么需要 Playwright 与 browser tool 的区别 特性 browser tool Playwright 需要用户参与 ✅ 需要手动打开浏览器 ❌ 完全自动 适合定时任务 ❌ ✅ 后台运行 ❌ ✅ 调试友好 ✅ 可视化操作 ⚠️ 需要日志 无需安装 ✅ 已集成 ❌ 需要安装 使用场景 使用 Playwright : ✅ 定时监控(cron 任务) ✅ 大规模数据采集 ✅ 无人值守运行 ✅ 生产环境部署 使用 browser tool : ✅ 交互式调试 ✅ 需要人工决策的操作 ✅ 一次性任务 ✅ 绕过复杂验证码 快速开始 1. 安装 Playwright 安装 Python 包 pip install playwright 安装浏览器(Chromium) playwright install chromium 验证安装 python3 -c ...
44
24005 hosted-agents-v2-py sickn33/antigravity-awesome-skills
Azure AI Hosted Agents (Python) Build container-based hosted agents using ImageBasedHostedAgentDefinition from the Azure AI Projects SDK. Installation pip install azure-ai-projects >= 2.0 .0b3 azure-identity Minimum SDK Version: 2.0.0b3 or later required for hosted agent support. Environment Variables AZURE_AI_PROJECT_ENDPOINT = https:// < resource > .services.ai.azure.com/api/projects/ < project > Prerequisites Before creating hosted agents: Container Image - Build and push to Azure Container R...
44
24006 skill-creator panaversity/agentfactory
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
44
24007 altinity-expert-clickhouse-replication altinity/skills
Replication Health and Keeper Analysis Diagnose replication health, Keeper connectivity, replica lag, and queue issues. Quick Diagnostics 1. Replication Overview select database, table, is_readonly, is_session_expired, future_parts, parts_to_check, queue_size, inserts_in_queue, merges_in_queue, log_pointer, total_replicas, active_replicas, last_queue_update, absolute_delay, formatReadableTimeDelta(absolute_delay) as delay_human from s...
44
24008 email-html-mjml framix-team/skill-email-html-mjml
email-html-mjml — Responsive Email Developer Generate valid, cross-client MJML 4.x templates and compile them to production-ready HTML. The primary goal is compatibility: Outlook (2013–365), Gmail (web/app), Apple Mail, and major mobile clients. Every output must be compilable with --config.validationLevel=strict and survive Gmail's 102KB clip limit. Workflow Gather requirements — Infer email type, brand colors, and content from the user's message and conversation context. Ask only for what is g...
44
24009 compliance-policy-check oimiragieo/agent-studio
Compliance Policy Check Overview Evaluate a design/plan against framework policy and rule constraints before execution. Use this for regulated or high-risk changes. When to Use Before creator workflows for new artifacts Before HIGH/EPIC implementation phases During reflection when repeated policy violations are observed Iron Laws NEVER execute or modify code during compliance checks — this skill assesses policy alignment only; any implementation must happen separately after compliance is confirm...
44
24010 tikz-flowchart yzlnew/infra-skills
TikZ Flowchart Skill This skill provides a standardized template/style for establishing professional technical diagrams using LaTeX TikZ. It is designed for creating flowcharts, architecture diagrams, and process flows. Usage When asked to "create a flowchart" or "draw a diagram" in this project, use the template below as a starting point. Adjust styles (dataNode, opNode, etc.) as needed for the specific content. Style Guide Colors The template uses a Google Material-like palette: Green (g...
44
24011 iso27001-controls dengineproblem/agents-monorepo
ISO 27001 Controls Expert Expert in implementing and auditing ISO 27001 Information Security Management System controls. Control Categories Overview ISO 27001:2022 Annex A Structure Category Controls Focus Area A.5 Organizational 37 controls Policies, roles, responsibilities A.6 People 8 controls HR security, awareness A.7 Physical 14 controls Physical and environmental A.8 Technological 34 controls Technical security measures Risk-Based Approach Controls selection based on risk assessment outco...
44
24012 team-uidesign catlog22/claude-code-workflow
Team UI Design Systematic UI design pipeline: research -> design tokens -> review -> implementation. Built on team-worker agent architecture — all worker roles share a single agent definition with role-specific Phase 2-4 loaded from roles/<role>/role.md . Architecture Skill(skill="team-uidesign", args="task description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coord...
44
24013 release-manager borghei/claude-skills
Release Manager Tier: POWERFUL Category: Engineering Domain: Software Release Management & DevOps Overview The Release Manager skill provides comprehensive tools and knowledge for managing software releases end-to-end. From parsing conventional commits to generating changelogs, determining version bumps, and orchestrating release processes, this skill ensures reliable, predictable, and well-documented software releases. Core Capabilities Automated Changelog Generation from git history using conv...
44
24014 building-mcp-server-on-cloudflare cloudflare/cloudflare-docs
Building MCP Servers on Cloudflare Creates production-ready Model Context Protocol servers on Cloudflare Workers with tools, authentication, and deployment. When to Use User wants to build a remote MCP server User needs to expose tools via MCP User asks about MCP authentication or OAuth User wants to deploy MCP to Cloudflare Workers Prerequisites Cloudflare account with Workers enabled Node.js 18+ and npm/pnpm/yarn Wrangler CLI (npm install -g wrangler) Quick Start Option 1: Public Server (No ...
44
24015 express-microservices-architecture manutej/luxor-claude-marketplace
Express.js Microservices Architecture A comprehensive skill for building production-ready microservices with Express.js. Master middleware patterns, routing strategies, error handling, scalability techniques, and deployment architectures for Node.js microservices at scale. When to Use This Skill Use this skill when: Building RESTful APIs and microservices with Node.js Designing scalable distributed systems with Express.js Implementing middleware-based architecture patterns Creating API gatew...
44
24016 onboarding-cro openclaudia/openclaudia-skills
Onboarding CRO You are an expert in user onboarding and activation. Your goal is to help users reach their "aha moment" as quickly as possible and establish habits that lead to long-term retention. 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 pr...
44
24017 download-anything hacklyc/myagents_skills
Download Anything Find it. Download it. Any resource, any format. Toolkit Install all tools at once bash scripts/install-toolkit.sh Tool Install Purpose yt-dlp brew install yt-dlp Video/audio from 1800+ sites aria2c brew install aria2 Multi-thread downloads, torrents gallery-dl pip3 install gallery-dl Batch image/media, 170+ sites spotdl pip3 install spotdl Spotify playlists → local files wget brew install wget Recursive downloads, site mirroring curl pre-installed HTTP requests, API calls ffmp...
44
24018 zhy-markdown2wechat zhylq/yuan-skills
概述 这是一个用于将标准的 Markdown 文本,转换成能够直接复制粘贴给微信公众号文章编辑器的 HTML 文件的 Skill。微信公众号的 HTML 结构要求所有样式必须是内联的(Inline CSS)。 此 Skill 的核心优势是 零部署 。只要用户的环境中安装了 Node.js,即可通过执行本 Skill 自带的转换脚本极其轻量地完成转换任务,它会自动在临时目录加载所需依赖并在完成后清理,不留任何环境垃圾,无需用户预先执行 npm install 。 适用场景 当用户希望你: 把 md、markdown 格式的文件转为微信公众号文章。 根据 Markdown 生成带 CSS 样式的公众号排版 HTML。 详细执行步骤 当你收到用户的转换请求时,如果不指定主题,默认使用 resources/themes/default.css 。 请你 直接 代用户执行以下命令,调用本 Skill 自带的 scripts/convert.js 。如果你在使用工具(例如 Terminal / run_command),请直接调用即可。 执行转换脚本 使用 node 执行转换: node < 当前...
44
24019 automl-pipeline-setup dengineproblem/agents-monorepo
AutoML Pipeline Setup Expert Эксперт по проектированию и реализации автоматизированных систем машинного обучения. Архитектура пайплайна Модульные компоненты Data Ingestion → Validation → Feature Engineering → Model Training → Evaluation → Deployment Конфигурация через YAML pipeline : name : customer_churn_prediction version : "1.0" data : source : "s3://bucket/data.parquet" validation : null_threshold : 0.1 duplicate_check : true features : numerical : - age - tenure - monthly_charges categorica...
44
24020 supabase vm0-ai/vm0-skills
Supabase Core Principles 1. Supabase changes frequently — verify against current docs before implementing. Do not rely on training data for Supabase features. Function signatures, config.toml settings, and API conventions change between versions. Before implementing, look up the relevant topic using the documentation access methods below. 2. Verify your work. After implementing any fix, run a test query to confirm the change works. A fix without verification is incomplete. 3. Recover from errors...
44
24021 using-jj-workspaces edmundmiller/dotfiles
Using JJ Workspaces You're helping set up an isolated jj workspace for parallel development work without disrupting the current workspace. Core Workflow: Systematic Directory Selection + Safety Verification 1. Directory Selection (Priority Order) Check for workspace directory preferences in this order: First : Check if .workspaces/ or workspaces/ directory exists in project root Second : Review CLAUDE.md or similar project documentation for workspace preferences Third : If neither exists, ask th...
44
24022 typo3-security dirnbauer/webconsulting-skills
TYPO3 Security Hardening Compatibility: TYPO3 v13.x and v14.x (v14 preferred) All security configurations in this skill work on both v13 and v14. 1. Critical Configuration Settings config/system/settings.php (v13/v14 Compatible) <?php return [ 'BE' => [ // Disable debug in production 'debug' => false, // Session security 'lockIP' => 4, // Lock backend session to full IP 'lockIPv6' => 8, // Lock to IPv6 pre...
44
24023 obsidian-nvim julianobarbosa/claude-code-skills
A comprehensive guide for implementing and configuring obsidian.nvim - the Neovim plugin for managing Obsidian vaults. Quick Start Minimal Installation (lazy.nvim) ``` return { "obsidian-nvim/obsidian.nvim", version = "*", ft = "markdown", opts = { workspaces = { { name = "personal", path = "~/vaults/personal" }, }, }, } ``` System Requirements - Neovim: >= 0.10.0 - ripgrep: Required for completion and search (`brew install ripgrep`) - pngpaste (macOS): For ima...
44
24024 erpnext-syntax-scheduler openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Syntax: Scheduler & Background Jobs Deterministic syntax reference for Frappe scheduler events and background job processing. Quick Reference Scheduler Events (hooks.py) hooks.py scheduler_events = { "all" : [ "myapp.tasks.every_tick" ] , "hourly" : [ "myapp.tasks.hourly_task" ] , "daily" : [ "myapp.tasks.daily_task" ] , "weekly" : [ "myapp.tasks.weekly_task" ] , "monthly" : [ "myapp.tasks.monthly_task" ] , "daily_long" : [ "myapp.tasks.heavy_daily" ] , Long queue "cron" : { "0 9 * * 1...
44
24025 svg-logo-creator kbravh/skills
SVG Logo Creator Create professional, scalable SVG logos from concept briefs or descriptions. Input Requirements Before creating, gather or confirm: Text : Exact company/brand name and any tagline Logo type : Wordmark, lettermark, pictorial, abstract, combination, or emblem Visual concept : Core imagery, metaphor, or style direction Colors : Primary and secondary colors (hex values preferred) Typography direction : Modern/classic, geometric/humanist, bold/light If working from a logo-ideation co...
44
24026 project-schedule-template dengineproblem/agents-monorepo
Project Schedule Template Expert Expert in project scheduling, WBS, timeline management, and resource allocation. Work Breakdown Structure (WBS) wbs_principles : 100_percent_rule : "WBS must include 100% of project scope" mutual_exclusivity : "No overlapping work between elements" appropriate_detail : "Break down until estimable (8-80 hours)" numbering : level_1 : "1.0, 2.0 (Phases)" level_2 : "1.1, 1.2 (Deliverables)" level_3 : "1.1.1 (Work packages)" wbs_template : - id : "1.0" name : "Initiat...
44
24027 feedback-indicators dylantarre/animation-principles
Feedback Indicator Animations Apply Disney's 12 principles to action confirmation animations. Principle Application Squash & Stretch: Success checkmarks can scale with overshoot. Compress on draw, expand on complete. Anticipation: Brief gather before feedback appears. 50ms of preparation before the confirmation. Staging: Feedback appears at the action location. Button shows checkmark, field shows validation. Straight Ahead vs Pose-to-Pose: Define feedback states: neutral → processing → suc...
44
24028 reinforce-skills b-open-io/prompts
Reinforce Skills & Agents Inject compressed skill-mapping and agent-mapping directives into a project's CLAUDE.md file so skill names, agent IDs, and invocation triggers persist across the entire session without being lost to context drift. Problem LLMs lose track of skill names, agent IDs, and invocation details as conversation context grows. Skills and agents load at session start but fade from working memory mid-session, causing the agent to guess names, skip invocations, or fail to delegate ...
44
24029 pr-threads-resolve posit-dev/skills
/pr-threads-resolve Usage: /pr-threads-resolve [PR_NUMBER] Description: Bulk resolve unresolved PR review threads. Useful after manually addressing threads or after using /pr-threads-address . Note: If PR_NUMBER is omitted, the command will automatically detect and use the PR associated with the current branch. Workflow Fetch and display all unresolved PR review threads Show thread details (file, line, comment text) Ask for confirmation or allow selective resolution Resolve the confirmed threads...
44
24030 ddd-event-driven teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
44
24031 debug-loop proffesor-for-testing/agentic-qe
Debug Loop Autonomous hypothesis-driven debugging against real data. No guessing, no simulating. Arguments <symptom> — Description of the bug or unexpected behavior. If omitted, prompt the user. Phases Phase 1 — Reproduce Run the exact command that shows the bug. Capture and display the REAL output. Confirm the bug is visible. If the bug cannot be reproduced, stop and explain what was tried. Phase 2 — Hypothesize and Test (up to 5 iterations) For each iteration: State a specific hypothesis (e.g....
44
24032 unity ui toolkit dev-gom/claude-code-marketplace
Assists with Unity UI Toolkit development including UXML markup, USS styling, C VisualElement API, and modern UI patterns. What This Skill Helps With UXML Structure - Proper element hierarchy and naming conventions - Common controls: TextField, Button, Toggle, Slider, ObjectField, ListView - Layout containers: VisualElement, ScrollView, Foldout, TwoPaneSplitView - Data-driven UI with templates and bindings USS Styling - Class-based styling and selectors - Flexbox layout (flex-directi...
44
24033 linux production shell scripts zebbern/claude-code-guide
Linux Production Shell Scripts Purpose Provide production-ready shell script templates for common Linux system administration tasks including backups, monitoring, user management, log analysis, and automation. These scripts serve as building blocks for security operations and penetration testing environments. Prerequisites Required Environment Linux/Unix system (bash shell) Appropriate permissions for tasks Required utilities installed (rsync, openssl, etc.) Required Knowledge Basic bash scripti...
44
24034 websockets pluginagentmarketplace/custom-plugin-nodejs
Node.js WebSockets Skill Master real-time bidirectional communication for building chat apps, live notifications, collaborative tools, and real-time dashboards. Quick Start WebSocket server in 3 steps: Setup Server - Socket.io or ws library Handle Connections - Manage client lifecycle Emit Events - Send/receive messages Core Concepts Socket.io Server Setup const express = require('express'); const { createServer } = require('http'); const { Server } = require('socket.io'); const app = expre...
44
24035 doc-ctr vladm3105/aidoc-flow-framework
doc-ctr Purpose Create Data Contracts (CTR) - Optional Layer 9 artifact in the SDD workflow that defines API contracts, data schemas, and interface specifications using dual-file format (markdown + YAML). Layer: 9 (Optional) Upstream: BRD (Layer 1), PRD (Layer 2), EARS (Layer 3), BDD (Layer 4), ADR (Layer 5), SYS (Layer 6), REQ (Layer 7), IMPL (Layer 8) Downstream Artifacts: SPEC (Layer 10), TASKS (Layer 11), Code (Layer 12) Prerequisites Upstream Artifact Verification (CRITICAL) Before cr...
44
24036 linear-templates finesssee/linear-cli
Local Templates List local templates linear-cli tpl list Show template linear-cli tpl show bug Create local template linear-cli tpl create bug Delete local template linear-cli tpl delete bug API Templates (Linear server-side) List remote templates linear-cli tpl remote-list linear-cli tpl remote-list --output json Get remote template linear-cli tpl remote-get TEMPLATE_ID Create remote template linear-cli tpl remote-create "Bug Report" -t ENG Update remote template linear-cli tpl remote-u...
44
24037 troubleshooting-guide dengineproblem/agents-monorepo
Troubleshooting Guide Overview Create structured troubleshooting documentation that helps users and support teams quickly diagnose and resolve common issues. When to Use FAQ documentation Common error messages Debug guides Known issues lists Error code reference Performance troubleshooting Configuration issues Installation problems Troubleshooting Guide Template Troubleshooting Guide Quick Diagnosis Is the Service Working? Check our [Status Page](https://status.example.com) first. Quic...
44
24038 captions zeropointrepo/youtube-skills
Captions Extract closed captions from YouTube videos via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to you...
44
24039 dramatic-2000ms-plus dylantarre/animation-principles
Dramatic Animations (2000ms+) Beyond 2000ms, animation becomes cinema. These aren't UI transitions - they're short films embedded in your product. Reserve for moments that define your brand. Disney Principles at Dramatic Scale Full Cinematic Treatment Squash & Stretch: Fully animated character - 40%+ deformation for organic, living motion. Physics-defying when needed. Anticipation: Dramatic tension - 400-600ms build-up. The audience waits with expectation. Staging: Cinematography - establis...
44
24040 scraping knoopx/pi
Web scraping techniques using nu-shell (nu) and browser tools. Use this skill for quick data extraction from websites, HTML parsing, API interactions, and dynamic content scraping. Prerequisites - nu-shell installed (`nu`) - `query web` plugin installed (for HTML scraping): `nu -c "plugin add query web"` - Browser extension enabled (for dynamic content): Enable the `browser` extension in your agent configuration Common Tasks Fetching Web Pages Use `http get` to retrieve HTML content: ...
44
24041 pm-agent first-fluke/oh-my-ag
PM Agent - Product Manager When to use Breaking down complex feature requests into tasks Determining technical feasibility and architecture Prioritizing work and planning sprints Defining API contracts and data models When NOT to use Implementing actual code -> delegate to specialized agents Performing code reviews -> use QA Agent Core Rules API-first design: define contracts before implementation tasks Every task has: agent, title, acceptance criteria, priority, dependencies Minimize dependenci...
44
24042 icons-badges dylantarre/animation-principles
Apply Disney's 12 principles to small UI elements for personality and meaningful feedback. Principles Applied to Icons 1. Squash & Stretch Heart icons can squash/stretch on "like" tap. Notification badges can bounce with squash on arrival. Adds life to small elements. 2. Anticipation Before icon action, brief scale down (0.9) for 50ms. Bell can tilt back before ringing forward. Prepares for action. 3. Staging Active/important icons should be visually prominent: color, size, or animati...
44
24043 erpnext-impl-hooks openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Hooks - Implementation This skill helps you determine HOW to implement hooks.py configurations. For exact syntax, see erpnext-syntax-hooks . Version : v14/v15/v16 compatible (with V16-specific features noted) Main Decision: What Are You Trying to Do? ┌─────────────────────────────────────────────────────────────────────────┐ │ WHAT DO YOU WANT TO ACHIEVE? │ ├─────────────────────────────────────────────────────────────────────────┤ │ ...
44
24044 gsap noklip-io/agent-skills
GSAP Core Tween Methods gsap.to(targets, vars) — animate from current state to vars . Most common. gsap.from(targets, vars) — animate from vars to current state (entrances). gsap.fromTo(targets, fromVars, toVars) — explicit start and end. gsap.set(targets, vars) — apply immediately (duration 0). Always use camelCase property names (e.g. backgroundColor , rotationX ). Common vars duration — seconds (default 0.5). delay — seconds before start. ease — "power1.out" (default), "power3.inOut" , "back....
44
24045 prometheus-api julianobarbosa/claude-code-skills
Query Prometheus monitoring systems via HTTP API at `/api/v1`. Quick Reference Instant Query ``` curl 'http://<prometheus>:9090/api/v1/query?query=<promql>&time=<timestamp>' ``` Range Query ``` curl 'http://<prometheus>:9090/api/v1/query_range?query=<promql>&start=<ts>&end=<ts>&step=<duration>' ``` Response Format All responses return JSON: ``` { "status": "success" | "error", "data": <result>, "errorType": "<string>", "error": "<string>", "warnings": ["<string>"] } ``` ...
44
24046 cordova-to-capacitor cap-go/capgo-skills
Cordova to Capacitor Migration Step-by-step guide for migrating from Apache Cordova/PhoneGap to Capacitor. When to Use This Skill Migrating an existing Cordova app to Capacitor Converting PhoneGap projects to Capacitor Understanding Cordova vs Capacitor differences Finding Capacitor equivalents for Cordova plugins Modernizing hybrid mobile apps Why Migrate from Cordova? Aspect Cordova Capacitor Native IDE Builds via CLI First-class Xcode/Android Studio Plugin Management Separate ecosystem npm pa...
44
24047 validating-json-data zaggino/z-schema
Validating JSON Data with z-schema z-schema validates JSON data against JSON Schema (draft-04, draft-06, draft-07, draft-2019-09, draft-2020-12). Default draft: draft-2020-12 . Quick start import ZSchema from 'z-schema' ; const validator = ZSchema . create ( ) ; const schema = { type : 'object' , properties : { name : { type : 'string' } , age : { type : 'integer' , minimum : 0 } , } , required : [ 'name' ] , } ; // Throws on invalid data validator . validate ( { name : 'Alice' , age : 30 } , sc...
44
24048 deno-guidance denoland/skills
Deno Development Guidance Overview This skill provides foundational knowledge for building modern Deno applications. Deno is a secure JavaScript/TypeScript runtime that runs TypeScript directly, has built-in tools (formatter, linter, test runner), and uses modern package management through JSR. When to Use This Skill Starting a new Deno project Adding dependencies to a project Configuring deno.json settings Running Deno CLI commands (fmt, lint, test) Setting up import maps Understanding Deno's p...
44
24049 godot-platform-console thedivergentai/gd-agentic-skills
Platform: Console Controller-first design, certification compliance, and locked frame rates define console development. Available Scripts console_compliance_handler.gd Expert console certification helpers (focus loss handling, save indicators). NEVER Do in Console Development NEVER show mouse cursor — Mouse on console = certification fail. Controllers only. Hide cursor with Input.set_mouse_mode(Input.MOUSE_MODE_HIDDEN) . NEVER skip pause on focus loss — User presses Home button without pause = T...
44
24050 hccl-test ascend-ai-coding/awesome-ascend-skills
HCCL Performance Test HCCL性能测试工具用于测试HCCL(Huawei Collective Communication Library)集合通信的功能正确性以及性能。 Overview 适用场景 :分布式训练场景下的集合通信性能测试 源码位置 : ${INSTALL_DIR}/tools/hccl_test 支持版本 :CANN 8.3.RC1, CANN 8.5, CANN 25.RC 支持的产品型号 产品系列 最大 Rank 数 备注 Atlas 训练系列产品 4096 - Atlas A2 训练系列产品 32K - Atlas A3 训练系列产品/Atlas A3 推理系列产品 32K AlltoAll/AlltoAllV 最大 8K Atlas 300I Duo 推理卡 - - 核心算子(推荐测试) 分布式训练场景最常用: 算子 可执行文件 通信模式 适用场景 推荐度 AllReduce all_reduce_test 多对多 梯度聚合、参数同步 ⭐⭐⭐ 必测 AllGather all_gather_test 多对多 数据聚合、参数收集 ⭐⭐⭐ 必测...
44