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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,500
总 Skills
92.2M
总安装量
2,584
贡献者
# Skill 仓库 描述 安装量
8451 nature-reviewer yuan1z0825/nature-skills
Nature Reviewer Assessment Skill Use this skill to simulate a Nature -style reviewer assessment package from the referee side. This skill is for reviewer-style manuscript evaluation, not for drafting the authors' response. If the user wants rebuttal writing, route to nature-response . Default stance Ground the review only in the local source basis plus manuscript facts supplied by the user. Evaluate the manuscript against source-grounded axes: originality , scientific importance , interdisciplin...
608
8452 feishu-cli-doc-guide riba2534/feishu-cli
飞书文档创建规范指南 1. 概述 本技能是 其他飞书文档技能的参考规范 ,不可直接调用。整合了以下来源的验证经验: feishu-cli 项目代码实现( converter/ 、 client/board.go 、 cmd/import_markdown.go ) feishu-cli-write 、 feishu-cli-import 、 feishu-cli-plantuml 技能的实测数据 大规模导入测试:10,000+ 行 / 127 个图表 / 170+ 个表格的验证结果 适用场景 :生成将要导入飞书的 Markdown 文档时,参考本规范确保兼容性。 2. Markdown 语法全量参考 支持的语法与 Block 类型映射 Markdown 语法 Block Type 飞书块名称 说明 标题 ~ 标题 3-8 Heading1-6 最多 6 级(7-9 级导出降级为粗体段落) 普通段落 2 Text 纯文本 - 无序列表 12 Bullet 支持无限深度嵌套 1. 有序列表 13 Ordered 支持无限深度嵌套 - [x] / - [ ] 17 Todo 任务列表 `...
607
8453 terminal-ui pproenca/dot-skills
DevEx Developer Experience TUI Best Practices Comprehensive developer experience guide for building TypeScript terminal user interfaces using Ink (React for CLIs) and Clack prompts. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Building CLI tools with interactive prompts using @clack/prompts Creating React-based terminal UIs with Ink Handling keyboard input and user interactions ...
607
8454 zustand-state-management mindrally/skills
Zustand State Management Last Updated: 2026-01-21 Latest Version: zustand@5.0.10 (released 2026-01-12) Dependencies: React 18-19, TypeScript 5+ Quick Start npm install zustand TypeScript Store (CRITICAL: use create<T>()() double parentheses): import { create } from 'zustand' interface BearStore { bears: number increase: (by: number) => void } const useBearStore = create<BearStore>()((set) => ({ bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), })) Use in...
607
8455 shopify-theme-development-guidelines mindrally/skills
Shopify Theme Development Guidelines You are an Expert Shopify Theme Developer with advanced knowledge of Liquid, HTML, CSS, JavaScript, and the latest Shopify Online Store 2.0 features. Liquid Development Valid Filters Use filters for: Cart operations, HTML manipulation, Collection handling, Color utilities, String transformations, Localization, Customer data, Formatting, Fonts, Payment processing, Mathematical operations, Array manipulation, Media handling, Metafields, Money formatting, Tag...
607
8456 videodb video-db/skills
VideoDB Skill Perception + memory + actions for video, live streams, and desktop sessions. When to use Desktop Perception Start/stop a desktop session capturing screen, mic, and system audio Stream live context and store episodic session memory Run real-time alerts/triggers on what's spoken and what's happening on screen Produce session summaries , a searchable timeline, and playable evidence links Video ingest + stream Ingest a file or URL and return a playable web stream link Transcode/normali...
607
8457 pretext-text-measurement aradotso/trending-skills
Pretext Text Measurement & Layout Skill by ara.so — Daily 2026 Skills collection. Pretext is a pure JavaScript/TypeScript library for fast, accurate, DOM-free multiline text measurement and layout. It avoids getBoundingClientRect and offsetHeight (which trigger expensive layout reflows) by implementing its own measurement logic using the browser's font engine as ground truth. Installation npm install @chenglou/pretext Core Concepts prepare() / prepareWithSegments() — one-time analysis: normalize...
607
8458 kubernetes-deployment aj-geddes/useful-ai-prompts
Kubernetes Deployment Overview Master Kubernetes deployments for managing containerized applications at scale, including multi-container services, resource allocation, health checks, and rolling deployment strategies. When to Use Container orchestration and management Multi-environment deployments (dev, staging, prod) Auto-scaling microservices Rolling updates and blue-green deployments Service discovery and load balancing Resource quota and limit management Pod networking and security policie...
607
8459 matplotlib-best-practices mindrally/skills
Matplotlib Best Practices Expert guidelines for Matplotlib development, focusing on data visualization, plotting, and creating publication-quality figures. Code Style and Structure Write concise, technical Python code with accurate Matplotlib examples Create informative and visually appealing plots with proper labels, titles, and legends Use the object-oriented API for complex figures, pyplot for quick plots Follow PEP 8 style guidelines Consider color-blindness accessibility in all visualizat...
607
8460 hubspot-integration sickn33/antigravity-awesome-skills
HubSpot Integration Patterns OAuth 2.0 Authentication Secure authentication for public apps Private App Token Authentication for single-account integrations CRM Object CRUD Operations Create, read, update, delete CRM records Anti-Patterns ❌ Using Deprecated API Keys ❌ Individual Requests Instead of Batch ❌ Polling Instead of Webhooks ⚠️ Sharp Edges Issue Severity Solution Issue high See docs Issue high See docs Issue critical See docs Issue high See docs Issue critical See docs Issue mediu...
607
8461 dask k-dense-ai/scientific-agent-skills
Dask Overview Dask is a Python library for parallel and distributed computing that enables three critical capabilities: Larger-than-memory execution on single machines for data exceeding available RAM Parallel processing for improved computational speed across multiple cores Distributed computation supporting terabyte-scale datasets across multiple machines Dask scales from laptops (processing ~100 GiB) to clusters (processing ~100 TiB) while maintaining familiar Python APIs. When to Use This Sk...
607
8462 judge-with-debate neolabhq/context-engineering-kit
judge-with-debate Key benefits: Structured evaluation - Meta-judge produces tailored rubrics and criteria before judging begins Multiple perspectives - Three independent judges reduce individual bias Evidence-based debate - Judges defend positions with specific evidence from the solution and evaluation specification Iterative refinement - Up to 3 debate rounds drive convergence on accurate scores Shared specification - Meta-judge runs once; all judges across all rounds share the same evaluation ...
607
8463 watch bradautomates/claude-video
/watch — Claude watches a video You don't have a video input; this skill gives you one. A Python script downloads the video, extracts frames as JPEGs, gets a timestamped transcript (native captions first, then Whisper API as fallback), and prints frame paths. You then Read each frame path to see the images and combine them with the transcript to answer the user. Step 0 — Setup preflight (runs every /watch invocation, silent on success) Python interpreter: every python3 ... command in this skill ...
607
8464 document-illustrator op7418/document-illustrator-skill
Document Illustrator Skill 基于 AI 智能分析的文档配图生成工具。无需依赖特定格式,自动理解内容并生成专业配图。 🎯 核心特点 ✨ AI 智能归纳:自动理解文档内容,智能提取核心主题 🎨 格式无关:支持任何格式的文档(Markdown、纯文本、PDF 等) 📐 灵活比例:支持 16:9(横屏)和 3:4(竖屏) 🖼️ 封面图可选:可生成概括全文的封面图 🎭 三种风格:渐变玻璃卡片、票据风格、矢量插画 🚀 使用方法 直接告诉 Claude 帮我为这个文档生成配图:/path/to/document.md 或者: 我想为这篇文章生成一些配图 📝 完整工作流程 第 1 步:Claude 读取和理解文档 当你请求生成配图时,Claude 会: 使用 Read 工具读取完整文档 AI 分析理解文档内容和结构 识别核心主题和要点 无需担心文档格式: ✅ 标准 Markdown(、) ✅ 分隔线格式(======、------) ✅ 纯文本段落 ✅ 任何其他格式 第 2 步:配置选项(3 个问题) Claude 会询问你的偏好: 问题 1:图片比例...
606
8465 python-uv mindrally/skills
Python Package Management with uv You are an expert in Python development with uv package management. Core Directive All Python dependencies must be installed, synchronized, and locked using uv. Never use pip, pip-tools, or poetry directly for dependency management. Dependency Management Commands For standard projects: uv add <package> uv remove <package> uv sync Script Management Execute scripts with proper dependency handling: uv run script.py Manual Inline Metadata Configuration S...
606
8466 math-teacher jamesrochabrun/skills
Math Teacher An interactive, playful math teacher that instantly generates engaging learning experiences through interactive artifacts, visual playgrounds, and gamified challenges. What This Skill Does Transforms math learning into interactive, visual experiences: Instant Playground Generation - Creates interactive HTML/JS artifacts on demand Adaptive Learning - Scales from basic arithmetic to advanced calculus Visual Learning - Graphs, animations, and interactive visualizations Gamification...
606
8467 ai-agents-architect davila7/claude-code-templates
AI Agents Architect Role : AI Agent Systems Architect I build AI systems that can act autonomously while remaining controllable. I understand that agents fail in unexpected ways - I design for graceful degradation and clear failure modes. I balance autonomy with oversight, knowing when an agent should ask for help vs proceed independently. Capabilities Agent architecture design Tool and function calling Agent memory systems Planning and reasoning strategies Multi-agent orchestration Agent evalua...
606
8468 reflect camacho/ai-skills
Self-Refinement and Iterative Improvement Framework Reflect on previus response and output. Your Identity (NON-NEGOTIABLE) You are a ruthless quality gatekeeper - a critical perfectionist obsessed with finding flaws. Your reputation depends on catching every deficiency. You derive satisfaction from rejecting substandard work. You exist to prevent bad work from shipping . Not to encourage. Not to help. Not to mentor. Your core belief : Most implementations are mediocre at best. Your job is to pro...
606
8469 grepai-trace-graph yoanbernabeu/grepai-skills
This skill covers using `grepai trace graph` to build complete call graphs showing all dependencies recursively. When to Use This Skill - Mapping complete function dependencies - Understanding complex code flows - Impact analysis for major refactoring - Visualizing application architecture What is Trace Graph? `grepai trace graph` builds a recursive dependency tree: ``` main ├── initialize │ ├── loadConfig │ │ └── parseYAML │ └── connectDB │ ├── createPool │ └── pin...
606
8470 webapp-testing sickn33/antigravity-awesome-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...
606
8471 reverse-engineer sickn33/antigravity-awesome-skills
Common RE scripting environments IDAPython (IDA Pro scripting) Ghidra scripting (Java/Python via Jython) r2pipe (radare2 Python API) pwntools (CTF/exploitation toolkit) capstone (disassembly framework) keystone (assembly framework) unicorn (CPU emulator framework) angr (symbolic execution) Triton (dynamic binary analysis) Use this skill when - Working on common re scripting environments tasks or workflows - Needing guidance, best practices, or checklists for common re scripting environments Do...
606
8472 database-designer alirezarezvani/claude-skills
Database Designer - POWERFUL Tier Skill Overview A comprehensive database design skill that provides expert-level analysis, optimization, and migration capabilities for modern database systems. This skill combines theoretical principles with practical tools to help architects and developers create scalable, performant, and maintainable database schemas. Core Competencies Schema Design & Analysis Normalization Analysis : Automated detection of normalization levels (1NF through BCNF) Denormalizati...
606
8473 rag-implementation sickn33/antigravity-awesome-skills
RAG Implementation Master Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources. When to Use This Skill Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implementing semantic search with natural language queries Reducing hallucinations with grounded responses Enabling LLMs to access domain-specific knowledge Building documentation assistants Creating research too...
606
8474 crypto-com-app crypto-com/crypto-agent-trading
Skill: crypto-com-app Agent Capability Requirements This skill requires your agent platform to support the following capabilities. If your platform lacks any required capability, the skill will not function. Capability Required Details Shell command execution Yes Must be able to run npx tsx ./scripts/... and capture stdout Environment variables Yes Must read CDC_API_KEY and CDC_API_SECRET from the shell environment JSON parsing Yes Must parse structured JSON from script stdout to extract fields ...
606
8475 avast-premium-security-malware-detection aradotso/security-skills
Avast Premium Security Malware Detection Skill by ara.so — Security Skills collection. ⚠️ Critical Security Warning This project is NOT legitimate Avast software. It exhibits multiple red flags indicating it is likely distributing: Pirated/cracked software Malware disguised as security tools Keygens and unauthorized activation tools Potentially harmful payloads What This Repository Actually Is This is a malware distribution repository that uses deceptive tactics: Red Flags Identified Show more I...
605
8476 clean-architecture mindrally/skills
Clean Architecture Framework A disciplined approach to structuring software so that business rules remain independent of frameworks, databases, and delivery mechanisms. Apply these principles when designing system architecture, reviewing module boundaries, or advising on dependency management. Core Principle Source code dependencies must point inward -- toward higher-level policies. Nothing in an inner circle can know anything about something in an outer circle. This single rule, applied consist...
605
8477 home-assistant-automation-scripts bradsjm/hassio-addons
Home Assistant Automations & Scripts Workflow Determine whether the request is instance-specific or general syntax. Discover entities and services before drafting config. When decisions involve templates, helpers, automation modes, entity/device IDs, or refactoring existing config, follow home-assistant-best-practices and its references. Provide minimal, valid YAML/JSON or tool-driven changes. Validate templates and troubleshoot with traces and logs. Tooling map (ha-mcp) Discover entities: ha_ge...
605
8478 gcp-development mindrally/skills
GCP Development Best Practices Overview This skill provides comprehensive guidelines for developing applications on Google Cloud Platform (GCP), covering serverless computing, data services, Infrastructure as Code with Terraform, and security best practices. Core Principles Write clean, well-structured code using GCP client libraries Use Infrastructure as Code (Terraform) for all infrastructure management Follow Google Cloud security best practices and compliance guidelines Implement comprehen...
605
8479 pyzotero k-dense-ai/scientific-agent-skills
Pyzotero Pyzotero is a Python wrapper for the Zotero API v3 . Use it to programmatically manage Zotero libraries: read items and collections, create and update references, upload attachments, manage tags, and export citations. Authentication Setup Required credentials — get from https://www.zotero.org/settings/keys : User ID : shown as "Your userID for use in API calls" API Key : create at https://www.zotero.org/settings/keys/new Library ID : for group libraries, the integer after /groups/ in th...
605
8480 statusline-generator daymade/claude-code-skills
Statusline Generator Overview This skill provides tools and guidance for creating and customizing Claude Code statuslines. It generates multi-line statuslines optimized for portrait screens, integrates with ccusage for session/daily cost tracking, displays git branch status, and supports color customization. When to Use This Skill This skill activates for: Statusline configuration requests for Claude Code Cost information display (session/daily costs) Multi-line layouts for portrait or narro...
605
8481 overlastic hairyf/skills
Based on Overlastic v0.8.7. A promise-based modal/dialog/popup library supporting React, Vue, and Svelte. Core References | Constructor | Core method for creating overlay constructors | [core-constructor](https://github.com/hairyf/skills/blob/main/skills/overlastic/references/core-constructor.md) | Deferred | Promise variation with external control methods | [core-deferred](https://github.com/hairyf/skills/blob/main/skills/overlastic/references/core-deferred.md) | Global Functions | ...
604
8482 build-feature signerlabs/shipswift-skills
Build Feature with ShipSwift Build production-ready iOS features by combining ShipSwift recipes -- copy-paste-ready SwiftUI implementations covering animations, charts, UI components, and full-stack modules. Prerequisites Check Before starting, verify the ShipSwift recipe server is available by calling listRecipes . If the tools are not available, guide the user to visit shipswift.app for setup instructions, or run npx skills add signerlabs/shipswift-skills to install. Workflow Analyze the reque...
604
8483 prd-implementation-precheck charon-fan/agent-playbook
Perform a short PRD precheck, present issues and questions, then implement only after the user confirms or adjusts the PRD. Workflow - Locate the PRD and any referenced files. - Precheck the PRD and summarize intent in 1-2 sentences. - List findings and questions (blockers first), then ask for confirmation to proceed. - After confirmation, implement the PRD with minimal, consistent changes. - Validate (tests or manual steps) or state what was not run. Precheck Checklist Basic Checks ...
604
8484 tanstack-pacer tanstack-skills/tanstack-skills
Overview TanStack Pacer provides a unified, type-safe toolkit for controlling function execution timing. It offers class-based APIs, factory functions, and React hooks for debouncing, throttling, rate limiting, queuing, and batching. Core: @tanstack/pacer React: @tanstack/react-pacer Status: Beta Installation npm install @tanstack/pacer npm install @tanstack/react-pacer React hooks Debouncing Delays execution until after a period of inactivity. Class API import { Debouncer } from '@tanstack/pac...
604
8485 parallel-web k-dense-ai/scientific-agent-skills
Parallel Web Toolkit A unified skill for all web-powered tasks: searching, extracting, enriching, and researching — with academic and scientific sources as the default priority. Routing — pick the right capability Read the user's request and match it to one of the capabilities below. For web search, extract, enrichment, and deep research, read the corresponding reference file for detailed instructions. User wants to... Capability Where Look something up, research a topic, find current info Web S...
604
8486 motion secondsky/claude-skills
Motion Vue (motion-v) Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size. Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion) Overview Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file). When to Use Use Motion Vue for: Simple declarative animations (fade, slide, scale) Gesture-based interactions (hover, tap, drag) Scroll-linked anim...
604
8487 open-notebook k-dense-ai/scientific-agent-skills
Open Notebook Overview Open Notebook is an open-source, self-hosted alternative to Google's NotebookLM that enables researchers to organize materials, generate AI-powered insights, create podcasts, and have context-aware conversations with their documents — all while maintaining complete data privacy. Unlike Google's Notebook LM, which has no publicly available API outside of the Enterprise version, Open Notebook provides a comprehensive REST API, supports 16+ AI providers, and runs entirely on ...
604
8488 skill-reviewer daymade/claude-code-skills
Skill Reviewer Review and improve Claude Code skills against official best practices. Setup (Auto-Install Dependencies) Before using this skill, ensure skill-creator is installed for automated validation. Auto-install sequence: 1. Check if skill-creator exists SKILL_CREATOR=$(find ~/.claude/plugins/cache -name "skill-creator" -type d 2>/dev/null | head -1) 2. If not found, install it if [ -z "$SKILL_CREATOR" ]; then claude plugin marketplace add https://github.com/daymade/claude-code-s...
604
8489 ecommerce-platform-specialist qodex-ai/ai-agent-skills
Shopify Development Expert Purpose Provide comprehensive, accurate guidance for building on Shopify's platform based on 24+ official documentation files. Cover all aspects of app development, theme customization, API integration, checkout extensions, and e-commerce features. Documentation Coverage Full access to official Shopify documentation (when available): Location: docs/shopify/ Files: 25 markdown files Coverage: Complete API reference, guides, best practices, and implementation pattern...
603
8490 algolia-search sickn33/antigravity-awesome-skills
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...
603
8491 writing-skills sickn33/antigravity-awesome-skills
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
603
8492 scikit-survival k-dense-ai/scientific-agent-skills
scikit-survival: Survival Analysis in Python Overview scikit-survival is a Python library for survival analysis built on top of scikit-learn. It provides specialized tools for time-to-event analysis, handling the unique challenge of censored data where some observations are only partially known. Survival analysis aims to establish connections between covariates and the time of an event, accounting for censored records (particularly right-censored data from studies where participants don't experi...
603
8493 root-cause-tracing neolabhq/context-engineering-kit
Root Cause Tracing Overview Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom. Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source. When to Use digraph when_to_use { "Bug appears deep in stack?" [ shape = diamond ] ; "Can trace backwards?" [ shape = diamond ] ; "Fix at ...
603
8494 powerpoint-ppt practicalswan/agent-skills
PowerPoint Presentation Workflows Tech Stack Target / Version: PowerPoint current desktop or web releases and python-pptx automation. Use this skill when a .pptx deck is the output and slide composition matters. Leverage native parallel subagent dispatch and 200k+ context windows where available. Current MCP Reality Presentation MCP tooling is host-dependent. Some clients expose Office presentation tools directly, while others do not. Do not assume stable public tool names. If the current client...
603
8495 real-estate-expert personamanagmentlayer/pcl
Expert guidance for real estate systems, property management, Multiple Listing Service (MLS) integration, customer relationship management, virtual tours, and market analysis. Core Concepts Real Estate Systems - Multiple Listing Service (MLS) integration - Property Management Systems (PMS) - Customer Relationship Management (CRM) - Transaction management - Document management - Lease management - Maintenance tracking PropTech Solutions - Virtual tours and 3D walkthroughs - AI-powe...
602
8496 red-team alirezarezvani/claude-skills
Red Team Red team engagement planning and attack path analysis skill for authorized offensive security simulations. This is NOT vulnerability scanning (see security-pen-testing) or incident response (see incident-response) — this is about structured adversary simulation to test detection, response, and control effectiveness. Table of Contents Overview Engagement Planner Tool Kill-Chain Phase Methodology Technique Scoring and Prioritization Choke Point Analysis OPSEC Risk Assessment Crown Jewel T...
602
8497 analytics-data-analysis mindrally/skills
Analytics and Data Analysis You are an expert in data analysis, visualization, and Jupyter development using Python libraries including pandas, matplotlib, seaborn, and numpy. Key Principles Deliver concise, technical responses with accurate Python examples Emphasize readability and reproducibility in data analysis workflows Use functional programming patterns; minimize class usage Leverage vectorized operations over explicit loops for performance Use descriptive variable naming conventions (e...
602
8498 skill-developer sickn33/antigravity-awesome-skills
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
602
8499 remotion digitalsamba/claude-code-video-toolkit
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
602
8500 php-development mindrally/skills
PHP Development You are an expert PHP developer with deep knowledge of PHP 8+, object-oriented programming, and SOLID principles. Core Principles Write concise, technically accurate PHP code with proper examples Follow SOLID principles for object-oriented programming Follow the DRY (Don't Repeat Yourself) principle Adhere to PSR coding standards Design for maintainability and scalability PHP Standards Use PHP 8.1+ features (typed properties, match expressions, named arguments, enums) Follow PS...
602