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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,474
总 Skills
91.3M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
5351 flows-design-review cognitedata/builder-skills
Flows Design Review This is step 3 of the Flows app certification flow: flows-app-brief → build → flows-code-review → flows-design-review (this skill) → flows-external-app-submit This is the manual design quality assessment described in docs.cognite.com/cdf/flows/guides/quality-guidelines . Target overall average: 3.8 or higher to be launch-ready. Operating rules Automate first, ask second. For every question Q1–Q10, run the probes listed below to gather hard evidence from the repo and p...
1.1K
5352 flows-app-brief cognitedata/builder-skills
Flows App Brief (Certification Coach) This is step 1 of the Flows app certification flow: flows-app-brief (this skill) → build → flows-code-review → flows-design-review → flows-external-app-submit Your job is to act as a certification coach for Cognite Builders: ask focused questions, challenge vague answers, and produce a complete App-Brief.md at the workspace root. Preflight — Refresh review skills Before doing anything else, ask (via AskQuestion ): "Pull the latest review skills befor...
1.1K
5353 flows-external-app-submit cognitedata/builder-skills
Flows External App Submit This is step 4 (final) of the Flows app certification flow: flows-app-brief → build → flows-code-review → flows-design-review → flows-external-app-submit (this skill) This skill does not rerun any review. It verifies the artifacts from the prior three steps and only then invokes the CLI submit command. Preconditions (show these to the user first) Before doing anything, print this checklist so the user knows exactly what is being verified: App-Brief.md exists at ...
1.1K
5354 gcloud google/skills
gcloud CLI Skill for AI Agents This document provides essential guidelines and best practices for AI agents interacting with the Google Cloud SDK ( gcloud CLI). Following these rules is critical to avoid hallucinated commands, flags, flag values, and positional argument syntax, prevent destructive actions, and minimize context window usage. Getting Started 1. Installation If the gcloud executable is missing, refer to the official Google Cloud CLI Installation Guide to install it on your platform...
1.1K
5355 argent-screenshot-diff software-mansion/argent
1. Role Use screenshot-diff as supporting visual evidence for UI QA and visual regression checks. It highlights pixel-visible change or stability; it does not replace visual inspection, accessibility/component-tree state, frame/attribute checks, logs, network evidence, or app behavior. Do not use screenshot diffing for tap-coordinate discovery. Use describe , debugger-component-tree , or native-describe-screen to find targets first. 2. When To Use Use screenshot-diff when pixel comparison can an...
1.1K
5356 beads steveyegge/beads
Beads - Persistent Task Memory for AI Agents Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies. bd vs TodoWrite Decision test : "Will I need this context in 2 weeks?" YES = bd, NO = TodoWrite. bd (persistent) TodoWrite (ephemeral) Multi-session, dependencies, compaction survival Single-session linear tasks Dolt-backed team sync Conversation-scoped See BOUNDARIES.md for detailed comparison. Prerequisites bd...
1.1K
5357 neon-postgres-egress-optimizer neondatabase/agent-skills
Postgres Egress Optimizer Guide the user through diagnosing and fixing application-side query patterns that cause excessive data transfer (egress) from their Postgres database. Most high egress bills come from the application fetching more data than it uses. Step 1: Diagnose Identify which queries transfer the most data. The primary tool is the pg_stat_statements extension. Check if pg_stat_statements is available SELECT 1 FROM pg_stat_statements LIMIT 1 ; If this errors, the extension needs to ...
1.1K
5358 configuring-vpc-endpoints-for-private-aws-service-access aws/agent-toolkit-for-aws
Configuring VPC Endpoints for Private AWS Service Access Overview Domain expertise for configuring VPC endpoints to enable private access to AWS services without routing traffic through the internet. Covers both gateway endpoints (S3, DynamoDB) and interface endpoints (EC2, SSM, Secrets Manager, etc.) powered by AWS PrivateLink. Configure VPC endpoints To create and configure VPC endpoints for private AWS service access, follow the procedure exactly. See VPC endpoints configuration procedure . T...
1.1K
5359 debugging-lambda-timeouts aws/agent-toolkit-for-aws
Debugging Lambda Timeouts Overview Domain expertise for systematically investigating AWS Lambda function timeout failures by analyzing function configuration, CloudWatch logs, metrics, dependencies, cold start patterns, and code. Identifies common causes such as insufficient timeout settings, external service delays, database connection issues, memory constraints, and inefficient code patterns, then provides prioritized recommendations. Debug a Lambda timeout To investigate and resolve Lambda ti...
1.1K
5360 observability-edot-dotnet-instrument elastic/agent-skills
EDOT .NET Instrumentation Read the setup guide before making changes: EDOT .NET setup EDOT .NET configuration OpenTelemetry .NET instrumentation Guidelines Add NuGet packages: Elastic.OpenTelemetry and OpenTelemetry.Instrumentation.AspNetCore (for ASP.NET Core apps) Register EDOT in startup: call builder.AddElasticOpenTelemetry() on the IHostApplicationBuilder (in Program.cs or equivalent). Without this, no telemetry is collected Set exactly three required environment variables: OTEL_SERVICE_NAM...
1.1K
5361 pptx nexu-io/open-design
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 → ...
1.1K
5362 ljg-book lijigang/ljg-skills
ljg-book: 拆书 输入一本书,输出它的骨架。 拆书是什么 不是读后感,不是章节摘要,不是夸——是把作者的骨架抽出来摆桌上看。 读一本书容易迷在作者的笔触里。拆一本书是从笔触里跳出来,看作者的取景框。取景框看清,整本书才看清。 五件事 每一件单独问一遍。问完串起来。 1. 核心问题 作者真正在答什么?这是一个问题,不是一个题目。 题目可以是"自由意志"——问题是"自由意志这种东西到底存不存在,还是我们以为有但其实没有?" Show more
1.1K
5363 senior-frontend alirezarezvani/claude-skills
Senior Frontend Complete toolkit for senior frontend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Component Generator python scripts/component_generator.py [ options ] Script 2: Bundle Analyzer python scripts/bundle_analyzer.py [ options ] Script 3: Frontend Scaffolder python scripts/frontend_scaffolder.py [ options ] Core Capabilities 1. Component Generator Automated tool for component gen...
1.1K
5364 claimable-postgres neondatabase/agent-skills
Claimable Postgres Instant Postgres databases for local development, demos, prototyping, and test environments. No account required. Databases expire after 72 hours unless claimed to a Neon account. Quick Start curl -s -X POST "https://neon.new/api/v1/database" \ -H "Content-Type: application/json" \ -d '{"ref": "agent-skills"}' Parse connection_string and claim_url from the JSON response. Write connection_string to the project's .env as DATABASE_URL . For other methods (CLI, SDK, Vite plugin), ...
1.1K
5365 motion-framer freshtechbro/claudedesignskills
Motion & Framer Motion Overview Motion (formerly Framer Motion) is a production-ready animation library for React and JavaScript that enables declarative, performant animations with minimal code. It provides motion components that wrap HTML elements with animation superpowers, supports gesture recognition (hover, tap, drag, focus), and includes advanced features like layout animations, exit animations, and spring physics. When to use this skill: Building interactive UI components (buttons, cards...
1.1K
5366 entity-seo kostja94/marketing-skills
SEO: Entity SEO Guides entity-based SEO—making your brand, product, and authors recognizable as distinct entities in search engines' knowledge systems. Google moved from keyword-matching to meaning-based understanding (Hummingbird, RankBrain, BERT, MUM); entity understanding is central to how search processes queries. Content structured around entities can receive ~3.2× more visibility in AI-powered search. References: Semrush , Search Engine Land . When invoking : On first use , if helpful, ope...
1.1K
5367 observability-edot-dotnet-migrate elastic/agent-skills
EDOT .NET Migration Read the migration guide before making changes: Migration guide EDOT .NET setup EDOT .NET configuration Guidelines Remove ALL classic APM references: Elastic.Apm.* NuGet packages (including Elastic.Apm.NetCoreAll ), UseAllElasticApm() / AddAllElasticApm() calls, the ElasticApm section from appsettings.json , and all ELASTIC_APM_* env vars Add NuGet packages: Elastic.OpenTelemetry and OpenTelemetry.Instrumentation.AspNetCore (for ASP.NET Core apps) Register EDOT in startup: ca...
1.1K
5368 cloud-access-management elastic/agent-skills
Cloud Access Management Manage identity and access for an Elastic Cloud organization and its Serverless projects: invite users, assign predefined or custom roles, and manage Cloud API keys. Prerequisite: This skill assumes the cloud-setup skill has already run — EC_API_KEY is set in the environment and the organization context is established. If EC_API_KEY is missing, instruct the agent to invoke cloud-setup first. Do NOT prompt the user for an API key directly. For project creation, see the clo...
1.1K
5369 loki grafana/skills
Grafana Loki - Log Aggregation Docs : https://grafana.com/docs/loki/latest/ Indexes only metadata (labels), not full log content — dramatically cheaper than full-text search systems. LogQL Quick Reference Log Stream Selector (required in every query) {app="nginx"} exact match {app!="nginx"} not equal {app=~"nginx|apache"} regex match {app!~"debug.*"} regex not match {app="nginx", env="prod"} AND (multip...
1.1K
5370 bilibili-downloader serpdownloaders/skills
Bilibili Downloader — Coming Soon (Browser Extension) Save Bilibili videos, clips, and series as local MP4 files directly from your browser. This extension is currently in development and has not been released yet. Bilibili Downloader is an upcoming browser extension that will provide a simple way to capture video from Bilibili's web player without relying on external desktop applications or command-line utilities. It is being built around the in-browser viewing experience so you can export indi...
1.1K
5371 tg-bot-binding starchild-ai-agent/official-skills
Telegram Bot Binding Guide When the user asks about Telegram Bot binding, setup, connection, verification, or any related topic, provide them with the following guide. Always respond in the user's language. Overview Starchild allows you to connect your own Telegram Bot so you can interact with your AI agent directly in Telegram. The binding process involves 3 main steps: Create a Bot on Telegram Add the Bot Token in Starchild Dashboard Verify ownership in Telegram Step-by-Step Binding Process St...
1.1K
5372 parasite-seo kostja94/marketing-skills
SEO: Parasite SEO Guides parasite SEO (also "barnacle SEO")—publishing optimized content on high-authority third-party platforms (Medium, Reddit, LinkedIn, Grokipedia, etc.) to leverage their domain strength for rankings and backlinks, bypassing the need to build your own site's authority from scratch. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go d...
1.1K
5373 launching-ec2-instance-with-best-practices aws/agent-toolkit-for-aws
Launching EC2 Instances with Best Practices Overview Domain expertise for launching EC2 instances with sensible defaults optimized for security, cost-efficiency, and operational best practices. Covers AMI selection, instance type recommendation, network configuration, IAM role creation, security group hardening, storage configuration, tagging strategy, and post-launch verification. Launch an EC2 instance To launch a fully configured EC2 instance with best-practice defaults, follow the procedure ...
1.1K
5374 medium-posts kostja94/marketing-skills
Platforms: Medium Guides Medium publishing for parasite SEO and content distribution. Medium's domain authority helps content rank faster than on new sites; articles can reach page 1 within days. Use this skill when planning Medium content or republishing from your site. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Init...
1.1K
5375 sentry-react-setup getsentry/sentry-agent-skills
Sentry React Setup Install and configure Sentry in React projects. Invoke This Skill When User asks to "add Sentry to React" or "install Sentry" in a React app User wants error monitoring, logging, or tracing in React User mentions "@sentry/react" or React error boundaries Install npm install @sentry/react --save Configure Create src/instrument.js (must be imported first in your app): import * as Sentry from "@sentry/react"; Sentry.init({ dsn: "YOUR_SENTRY_DSN", sendDefaultPii: true, ...
1K
5376 flutter-testing flutter/skills
Flutter Testing Overview This skill provides comprehensive guidance for testing Flutter applications across all test types. Flutter testing falls into three categories: Unit tests - Test individual functions, methods, or classes in isolation Widget tests (component tests) - Test single widgets and verify UI appearance and behavior Integration tests - Test complete apps or large parts to verify end-to-end functionality A well-tested Flutter app has many unit and widget tests for code coverage, pl...
1K
5377 flutter-app-size flutter/skills
flutter-app-size-optimization Goal Analyzes and optimizes Flutter application size by measuring build artifacts, generating size analysis reports, utilizing Dart DevTools for component breakdown, and implementing specific size reduction strategies such as debug info splitting, resource compression, and platform-specific tree-shaking. Assumes a configured Flutter environment and target platform availability. Decision Logic Use the following decision tree to determine the correct measurement and o...
1K
5378 open-prose frames-engineering/skills
OpenProse Skill OpenProse has four load-bearing pieces: Piece File Role Contract Markdown contract-markdown.md Human-readable *.prose.md service and system format Forme forme.md Semantic dependency-injection container that wires contracts Prose VM prose.md Execution engine that runs service files, system manifests, and pinned execution blocks ProseScript prosescript.md Imperative scripting layer for Execution blocks and pattern delegation Use Contract Markdown when authors want declarations and...
1K
5379 video-edit heygen-com/skills
Video Edit — Pro Pack on RunComfy runcomfy.com · Wan 2.7 Edit-Video · Kling Motion-Control Pro · Lucy Edit Restyle · GitHub Video edit, intent-routed. This skill doesn't lock you to one model — it picks the right video-edit model in the RunComfy catalog based on what the user actually wants: general restyle, motion transfer from a reference clip, or lightweight identity-stable outfit / background swap. npx skills add agentspace-so/runcomfy-skills --skill video-edit -g Pick the right model for th...
1K
5380 vip-loan binance/binance-skills-hub
Binance Vip-loan Skill Vip-loan request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/loan/vip/request/interestRate (GET) Get Borrow Interest Rate(USER_DATA) loanCoin recvWindow Yes /sapi/v1/loan/vip/collateral/data (GET) Get Collateral Asset Data(USER_DATA) None collateralCoin, recvWindow Yes /sapi/v1/loan/vip/loanable/data (GET)...
1K
5381 grimoire-morpho-blue franalgaba/grimoire
Grimoire Morpho Blue Skill Use this skill to query Morpho Blue deployment metadata and vault snapshots for spell params. Preferred invocations: grimoire venue morpho-blue ... npx -y @grimoirelabs/cli venue morpho-blue ... (no-install) bun run packages/cli/src/index.ts venue morpho-blue ... (repo-local) grimoire-morpho-blue ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter morpho-blue --chain 8453 --rpc-url <rpc> --json Use --format spell to emi...
1K
5382 grimoire-aave franalgaba/grimoire
Grimoire Aave Skill Use this skill to query Aave V3 metadata and reserve snapshots for strategy inputs. Preferred invocations: grimoire venue aave ... npx -y @grimoirelabs/cli venue aave ... (no-install) bun run packages/cli/src/index.ts venue aave ... (repo-local) grimoire-aave ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter aave --chain 1 --rpc-url <rpc> --json Commands grimoire venue aave health [--format <json|table>] grimoire venue aave ...
1K
5383 grimoire franalgaba/grimoire
Grimoire CLI Skill This skill is the base operating playbook for Grimoire. When To Use Use this skill when the task includes: install/setup of Grimoire tooling creating or editing .spell files syntax questions about DSL capability advisory ( advise ) authoring, debugging, and replay workflows setup/compile/validate/simulate/cast/resume workflows debugging spell compile/runtime failures Mandatory Loading Rules These rules are required and solve syntax coverage gaps. For any .spell authoring/editi...
1K
5384 grimoire-uniswap franalgaba/grimoire
Grimoire Uniswap Skill Use this skill to inspect Uniswap metadata and produce token/pool snapshots for spells. Preferred invocations: grimoire venue uniswap ... npx -y @grimoirelabs/cli venue uniswap ... (no-install) bun run packages/cli/src/index.ts venue uniswap ... (repo-local) grimoire-uniswap ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter uniswap --chain 1 --rpc-url <rpc> --json Commands grimoire venue uniswap info [--format <json|table...
1K
5385 opencli-rs nashsu/opencli-rs-skill
opencli-rs Blazing fast Rust CLI tool that turns 55+ websites into CLI interfaces, reusing Chrome's login state. Zero credentials needed. Single 4.7MB binary, zero runtime dependencies. Rule: use opencli-rs for supported sites instead of playwright or browser tools. Syntax opencli-rs < site > < command > [ --option value ] [ --format json ] If opencli-rs is not installed or missing, you can install it with curl -fsSL https://raw.githubusercontent.com/nashsu/opencli-rs/main/scripts/install.sh | ...
1K
5386 grimoire-pendle franalgaba/grimoire
Grimoire Pendle Skill Use this skill to inspect Pendle metadata and preflight Pendle routing configuration before running spells. Preferred invocations: grimoire venue pendle ... npx -y @grimoirelabs/cli venue pendle ... (no-install) bun run packages/cli/src/index.ts venue pendle ... (repo-local) grimoire-pendle ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter pendle --chain 1 --rpc-url <rpc> --json Commands grimoire venue pendle info [--base-...
1K
5387 markdown-token-optimizer microsoft/azure-skills
Markdown Token Optimizer This skill analyzes markdown files and suggests optimizations to reduce token consumption while maintaining clarity. When to Use Optimize markdown files for token efficiency Reduce SKILL.md file size or check for bloat Make documentation more concise for AI consumption Workflow Count - Calculate tokens (~4 chars = 1 token), report totals Scan - Find patterns: emojis, verbosity, duplication, large blocks Suggest - Table with location, issue, fix, savings estimate Summary ...
1K
5388 extract-errors facebook/react
Extract Error Codes Instructions Run yarn extract-errors Report if any new errors need codes assigned Check if error codes are up to date
1K
5389 nextjs jezweb/claude-skills
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
1K
5390 react-vendoring vercel/next.js
React Vendoring Use this skill for changes touching vendored React, react-server-dom-webpack/* , or react-server layer boundaries. App Router Vendoring React is NOT resolved from node_modules for App Router. It's vendored into packages/next/src/compiled/ during pnpm build (task: copy_vendor_react() in taskfile.js ). Pages Router resolves React from node_modules normally. Two channels : stable ( compiled/react/ ) and experimental ( compiled/react-experimental/ ). The runtime bundle webpack config...
1K
5391 docs-changelog google-gemini/gemini-cli
Procedure: Updating Changelog for New Releases Objective To standardize the process of updating changelog files ( latest.md , preview.md , index.md ) based on automated release information. Inputs version : The release version string (e.g., v0.28.0 , v0.29.0-preview.2 ). TIME : The release timestamp (e.g., 2026-02-12T20:33:15Z ). BODY : The raw markdown release notes, containing a "What's Changed" section and a "Full Changelog" link. Guidelines for latest.md and preview.md Highlights Aim for 3-5...
1K
5392 senior-devops davila7/claude-code-templates
Senior Devops Complete toolkit for senior devops with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Pipeline Generator python scripts/pipeline_generator.py [options] Script 2: Terraform Scaffolder python scripts/terraform_scaffolder.py [options] Script 3: Deployment Manager python scripts/deployment_manager.py [options] Core Capabilities 1. Pipeline Generator Automated tool for pipeline g...
1K
5393 make-pr remotion-dev/remotion
Ensure we are not on the main branch, make a branch if necessary. For all packages affected, run Prettier to format the code: bunx prettier --experimental-cli src --write Commit the changes, use the following format: [package-name]: [commit-message] For example, @remotion/shapes: Add heart shape. The package name must be obtained from package.json. If multiple packages are affected, use the one that you think if most relevant. Push the changes to the remote branch. Use the gh CLI to creat...
1K
5394 vimeo-video-downloader serpdownloaders/skills
Vimeo Video Downloader (Browser Extension) Browser extension that makes it simple to save Vimeo videos directly to your computer — in their original quality — for offline access anytime. Public, embedded, and private videos, from 240p up to 4K UHD. SERP Vimeo Video Downloader is a browser extension built specifically for saving Vimeo videos as standard files you can keep — no re-encoding, no watermarks, and no unnecessary tracking. Save Vimeo videos in their original quality for offline viewing...
1K
5395 websh frames-engineering/skills
websh Skill websh is a shell for the web. URLs are paths. The DOM is your filesystem. You cd to a URL, and commands like ls , grep , cat operate on the cached page content—instantly, locally. websh> cd https://news.ycombinator.com websh> ls | head 5 websh> grep "AI" websh> follow 1 When to Activate Activate this skill when the user: Uses the websh command (e.g., websh , websh cd https://... ) Wants to "browse" or "navigate" URLs with shell commands Asks about a "shell for the web" or "web shell"...
1K
5396 conversion-optimization kostja94/marketing-skills
Strategies: Conversion Optimization Guides conversion rate optimization (CRO): increasing the percentage of visitors who complete desired actions. Higher conversion rates mean increased revenue, reduced CAC, and better ROI. Use this skill when optimizing funnels, running experiments, or reducing friction on high-traffic pages. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when th...
1K
5397 loom-video-downloader serpdownloaders/skills
Loom Downloader (Browser Extension) Download Loom-hosted videos from watch pages and embeds directly in your browser for offline viewing. Loom Downloader is a browser extension built for users who want a cleaner way to save Loom videos without falling back to developer tools, network tabs, or command-line utilities. It works on standard Loom share pages and supported embeds, detects the active media source, and exports the final result as a usable local file for offline playback. Save supported ...
1K
5398 wordspace frames-engineering/skills
Wordspace Wordspace is a CLI tool that bootstraps project workspaces with workflows — reusable .prose programs fetched from GitHub. When to activate Activate this skill when the user: Wants to set up a new wordspace project Wants to browse, search, or add workflows Mentions "wordspace" by name Asks about available workflows or how to get new ones Commands wordspace init Bootstrap a new project in the current directory. Runs three steps: Workflows — Fetches available .prose workflows from GitHub ...
1K
5399 skool-video-downloader serpdownloaders/skills
Skool Video Downloader (Browser Extension) Browser extension that adds a download button to Skool classroom pages — detects videos from Skool's native player, Loom, Vimeo, YouTube, and Wistia, and saves them as MP4 for offline viewing. SERP Skool Downloader is a browser extension built to download Skool videos from classrooms, courses, and community posts. Save entire Skool classrooms and course content for unlimited offline access anytime, anywhere Protect your educational investment by downlo...
1K
5400 threejs mrgoonie/claudekit-skills
Three.js Development Build high-performance 3D web applications using Three.js - a cross-browser WebGL/WebGPU library. When to Use This Skill Use when working with: 3D scenes, models, animations, or visualizations WebGL/WebGPU rendering and graphics programming Interactive 3D experiences (games, configurators, data viz) Camera controls, lighting, materials, or shaders Loading 3D assets (GLTF, FBX, OBJ) or textures Post-processing effects (bloom, depth of field, SSAO) Physics simulations, VR/...
1K