███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13651 | b2c-querying-data | salesforcecommercecloud/b2c-developer-tooling |
Querying Data in B2C Commerce Efficient data querying is critical for storefront performance and job stability. B2C Commerce provides index-backed search APIs and database query APIs—choosing the right one for each use case avoids performance problems. Product Search (Storefront) Use ProductSearchModel for all storefront product searches. It is index-backed and designed for high-traffic pages. Basic Product Search var ProductSearchModel = require ( 'dw/catalog/ProductSearchModel' ) ; var psm = n...
|
54 |
| 13652 | spec-generator | catlog22/claude-code-workflow |
Spec Generator Structured specification document generator producing a complete specification package (Product Brief, PRD, Architecture, Epics) through 6 sequential phases with multi-CLI analysis and interactive refinement. Document generation only - execution handoff to existing workflows (lite-plan, plan, req-plan). Architecture Overview Phase 0: Specification Study (Read specs/ + templates/ - mandatory prerequisite) | Phase 1: Discovery -> spec-config.json + discovery-contex...
|
54 |
| 13653 | system-health-check | terrylica/cc-skills |
System Health Check Run a comprehensive 10-subsystem health check across the TTS engine, Telegram bot, and supporting infrastructure. Produces a pass/fail report table with actionable fix recommendations. Platform : macOS (Apple Silicon) When to Use This Skill Diagnose why TTS or Telegram bot is not working Verify system readiness after bootstrap or configuration changes Routine health check before a demo or presentation Investigate intermittent failures in the TTS pipeline Check for stale locks...
|
54 |
| 13654 | shader-programming-glsl | sickn33/antigravity-awesome-skills |
Shader Programming GLSL Overview A comprehensive guide to writing GPU shaders using GLSL (OpenGL Shading Language). Learn syntax, uniforms, varying variables, and key mathematical concepts like swizzling and vector operations for visual effects. When to Use This Skill Use when creating custom visual effects in WebGL, Three.js, or game engines. Use when optimizing graphics rendering performance. Use when implementing post-processing effects (blur, bloom, color correction). Use when procedurally g...
|
54 |
| 13655 | container-apps-gpu-2025 | josiahsiegel/claude-plugin-marketplace |
Azure Container Apps GPU Support - 2025 Features Complete knowledge base for Azure Container Apps with GPU support, serverless capabilities, and Dapr integration (2025 GA features). Overview Azure Container Apps is a serverless container platform with native GPU support, Dapr integration, and scale-to-zero capabilities for cost-efficient AI/ML workloads. Key 2025 Features (Build Announcements) 1. Serverless GPU (GA) Automatic scaling: Scale GPU workloads based on demand Scale-to-zero: Pay on...
|
54 |
| 13656 | pagerduty-oncall | delexw/claude-code-misc |
PagerDuty On-Call Incident Investigator Authenticate, list escalation policies, fetch all incidents and their details, then analyse relevance across Envato on-call teams. Arguments $ARGUMENTS[0] — What to investigate (e.g. "incidents last 24h" , "on-call yesterday" , "incidents today" , "incidents 2026-03-01 to 2026-03-05" ). Defaults to "incidents today" . Interpret the time range to derive --since and --until dates (YYYY-MM-DD) in the agent's local timezone (detect via system clock), not UTC. ...
|
54 |
| 13657 | bash-pro | rmyndharis/antigravity-skills |
Use this skill when Writing or reviewing Bash scripts for automation, CI/CD, or ops Hardening shell scripts for safety and portability Do not use this skill when You need POSIX-only shell without Bash features The task requires a higher-level language for complex logic You need Windows-native scripting (PowerShell) Instructions Define script inputs, outputs, and failure modes. Apply strict mode and safe argument parsing. Implement core logic with defensive patterns. Add tests and linting with Ba...
|
54 |
| 13658 | 3d-camera-interaction | project-n-e-k-o/n.e.k.o |
3D 相机交互:拖拽与边界检测 症状 缩放后拖拽模型,鼠标移动 100px 但模型移动的屏幕距离不是 100px 放大模型后只能看到腿/身体的一部分,无法正常平移 拖动开始时模型位置"跳变" 根本原因 原因 1: 固定 panSpeed 导致移动不同步 问题: 使用固定的 panSpeed = 0.01 进行平移计算 // ❌ 错误方式 const panSpeed = 0.01; newPosition.add(right.multiplyScalar(deltaX * panSpeed)); 为什么发生: 相机距离变化时,同样的世界空间距离在屏幕上的像素表现不同。距离近时像素多,距离远时像素少。 解决方案: 根据相机距离和 FOV 动态计算像素→世界空间的映射 // ✅ 正确方式:动态计算 const cameraDistance = camera.position.distanceTo(modelCenter); const fov = camera.fov * (Math.PI / 180); const screenHeight = renderer.domEle...
|
54 |
| 13659 | elasticsearch-expert | personamanagmentlayer/pcl |
Expert guidance for Elasticsearch, search optimization, ELK stack, and distributed search systems. Core Concepts - Full-text search and inverted indexes - Document-oriented storage - RESTful API - Distributed architecture with sharding - ELK stack (Elasticsearch, Logstash, Kibana) - Aggregations and analytics Index Management ``` from elasticsearch import Elasticsearch es = Elasticsearch(['http://localhost:9200']) Create index with mapping mapping = { "mappings": { "pro...
|
54 |
| 13660 | copywriting | openstatushq/openstatus |
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing 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. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
|
54 |
| 13661 | git commit format | openshift/hypershift |
Git Commit Message Formatting Rules Apply conventional commit format for all git commits in the HyperShift project. Commit Message Format <type>(<scope>): <description> [optional body] [footers] Commit Types feat : New features fix : Bug fixes docs : Documentation changes style : Code style changes (formatting, etc.) refactor : Code refactoring (no functional changes) test : Adding/updating tests chore : Maintenance tasks build : Build system or dependency changes ci : CI/CD changes perf : Perfo...
|
54 |
| 13662 | wiki-onboarding | sickn33/antigravity-awesome-skills |
Wiki Onboarding Guide Generator Generate two complementary onboarding documents that together give any engineer — from newcomer to principal — a complete understanding of a codebase. When to Activate User asks for onboarding docs or getting-started guides User runs /deep-wiki:onboard command User wants to help new team members understand a codebase Language Detection Scan the repository for build files to determine the primary language for code examples: package.json / tsconfig.json → TypeScript...
|
54 |
| 13663 | b2c-ordering | salesforcecommercecloud/b2c-developer-tooling |
B2C Ordering The OrderMgr API provides order creation, status management, and querying. Understanding the order lifecycle is essential for checkout implementation and order processing. Order Lifecycle Orders progress through these statuses: Basket → CREATED → NEW → (COMPLETED or CANCELLED or FAILED) Status Description Can Transition To CREATED Order created, not yet placed NEW , FAILED NEW Order placed, awaiting fulfillment OPEN , COMPLETED , CANCELLED , FAILED OPEN Order in processing COMPLETED...
|
54 |
| 13664 | conventional-commits | sgcarstrends/sgcarstrends |
Conventional Commits Write standardized, semantic commit messages that enable automated versioning and changelog generation. Core Workflow Analyze changes : Review staged files and modifications Determine type : Select appropriate commit type (feat, fix, etc.) Identify scope : Optional component/module affected Write description : Concise summary in imperative mood Add body : Optional detailed explanation Include footer : Breaking changes, issue references Commit Message Format <type>[optional s...
|
54 |
| 13665 | copywriting | openclaudia/openclaudia-skills |
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing 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. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
|
54 |
| 13666 | pyvene-interventions | orchestra-research/ai-research-skills |
pyvene: Causal Interventions for Neural Networks pyvene is Stanford NLP's library for performing causal interventions on PyTorch models. It provides a declarative, dict-based framework for activation patching, causal tracing, and interchange intervention training - making intervention experiments reproducible and shareable. GitHub: stanfordnlp/pyvene (840+ stars) Paper: pyvene: A Library for Understanding and Improving PyTorch Models via Interventions (NAACL 2024) When to Use pyvene Use pyve...
|
54 |
| 13667 | remotion-best-practices | digitalsamba/claude-code-video-toolkit |
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
|
54 |
| 13668 | team-workflow | owl-listener/designer-skills |
Team Workflow You are an expert in designing efficient design team workflows and collaboration practices. What You Do You design workflows that help design teams collaborate effectively, manage work, and deliver quality. Workflow Components Task Management How work is tracked (boards, tickets, sprints) Status definitions (backlog, in progress, in review, done) Priority levels and how they are assigned Capacity planning and workload balancing Collaboration Rituals Standup (daily/async): What are ...
|
54 |
| 13669 | fine-tuning-with-trl | orchestra-research/ai-research-skills |
TRL - Transformer Reinforcement Learning Quick start TRL provides post-training methods for aligning language models with human preferences. Installation: pip install trl transformers datasets peft accelerate Supervised Fine-Tuning (instruction tuning): from trl import SFTTrainer trainer = SFTTrainer( model="Qwen/Qwen2.5-0.5B", train_dataset=dataset, Prompt-completion pairs ) trainer.train() DPO (align with preferences): from trl import DPOTrainer, DPOConfig config = DPOConf...
|
54 |
| 13670 | whisper | orchestra-research/ai-research-skills |
Whisper - Robust Speech Recognition OpenAI's multilingual speech recognition model. When to use Whisper Use when: Speech-to-text transcription (99 languages) Podcast/video transcription Meeting notes automation Translation to English Noisy audio transcription Multilingual audio processing Metrics: 72,900+ GitHub stars 99 languages supported Trained on 680,000 hours of audio MIT License Use alternatives instead: AssemblyAI: Managed API, speaker diarization Deepgram: Real-time streaming AS...
|
54 |
| 13671 | dart-matcher-best-practices | kevmoo/dash_skills |
Dart Matcher Best Practices When to use this skill Use this skill when: Writing assertions using expect and package:matcher . Migrating legacy manual checks to cleaner matchers. Debugging confusing test failures. Core Matchers 1. Collections ( hasLength , contains , isEmpty ) hasLength(n) : Prefer expect(list, hasLength(n)) over expect(list.length, n) . Gives better error messages on failure (shows actual list content). isEmpty / isNotEmpty : Prefer expect(list, isEmpty) over expect(list.isEmpty...
|
54 |
| 13672 | altinity-expert-clickhouse-schema | altinity/skills |
Table Schema and Design Analysis Analyze table structure, partitioning, ORDER BY, materialized views, and identify design anti-patterns. Quick Audits (Run First) These queries return severity-rated findings. Run relevant ones based on symptoms. 1. Partition Health Audit with median(b) as median_partition_size_bytes, median(r) as median_partition_size_rows, count() as partition_count select format('{}.{}', database, table) as object, multiIf( partition_count > 1500...
|
54 |
| 13673 | implementing-figma-ui-tempad-dev | ecomfe/tempad-dev |
TemPad Dev: Figma to UI Implementation This skill requires TemPad Dev MCP. If tempad-dev:* tools are unavailable/inactive/unauthorized, stop and tell the user to install TemPad Dev MCP and ensure it is activated in the TemPad Dev panel in the Figma design file. TemPad Dev outputs Tailwind-like IR in either JSX or Vue. Treat MCP outputs as design facts. Never guess key styles. Evidence rules Priority order: tempad-dev:get_code (authoritative: explicit values, layout intent, warnings, assets,...
|
54 |
| 13674 | aks-automatic-2025 | josiahsiegel/claude-plugin-marketplace |
AKS Automatic - 2025 GA Features Complete knowledge base for Azure Kubernetes Service Automatic mode (GA October 2025). Overview AKS Automatic is a fully-managed Kubernetes offering that eliminates operational overhead through intelligent automation and built-in best practices. Key Features (GA October 2025) 1. Zero Operational Overhead Fully-managed control plane and worker nodes Automatic OS patching and security updates Built-in monitoring and diagnostics Integrated security and complianc...
|
54 |
| 13675 | catalog-items | groeimetai/snow-flow |
Service Catalog Development for ServiceNow The Service Catalog allows users to request services and items through a self-service portal. Catalog Components Component Purpose Example Catalog Container for categories IT Service Catalog Category Group of items Hardware, Software Item Requestable service New Laptop Request Variable Form field on item Laptop Model dropdown Variable Set Reusable variable group User Details Producer Creates records directly Report an Incident Order Guide Multi-item w...
|
54 |
| 13676 | claude-blog-sources | laurigates/claude-plugins |
The Anthropic Claude Blog ([https://www.claude.com/blog/](https://www.claude.com/blog/)) publishes official guidance on Claude Code features, usage patterns, and best practices. This skill provides structured access to blog content for staying current with Claude capabilities. Primary Blog URL Main Blog: [https://www.claude.com/blog/](https://www.claude.com/blog/) Note: May redirect to [https://website.claude.com/blog](https://website.claude.com/blog) - follow redirects automatically. Key ...
|
54 |
| 13677 | prowler-api | prowler-cloud/prowler |
When to Use Use this skill for Prowler-specific patterns: Row-Level Security (RLS) / tenant isolation RBAC permissions and role checks Provider lifecycle and validation Celery tasks with tenant context Multi-database architecture (4-database setup) For generic DRF patterns (ViewSets, Serializers, Filters, JSON:API), use django-drf skill. Critical Rules ALWAYS use rls_transaction(tenant_id) when querying outside ViewSet context ALWAYS use get_role() before checking permissions (returns FIRST role...
|
54 |
| 13678 | context-driven-development | oimiragieo/agent-studio |
Context-Driven Development Guide for implementing and maintaining context as a managed artifact alongside code, enabling consistent AI interactions and team alignment through structured project documentation. When to Use This Skill Setting up new projects with Conductor Understanding the relationship between context artifacts Maintaining consistency across AI-assisted development sessions Onboarding team members to an existing Conductor project Deciding when to update context documents Managing ...
|
54 |
| 13679 | dev | automattic/wordpress-activitypub |
Development skills Rolling Playwright dependency roll.md
|
54 |
| 13680 | tfc-run-status | laurigates/claude-plugins |
Quick status check for Terraform Cloud runs with resource change counts, timestamps, and available actions. Prerequisites ``` export TFE_TOKEN="your-api-token" User or team token export TFE_ADDRESS="app.terraform.io" Optional ``` Core Commands Complete Status Check ``` !/bin/bash set -euo pipefail TOKEN="${TFE_TOKEN:?TFE_TOKEN not set}" BASE_URL="https://${TFE_ADDRESS:-app.terraform.io}/api/v2" RUN_ID="${1:?Usage: $0 <run-id>}" curl -sf --header "Authorization: Bearer $TOK...
|
54 |
| 13681 | nsfc-schematic | huangwb8/chineseresearchlatex |
NSFC 原理图生成器 重要声明(非官方) 本技能仅用于科研写作与可视化表达优化,不代表任何官方评审口径或资助结论。 安全与隐私(硬规则) 默认将标书内容视为敏感信息:仅处理用户明确提供的文件或目录。 输出图中仅保留科研必要术语,避免写入无关个人信息。 默认不联网抓取素材;如用户要求联网补充,应先说明风险。 输入 用户至少提供其一: spec_file :结构化图规格文件(推荐,最可控) proposal_file :单个标书文件(如 main.tex 或 extraTex/*.tex ) proposal_path :标书目录(自动搜索 .tex ) 可选: rounds :优化轮次(默认见 config.yaml:evaluation.max_rounds ) renderer :渲染后端(默认 drawio ;仅当用户主动提及 Nano Banana/Gemini 图片模型时才允许使用 nano_banana ,该模式仅输出 PNG) output_dir :输出目录(可选;默认使用 config.yaml:output.dirname ,相对当前工作目录) config :配置...
|
54 |
| 13682 | feishu-im-read | larksuite/openclaw-lark |
飞书 IM 消息读取 执行前必读 该 Skill 中的所有消息读取工具均以用户身份调用,只能读取用户有权限的会话 feishu_im_user_get_messages 中 open_id 和 chat_id 必须二选一 消息中出现 thread_id 时,根据用户意图判断是否用 feishu_im_user_get_thread_messages 读取话题内回复 以用户身份读取后,如果消息内容中出现资源标记时,用 feishu_im_user_fetch_resource 下载,需要 message_id + file_key + type 快速索引:意图 → 工具 用户意图 工具 必填参数 常用可选 获取群聊/单聊历史消息 feishu_im_user_get_messages chat_id 或 open_id(二选一) relative_time, start_time/end_time, page_size, sort_rule 获取话题内回复消息 feishu_im_user_get_thread_messages thread_id(omt_xxx) page_size,...
|
54 |
| 13683 | writing-skills | oimiragieo/agent-studio |
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
|
54 |
| 13684 | feishu-urgent | m1heng/clawdbot-feishu |
Feishu Urgent Tool Single tool feishu_urgent for sending urgent (buzz) notifications to recipients for an already-sent message. Overview Urgent notifications (also called "buzz" in Feishu) send a strong push notification to specified recipients. Use this to escalate important messages that require immediate attention. Important : The message must already be sent before sending an urgent notification. You need the message_id from a previously sent message. Urgency Types Type Description Cost app ...
|
54 |
| 13685 | vendor-management | groeimetai/snow-flow |
Vendor Management Help evaluate, compare, and manage vendor relationships. Evaluation Framework Cost Analysis Total cost of ownership (not just license fees) Implementation and migration costs Training and onboarding costs Ongoing support and maintenance Exit costs (data migration, contract termination) Risk Assessment Vendor financial stability Security and compliance posture Concentration risk (single vendor dependency) Contract lock-in and exit terms Business continuity and disaster recovery ...
|
54 |
| 13686 | container-expert | oimiragieo/agent-studio |
Container Expert When reviewing or writing code, apply these guidelines: Use Docker for containerization and ensure easy deployment. Use Docker and docker compose for orchestration in both development and production environments. Avoid using the obsolete docker-compose command. istio service mesh configuration When reviewing or writing code, apply these guidelines: Offer advice on service mesh configuration Help set up traffic management, security, and observability features Assist with troubles...
|
54 |
| 13687 | axure | 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 [待完善:根据具体工具添加关键词]
|
54 |
| 13688 | playwright-testing | chongdashu/phaserjs-oakwoods |
Playwright E2E Testing Skill Load with: base.md + [framework].md For end-to-end testing of web applications with Playwright - cross-browser, fast, reliable. Sources: Playwright Best Practices | Playwright Docs | Better Stack Guide Setup Installation New project npm init playwright@latest Existing project npm install -D @playwright/test npx playwright install Configuration // playwright.config.ts import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ te...
|
54 |
| 13689 | lit-component | commontoolsinc/labs |
Lit Component Development for Common UI This skill provides guidance for developing Lit web components within the Common UI v2 component library ( packages/ui/src/v2 ). When to Use This Skill Use this skill when: Creating new ct- prefixed components in the UI package Modifying existing Common UI v2 components Implementing theme-aware components Integrating components with Cell abstractions from the runtime Building reactive components for pattern UIs Debugging component lifecycle or reactivity i...
|
54 |
| 13690 | hand-drawn-infographic-creator | erichowens/some_claude_skills |
Hand-Drawn Infographic Creator Purpose: Generate hand-drawn style diagrams and infographics for recovery education articles that combine scholarly authority with intimate accessibility—like watching an expert sketch complex ideas on a whiteboard. Visual Philosophy: Authoritative but hand-made. Educational but delightful. Scientific but warm. Core Competencies 1. Visual Style Mastery You are an expert in the anatomist's notebook aesthetic—the intersection of scientific precision and human cra...
|
54 |
| 13691 | test | automattic/wordpress-activitypub |
Run tests for the React codebase. Arguments: $ARGUMENTS: Channel, flags, and test pattern Usage Examples: /test ReactFiberHooks - Run with source channel (default) /test experimental ReactFiberHooks - Run with experimental channel /test www ReactFiberHooks - Run with www-modern channel /test www variant false ReactFiberHooks - Test VARIANT=false /test stable ReactFiberHooks - Run with stable channel /test classic ReactFiberHooks - Run with www-classic channel /test watch ReactFiberHooks - Ru...
|
54 |
| 13692 | playwright-validation | open-metadata/openmetadata |
Playwright Validation Skill This skill guides you through validating UI changes and ensuring comprehensive Playwright E2E test coverage. When to Use After completing UI feature development Before creating a PR for UI changes When reviewing UI-related branches To verify existing Playwright tests cover all scenarios Workflow Phase 1: Review Branch Changes Identify changed files vs main: git diff main --stat git diff main --name-only | grep -E "\.(tsx?|less|css|scss)$" Focus on UI component changes...
|
54 |
| 13693 | deployment-rollback | sgcarstrends/sgcarstrends |
Deployment Rollback Skill This skill helps you safely rollback failed deployments and restore previous working versions. When to Use This Skill Deployment failures Critical bugs in production Performance degradation after deployment Security vulnerabilities discovered Database migration issues Emergency recovery situations Rollback Strategy Deployment Stages Development → Staging → Production ↓ ↓ ↓ Rollback Rollback Rollback Rollback Points: Before deployment:...
|
54 |
| 13694 | cortex-query | jezweb/claude-skills |
Knowledge Cortex — Query Search, browse, and export your Knowledge Cortex flat files. When invoked Read {skill_path}/references/file-schema.md for the storage format. Commands What user says Action "cortex stats" Show knowledge base stats "cortex search QUERY" Search across all records "cortex client DOMAIN" Full dossier for a client "cortex contacts [filter]" List contacts "cortex export TYPE" Export contacts, clients, knowledge, or comms "cortex prune" Remove low-value records Usage python3 { ...
|
54 |
| 13695 | blockbench-mcp-overview | jasonjgardner/blockbench-mcp-project |
Blockbench MCP Overview Complete guide to the Blockbench MCP server for AI-assisted 3D modeling. What is Blockbench MCP? An MCP server that exposes Blockbench functionality to AI agents through: Tools : Actions that create, modify, or query the 3D model Resources : Read-only data endpoints for model information Prompts : Reusable guidance for specific workflows Tool Categories Domain Tools Purpose Animation 7 Keyframes, rigs, curves, timeline Camera 3 Screenshots, camera control Cubes 2 Cube cre...
|
54 |
| 13696 | performance-testing | proffesor-for-testing/agentic-qe |
Performance Testing Overview Performance testing measures how systems behave under various load conditions, including response times, throughput, resource utilization, and scalability. It helps identify bottlenecks, validate performance requirements, and ensure systems can handle expected loads. When to Use Validating response time requirements Measuring API throughput and latency Testing database query performance Identifying performance bottlenecks Comparing algorithm efficiency Benchmarking...
|
54 |
| 13697 | flow-designer | groeimetai/snow-flow |
Flow Designer is the modern automation engine in ServiceNow, replacing legacy Workflows for new development. Flow Designer Components | Flow | Main automation process | No | Subflow | Reusable flow logic | Yes | Action | Single operation (Script, REST, etc.) | Yes | Spoke | Collection of related actions | Yes Flow Triggers Record-Based Triggers ``` Trigger: Created Table: incident Condition: Priority = 1 Trigger: Updated Table: incident Condition: State changes to Resolve...
|
54 |
| 13698 | consulting-design | julianobarbosa/claude-code-skills |
Design Consultation with Gemini Tools Tool Use For mcp__gemini__ask-gemini Architecture, design review, trade-offs mcp__gemini__brainstorm Generating alternatives, creative solutions ask-gemini { "prompt": "I'm designing [system]. Current approach: [desc]. Trade-offs and alternatives?", "model": "gemini-2.5-pro" } Options: changeMode: true for structured edits, sandbox: true for code execution brainstorm { "prompt": "How might we [challenge]?", "domain": "software", "methodology": "...
|
54 |
| 13699 | paper-notes | willoscar/research-units-pipeline-skills |
Produce consistent, searchable paper notes that later steps (claims, visuals, writing) can reliably synthesize. This is still NO PROSE: keep notes as bullets / short fields, not narrative paragraphs. Role cards (prompt-level guidance) - Close Reader Mission: extract what is *specific* and *checkable* (setup, method, metrics, limits). - Do: name concrete tasks/benchmarks and what the paper actually measures. - Avoid: generic summary boilerplate that could fit any paper. - Results Record...
|
54 |
| 13700 | write-rust-tests | redisearch/redisearch |
Write Rust Tests Write new Rust tests for Rust code. Arguments <path> : Path to the Rust crate or file. <path 1> <path 2> : Multiple crate/file paths. If a path doesn't include src/ , assume it to be in the src/redisearch_rs directory. E.g. numeric_range_tree becomes src/redisearch_rs/numeric_range_tree . If a path points to a directory, consider all Rust files in that directory. Guidelines The generated tests must follow the guidelines outlined in /rust-tests-guidelines . What to test Ensure th...
|
54 |