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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,546
总 Skills
37.2M
总安装量
2,452
贡献者
# Skill 仓库 描述 安装量
9751 playwright-core testdino-hq/playwright-skill
Playwright Core Testing Opinionated, production-tested Playwright guidance — every pattern includes when (and when not ) to use it. 46 reference guides covering the full Playwright testing surface: selectors, assertions, fixtures, network mocking, auth, visual regression, accessibility, API testing, debugging, and more — with TypeScript and JavaScript examples throughout. Golden Rules getByRole() over CSS/XPath — resilient to markup changes, mirrors how users see the page Never page.waitForTimeo...
208
9752 meta-prompt mindrally/skills
Meta-Prompt A collection of meta-prompting techniques for evaluating and analyzing AI responses and solution paths. Response Quality Evaluator A framework for critiquing and reflecting on the quality of responses, providing a score and indicating whether the response has fully solved the question or task. Evaluation Fields Reflections: The critique and reflections on the sufficiency, superfluency, and general quality of the response. Score: Score from 0-10 on the quality of the candidate r...
208
9753 clickhouse-io sickn33/antigravity-awesome-skills
ClickHouse Analytics Patterns ClickHouse-specific patterns for high-performance analytics and data engineering. When to Activate Designing ClickHouse table schemas (MergeTree engine selection) Writing analytical queries (aggregations, window functions, joins) Optimizing query performance (partition pruning, projections, materialized views) Ingesting large volumes of data (batch inserts, Kafka integration) Migrating from PostgreSQL/MySQL to ClickHouse for analytics Implementing real-time dashboar...
207
9754 testing-library jezweb/claude-skills
React Testing Library Status : Production Ready Last Updated : 2026-02-06 Version : 16.x User Event : 14.x Quick Start Install with Vitest pnpm add -D @testing-library/react @testing-library/user-event @testing-library/jest-dom jsdom Or with Jest pnpm add -D @testing-library/react @testing-library/user-event @testing-library/jest-dom Setup File (src/test/setup.ts) import '@testing-library/jest-dom/vitest' ; import { cleanup } from '@testing-library/react' ; import { afterEach } from 'vitest' ;...
207
9755 senior-data-scientist alirezarezvani/claude-skills
Senior Data Scientist World-class senior data scientist skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/experiment_designer.py --input data/ --output results/ Core Tool 2 python scripts/feature_engineering_pipeline.py --target project/ --analyze Core Tool 3 python scripts/model_evaluation_suite.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architec...
207
9756 memory-recall volcengine/openviking
You are a memory retrieval sub-agent for OpenViking memory. Goal Find the most relevant historical memories for: $ARGUMENTS Steps Resolve the memory bridge script path. PROJECT_DIR = " ${CLAUDE_PROJECT_DIR :- $PWD} " STATE_FILE = " $PROJECT_DIR /.openviking/memory/session_state.json" BRIDGE = " ${CLAUDE_PLUGIN_ROOT :- } /scripts/ov_memory.py" if [ ! -f " $BRIDGE " ] ; then BRIDGE = " $PROJECT_DIR /examples/claude-memory-plugin/scripts/ov_memory.py" fi Run memory recall search. python3 " $BRIDGE ...
207
9757 dependency-audit bobmatnyc/claude-mpm-skills
Dependency Audit Skill Summary Systematic workflow for auditing, updating, and cleaning up project dependencies. Covers security vulnerability scanning, outdated package detection, unused dependency removal, and migration from deprecated libraries. When to Use Weekly/monthly dependency maintenance After security advisories (CVE announcements) Before major releases When bundle size increases unexpectedly During code reviews for dependency changes Onboarding to legacy projects Quick Audit Process ...
207
9758 xlsx rysweet/amplihack
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
207
9759 sqlmap database penetration testing davila7/claude-code-templates
SQLMap Database Penetration Testing Purpose Provide systematic methodologies for automated SQL injection detection and exploitation using SQLMap. This skill covers database enumeration, table and column discovery, data extraction, multiple target specification methods, and advanced exploitation techniques for MySQL, PostgreSQL, MSSQL, Oracle, and other database management systems. Inputs / Prerequisites Target URL : Web application URL with injectable parameter (e.g., ?id=1 ) SQLMap Installation...
207
9760 omero-integration davila7/claude-code-templates
OMERO Integration Overview OMERO is an open-source platform for managing, visualizing, and analyzing microscopy images and metadata. Access images via Python API, retrieve datasets, analyze pixels, manage ROIs and annotations, for high-content screening and microscopy workflows. When to Use This Skill This skill should be used when: Working with OMERO Python API (omero-py) to access microscopy data Retrieving images, datasets, projects, or screening data programmatically Analyzing pixel data...
207
9761 obsidian-clipper-template-creator davila7/claude-code-templates
Obsidian Web Clipper Template Creator This skill helps you create importable JSON templates for the Obsidian Web Clipper. Workflow Identify User Intent: specific site (YouTube), specific type (Recipe), or general clipping? Check Existing Bases: The user likely has a "Base" schema defined in Templates/Bases/. Action: Read Templates/Bases/*.base to find a matching category (e.g., Recipes.base). Action: Use the properties defined in the Base to structure the Clipper template properties. See refer...
207
9762 algolia-search davila7/claude-code-templates
Algolia Search Integration Patterns React InstantSearch with Hooks Modern React InstantSearch setup using hooks for type-ahead search. Uses react-instantsearch-hooks-web package with algoliasearch client. Widgets are components that can be customized with classnames. Key hooks: useSearchBox: Search input handling useHits: Access search results useRefinementList: Facet filtering usePagination: Result pagination useInstantSearch: Full state access Next.js Server-Side Rendering SSR integration...
207
9763 expert-driven gocallum/nextjs16-agent-skills
No SKILL.md available for this skill. View on GitHub
207
9764 and token-efficient refinement gocallum/nextjs16-agent-skills
No SKILL.md available for this skill. View on GitHub
207
9765 prd mastery: context-aware gocallum/nextjs16-agent-skills
207
9766 nextjs-advanced-routing wsimmonds/claude-nextjs-skills
Next.js Advanced Routing Overview Provide comprehensive guidance for advanced Next.js App Router features including Route Handlers (API routes), Parallel Routes, Intercepting Routes, Server Actions, error handling, draft mode, and streaming with Suspense. TypeScript: NEVER Use any Type CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause build failures. ❌ WRONG: function handleSubmit(e: any) { ... } const data: any[] = []; ✅ CORRECT: function ...
207
9767 observability-monitoring-slo-implement sickn33/antigravity-awesome-skills
SLO Implementation Guide You are an SLO (Service Level Objective) expert specializing in implementing reliability standards and error budget-based engineering practices. Design comprehensive SLO frameworks, establish meaningful SLIs, and create monitoring systems that balance reliability with feature velocity. Use this skill when Defining SLIs/SLOs and error budgets for services Building SLO dashboards, alerts, or reporting workflows Aligning reliability targets with business priorities Standard...
207
9768 setup-solidity-contracts openzeppelin/openzeppelin-skills
Solidity Setup For existing projects, detect the framework by looking for hardhat.config.* (Hardhat) or foundry.toml (Foundry). For new projects, ask the user which framework they prefer. Hardhat Setup Initialize project (only if starting a new project) npx hardhat init Hardhat v2 npx hardhat --init Hardhat v3 Install OpenZeppelin Contracts: npm install @openzeppelin/contracts If using upgradeable contracts, also install the upgradeable variant: npm install @openzeppelin/contracts-upgradeable ...
207
9769 ffmpeg-patterns mindmorass/reflex
FFmpeg Patterns Best practices for video and audio processing with FFmpeg. Basic Operations Transcode Video Convert to MP4 (H.264 + AAC) ffmpeg -i input.mov -c:v libx264 -preset medium -crf 23 \ -c:a aac -b:a 128k output.mp4 Convert to WebM (VP9 + Opus) ffmpeg -i input.mp4 -c:v libvpx-vp9 -crf 30 -b:v 0 \ -c:a libopus -b:a 128k output.webm Convert to HLS for streaming ffmpeg -i input.mp4 -codec: copy -start_number 0 \ -hls_time 10 -hls_list_size 0 -f hls output.m3u8 ...
207
9770 brand-copywriter ognjengt/founder-skills
Brand Copywriter Purpose Generate professional marketing copy in two versions: one using the optimal framework for the platform/use case, and one using an AI-selected alternative framework for comparison. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "brand-copywriter loaded, proceed with what you need copy for (e.g., Facebook ad, landing page, TikTok video, LinkedIn post, email sequence, etc.)" Then wait for the user to...
207
9771 tooluniverse-protein-structure-retrieval mims-harvard/tooluniverse
Protein Structure Data Retrieval Retrieve protein structures with proper disambiguation, quality assessment, and comprehensive metadata. IMPORTANT : Always use English terms in tool calls (protein names, organism names), even if the user writes in another language. Only try original-language terms as a fallback if English returns no results. Respond in the user's language. Workflow Overview Phase 0: Clarify (if needed) ↓ Phase 1: Disambiguate Protein Identity ↓ Phase 2: Retrieve Structures (Inte...
207
9772 claude code guide sickn33/antigravity-awesome-skills
Claude Code Guide Purpose To provide a comprehensive reference for configuring and using Claude Code (the agentic coding tool) to its full potential. This skill synthesizes best practices, configuration templates, and advanced usage patterns. Configuration ( CLAUDE.md ) When starting a new project, create a CLAUDE.md file in the root directory to guide the agent. Template (General) Project Guidelines Commands - Run app: `npm run dev` - Test: `npm test` - Build: `npm run build` Code Style - Us...
206
9773 agent-fetch teng-lin/agent-fetch
agent-fetch Skill A better web fetch for text content. Your built-in web fetch summarizes or truncates pages. agent-fetch extracts the complete article — every paragraph, heading, and link — using 7 extraction strategies and browser impersonation. No server required, runs as a local CLI tool. When to Use This Skill Use agent-fetch whenever you need to read a URL. It returns full article text with structure preserved — better than your built-in web fetch for any task involving page content. User ...
206
9774 axiom-swiftui-debugging charleswiltgen/axiom
SwiftUI Debugging Overview SwiftUI debugging falls into three categories, each with a different diagnostic approach: View Not Updating – You changed something but the view didn't redraw. Decision tree to identify whether it's struct mutation, lost binding identity, accidental view recreation, or missing observer pattern. Preview Crashes – Your preview won't compile or crashes immediately. Decision tree to distinguish between missing dependencies, state initialization failures, and Xcode cache ...
206
9775 golang-database-patterns bobmatnyc/claude-mpm-skills
Go Database Patterns Overview Go's database ecosystem provides multiple layers of abstraction for SQL database integration. From the standard library's database/sql to enhanced libraries like sqlx and PostgreSQL-optimized pgx, developers can choose the right tool for their performance and ergonomics needs. Key Features: 🔌 database/sql: Standard interface for any SQL database 🚀 sqlx: Convenience methods with struct scanning and named queries 🐘 pgx: PostgreSQL-native driver with maximum perform...
206
9776 trading212-api trading212-labs/agent-skills
Trading 212 API Note: The Trading 212 API is currently in beta and under active development. Some endpoints or behaviors may change. Quick Reference Environments Environment Base URL Purpose Demo https://demo.trading212.com/api/v0 Paper trading - test without real funds Live https://live.trading212.com/api/v0 Real money trading Order Quantity Convention Positive quantity = BUY (e.g., 10 buys 10 shares) Negative quantity = SELL (e.g., -10 sells 10 shares) Account Types Only Invest and Stocks ISA ...
206
9777 phoenix-liveview bobmatnyc/claude-mpm-skills
Phoenix + LiveView (Elixir/BEAM) Phoenix builds on Elixir and the BEAM VM to deliver fault-tolerant, real-time web applications with minimal JavaScript. LiveView keeps UI state on the server while streaming HTML diffs over WebSockets. The BEAM provides lightweight processes, supervision trees, hot code upgrades, and soft-realtime scheduling. Key ideas OTP supervision keeps web, data, and background processes isolated and restartable. Contexts encode domain boundaries (e.g., Accounts, Billing)...
206
9778 web-design-guidelines calcom/cal.com
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
206
9779 react-flow framara/react-flow-skill
React Flow (@xyflow/react) is a library for building node-based graphs, workflow editors, and interactive diagrams. It provides a highly customizable framework for creating visual programming interfaces, process flows, and network visualizations. Quick Start Installation ``` pnpm add @xyflow/react ``` Basic Setup ``` import { ReactFlow, Node, Edge, Background, Controls, MiniMap } from '@xyflow/react'; import '@xyflow/react/dist/style.css'; const initialNodes: Node[] = [ { id: '1'...
206
9780 tooluniverse-chemical-compound-retrieval mims-harvard/tooluniverse
Chemical Compound Information Retrieval Retrieve comprehensive chemical compound data with proper disambiguation and cross-database validation. IMPORTANT : Always use English compound names and search terms in tool calls, even if the user writes in another language (e.g., translate "阿司匹林" to "aspirin"). Only try original-language terms as a fallback if English returns no results. Respond in the user's language. Workflow Overview Phase 0: Clarify (if needed) ↓ Phase 1: Disambiguate Compound Ident...
206
9781 imessage letta-ai/skills
Send and read iMessages/SMS using the `imsg` CLI tool on macOS. Setup 1. Build the imsg CLI Clone and build the tool: ``` git clone https://github.com/letta-ai/imsg.git ~/repos/imsg cd ~/repos/imsg swift build -c release ``` The binary will be at `~/repos/imsg/.build/release/imsg` (or use the pre-built binary if available at `~/repos/imsg/bin/imsg`). 2. Grant Permissions Required macOS permissions (System Settings → Privacy & Security): | Full Disk Access | Privacy & Security → Full...
206
9782 portfolio-analyzer onewave-ai/claude-skills
Portfolio Analyzer Review investment portfolios for risk, diversification, fees. Asset allocation recommendations, tax-loss harvesting, rebalancing. Instructions You are an expert financial analyst. Review portfolios, identify risks and opportunities, provide strategic recommendations. Include appropriate disclaimers. Output Format Portfolio Analyzer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices B...
206
9783 opentrons-integration davila7/claude-code-templates
Opentrons Integration Overview Opentrons is a Python-based lab automation platform for Flex and OT-2 robots. Write Protocol API v2 protocols for liquid handling, control hardware modules (heater-shaker, thermocycler), manage labware, for automated pipetting workflows. When to Use This Skill This skill should be used when: Writing Opentrons Protocol API v2 protocols in Python Automating liquid handling workflows on Flex or OT-2 robots Controlling hardware modules (temperature, magnetic, heate...
206
9784 neon-postgres davila7/claude-code-templates
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres. Neon Documentation The Neon documentation is the source of truth for all Neon-related information. Always verify claims against the official docs before responding. Neon features and APIs evolve, so prefer fetching current do...
206
9785 shodan reconnaissance and pentesting davila7/claude-code-templates
Shodan Reconnaissance and Pentesting Purpose Provide systematic methodologies for leveraging Shodan as a reconnaissance tool during penetration testing engagements. This skill covers the Shodan web interface, command-line interface (CLI), REST API, search filters, on-demand scanning, and network monitoring capabilities for discovering exposed services, vulnerable systems, and IoT devices. Inputs / Prerequisites Shodan Account : Free or paid account at shodan.io API Key : Obtained from Shodan acc...
206
9786 wireshark network traffic analysis davila7/claude-code-templates
Wireshark Network Traffic Analysis Purpose Execute comprehensive network traffic analysis using Wireshark to capture, filter, and examine network packets for security investigations, performance optimization, and troubleshooting. This skill enables systematic analysis of network protocols, detection of anomalies, and reconstruction of network conversations from PCAP files. Inputs / Prerequisites Required Tools Wireshark installed (Windows, macOS, or Linux) Network interface with capture permissi...
206
9787 google-drive-automation sickn33/antigravity-awesome-skills
Google Drive Lightweight Google Drive integration with standalone OAuth authentication. No MCP server required. Full read/write access. Requires Google Workspace account. Personal Gmail accounts are not supported. When to Use You need to search, list, upload, download, move, or organize Google Drive files and folders. The task requires direct Drive read/write automation through local scripts in a Workspace account. You want file-level Drive operations without introducing an MCP server dependency...
206
9788 hr-pro sickn33/antigravity-awesome-skills
Use this skill when Working on hr pro tasks or workflows Needing guidance, best practices, or checklists for hr pro Do not use this skill when The task is unrelated to hr pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are HR-Pro , a professional, ...
206
9789 figma-automation sickn33/antigravity-awesome-skills
Figma Automation via Rube MCP Automate Figma operations through Composio's Figma toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Figma connection via RUBE_MANAGE_CONNECTIONS with toolkit figma Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available by confirmin...
206
9790 security-requirement-extraction sickn33/antigravity-awesome-skills
Security Requirement Extraction Transform threat analysis into actionable security requirements. When to Use This Skill Converting threat models to requirements Writing security user stories Creating security test cases Building security acceptance criteria Compliance requirement mapping Security architecture documentation Core Concepts 1. Requirement Categories Business Requirements → Security Requirements → Technical Controls ↓ ↓ ↓ "Prote...
206
9791 canghe-image-gen freestylefly/canghe-skills
Image Generation (AI SDK) Official API-based image generation. Supports OpenAI, Google, DashScope (阿里通义万象), and Canghe providers. Script Directory Agent Execution : SKILL_DIR = this SKILL.md file's directory Script path = ${SKILL_DIR}/scripts/main.ts Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): Check project-level first test -f .canghe-skills/canghe-image-gen/EXTEND.md && echo "project" Then user-level (cross-platform: $HOME works on macOS/Linux/WSL) test -f ...
206
9792 unity-ecs-patterns sickn33/antigravity-awesome-skills
Unity ECS Patterns Production patterns for Unity's Data-Oriented Technology Stack (DOTS) including Entity Component System, Job System, and Burst Compiler. When to Use This Skill Building high-performance Unity games Managing thousands of entities efficiently Implementing data-oriented game systems Optimizing CPU-bound game logic Converting OOP game code to ECS Using Jobs and Burst for parallelization Core Concepts 1. ECS vs OOP Aspect Traditional OOP ECS/DOTS Data layout Object-oriented Data-or...
206
9793 copilot-sdk doggy8088/agent-skills
GitHub Copilot SDK Embed Copilot's agentic workflows in any application using Python, TypeScript, Go, or .NET. Overview The GitHub Copilot SDK exposes the same engine behind Copilot CLI: a production-tested agent runtime you can invoke programmatically. No need to build your own orchestration - you define agent behavior, Copilot handles planning, tool invocation, file edits, and more. Prerequisites GitHub Copilot CLI installed and authenticated ( Installation guide ) Language runtime : Node.js 1...
205
9794 xlsx sickn33/antigravity-awesome-skills
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
205
9795 pw-redbook-image plugins-world/pw-skills
将文章内容智能拆解为小红书风格的系列配图,包含封面图、内容图和结尾图。 核心功能 - 智能拆解文章为多张配图 (2-10 张) - 自动生成符合小红书风格的图片提示词 - 支持多种输入源 (URL、文件路径、文本内容) - 自动创建结构化的工作目录 - 支持后处理 (合并长图、PPT、PDF) 使用时机 用户明确要求生成小红书风格配图时: - "生成小红书配图" - "制作小红书系列图" - "将这篇文章做成小红书图片" - "帮我做小红书风格的图文" 不适用场景: - 用户只是询问如何制作 (提供建议即可) - 用户需要单张封面图 (使用 pw-cover-image) - 用户需要其他风格的图片 (使用通用图片生成工具) 使用方法 ``` 从 URL 生成 /pw-redbook-image https://example.com/article 从文本内容生成 /pw-redbook-image "文章内容..." 从 markdown 文件生成 /pw-redbook-image path/to/article.md ```...
205
9796 axiom-swiftui-gestures charleswiltgen/axiom
SwiftUI Gestures Comprehensive guide to SwiftUI gesture recognition with composition patterns, state management, and accessibility integration. When to Use This Skill Implementing tap, drag, long press, magnification, or rotation gestures Composing multiple gestures (simultaneously, sequenced, exclusively) Managing gesture state with GestureState Creating custom gesture recognizers Debugging gesture conflicts or unresponsive gestures Making gestures accessible with VoiceOver Cross-platform ges...
205
9797 databricks databricks/databricks-agent-skills
Databricks Core skill for Databricks CLI, authentication, and data exploration. Product Skills For specific products, use dedicated skills: databricks-jobs - Lakeflow Jobs development and deployment databricks-pipelines - Lakeflow Spark Declarative Pipelines (batch and streaming data pipelines) databricks-apps - Full-stack TypeScript app development and deployment databricks-lakebase - Lakebase Postgres Autoscaling project management Prerequisites CLI installed : Run databricks --version to chec...
205
9798 axiom-sqlitedata charleswiltgen/axiom
SQLiteData Overview Type-safe SQLite persistence using SQLiteData by Point-Free. A fast, lightweight replacement for SwiftData with CloudKit synchronization support, built on GRDB and StructuredQueries. Core principle: Value types (struct) + @Table macro + database.write { } blocks for all mutations. For advanced patterns (CTEs, views, custom aggregates, schema composition), see the axiom-sqlitedata-ref reference skill. Requires: iOS 17+, Swift 6 strict concurrency License: MIT When to Use ...
205
9799 react-vite-expert questfortech-investments/claude-code-skills
React + Vite Expert Overview Transform into a React + Vite expert with deep knowledge of modern React development patterns, optimal project organization, performance optimization techniques, and production-ready configurations. This skill provides everything needed to build fast, maintainable, and scalable React applications using Vite as the build tool. Core Capabilities 1. Project Architecture & Organization Guide users in structuring React applications for maximum maintainability and scala...
205
9800 kysely bobmatnyc/claude-mpm-skills
Kysely Development Guidelines You are an expert in Kysely, TypeScript, and SQL database design with a focus on type safety and query optimization. Core Principles Kysely is a thin abstraction layer over SQL, designed by SQL lovers for SQL lovers Full type safety with autocompletion for tables, columns, and query results Predictable 1:1 compilation to SQL - what you write is what you get No magic or hidden behavior - explicit and transparent query building Works with Node.js, Deno, Bun, Cloudflar...
205