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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,436
总 Skills
89.7M
总安装量
2,579
贡献者
# Skill 仓库 描述 安装量
18951 12-factor-app pproenca/dot-skills
Community Cloud-Native Applications Best Practices Comprehensive methodology for building modern software-as-a-service applications that are portable, scalable, and maintainable. Contains 51 rules across 12 categories, covering the entire application lifecycle from codebase management to production operations. When to Apply Reference these guidelines when: Designing new backend services or APIs Containerizing applications for Kubernetes or Docker Setting up CI/CD pipelines Managing configuration...
52
18952 workflow-plan catlog22/claude-code-workflow
Workflow Plan Unified planning skill combining 4-phase planning workflow, plan quality verification, and interactive replanning. Produces IMPL_PLAN.md, task JSONs, verification reports, and manages plan lifecycle through session-level artifact updates. Architecture Overview ┌──────────────────────────────────────────────────────────────────┐ │ Workflow Plan Orchestrator (SKILL.md) │ │ → Route by mode: plan | verify | replan │ │ → Pure coordin...
52
18953 paywall-upgrade-cro kimny1143/claude-code-template
Paywall and Upgrade Screen CRO You are an expert in in-app paywalls and upgrade flows. Your goal is to convert free users to paid, or upgrade users to higher tiers, at moments when they've experienced enough value to justify the commitment. 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 ...
52
18954 godot-physics-3d thedivergentai/gd-agentic-skills
3D Physics (Jolt/Native) Expert guidance for high-performance 3D physics and ragdolls. NEVER Do NEVER scale RigidBody3D — Scale collision shapes, NEVER the body itself. Non-uniform scaling breaks physics engines logic. NEVER use move_and_slide inside _process — Always use _physics_process . Frame-rate dependency kills simulation stability. NEVER simulate ragdolls 24/7 — Only enable physical bones on death or impact. Animate static meshes otherwise to save CPU. NEVER ignore Jolt — Godot Jolt plug...
52
18955 azure-ai-projects-py sickn33/antigravity-awesome-skills
Azure AI Projects Python SDK (Foundry SDK) Build AI applications on Microsoft Foundry using the azure-ai-projects SDK. Installation pip install azure-ai-projects azure-identity Environment Variables AZURE_AI_PROJECT_ENDPOINT = "https://<resource>.services.ai.azure.com/api/projects/<project>" AZURE_AI_MODEL_DEPLOYMENT_NAME = "gpt-4o-mini" Authentication import os from azure . identity import DefaultAzureCredential from azure . ai . projects import AIProjectClient credential = DefaultAzureCredenti...
52
18956 knip-deadcode pproenca/dot-skills
Community Knip Dead Code Detection Best Practices Comprehensive guide for detecting and removing dead code in JavaScript and TypeScript projects using Knip. Contains 43 rules across 8 categories, prioritized by impact to guide configuration, CI integration, and cleanup workflows. When to Apply Reference these guidelines when: Configuring Knip for a new project or monorepo Investigating false positives or false negatives Setting up CI pipelines to prevent dead code regressions Using auto-fix to c...
52
18957 negentropy-lens bencium/bencium-claude-code-design-skill
Negentropy Lens A thinking framework for evaluating decisions, systems, and architectures through two fundamental system states: entropy (decay, disorder, complexity debt) and negentropy (growth, compounding value, increasing order). For the conceptual origins of this framework, see references/origin-essay.md . Core Principle Every system exists in one of two states. Every decision either accelerates entropy or drives negentropy. There is no neutral. Inaction is entropic. The goal is not to elim...
52
18958 agentforce-2025 josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
52
18959 quantum-expert personamanagmentlayer/pcl
Expert guidance for quantum computing, quantum algorithms, Qiskit programming, and quantum information theory. Core Concepts Quantum Mechanics Basics - Qubits and superposition - Quantum entanglement - Quantum interference - Measurement and collapse - Quantum gates (Pauli, Hadamard, CNOT) - Quantum circuits Quantum Algorithms - Grover's search algorithm - Shor's factoring algorithm - Quantum Fourier Transform (QFT) - Variational Quantum Eigensolver (VQE) - Quantum Approximate Op...
52
18960 research-documentation qodex-ai/ai-agent-skills
Content Research Writer This skill acts as your writing partner, helping you research, outline, draft, and refine content while maintaining your unique voice and style. When to Use This Skill Writing blog posts, articles, or newsletters Creating educational content or tutorials Drafting thought leadership pieces Researching and writing case studies Producing technical documentation with sources Writing with proper citations and references Improving hooks and introductions Getting section-by-se...
52
18961 image-filter-lab dkyazzentwatwa/chatgpt-skills
Image Filter Lab Apply professional filters and effects to images. Features Color Filters: Sepia, B&W, color tint, saturation Blur Effects: Gaussian, motion, radial blur Artistic Filters: Vintage, film grain, vignette Enhancements: Sharpen, contrast, brightness Custom Presets: Save and apply filter combinations Batch Processing: Apply filters to multiple images Quick Start from image_filter import ImageFilterLab lab = ImageFilterLab() lab.load("photo.jpg") Apply vintage filter lab.vintage()...
52
18962 workspace-builder groeimetai/snow-flow
App Engine Studio & Workspace Builder for ServiceNow App Engine Studio (AES) enables low-code application development with custom workspaces. AES Architecture Application (sys_scope) ├── Tables & Forms ├── Workflows ├── Workspaces (sys_aw_workspace) │ ├── Lists │ ├── Forms │ └── Dashboards └── Portals Key Tables Table Purpose sys_scope Application scope sys_app Application record sys_aw_workspace Workspace definition sys_ux_page UI Builder pages sys_ux_macroponent Custom components Applica...
52
18963 spec-init oimiragieo/agent-studio
spec-init 概览 spec-init 用于在本仓库里创建一个新的需求级 Spec Pack:自动递增三位编号、创建并切换到 {num}-{short-name} 分支、生成 .aisdlc/specs/{num}-{short-name}/ 目录结构,并把原始需求写入 requirements/raw.md (UTF-8 with BOM)。 约束:即使仓库包含 .gitmodules , spec-init 也只初始化 根项目 的 Spec 分支与 Spec Pack;子仓分支不在本阶段批量创建。 何时使用 / 不使用 使用时机 用户要开始一个"新需求"的 Spec(还没有 {num}-{short-name} 分支与 .aisdlc/specs/... 目录)。 用户只给了中文需求文本(不方便先手动建文件),担心参数编码导致乱码。 需要确保分支命名、编号来源、目录结构符合仓库约定。 不要用在 已经在一个合法的 {num}-{short-name} spec 分支上,且 .aisdlc/specs/{num}-{short-name}/ 已存在并结构完整(这时直接进入后续命令...
52
18964 azure-keyvault-secrets-ts sickn33/antigravity-awesome-skills
Azure Key Vault Secrets SDK for TypeScript Manage secrets with Azure Key Vault. Installation Secrets SDK npm install @azure/keyvault-secrets @azure/identity Environment Variables KEY_VAULT_URL = https:// < vault-name > .vault.azure.net Or AZURE_KEYVAULT_NAME = < vault-name > Authentication import { DefaultAzureCredential } from "@azure/identity" ; import { SecretClient } from "@azure/keyvault-secrets" ; const credential = new DefaultAzureCredential ( ) ; const vaultUrl = ` https:// ${ process ...
52
18965 google-analytics openclaudia/openclaudia-skills
Google Analytics Analysis Analyze website performance using Google Analytics data to provide actionable insights and improvement recommendations. Quick Start 1. Setup Authentication This Skill requires Google Analytics API credentials. Set up environment variables: export GOOGLE_ANALYTICS_PROPERTY_ID="your-property-id" export GOOGLE_APPLICATION_CREDENTIALS="/path/to/service-account-key.json" Or create a .env file in your project root: GOOGLE_ANALYTICS_PROPERTY_ID=123456789 GOOGLE_APPLICAT...
52
18966 infographic-syntax-creator antvis/infographic
Infographic Syntax Creator Overview Generate AntV Infographic syntax output from user content, following the rules in references/prompt.md . Workflow Read references/prompt.md for syntax rules, templates, and output constraints. Extract the user's key structure: title, desc, items, hierarchy, metrics; infer missing pieces if needed. Select a template that matches the structure (sequence/list/compare/hierarchy/chart). Compose the syntax using references/prompt.md as the formatting baseline. Prese...
52
18967 react-hooks teachingai/full-stack-skills
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
52
18968 codemapper zenobi-us/dotfiles
CodeMapper (`cm`) uses tree-sitter AST parsing to provide instant code analysis without databases. Get project structure, find symbols, trace call graphs, and analyze dependencies in milliseconds. Supported Languages: Python, JavaScript, TypeScript, Rust, Java, Go, C, Markdown When to Use Use CodeMapper when you need to: - ✅ Explore unfamiliar codebases (get overview, find structure) - ✅ Find symbol definitions and usages (functions, classes, methods) - ✅ Understand call graphs (who calls...
52
18969 grc-compliance groeimetai/snow-flow
GRC (Governance, Risk, Compliance) manages organizational policies, risks, and regulatory compliance. GRC Architecture ``` Policy (sn_compliance_policy) └── Policy Statements └── Controls (sn_compliance_control) └── Control Tests └── Test Results Risk (sn_risk_risk) ├── Risk Assessment └── Risk Response ``` Key Tables | `sn_compliance_policy` | Compliance policies | `sn_compliance_control` | Controls | `sn_compliance_control_test` | ...
52
18970 cloudflare-mcp-server secondsky/claude-skills
Cloudflare MCP Server Skill Build and deploy Model Context Protocol (MCP) servers on Cloudflare Workers with TypeScript. Status: Production Ready ✅ Last Updated: 2026-01-21 Latest Versions: @modelcontextprotocol/sdk@1.25.3, @cloudflare/workers-oauth-provider@0.2.2, agents@0.3.6 Recent Updates (2025): September 2025: Code Mode (agents write code vs calling tools, auto-generated TypeScript API from schema) August 2025: MCP Elicitation (interactive workflows, user input during execution), Task ...
52
18971 context-driven-testing proffesor-for-testing/agentic-qe
Context-Driven Testing <default_to_action> When making testing decisions or adapting approaches: ANALYZE context: project goals, constraints, risks, team skills QUESTION practices: "Why this? What risk does it address? What's the cost?" INVESTIGATE not just check: Does software solve the problem, or create new ones? ADAPT approach based on context, not "best practices" DOCUMENT discoveries, not pre-written plans Quick Context Analysis: Mission: "Find important problems fast enough to matter"...
52
18972 asyncio-concurrency-patterns manutej/luxor-claude-marketplace
Asyncio Concurrency Patterns A comprehensive skill for mastering Python's asyncio library and concurrent programming patterns. This skill covers event loops, coroutines, tasks, futures, synchronization primitives, async context managers, and production-ready patterns for building high-performance asynchronous applications. When to Use This Skill Use this skill when: Building I/O-bound applications that need to handle many concurrent operations Creating web servers, API clients, or websocket ...
52
18973 laravel:queues-and-horizon jpcaparas/superpowers-laravel
Run workers safely, verify execution, and test job behavior. Commands ``` Start worker sail artisan queue:work --queue=high,default --tries=3 --backoff=5 or: php artisan queue:work --queue=high,default --tries=3 --backoff=5 Horizon (if installed) sail artisan horizon or: php artisan horizon Failed jobs sail artisan queue:failed or: php artisan queue:failed sail artisan queue:retry all ...
52
18974 pptx guanyang/antigravity-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 → ...
52
18975 video-production travisjneuman/.claude
Remotion Video Production Programmable video production skill using Remotion. Generate automated videos from text instructions and produce consistent, brand-aligned videos at scale. When to use this skill Automated video generation : Generate videos from text instructions Brand video production : High-volume videos with consistent style Programmable content : Combine narration, visuals, and animation Marketing content : Product intros, onboarding, promo videos Instructions Step 1: Define the Vid...
52
18976 prowler-test-api prowler-cloud/prowler
Critical Rules ALWAYS use response.json()["data"] not response.data ALWAYS use content_type = "application/vnd.api+json" for PATCH/PUT requests ALWAYS use format="vnd.api+json" for POST requests ALWAYS test cross-tenant isolation - RLS returns 404, NOT 403 NEVER skip RLS isolation tests when adding new endpoints NEVER use realistic-looking API keys in tests (TruffleHog will flag them) ALWAYS mock BOTH .delay() AND Task.objects.get for async task tests 1. Fixture Dependency Chain create_test_user...
52
18977 test generator eddiebe147/claude-settings
Test Generator Generate comprehensive test suites that catch bugs before production. From unit tests to E2E scenarios, create tests that give you confidence to ship. Core Workflows Workflow 1: Unit Test Generation Analyze Code - Understand function inputs/outputs Happy Path - Test expected behavior Edge Cases - Test boundary conditions Error Cases - Test failure scenarios Mocking - Create mocks for dependencies Workflow 2: E2E Test Generation User Flows - Identify critical paths Test Scenarios -...
52
18978 squads sendaifun/skills
Squads Protocol Development Guide Squads Protocol is Solana's premier smart account infrastructure, securing over $10 billion in digital assets. This guide covers all three main products: Squads V4 Multisig, Smart Account Program, and Grid. Overview Squads Protocol provides: Squads V4 Multisig - Multi-signature wallet for teams with proposals, voting, time locks, spending limits, and program upgrade management Smart Account Program - Account abstraction infrastructure with session keys, passkeys...
52
18979 config-scan jwynia/agent-skills
Config Scan Security review of configuration files and infrastructure as code. Quick Start /config-scan Scan all config files /config-scan --docker Docker files only /config-scan --k8s Kubernetes manifests /config-scan --terraform Terraform files /config-scan --env Environment files What This Skill Detects Environment Files Secrets in .env files Insecure default values Missing required security variables Docker Security...
52
18980 athena boshu2/agentops
Athena — Active Knowledge Intelligence Run the Mine → Grow → Defrag cycle to keep the knowledge flywheel healthy. What This Skill Does The flywheel captures learnings reactively (via /retro , /post-mortem ). Athena closes the loop by actively mining for unextracted signal, validating existing learnings against current code, synthesizing cross-domain insights, and cleaning up stale or duplicate artifacts. When to use: Before an evolve cycle, after a burst of development, or weekly. Athena is non-...
52
18981 curl-command-generator patricio0312rev/skills
cURL Command Generator Generate ready-to-run cURL commands for quick API testing from the command line. Core Workflow Scan routes: Find all API route definitions Extract metadata: Methods, paths, params, bodies Generate commands: Create cURL commands with flags Add authentication: Bearer, Basic, API Key headers Include examples: Request bodies with sample data Output options: Markdown, shell script, or plain text Basic cURL Syntax GET request curl -X GET "http://localhost:3000/api/users" PO...
52
18982 react-composition s-hiraoku/synapse-a2a
React Composition Build flexible component APIs through composition instead of configuration. Core Principle Composition over configuration. When a component needs a new behavior, the answer is almost never "add a boolean prop." Instead, compose smaller pieces together. // BAD: Boolean prop explosion < Modal hasHeader hasFooter hasCloseButton isFullScreen isDismissable hasOverlay centerContent /> // GOOD: Compose what you need < Modal > < Modal.Header > < Modal.Title > Settings </ Modal.Title > ...
52
18983 domain-analysis tech-leads-club/agent-skills
Subdomain Identification & Bounded Context Analysis This skill analyzes codebases to identify subdomains (Core, Supporting, Generic) and suggest bounded contexts following Domain-Driven Design Strategic Design principles. When to Use Apply this skill when: Analyzing domain boundaries in any codebase Identifying Core, Supporting, and Generic subdomains Mapping bounded contexts from problem space to solution space Assessing domain cohesion and detecting coupling issues Planning domain-driven refac...
52
18984 video-to-gif dkyazzentwatwa/chatgpt-skills
Skill: Video to GIF Convert a video file into multiple GIF variants with different parameters, so the user can visually compare and pick the best one. Prerequisite : FFmpeg and uv must be installed. gifsicle is optional (enables lossy compression variants). When to Use The user wants to create a GIF from a video clip but isn't sure about the right parameters. GIF quality involves tradeoffs between: File size — smaller is better for sharing/embedding Color accuracy — fewer colors = smaller but ma...
52
18985 git-workflow netresearch/git-workflow-skill
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
52
18986 ansible-roles thebushidocollective/han
Ansible Roles Structure and reuse automation code with Ansible roles for modular, maintainable infrastructure. Role Directory Structure A well-organized Ansible role follows a standardized directory structure: roles/ └── webserver/ ├── README.md ├── defaults/ │ └── main.yml ├── files/ │ ├── nginx.conf │ └── ssl/ │ ├── cert.pem │ └── key.pem ├── handlers/ │ └── main.yml ├── meta/ │ └── main.yml ├── tasks/ │ ├── ma...
52
18987 deal-hunt tavily-ai/tavily-plugins
Deal Hunt Search for deals on any product. Returns raw Tavily search results - Claude analyzes them to find the best prices. Prerequisites Tavily API Key Required - Get your key at https://tavily.com Add to ~/.claude/settings.json: { "env": { "TAVILY_API_KEY": "tvly-your-api-key-here" } } Usage Search entire web (default - no domain filter) python scripts/deal_hunt.py "Dyson V15" Multi-query search (max 3, runs in parallel, deduplicates results) python scripts/deal_hunt.py "AirP...
52
18988 bria-ai bria-ai/bria-skill
Bria — Controllable Image Generation & Editing Generate and precisely control visual assets using Bria's commercially-safe AI models (FIBO, RMBG-2.0, GenFill, and more). Unlike black-box generators, Bria gives you fine-grained control: edit by text instruction, mask specific regions, add/replace/remove individual objects, change lighting or season independently, and chain operations in pipelines. Setup — API Key Check Before making any Bria API call, check for the API key and help the user set i...
52
18989 excel-formula-generator jeremylongshore/claude-code-plugins-plus-skills
This skill provides automated assistance for excel formula generator tasks within the Business Automation domain. When to Use This skill activates automatically when you: - Mention "excel formula generator" in your request - Ask about excel formula generator patterns or best practices - Need help with business automation skills covering workflow automation, email processing, spreadsheet operations, and business process optimization. Capabilities - Provides step-by-step guidance for exce...
52
18990 track-management oimiragieo/agent-studio
Track Management Guide for creating, managing, and completing Conductor tracks - the logical work units that organize features, bugs, and refactors through specification, planning, and implementation phases. When to Use This Skill Creating new feature, bug, or refactor tracks Writing or reviewing spec.md files Creating or updating plan.md files Managing track lifecycle from creation to completion Understanding track status markers and conventions Working with the tracks.md registry Interpretin...
52
18991 type-inference biomejs/biome
Purpose Use this skill when working with Biome's type inference system and module graph. Covers type references, resolution phases, and the architecture designed for IDE performance. Prerequisites Read crates/biome_js_type_info/CONTRIBUTING.md for architecture details Understand Biome's focus on IDE support and instant updates Familiarity with TypeScript type system concepts Key Concepts Module Graph Constraint Critical rule : No module may copy or clone data from another module, not even behind...
52
18992 canva-branded-presentation canva-sdks/canva-claude-skills
Canva Branded Presentation Creator Create professional, on-brand presentations in Canva from user-provided outlines or briefs. Workflow Get the content source If the user provides text directly, use that as the outline/brief If the user provides a Canva design link (e.g., https://www.canva.com/design/DAG.../... ), extract the design ID from the URL and use Canva:start-editing-transaction to read its contents If the user references a Canva doc by name, use Canva:search-designs to find it, then Ca...
52
18993 a11y-ally proffesor-for-testing/agentic-qe
/a11y-ally - Comprehensive Accessibility Audit <default_to_action> When this skill is invoked with a URL, Claude executes ALL steps automatically without waiting for user prompts between steps. THIS IS AN LLM-POWERED SKILL The value of this skill is Claude's intelligence , not just running automated tools: Automated Tools Do Claude (This Skill) Does Flag "button has no name" Analyze context: icon class, parent element, nearby text → generate "Add to wishlist" Flag "image missing alt" Use Vision ...
52
18994 react-email novuhq/novu
React Email Build and send HTML emails using React components - a modern, component-based approach to email development that works across all major email clients. Installation You need to scaffold a new React Email project using the create-email CLI. This will create a folder called react-email-starter with sample email templates. Using npm: npx create-email@latest Using yarn: yarn create email Using pnpm: pnpm create email Using bun: bun create email Navigate to Project Directory You must chang...
52
18995 x-user-lookup b-open-io/prompts
Get user profile information by username or ID. Setup ``` export X_BEARER_TOKEN="your-token" https://developer.x.com/en/portal/dashboard ``` Usage ``` ${CLAUDE_PLUGIN_ROOT}/scripts/lookup.sh <username> ``` Example ``` ${CLAUDE_PLUGIN_ROOT}/scripts/lookup.sh kurtwuckertjr ``` Response Fields - `id` - User ID - `name` - Display name - `username` - Handle (without @) - `description` - Bio - `public_metrics` - Followers, following, tweet count - `verified` - Verification status...
52
18996 generic-react-design-system travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
52
18997 ads-optimizer dengineproblem/agents-monorepo
Ads Optimizer Ты — таргетолог-агент, управляющий рекламой в Facebook Ads Manager через MCP tools. Бизнес-цели: Строго выдерживать общий суточный бюджет аккаунта и бюджеты по направлениям Достигать планового CPL по каждому направлению Шаг 1: Выбор аккаунта КРИТИЧНО: Всегда начинай с выбора аккаунта! Прочитай .claude/ads-agent/config/ad_accounts.md → получи список аккаунтов Выведи приветствие и список: Ads Optimizer Какой аккаунт хотите оптимизировать? | | Аккаунт | Account ID | Статус | |---|--...
52
18998 snow-flow-commands groeimetai/snow-flow
Snow-Flow provides a powerful CLI for ServiceNow development orchestration. Core Commands Starting Snow-Flow ``` Start interactive TUI snow-flow Start with specific model snow-flow --model claude-sonnet snow-flow --model claude-opus snow-flow --model gpt-4 Resume previous session snow-flow --resume snow-flow --continue ``` System Status ``` Check system status snow-flow status Real-time monitoring snow-flow monitor Version info snow-flow --version ``` SPARC Modes SPARC (Sp...
52
18999 workers-multi-lang secondsky/claude-skills
Build Cloudflare Workers using Rust, Python, or WebAssembly for performance-critical operations. Language Comparison | Startup | Fast | Fastest (WASM) | Moderate | CPU Perf | Good | Excellent | Good | Memory | Higher | Lower | Higher | Bundle Size | Smaller | Medium | Larger | Type Safety | Optional (TS) | Strict | Optional | Best For | General apps | CPU-intensive | Data/ML Quick Decision ``` Need maximum performance? → Rust/WASM Heavy computation (crypto, ima...
52
19000 gliderecord-patterns groeimetai/snow-flow
GlideRecord is the primary API for database operations in ServiceNow. Following these patterns ensures efficient and secure queries. Basic Query Patterns Get Single Record by sys_id ``` var gr = new GlideRecord('incident'); if (gr.get('sys_id_here')) { gs.info('Found: ' + gr.getValue('number')); } ``` Get Single Record by Field ``` var gr = new GlideRecord('sys_user'); if (gr.get('user_name', 'admin')) { gs.info('Found user: ' + gr.getValue('name')); } ``` Query Multiple Records ...
52