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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
22151 schema-markup openclaudia/openclaudia-skills
Schema Markup You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search. 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 imple...
50
22152 chinese-copyright-application okooo5km/skills4u
中国软件著作权申请材料生成 核心原则 所有文档直接生成 .tex 文件,用 XeLaTeX 编译为 PDF。 快速开始 环境检查与安装引导 收集著作权人信息与关键参数 分析项目结构和代码 生成四份 LaTeX 文档 + 编译脚本 生成截图清单 运行一致性校验 工作流程 第零步:环境检查 在开始生成前,主动询问用户是否已安装 XeLaTeX 环境。执行 xelatex --version 检测。 如已安装 :继续下一步。 如未安装 :告知用户需要安装 LaTeX 环境才能将 .tex 编译为 PDF,询问是否立即安装。用户同意后按以下命令执行: macOS: brew install --cask basictex && sudo tlmgr update --self && sudo tlmgr install ctex xecjk fancyhdr lastpage fancyvrb tabularx enumitem float xcolor longtable collection-fontsrecommended Linux: sudo apt install texlive-...
50
22153 claude-code-usage 0xlayerghost/solidity-agent-kit
Claude Code Best Practices Language Rule Always respond in the same language the user is using. If the user asks in Chinese, respond in Chinese. If in English, respond in English. Context Management Rules Rule Why One window = one task Mixing tasks pollutes context and degrades output quality Use /clear over /compact Clean start is more reliable than compressed context /clear after complex tasks Prevents old context from interfering with new work Copy key info to new windows Don't rely on contex...
50
22154 data-storyteller dkyazzentwatwa/chatgpt-skills
Data Storyteller Automatically transform raw data into compelling, insight-rich reports. Upload any CSV or Excel file and get back a complete analysis with visualizations, statistical summaries, and narrative explanations - all without writing code. Core Workflow 1. Load and Analyze Data from scripts . data_storyteller import DataStoryteller Initialize with your data file storyteller = DataStoryteller ( "your_data.csv" ) Or from a pandas DataFrame import pandas as pd df = pd . read_csv ( "your...
50
22155 nuqs-setup andrelandgraf/fullstackrecipes
URL State with nuqs To set up URL State with nuqs, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/nuqs-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/nuqs-setup
50
22156 database-schema-designer onewave-ai/claude-skills
Database Schema Designer Design production-ready database schemas with best practices built-in. Quick Start Just describe your data model: design a schema for an e-commerce platform with users, products, orders You'll get a complete SQL schema like: CREATE TABLE users ( id BIGINT AUTO_INCREMENT PRIMARY KEY , email VARCHAR ( 255 ) UNIQUE NOT NULL , created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ) ; CREATE TABLE orders ( id BIGINT AUTO_INCREMENT PRIMARY KEY , user_id BIGINT NOT NULL REFERENCES use...
50
22157 analyze-stock jssfy/k-skills
Analyze Stock — 一键股票综合分析 输入公司名称或股票代码,自动并行采集五个维度的数据,综合分析后输出标准报告。 When to Use 当用户请求以下操作时触发: "分析腾讯" / "分析贵州茅台" / "分析 600519" "analyze NVDA" / "analyze Tesla" "XX股票怎么样" / "XX最近为什么涨/跌" "帮我看看XX" / "XX值得买吗" Phase 0: 解析输入 根据用户输入,识别以下信息: 先确定此 SKILL.md 文件所在目录为 SKILL_DIR ,如需调用脚本,统一使用: SKILL_DIR = "<此 SKILL.md 文件所在目录的绝对路径>" 公司名称与股票代码 如果用户给了代码则直接使用 如果用户给了公司名,通过 WebSearch 查询对应代码 A股代码格式: 6位数字 (600519, 000858) 美股代码格式: 英文字母 (NVDA, AAPL, TSLA) 识别市场类型 6位纯数字 → A股 4-5位数字 或 含 .HK 后缀 → 港股 英文字母 → 美股 公司名含中文且为中国公司 → 先搜索确...
50
22158 steve aaarnv/claude-skills
Steve — wavybaby + GSD + Ralph Autonomous Execution Combines three systems: wavybaby : Self-equipping toolchain (CoVe verification, skill discovery via skills.sh, MCP server setup, project config) GSD : Structured project management ( .planning/ , roadmaps, phases, plans, discovery, verification, state tracking) Ralph : Autonomous while-true loop (circuit breakers, dual-condition exit, session persistence, rate limiting) The result: describe what you want. Steve equips itself with the best tools...
50
22159 revenue-operations dengineproblem/agents-monorepo
Revenue Operations Pipeline analysis, forecast accuracy tracking, and GTM efficiency measurement for SaaS revenue teams. Table of Contents Quick Start Tools Overview Pipeline Analyzer Forecast Accuracy Tracker GTM Efficiency Calculator Revenue Operations Workflows Weekly Pipeline Review Forecast Accuracy Review GTM Efficiency Audit Quarterly Business Review Reference Documentation Templates Quick Start Analyze pipeline health and coverage python scripts/pipeline_analyzer.py --input assets/sampl...
50
22160 java-developer yennanliu/cs_basics
Use this Skill when: - Writing new Java solutions for LeetCode problems - Implementing data structures or algorithms in Java - Converting solutions from other languages to Java - Setting up Java test cases with JUnit Instructions 1. Code Structure Follow the project's Java conventions: - Package structure: `AlgorithmJava`, `DataStructure`, `LeetCodeJava` - Use Java 8 compatibility features - Include proper imports and class declarations - Follow camelCase naming conventions For Lee...
50
22161 first-principles-decomposer hanzoskill/first-principles-decomposer
First Principles Decomposer When To Use Designing new products or features Feeling stuck on a complex problem Existing solutions seem overcomplicated Need to challenge assumptions Starting any new project or initiative The Process Phase 1: Identify Assumptions Ask: "What am I assuming to be true that might not be?" List every assumption embedded in the current approach. Phase 2: Break to Atoms For each assumption, ask: "What is the most fundamental truth here?" Keep asking "why?" until you hit b...
50
22162 gitnexus-pr-review abhigyanpatwari/gitnexus
PR Review with GitNexus When to Use "Review this PR" "What does PR 42 change?" "Is this safe to merge?" "What's the blast radius of this PR?" "Are there missing tests for this PR?" Reviewing someone else's code changes before merge Workflow 1. gh pr diff <number> → Get the raw diff 2. gitnexus_detect_changes({scope: "compare", base_ref: "main"}) → Map diff to affected flows 3. For each changed symbol: gitnexus_impact({target: "<symbol>", direction: "upstream"}...
50
22163 configure-load-tests laurigates/claude-plugins
/configure:load-tests Check and configure load and performance testing infrastructure for stress testing, benchmarking, and capacity planning. When to Use This Skill Use this skill when... Use another approach when... Setting up load testing infrastructure from scratch (k6, Artillery, Locust) Running existing load tests — use k6 run or artillery run directly Auditing current load testing coverage (smoke, stress, spike, soak) Writing unit or integration tests — use /configure:tests Adding CI/CD p...
50
22164 swiftui-ui-patterns dagba/ios-mcp
SwiftUI UI Patterns Quick start Choose a track based on your goal: Existing project Identify the feature or screen and the primary interaction model (list, detail, editor, settings, tabbed). Find a nearby example in the repo with rg "TabView\(" or similar, then read the closest SwiftUI view. Apply local conventions: prefer SwiftUI-native state, keep state local when possible, and use environment injection for shared dependencies. Choose the relevant component reference from references/componen...
50
22165 analyze-with-file catlog22/claude-code-workflow
Codex Analyze-With-File Prompt Overview Interactive collaborative analysis workflow with documented discussion process . Records understanding evolution, facilitates multi-round Q&A, and uses inline search tools for deep exploration. Core workflow : Topic → Explore → Discuss → Document → Refine → Conclude → (Optional) Quick Execute Key features : Documented discussion timeline : Captures understanding evolution across all phases Decision recording at every critical point : Mandatory recording of...
50
22166 azure-microsoft-playwright-testing-ts sickn33/antigravity-awesome-skills
Azure Playwright Workspaces SDK for TypeScript Run Playwright tests at scale with cloud-hosted browsers and integrated Azure portal reporting. Migration Notice: @azure/microsoft-playwright-testing is retired on March 8, 2026 . Use @azure/playwright instead. See migration guide . Installation Recommended: Auto-generates config npm init @azure/playwright@latest Manual installation npm install @azure/playwright --save-dev npm install @playwright/test@^1.47 --save-dev npm install @azure/identity -...
50
22167 convex-helpers-patterns fluid-tools/claude-skills
Convex Helpers Library Patterns Overview The convex-helpers library provides battle-tested patterns for common Convex development needs. This skill covers Triggers (automatic side effects), Row-Level Security, Relationship helpers, Custom Functions, Rate Limiting, and Workpool for concurrency control. Installation npm install convex-helpers @convex-dev/workpool TypeScript: NEVER Use any Type CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause bui...
50
22168 agent-browser teachingai/full-stack-skills
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
50
22169 local-descriptions brave/brave-search-skills
Local Descriptions (Search API) Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Two-step flow : This endpoint requires POI IDs from a prior web search. Call web-search with result_filter=locations to get POI IDs from locations.results[].id Pass those IDs to this endpoint to get AI-generated descriptions Quick Start (cURL) Get POI Description curl -s "https://api.search.brave.com/...
50
22170 flow-nexus-platform proffesor-for-testing/agentic-qe
Flow Nexus Platform Management Comprehensive platform management for Flow Nexus - covering authentication, sandbox execution, app deployment, credit management, and coding challenges. Table of Contents Authentication & User Management Sandbox Management App Store & Deployment Payments & Credits Challenges & Achievements Storage & Real-time System Utilities Authentication & User Management Registration & Login Register New Account mcp__flow - nexus__user_register ( { email : "user@example.com" , ...
50
22171 health-agentic-audit laurigates/claude-plugins
/health:agentic-audit Scan all plugin skills, commands, and agents for CLI output optimization opportunities. Checks for missing Agentic Optimizations tables, bare CLI commands without compact flags, and stale review dates. Standards reference: .claude/rules/agentic-optimization.md and .claude/rules/skill-quality.md . When to Use This Skill Use this skill when... Use another approach when... Auditing skills for agentic optimization compliance General plugin audit (use /health:audit ) Finding mis...
50
22172 financial-document-management qodex-ai/ai-agent-skills
Invoice Organizer This skill transforms chaotic folders of invoices, receipts, and financial documents into a clean, tax-ready filing system without manual effort. When to Use This Skill Preparing for tax season and need organized records Managing business expenses across multiple vendors Organizing receipts from a messy folder or email downloads Setting up automated invoice filing for ongoing bookkeeping Archiving financial records by year or category Reconciling expenses for reimbursement Pr...
50
22173 better-auth-emails andrelandgraf/fullstackrecipes
Better Auth Emails To set up Better Auth Emails, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/better-auth-emails If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-emails
50
22174 feature-flags-setup andrelandgraf/fullstackrecipes
Feature Flags with Flags SDK To set up Feature Flags with Flags SDK, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/feature-flags-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/feature-flags-setup
50
22175 cryptography melodic-software/claude-code-plugins
Cryptography Comprehensive guidance for implementing cryptographic operations securely, covering encryption algorithms, password hashing, TLS, and key management. When to Use This Skill Use this skill when: Choosing encryption algorithms Implementing password hashing Configuring TLS/SSL Managing cryptographic keys Implementing digital signatures Generating random values Reviewing cryptographic implementations Considering post-quantum readiness Algorithm Quick Reference Encryption Algorithms ...
50
22176 gtm-implementation aimonk2025/google-tag-manager-automation
GTM Implementation - DataLayer + GTM API Implement complete GTM tracking by adding dataLayer events to your code AND creating GTM variables, triggers, and tags via API. Core Mission Transform analytics-ready DOM elements into fully tracked events with: Code Implementation : Add dataLayer.push() calls to React/Next.js/Vue components GTM Configuration : Create variables, triggers, and tags via GTM API Workflow Phase 0: Load Business Context (if available) Check for gtm-context.md in the project ro...
50
22177 atf-testing groeimetai/snow-flow
Automated Test Framework (ATF) for ServiceNow ATF provides automated testing capabilities for ServiceNow applications, enabling regression testing and continuous integration. ATF Architecture Test Hierarchy Test Suite: Incident Management Tests ├── Test: Create Incident │ ├── Step 1: Impersonate User │ ├── Step 2: Open New Record │ ├── Step 3: Set Field Values │ ├── Step 4: Submit Form │ └── Step 5: Assert Values ├── Test: Assign Incident │ └── Steps... └── Test: Resolve Incident ...
50
22178 photo-collage-maker dkyazzentwatwa/chatgpt-skills
Create beautiful photo collages from multiple images. Features - Grid Layouts: 2x2, 3x3, custom grids - Custom Arrangements: Free-form positioning - Borders: Add spacing and frames - Backgrounds: Solid colors, gradients, images - Image Fitting: Fit, fill, stretch options - Text Labels: Add captions to images - Templates: Pre-built collage templates Quick Start ``` from collage_maker import CollageMaker collage = CollageMaker() Simple 2x2 grid collage.grid(2, 2, gap=10) collage.add...
50
22179 better-auth-profile andrelandgraf/fullstackrecipes
Better Auth Profile & Account To set up Better Auth Profile & Account, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/better-auth-profile If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-profile
50
22180 finops-overview laurigates/claude-plugins
/finops:overview Display a quick FinOps summary including org-level billing (if admin) and current repository workflow/cache statistics. Context Current repo: ! gh repo view --json nameWithOwner --jq '.nameWithOwner' Repo org/owner: ! gh repo view --json owner --jq '.owner.login' Parameters Parameter Description Default org GitHub organization name Current repo's owner Execution bash " ${SKILL_DIR} /scripts/billing-summary.sh" $ARGS Output Format === Org Billing: orgname === Minutes: 1234/2000 i...
50
22181 game-strategy-simulator onewave-ai/claude-skills
Game Strategy Simulator What-if scenario analyzer for sports. Play-calling recommendations, clock management, substitution patterns, risk/reward calculations. Instructions You are an expert sports strategist and game theory analyst. Simulate game scenarios with: what-if analysis, play-calling recommendations, clock management decisions, substitution patterns, risk/reward calculations, and probability-based outcomes. Output Format Game Strategy Simulator Output Generated: {timestamp} --- ...
50
22182 plan-video kenneth-liao/ai-launchpad-marketplace
Plan Video Overview This orchestrator sequences foundation skills to produce a complete video plan: researched titles, thumbnail concepts, hook strategies, and a content outline. It manages the user selection workflow between steps but delegates all content generation to specialized skills. Core Principle : This is a thin orchestrator. All content generation goes through foundation skills — that's where the proven patterns, formulas, and quality logic live. This skill manages workflow sequence, ...
50
22183 sound-design-film guia-matthieu/clawfu-skills
Sound Design (Murch Method) Apply Walter Murch's legendary film sound principles to marketing video, creating emotionally resonant audio that audiences feel without consciously noticing. When to Use This Skill Designing sound for brand films and documentaries Creating emotional impact in video ads Layering music, effects, and voice effectively Building immersive soundscapes for content Elevating production value through audio Understanding why certain videos "feel" professional Methodology Found...
50
22184 solana-kit-migration sendaifun/skills
This skill helps you navigate the transition between `@solana/web3.js` (v1.x) and `@solana/kit` (formerly web3.js 2.0), providing guidance on when to use each library and how to migrate between them. Overview The Solana JavaScript ecosystem has two major SDK options: | `@solana/web3.js` (1.x) | Maintenance mode | Legacy projects, Anchor-dependent apps | `@solana/kit` | Active development | New projects, performance-critical apps Key Decision: `@solana/kit` is the future, but migratio...
50
22185 domain-management sgcarstrends/sgcarstrends
Domain Management Skill This skill helps you manage domains and DNS configuration for the SG Cars Trends platform. When to Use This Skill Adding new subdomains Configuring SSL certificates Updating DNS records Debugging domain resolution issues Setting up custom domains for services Managing Cloudflare settings Troubleshooting SSL/TLS errors Domain Architecture Domain Structure sgcarstrends.com Production web app staging.sgcarstrends.com Staging web app dev.sgca...
50
22186 releasenotes exceptionless/exceptionless
Generate a changelog for all changes from the most recent release until now. Steps Find the most recent release tag using git tag --sort=-creatordate Get commits and merged PRs since that tag Look at previous releases in this repo to match their format and style Categorize changes into sections: Breaking Changes, Added, Changed, Fixed, Notes Focus on user-facing changes (features, important bug fixes, breaking changes) Include PR links and contributor attribution Output Present the changelog in ...
50
22187 workflow-test-fix-cycle catlog22/claude-code-workflow
Workflow Test-Fix Cycle End-to-end test-fix workflow pipeline: generate test sessions with progressive layers (L0-L3), AI code validation, and task generation (Phase 1), then execute iterative fix cycles with adaptive strategy engine until pass rate >= 95% (Phase 2). Architecture Overview ┌────────────────────────────────────────────────────────────────────────────┐ │ Workflow Test-Fix Cycle Orchestrator (SKILL.md) │ │ → Full pipeline: Test generation + Iterative exe...
50
22188 universal-emotion dylantarre/animation-principles
Map Disney's 12 principles to any emotional goal through systematic analysis. Emotional Goal Any emotion can be achieved through intentional application of animation principles. This framework helps translate emotional intent into specific motion parameters. Emotion Mapping Framework Step 1: Define the Emotion Identify your target on these spectrums: - Energy: Low ←→ High - Valence: Negative ←→ Positive - Arousal: Calm ←→ Excited - Dominance: Submissive ←→ Powerful Step 2: Map Prin...
50
22189 publish-substack-article sugarforever/01coder-agent-skills
Publish Substack Article Publish Markdown content to Substack post editor, converting Markdown to HTML and pasting as rich text. Saves as draft for user review before publishing. Prerequisites Browser automation MCP (either one): Chrome DevTools MCP ( mcp__chrome-devtools__* ) Playwright MCP ( mcp__playwright__* ) User logged into Substack Python 3 with markdown package ( pip install markdown ) copy_to_clipboard.py script (shared from publish-zsxq-article skill) Browser MCP Tool Mapping This ski...
50
22190 playwright-automation-expert jmr85/e2e-agent-skills
Playwright Automation Expert Senior E2E testing specialist with deep expertise in Playwright for robust, maintainable browser automation, project structure, and REST API testing. Role Definition You are a senior QA automation engineer with 8+ years of browser testing experience. You specialize in Playwright test architecture, Page Object Model, debugging flaky tests, project structure design, and REST API testing. You write reliable, fast tests that run in CI/CD. When to Use This Skill Writing E...
50
22191 python-docx vamseeachanta/workspace-hub
Python-docx Word Document Automation Skill Overview Python-docx is a Python library for creating and manipulating Microsoft Word (.docx) documents. This skill covers comprehensive patterns for document automation including: Document creation from scratch or templates Paragraph formatting with styles, fonts, and alignment Table generation with merged cells, styles, and formatting Headers and footers with page numbers and dynamic content Image insertion with sizing and positioning Style management...
50
22192 refactor:flutter snakeo/claude-debug-and-refactor-skills-plugin
You are an elite Flutter/Dart refactoring specialist with deep expertise in writing clean, maintainable, and performant Flutter applications. You have mastered Dart 3 features, modern state management patterns (Riverpod 3.0, BLoC), widget composition, and Clean Architecture principles. Core Refactoring Principles DRY (Don't Repeat Yourself) - Extract repeated widget trees into reusable components - Create utility functions for repeated computations - Use mixins for shared behavior across ...
50
22193 sla-management groeimetai/snow-flow
SLA (Service Level Agreement) Management tracks and ensures service commitments are met. SLA Components | SLA Definition | contract_sla | SLA rules and conditions | Task SLA | task_sla | SLA instance on a task | SLA Workflow | wf_workflow | SLA breach notifications | SLA Schedule | cmn_schedule | Business hours definition SLA Flow ``` Task Created ↓ SLA Definition Conditions Match ↓ Task SLA Record Created ↓ Timer Starts (based on schedule) ↓ SLA Stages: In P...
50
22194 react-three-game prnthh/react-three-game-skill
react-three-game Instructions for the agent to follow when this skill is activated. When to use generate 3D scenes, games and physics simulations in React. Agent Workflow: JSON → GLB Agents can programmatically generate 3D assets: Create a JSON prefab following the GameObject schema Load it in PrefabEditor to render the Three.js scene Export the scene to GLB format using exportGLB or exportGLBData import { useRef, useEffect } from 'react'; import { PrefabEditor, exportGLBData } from 'react...
50
22195 local-llm-router hoodini/ai-agents-skills
Local LLM Router for Air-Gapped Networks Intelligent routing of AI coding queries to local LLMs with Serena LSP integration for secure, offline-capable development environments. Prerequisites (CRITICAL) Before using this skill, ensure: Serena MCP Server installed and running (PRIMARY TOOL) At least one local LLM service running (Ollama, LM Studio, Jan, etc.) Install Serena (required) pip install serena Or via uvx uvx --from git+https://github.com/oraios/serena serena start-mcp-server Verify l...
50
22196 homeassistant-skill anotb/homeassistant-skill
Home Assistant Skill Control smart home devices via the Home Assistant REST API. Setup Set environment variables: HA_URL — Your Home Assistant URL (e.g., http://10.0.0.10:8123 ) HA_TOKEN — Long-lived access token (create in HA → Profile → Long-Lived Access Tokens) Safety Rules Always confirm with the user before performing these actions: Locks — locking or unlocking any lock Alarm panels — arming or disarming Garage doors — opening or closing ( cover.* with device_class: garage ) Security automa...
50
22197 brochure-design-generation eachlabs/skills
Brochure Design Generation Generate professional brochure designs using each::sense. This skill creates visually appealing brochure layouts for various industries and purposes, from corporate communications to travel marketing. Features Tri-Fold Brochures : Classic three-panel designs for marketing materials Bi-Fold Brochures : Simple two-panel layouts for concise messaging Corporate Brochures : Professional designs for business communications Travel/Tourism Brochures : Inspiring visuals for des...
50
22198 agentscope-java agentscope-ai/agentscope-java
When the user asks you to write AgentScope Java code, follow these instructions carefully. CRITICAL RULES - NEVER VIOLATE THESE 🚫 ABSOLUTELY FORBIDDEN: NEVER use .block() in example code - This is the 1 mistake. Only use .block() in main() methods or test code when explicitly creating a runnable example. NEVER use Thread.sleep() - Use Mono.delay() instead. NEVER use ThreadLocal - Use Reactor Context with Mono.deferContextual(). NEVER hardcode API keys - Always use System.getenv(). NEVER ignor...
50
22199 script-include-patterns groeimetai/snow-flow
Script Include Patterns for ServiceNow Script Includes are reusable server-side JavaScript libraries that can be called from any server-side script. Script Include Types Type Use Case Client Callable Standard Server-side utilities No Client Callable GlideAjax from client Yes On-Demand Lazy loading No AbstractAjaxProcessor Client-server communication Yes Standard Script Include (ES5) // Basic utility class var IncidentUtils = Class . create ( ) IncidentUtils . prototype = { initialize : function ...
50
22200 bun http server secondsky/claude-skills
Bun has a built-in high-performance HTTP server via `Bun.serve()`. Quick Start ``` const server = Bun.serve({ port: 3000, fetch(req) { return new Response("Hello World!"); }, }); console.log(`Server running at http://localhost:${server.port}`); ``` Request Handling ``` Bun.serve({ fetch(req) { const url = new URL(req.url); // Method console.log(req.method); // GET, POST, etc. // Path console.log(url.pathname); // /api/users // Query params conso...
50