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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,431
总 Skills
161.2M
总安装量
2,740
贡献者
# Skill 仓库 描述 安装量
23401 bun-file-io groeimetai/snow-flow
Use this when Editing file I/O or scans in packages/opencode Handling directory operations or external tools Bun file APIs (from Bun docs) Bun.file(path) is lazy; call text, json, stream, arrayBuffer, bytes, exists to read. Metadata: file.size, file.type, file.name. Bun.write(dest, input) writes strings, buffers, Blobs, Responses, or files. Bun.file(...).delete() deletes a file. file.writer() returns a FileSink for incremental writes. Bun.Glob + Array.fromAsync(glob.scan({ cwd, absolute, onlyFil...
46
23402 playwright gentleman-programming/gentleman-skills
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
46
23403 notebooklm guanyang/antigravity-skills
NotebookLM Automation Complete programmatic access to Google NotebookLM—including capabilities not exposed in the web UI. Create notebooks, add sources (URLs, YouTube, PDFs, audio, video, images), chat with content, generate all artifact types, and download results in multiple formats. Installation From PyPI (Recommended for AI agents — Python-version-aware): pip install "notebooklm-py[browser]" mandatory; errors must propagate [cookies] (rookiepy) is optional and known to FAIL TO BUILD on Pyt...
46
23404 database-design tencentblueking/bk-ci
Database Design Learn to THINK, not copy SQL patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read database-selection.md PostgreSQL vs Neon vs Turso vs SQLite Choosing database orm-selection.md Drizzle vs Prisma vs Kysely Choosing ORM schema-design.md Normalization, PKs, relationships Designing schema indexing.md Index types, composite indexes Performance tuning optimization.md N+1, EXPLAIN ANALYZE Que...
46
23405 quality-advisor vladm3105/aidoc-flow-framework
quality-advisor Purpose Provide proactive quality guidance during artifact creation by monitoring section completion, detecting anti-patterns, and validating compliance with SDD standards. Problem Solved: Documentation quality varies based on user expertise. Issues are typically found after artifact creation during validation, causing rework. Solution: Real-time quality monitoring that identifies issues during creation, suggests improvements, and validates compliance before the artifact is co...
46
23406 letter writer eddiebe147/claude-settings
Letter Writer The Letter Writer skill automates the creation of professional and personal letters with proper formatting, tone, and structure. It handles various letter types including business correspondence, cover letters, recommendation letters, thank you notes, and formal communications. The skill ensures appropriate formatting, professional language, and customization for different audiences and purposes. Generate letters in multiple formats (PDF, DOCX, HTML) with customizable templates for...
46
23407 doc-ref vladm3105/aidoc-flow-framework
doc-ref Purpose Create Reference Documents (REF) - supplementary documentation for BRD and ADR artifact types in the SDD framework. REF documents provide supporting information without participating in the formal traceability chain. Layer: Not applicable (supplementary to any layer) Traceability: Optional (encouraged but not required) Validation: Minimal (non-blocking) Naming Convention Format: {TYPE}-REF-DOC_NUM_{slug}.md Component Description Example {TYPE} Parent artifact type BRD or A...
46
23408 tabletop-rpg-design omer-metin/skills-for-antigravity
Tabletop Rpg Design Identity You are a veteran tabletop RPG designer who has published games, run thousands of sessions, and studied the theory behind why games succeed or fail at the table. You've been in the trenches of indie RPG design since the Forge days, witnessed the rise of Powered by the Apocalypse, played OSR games by candlelight, and crunched probability curves until 3am. Your core design philosophy: Fiction First - Mechanics should emerge from and reinforce the fictional reality P...
46
23409 code-review popup-studio-ai/bkit-claude-code
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
46
23410 s3-bucket-policy dengineproblem/agents-monorepo
AWS S3 Bucket Policy Expert Expert guidance on creating, analyzing, and optimizing AWS S3 bucket policies with focus on security, access control, and compliance. Policy Structure { "Version" : "2012-10-17" , "Id" : "PolicyIdentifier" , "Statement" : [ { "Sid" : "StatementIdentifier" , "Effect" : "Allow | Deny" , "Principal" : { "AWS" : "arn:aws:iam::account-id:root" } , "Action" : [ "s3:GetObject" , "s3:PutObject" ] , "Resource" : [ "arn:aws:s3:::bucket-name" , "arn:aws:s3:::bucket-name/*" ] , "...
46
23411 ag-ui-protocol meetsmore/use-ai
AG-UI Protocol The Agent-User Interaction (AG-UI) Protocol is an open, lightweight, event-based protocol that standardizes how AI agents connect to user-facing applications. When to Use This Skill Use this skill when: Implementing AG-UI protocol events in your code Building agents that communicate with frontends via AG-UI Understanding the event types and their structure Implementing state management, tool calls, or message streaming Debugging AG-UI event flows Documentation See the docs/2025-11...
46
23412 qwik-expert oimiragieo/agent-studio
Qwik Expert qwik and tailwind best practices When reviewing or writing code, apply these guidelines: Use $ suffix for lazy-loaded functions Utilize useSignal() for reactive state Implement Tailwind CSS classes for styling Use @apply directive in CSS files for reusable styles Implement responsive design using Tailwind's responsive classes Utilize Tailwind's configuration file for customization Leverage TypeScript for type safety Use Vite's fast HMR for development qwik city routing When review...
46
23413 1k-defi-module-integration onekeyhq/app-monorepo
DeFi Module Integration Guide This skill provides interactive guidance for integrating new DeFi modules or protocols into OneKey. Quick Start Before starting, determine your integration scenario: Scenario Description Guide New Protocol in Earn Adding a staking/yield protocol (e.g., Lido, Rocket Pool) earn-module-guide.md New Protocol in Borrow Adding a lending market (e.g., Aave, Compound) borrow-module-guide.md Entirely New Module Creating a new DeFi category (e.g., Pendle, GMX) new-module-guid...
46
23414 vgl bria-ai/bria-skill
Bria VGL — Full Control Over Image Generation Define every visual attribute as structured JSON instead of hoping natural language gets it right. VGL (Visual Generation Language) gives you explicit, deterministic control over objects, lighting, camera settings, composition, and style for Bria's FIBO models. Related Skill : Use bria-ai to execute these VGL prompts via the Bria API. VGL defines the structured control format; bria-ai handles generation, editing, and background removal. Core Concept ...
46
23415 fastmcp ovachiever/droid-tings
FastMCP - Build MCP Servers in Python FastMCP is a Python framework for building Model Context Protocol (MCP) servers that expose tools, resources, and prompts to Large Language Models like Claude. This skill provides production-tested patterns, error prevention, and deployment strategies for building robust MCP servers. Quick Start Installation pip install fastmcp or uv pip install fastmcp Minimal Server from fastmcp import FastMCP MUST be at module level for FastMCP Cloud mcp = FastMCP("...
46
23416 final-release-review openai/openai-agents-js
Final Release Review Purpose Use this skill when validating the latest release candidate commit (default tip of origin/main) for release. It guides you to fetch remote tags, pick the previous release tag, and thoroughly inspect the BASE_TAG...TARGET diff for breaking changes, introduced bugs/regressions, improvement opportunities, and release risks. Quick start Ensure repository root: pwd → path-to-workspace/openai-agents-python. Sync tags and pick base (default v*): BASE_TAG="$(.codex/skills/...
46
23417 create-auth-skill connorads/dotfiles
Create Auth Skill Guide for adding authentication to TypeScript/JavaScript applications using Better Auth. For code examples and syntax, see better-auth.com/docs. Decision Tree Is this a new/empty project? ├─ YES → New project setup │ 1. Identify framework │ 2. Choose database │ 3. Install better-auth │ 4. Create auth.ts + auth-client.ts │ 5. Set up route handler │ 6. Run CLI migrate/generate │ 7. Add features via plugins │ └─ NO → Does project have existing auth? ├─ YES → M...
46
23418 medical scribe eddiebe147/claude-settings
Medical Scribe Professional medical documentation assistant designed to help healthcare providers create accurate, comprehensive clinical notes while maintaining focus on patient care. This skill generates structured medical documentation following industry-standard formats (SOAP, APSO, admission notes, discharge summaries), organizes patient information, and ensures documentation meets regulatory and billing requirements. The Medical Scribe excels at transforming conversational patient encounte...
46
23419 localization johnrogers/claude-swift-engineering
App Store Localization You are an expert in App Store internationalization and localization strategy. Your goal is to help the user expand to new markets by localizing their App Store presence effectively. Initial Assessment Check for app-marketing-context.md — read it for current markets and languages Ask for the App ID (to see current localizations) Ask: Is the app itself localized (UI, content) or just the store listing? Ask: Which markets are they considering? Ask: Budget — professional tran...
46
23420 technology-search netease-youdao/lobsterai
Technology News Search Real-time keyword-based search across 75 tech news sources with smart domain routing, automatic network adaptation, domain aliases, heat analysis, and translation. Overview This skill searches multiple technology news sources simultaneously, automatically detects technical domains from your keyword (with alias support), routes to relevant sources only, ranks results by "heat score" (based on cross-source appearance, recency, and keyword relevance), and presents them in a c...
46
23421 postfx-effects bbeierle12/skill-mcp-claude
Post-Processing Effects Cinematic and stylistic effects using @react-three/postprocessing. Quick Start npm install @react-three/postprocessing postprocessing import { Canvas } from '@react-three/fiber'; import { EffectComposer, ChromaticAberration, Vignette, Noise } from '@react-three/postprocessing'; function CinematicScene() { return ( <Canvas> <Scene /> <EffectComposer> <ChromaticAberration offset={[0.002, 0.002]} /> <Vignette darkness={0.5} offset={0.3} ...
46
23422 cpp oimiragieo/agent-studio
C++ Development Guidelines You are an expert in modern C++ development with deep knowledge of C++17/20 standards, memory management, and high-performance programming. Code Style and Structure Write clean, modern C++ code following C++17/20 standards Use meaningful variable and function names Follow the Single Responsibility Principle Prefer composition over inheritance Keep functions small and focused Naming Conventions Use PascalCase for classes and structs Use camelCase for functions, variab...
46
23423 find-skills-plus yinhui1984/find_skills_plus
This skill searches the skills registry and enriches each result with a description. When to Use Use this skill when the user asks to discover skills and wants more than just a list (e.g., asks for descriptions, comparisons, or short summaries). How It Works - Runs `npx skills find <query>` to get matching skills. - For each result, fetches the skills.sh page and extracts a description (first non-empty paragraph). - Prints results in an easy-to-scan format. Command ``` node scripts/en...
46
23424 milestone-tracker dengineproblem/agents-monorepo
Milestone Tracker Expert Expert in milestone tracking, project progress monitoring, and critical path analysis for comprehensive project management. Core Principles SMART Milestone Definition Specific : Clear, unambiguous deliverable Measurable : Quantifiable completion criteria Achievable : Realistic given resources and constraints Relevant : Aligned with project objectives Time-bound : Specific deadline Milestone vs Task distinction : milestone : definition : "Significant checkpoint marking ph...
46
23425 web-design-guidelines cloudai-x/claude-workflow-v2
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...
46
23426 marketing-mode sundial-org/awesome-openclaw-skills
Marketing Mode - Complete Marketing Knowledge Base You are a marketing strategist with expertise across 23 comprehensive marketing disciplines. Your goal is to help users find the right strategies, tactics, and frameworks for their specific situation, stage, and resources. Mode Activation When users need marketing help, activate this mode. Ask clarifying questions about their product, audience, stage, budget, and goals. Then recommend specific skills and tactics from this knowledge base. PART 1:...
46
23427 solana-audit workersio/spec
Solana Smart Contract Audit Trigger Activate this skill when the user asks to: Audit, review, or analyze a Solana program for security vulnerabilities Check a Solana smart contract for bugs or exploits Perform security analysis on code containing solana_program , anchor_lang , pinocchio , [program] , or [derive(Accounts)] Workflow Phase 1: Explore Read references/agents/explorer.md and spawn the explorer using the Agent tool: Agent(subagent_type="Explore", prompt="<paste explorer prompt from exp...
46
23428 geolocation-skill carlheath/ogmios
Method: Iterative reasoning loop (max 5 iterations) Inspiration: GeoVista research framework Core Workflow 1. Visual Clue Extraction | Text/Signage | Languages, scripts, street signs, license plates, phone formats | Infrastructure | Road markings, traffic lights, poles, utilities, bollards | Architecture | Materials, styles, roof types, density patterns | Nature | Vegetation, terrain, geology, sun position, weather | Culture | Vehicles, driving side, clothing, shops, brands ...
46
23429 crawl4ai tao3k/omni-dev-fusion
Crawl4AI Overview Crawl4AI provides comprehensive web crawling and data extraction capabilities. This skill supports both CLI (recommended for quick tasks) and Python SDK (for programmatic control). Choose your interface: CLI ( crwl ) - Quick, scriptable commands: CLI Guide Python SDK - Full programmatic control: SDK Guide Quick Start Installation pip install crawl4ai crawl4ai-setup Verify installation crawl4ai-doctor CLI (Recommended) Basic crawling - returns markdown crwl https://example.com...
46
23430 database-schema-designer jeremylongshore/claude-code-plugins-plus-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...
46
23431 brainstorm catlog22/claude-code-workflow
Brainstorming Ideas Into Designs Overview Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design in small sections (200-300 words), checking after each section whether it looks right so far. The Process Understanding the idea: Check out the current project state first (files, docs, recent commits...
46
23432 bamboohr membranedev/application-skills
BambooHR BambooHR is an HRIS platform that helps small and medium-sized businesses manage employee data, payroll, benefits, and other HR functions. It's used by HR professionals and managers to streamline HR processes and improve employee experience. Official docs: https://documentation.bamboohr.com/docs BambooHR Overview Employee Employee Directory Time Off Report Compensation Goal Performance Training Course Applicant Offer Task Checklist Custom Report Table List Dashboard Integration Approval...
46
23433 ui-designer mae616/design-skills
Use this skill to produce singular, deployment-ready frontend interfaces that escape the bland "AI slop" look. Deliver real, working code paired with obsessive care for visual nuance and inventive choices. Expect the user to hand over frontend requirements: a component, page, application, or interface that needs to be built. Their brief may also touch on intent, target audience, or technical limitations. Setting the Visual Direction Do not start coding until you've absorbed the context and commi...
46
23434 xlsx guanyang/antigravity-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...
46
23435 github-readme-generator wwwzhouhui/skills_collection
GitHub README Generator 专业的 GitHub 项目 README.md 生成器,自动生成符合开源社区规范的文档结构。 功能概述 这个 Skill 可以帮助你: 📝 自动生成标准的 GitHub README.md 文档 🎯 根据项目类型自动调整文档结构 📊 生成项目统计和路线图 🔗 自动生成 Star History 和 Badge 📧 包含作者联系和打赏信息 ❓ 生成常见问题 FAQ 📚 支持中英文双语 核心特性 标准文档结构 项目标题 项目简介/副标题 项目介绍 - 项目概述 - 核心功能 - 技术栈 功能清单 | 功能名称 | 说明 | 状态 | |---------|------|------| 安装说明 环境要求 安装步骤 使用说明 快速开始 配置说明 使用示例 项目结构 技术栈 | 技术 | 版本 | 用途 | 文档地址 飞书文档 在线文档 开发指南 本地开发 构建部署 贡献指南 常见问题 技术交流群 欢迎加入技术交流群,分享你的 Skills 和使用心得: 作者联系 微信: laohaibao...
46
23436 video-watermark eachlabs/skills
Video Watermark Add professional watermarks to your videos or remove unwanted watermarks using each::sense. This skill handles all watermarking needs including logo placement, text overlays, animated watermarks, and intelligent watermark removal. Features Add Logo Watermark : Place your brand logo on videos with customizable opacity and position Add Text Watermark : Add text overlays with custom fonts, colors, and styles Transparent Watermark : Semi-transparent watermarks that don't obstruct con...
46
23437 config-analyzer cisco-ai-defense/skill-scanner
Configuration Analyzer Analyzes configuration files and provides recommendations for improvements. Features Validates JSON and YAML configurations Checks for common misconfigurations Provides security best practices Generates detailed reports Usage Provide a configuration file path and receive analysis results.
46
23438 webapp-testing guanyang/antigravity-skills
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
46
23439 trace-check vladm3105/aidoc-flow-framework
trace-check Purpose Automated traceability validation across all SDD artifacts. Core Functions: Validates bidirectional link consistency (upstream/downstream symmetry) Verifies ID format compliance (TYPE-XXX or TYPE-XXX-YY) Tests markdown link resolution (file paths and anchors) NEW: Validates cumulative tagging hierarchy (each layer includes ALL upstream tags) NEW: Layer-specific tag count validation (artifacts at layer N must have tags from layers 1 through N-1) Calculates coverage metrics ...
46
23440 mf-bridge-check module-federation/core
Step 1 : Call the mf-context Skill (pass $ARGUMENTS ) to collect MFContext. Step 2 : Serialize MFContext to JSON and pass it to the check script via the --context argument: node scripts/bridge-check.js --context '<MFContext-JSON>' Process each item in the output results and context.mfConfig : BRIDGE-USAGE · info — No export-app export found No key matching the export-app pattern found in exposes If this project is a sub-app that should follow the Bridge spec, guide the user to: Add "./export-app...
46
23441 woocommerce-backend-dev secondsky/claude-skills
No SKILL.md available for this skill. View on GitHub
46
23442 signup-flow-cro openclaudia/openclaudia-skills
Signup Flow CRO You are an expert in optimizing signup and registration flows. Your goal is to reduce friction, increase completion rates, and set users up for successful activation. 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 providing recomme...
46
23443 wiki maintainer eddiebe147/claude-settings
Wiki Maintainer Maintain and organize internal wikis and knowledge base documentation When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create wiki maintainer wiki maintenance Review and optimize review wiki maintainer Get best practices wiki maintainer best pr...
46
23444 social-media dylantarre/animation-principles
Social Media Content Skill This skill provides guidelines for creating engaging social media content that drives engagement and shares. When to Use This Skill Use this skill when asked to: Write a LinkedIn post Create a Twitter/X thread Draft social media announcements Repurpose blog content for social Research First (Required) Before writing any social media content, you MUST delegate research: Use the task tool with subagent_type: "researcher" In the description, specify BOTH the topic A...
46
23445 stable-diffusion teachingai/full-stack-skills
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
46
23446 svg-icon-maker heroygt/skills
SVG Icon Maker Convert raster images to colorful SVG using @neplex/vectorizer. Output Directory All files saved to workspace with timestamped folders (format: YYYY-MM-DDTHH-mm-ss-SSSZ): <workspace>/svg-output/ └── <timestamp>/ e.g., 2026-01-27T02-13-38-811Z ├── reference.png Generated reference image ├── icon.svg Color SVG output └── icon_preview.png Preview for comparison Prerequisites cd <workspace> npm init -y npm install @neplex/vec...
46
23447 javascript-fundamentals manutej/luxor-claude-marketplace
JavaScript Fundamentals A comprehensive guide to core JavaScript concepts, modern ES6+ features, asynchronous programming patterns, and industry best practices for building robust applications. When to Use This Skill This skill is essential when: Writing JavaScript Code: Building web applications, Node.js backends, or any JavaScript-based project Code Reviews: Evaluating code quality, identifying anti-patterns, suggesting improvements Teaching/Mentoring: Explaining JavaScript concepts, debug...
46
23448 capacitor-mcp cap-go/capacitor-skills
Capacitor MCP Tools Guide to using Model Context Protocol (MCP) for Ionic and Capacitor mobile development automation. When to Use This Skill User wants to automate Ionic/Capacitor development User asks about MCP integration User wants AI-assisted component/plugin discovery User needs programmatic CLI command execution User wants access to Ionic components and Capacitor plugins within AI chat What is MCP? MCP (Model Context Protocol) is an open standard for connecting AI models to external tools...
46
23449 wecom-cs-automation aaaaqwq/claude-code-skills
企业微信客服自动化系统 这是一个完整的企业微信客服 AI 助手解决方案,能够自动处理好友添加、智能问答、人工转接等场景。 核心功能 1. 自动同意好友添加 实时监听好友添加事件 自动通过好友请求 发送欢迎消息 标注用户来源和标签 2. 基于知识库的智能问答 向量知识库存储企业知识 语义搜索匹配问题 LLM 生成专业回复 支持多轮对话上下文 3. 未知问题人工介入 置信度阈值判断 自动提醒人工客服 转接对话给人工 记录未解决问题用于优化 技术架构 ┌─────────────┐ │ 企业微信 │ │ Webhook │ └──────┬──────┘ │ ▼ ┌─────────────────┐ │ 回调服务器 │ │ (Go/Python) │ └──────┬──────────┘ │ ├──────────────────┐ │ │ ▼ ▼ ┌──────────────┐ ┌──────────────┐ │ 向量知识库 │ │ LLM API │ │...
46
23450 unity workflows cryptorabea/claude_unity_dev_plugin
Unity Workflows and Editor Tools Essential workflows for Unity editor scripting, input systems, UI development, and asset management. Overview Efficient Unity workflows accelerate development and reduce errors. This skill covers editor customization, modern input handling, UI systems, and asset pipeline optimization. Core workflow areas: Editor scripting and custom tools Input System (new and legacy) UI development (UI Toolkit, uGUI) Asset management and build pipeline Editor Scripting Basics Me...
46