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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
19551 mcp-cloudflare heyvhuang/ship-faster
Cloudflare MCP Skill Interact with Cloudflare services via MCP: Workers, KV, R2, D1, Hyperdrive, Observability, Builds, Audit, Container Sandbox. File-based Pipeline (Pass Paths Only) When integrating troubleshooting/changes into multi-step workflows, persist all evidence and artifacts to disk, passing only paths between agents/sub-agents. Recommended directory structure (within project): runs/<workflow>/active/<run_id>/ Input: 01-input/goal.md (symptoms/objectives), 01-input/context.json (accou...
45
19552 technical-writing anton-abyzov/specweave
Technical Writing When to use this skill Writing technical specifications Creating architecture documentation Documenting system designs Writing runbooks and operational guides Creating developer documentation API documentation User manuals and guides Release notes and changelogs Instructions Step 1: Understand your audience Developer audience : Focus on implementation details Include code examples Technical terminology is okay Show how, not just what DevOps/Operations audience : Focus on deploy...
45
19553 quality-validation qodex-ai/ai-agent-skills
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What comm...
45
19554 reading list manager eddiebe147/claude-settings
Reading List Manager The Reading List Manager skill helps you curate, track, and extract value from your reading across books, articles, essays, and research papers. Rather than letting reading materials pile up in browser tabs and forgotten bookmarks, this skill provides a structured system for managing your reading pipeline and capturing key insights. This skill applies principles from "How to Read a Book" by Mortimer Adler, Zettelkasten note-taking methods, and spaced repetition learning to h...
45
19555 senior-secops borghei/claude-skills
Senior SecOps Engineer Complete toolkit for Security Operations including vulnerability management, compliance verification, secure coding practices, and security automation. Table of Contents Core Capabilities Workflows Tool Reference Security Standards Compliance Frameworks Best Practices Core Capabilities Show more
45
19556 flutter-ui dhruvanbhalara/skills
1. Performance & Rendering Const-First : Every widget that can be const MUST be const . Lazy Rendering : Use SliverList.builder or SliverGrid.builder for lists > 10 items. Repaint Boundaries : Wrap complex animations in RepaintBoundary . Isolate Parsing : Use compute() or Isolate for JSON > 1MB. BuildContext Safety : Check mounted before using context across async gaps. 2. Design Tokens (Theming) Use AppColors , AppSpacing , AppRadius , and AppTypography . NEVER hardcode raw values. Colors : Use...
45
19557 review-java nesnilnehc/ai-cortex
Skill: Review Java Purpose Review code in Java for language and runtime conventions only. Do not define scope (diff vs codebase) or perform security/architecture analysis; those are handled by scope and cognitive skills. Emit a findings list in the standard format for aggregation. Focus on concurrency and thread safety, exceptions and try-with-resources, API and version compatibility, collections and Streams, NIO and proper closing, modules (JPMS) where relevant, and testability. Core Objective ...
45
19558 drift sendaifun/skills
Drift Protocol SDK Development Guide A comprehensive guide for building Solana applications with the Drift Protocol SDK - the leading perpetual futures and spot trading protocol on Solana. Overview Drift Protocol is a decentralized exchange on Solana offering: Perpetual Futures : Up to 20x leverage on crypto assets Spot Trading : Borrow/lend and margin trading Cross-Collateral : Use multiple assets as collateral Vaults : Delegated trading pools Jupiter Integration : Direct spot swaps Quick Start...
45
19559 laravel:performance-caching jpcaparas/superpowers-laravel
Clear with the corresponding `clear` commands when needed in deployments. Values and queries ``` Cache::remember("post:{$id}", 600, fn () => Post::findOrFail($id)); ``` - Choose TTLs based on freshness requirements - Invalidate explicitly on writes when correctness matters Patterns and Strategies ``` // Stable keys and scopes (e.g., tenant, locale) Cache::remember("tenant:{$tenantId}:users:index:page:1", now()->addMinutes(5), function () { return User::with('team')->paginate(50); })...
45
19560 creation-feasibility-gate oimiragieo/agent-studio
Creation Feasibility Gate Overview Run a fast preflight feasibility check before creating a new agent/skill/workflow/hook/template/schema. This prevents low-value or impossible creator runs. When to Use Phase 0.5 dynamic creation flow User asks for net-new capability Reflection/evolution recommends artifact creation Iron Laws NEVER create artifacts inside this skill — return PASS/WARN/BLOCK with evidence only; all actual creation happens in the appropriate creator skill downstream. ALWAYS run th...
45
19561 agentdb memory patterns ruvnet/claude-flow
AgentDB Memory Patterns What This Skill Does Provides memory management patterns for AI agents using AgentDB's persistent storage and ReasoningBank integration. Enables agents to remember conversations, learn from interactions, and maintain context across sessions. Performance : 150x-12,500x faster than traditional solutions with 100% backward compatibility. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow or standalone) Understanding of agent architectures Quick Start with CLI Initia...
45
19562 capa-officer borghei/claude-skills
CAPA Officer Corrective and Preventive Action (CAPA) management within Quality Management Systems, focusing on systematic root cause analysis, action implementation, and effectiveness verification. Table of Contents CAPA Investigation Workflow Root Cause Analysis Corrective Action Planning Effectiveness Verification CAPA Metrics and Reporting Reference Documentation Tools CAPA Investigation Workflow Conduct systematic CAPA investigation from initiation through closure: Document trigger event wit...
45
19563 feynman neurofoo/agent-skills
Feynman Technique Apply the full Feynman learning technique to deeply understand a concept. Instructions Work through all four steps of the Feynman technique. Be honest about gaps—they're the point. Output Format Concept: [What are we trying to understand?] Step 1: Explain It Simply Explain as if teaching someone with no background in this field Simple Explanation [Write a plain-language explanation. Use everyday words. Avoid jargon. Aim for a bright 12-year-old to understand.] Analogy...
45
19564 podchaser vm0-ai/vm0-skills
Podchaser API Access comprehensive podcast data including shows, episodes, creators, networks, charts, and sponsorship information via GraphQL. Official docs: https://api-docs.podchaser.com/docs/overview When to Use Use this skill when you need to: Search and discover podcasts by topic, category, or keywords Get detailed podcast and episode metadata Access Apple Podcasts and Spotify chart rankings Find sponsorship and advertising data Retrieve episode transcripts Look up podcast creators an...
45
19565 mobile-development samhvw8/dot-claude
Mobile Development Skill Production-ready mobile development with modern frameworks, best practices, and mobile-first thinking patterns. When to Use Building mobile applications (iOS, Android, or cross-platform) Implementing mobile-first design and UX patterns Optimizing for mobile constraints (battery, memory, network, small screens) Making native vs cross-platform technology decisions Implementing offline-first architecture and data sync Following platform-specific guidelines (iOS HIG, Mater...
45
19566 voice simota/agent-skills
Voice Mode The user wants to have a voice conversation. They are not looking at the screen . They are listening to you speak and replying verbally. Treat this like a phone call. Voice mode is a session . It starts when this skill activates and ends when the user signals they're done — either by typing text in the terminal or by saying something like "that's all", "goodbye", "stop", "end voice", or similar. When the conversation ends, say goodbye and stop using voice commands. Resume normal text ...
45
19567 title kenneth-liao/ai-launchpad-marketplace
Title Generation Overview This skill generates high-performing titles and headlines optimized for engagement across any content type. Titles are designed to spark curiosity, complement visual assets where applicable, and compel the audience to click, open, or engage. Core Principle : Every title must prompt a specific question in the audience's mind. Description alone is insufficient — curiosity is non-negotiable. When to Use Use this skill when: The user asks to create a title, headline, or sub...
45
19568 skill-manager egebese/skill-manager
Skill Lifecycle Manager This skill helps you maintain your library of GitHub-wrapped skills by automating the detection of updates and assisting in the refactoring process. Core Capabilities Audit: Scans your local skills folder for skills with github_url metadata. Check: Queries GitHub (via git ls-remote) to compare local commit hashes against the latest remote HEAD. Report: Generates a status report identifying which skills are "Stale" or "Current". Update Workflow: Provides a structured pro...
45
19569 cap table manager eddiebe147/claude-settings
Cap Table Manager Manage equity cap tables, model dilution scenarios, and track ownership When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create cap table manager cap table Review and optimize review cap table manager Get best practices cap table manager best practices...
45
19570 milestone tracker eddiebe147/claude-settings
Milestone Tracker The Milestone Tracker skill helps teams define, track, and communicate progress on key project milestones. It emphasizes clear milestone definition with measurable exit criteria, proactive deadline management, and transparent stakeholder communication about progress and risks. This skill excels at breaking projects into meaningful checkpoints, tracking progress toward milestones, identifying potential delays early, and maintaining stakeholder confidence through regular status u...
45
19571 openbio openbio-ai/skills
Required: `OPENBIO_API_KEY` environment variable. ``` export OPENBIO_API_KEY=your_key_here ``` Base URL: `https://openbio-api.fly.dev/` Quick Start ``` List available tools curl -X GET "https://openbio-api.fly.dev/api/v1/tools" \ -H "X-API-Key: $OPENBIO_API_KEY" Get tool schema (always do this first!) curl -X GET "https://openbio-api.fly.dev/api/v1/tools/{tool_name}" \ -H "X-API-Key: $OPENBIO_API_KEY" Invoke tool curl -X POST "https://openbio-api.fly.dev/api/v1/tools" \ -H "X-AP...
45
19572 gdpr-compliance-scanner jeremylongshore/claude-code-plugins-plus-skills
This skill provides automated assistance for gdpr compliance scanner tasks within the Security Advanced domain. When to Use This skill activates automatically when you: - Mention "gdpr compliance scanner" in your request - Ask about gdpr compliance scanner patterns or best practices - Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities - Provides step-by-step guidance for gdpr compliance scan...
45
19573 designing-apis cloudai-x/claude-workflow-v2
Designing APIs API Design Workflow Copy this checklist and track progress: API Design Progress: - [ ] Step 1: Define resources and relationships - [ ] Step 2: Design endpoint structure - [ ] Step 3: Define request/response formats - [ ] Step 4: Plan error handling - [ ] Step 5: Add authentication/authorization - [ ] Step 6: Document with OpenAPI spec - [ ] Step 7: Validate design against checklist REST API Design URL Structure Resource-based URLs (nouns, not verbs) GET /users ...
45
19574 asana membranedev/application-skills
Asana Asana is a project management tool that helps teams organize, track, and manage their work. It's used by project managers, teams, and individuals to plan and execute tasks, projects, and workflows. Official docs: https://developers.asana.com/ Asana Overview Task Attachment Project User Workspace Section Use action names and parameters as needed. Working with Asana This skill uses the Membrane CLI to interact with Asana. Membrane handles authentication and credentials refresh automatically ...
45
19575 linkedin-cli sickn33/antigravity-awesome-skills
When to Use Use this skill when you need to automate LinkedIn tasks such as profile fetching, connection management, or post creation via CLI, especially when integrated into automated workflows. LinkedIn Skill You have access to linkedin – a CLI tool for LinkedIn automation. Use it to fetch profiles, search people and companies, send messages, manage connections, create posts, react, comment, and more. Each command sends a request to Linked API, which runs a real cloud browser to perform the ac...
45
19576 mcp-builder shareai-lab/learn-claude-code
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
45
19577 element-plus-vue3 partme-ai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Install and set up Element Plus in a Vue 3 project Use Element Plus components in Vue 3 applications Configure Element Plus (global config, i18n, theme, etc.) Use form components (Button, Input, Form, etc.) Use data display components (Table, Card, etc.) Use feedback components (Message, Notification, Dialog, etc.) Use navigation components (Menu, Tabs, etc.) Customize component styles and themes Handle component events Understa...
45
19578 connecting-to-base-network base/base-skills
Connecting to Base Network Mainnet Property Value Network Name Base Chain ID 8453 RPC Endpoint https://mainnet.base.org Currency ETH Explorer https://basescan.org Testnet (Sepolia) Property Value Network Name Base Sepolia Chain ID 84532 RPC Endpoint https://sepolia.base.org Currency ETH Explorer https://sepolia.basescan.org Security Never use public RPC endpoints in production — they are rate-limited and offer no privacy guarantees; use a dedicated node provider or self-hosted node Never embed R...
45
19579 board meeting prep eddiebe147/claude-settings
Board Meeting Prep Prepare board meeting decks, updates, and materials for effective governance When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create board meeting prep board meeting Review and optimize review board meeting prep Get best practices board meeting prep b...
45
19580 ab-test-setup openclaudia/openclaudia-skills
A/B Test Setup You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results. 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 designing a test, understand: Test Context ...
45
19581 slack message writer eddiebe147/claude-settings
Slack Message Writer The Slack Message Writer skill helps you create clear, engaging, and appropriately formatted messages for Slack channels and direct messages. Whether you're making an announcement, asking for help, sharing updates, or facilitating async discussions, this skill ensures your Slack communication is effective and professional. This skill understands Slack's unique communication culture—more casual than email but still professional, heavy use of emoji for tone, threading for cont...
45
19582 azure-web-pubsub-ts sickn33/antigravity-awesome-skills
Azure Web PubSub SDKs for TypeScript Real-time messaging with WebSocket connections and pub/sub patterns. Installation Server-side management npm install @azure/web-pubsub @azure/identity Client-side real-time messaging npm install @azure/web-pubsub-client Express middleware for event handlers npm install @azure/web-pubsub-express Environment Variables WEBPUBSUB_CONNECTION_STRING = Endpoint = https:// < resource > .webpubsub.azure.com ; AccessKey = < key > ; Version = 1.0 ; WEBPUBSUB_ENDPOINT...
45
19583 window-function-builder dengineproblem/agents-monorepo
SQL Window Function Builder Эксперт по SQL window functions и аналитическим запросам для бизнес-аналитики. Core Function Categories Function Overview window_functions : ranking : - ROW_NUMBER() : "Unique sequential numbers" - RANK() : "Ranking with gaps for ties" - DENSE_RANK() : "Ranking without gaps" - NTILE(n) : "Divide into n buckets" aggregate : - SUM() : "Running/cumulative totals" - AVG() : "Moving averages" - COUNT() : "Running counts" - MIN() : "Running minimum" - MAX() : "Running maxim...
45
19584 discovery-caller ncklrs/startup-os-skills
Discovery Caller Strategic discovery call expertise for B2B sales teams — from preparation and question frameworks to qualification and documentation. Philosophy Discovery isn't about pitching. It's about understanding deeply before you ever propose a solution. The best discovery calls: Listen more than talk — Aim for 70/30 prospect-to-rep ratio Quantify everything — Pain without numbers is just complaining Map the buying committee — One champion doesn't close deals Earn the next step — Every ca...
45
19585 web-search xxiii8322766509/nagaagent
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App App ID Description Search exa/search Smart web search with AI...
45
19586 advisory board builder eddiebe147/claude-settings
Advisory Board Builder Recruit, structure, and manage advisory boards for strategic guidance When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create advisory board builder advisory board Review and optimize review advisory board builder Get best practices advisory board...
45
19587 chembl-search yorkeccak/scientific-skills
ChEMBL Search Search the complete ChEMBL database of bioactive molecules, drug targets, and binding data using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete compound and target information Image Links: Includes molec...
45
19588 competitive-ads-extractor nicepkg/ai-workflow
Competitive Ads Extractor This skill extracts your competitors' ads from ad libraries and analyzes what's working—the problems they're highlighting, use cases they're targeting, and copy/creative that's resonating. When to Use This Skill Researching competitor ad strategies Finding inspiration for your own ads Understanding market positioning Identifying successful ad patterns Analyzing messaging that works Discovering new use cases or pain points Planning ad campaigns with proven concepts Wha...
45
19589 cold-email humanizerai/agent-skills
Cold Email Writing You are an expert cold email writer. Your goal is to write emails that sound like they came from a sharp, thoughtful human — not a sales machine following a template. Before Writing 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. Understand the situation ...
45
19590 design-expert personamanagmentlayer/pcl
System Design Expert Expert guidance for system design, software architecture, scalability patterns, and distributed systems. Core Concepts Architecture Patterns Microservices vs Monolithic Event-driven architecture CQRS and Event Sourcing Layered architecture Hexagonal architecture Service-oriented architecture (SOA) Scalability Horizontal vs vertical scaling Load balancing strategies Caching layers Database sharding Read replicas CDN usage Distributed Systems CAP theorem Consistency models Dis...
45
19591 replay-cli replayio/skills
replay-cli Description: Use when the user wants help with Replay CLI commands for recording, uploading, managing recordings, or authentication. Examples: "upload my recording", "list my replays", "login to replay", "remove recordings", "record a session". Instructions: You are helping the user with the Replay CLI tool. Here is the complete reference: Installation Install Replay CLI globally using your preferred package manager: npm i -g replayio or yarn add -g replayio or pnpm i -g replayio o...
45
19592 playwright-browser 91fapiao-cn/playwright-browser-skill
Playwright Browser Skill - 浏览器自动化技能 ⚡ AI 调用指南(OpenClaw 必读) 如何调用 MCP 工具 当用户请求浏览器操作时,你需要通过 MCP 协议调用相应的工具。以下是调用方法: 基本调用流程 启动浏览器 → 调用 browser_launch 访问网页 → 调用 browser_goto 执行操作 → 调用相应工具(点击、填写、提取等) 关闭浏览器 → 调用 browser_close 常用工具快速参考 用户需求 调用工具 参数示例 "访问网站" browser_goto { "url": "https://example.com" } "点击按钮" browser_click { "selector": "button.submit" } "填写表单" browser_fill { "selector": "username", "value": "admin" } "获取标题" browser_get_title {} "截图" browser_screenshot { "path": "screenshot.png", "fullPa...
45
19593 forms-inputs dylantarre/animation-principles
Form & Input Animation Principles Apply Disney's 12 principles to forms for clear feedback and delightful interactions. Principles Applied to Form Elements 1. Squash & Stretch Input fields can subtly expand on focus (1-2px height). Submit button compresses on click. Checkboxes bounce on toggle. 2. Anticipation Label floats up before user types. Focus ring appears before content entry. Prepares user for input action. 3. Staging Focused input should be visually prominent: border color, shad...
45
19594 value-dividend-screener nicepkg/ai-workflow
Value Dividend Screener Overview This skill identifies high-quality dividend stocks that combine value characteristics, attractive income generation, and consistent growth using a two-stage screening approach : FINVIZ Elite API (Optional but Recommended) : Pre-screen stocks with basic criteria (fast, cost-effective) Financial Modeling Prep (FMP) API : Detailed fundamental analysis of candidates Screen US equities based on quantitative criteria including valuation ratios, dividend metrics, financ...
45
19595 revenue-operations borghei/claude-skills
Revenue Operations Pipeline analysis, forecast accuracy tracking, and GTM efficiency measurement for SaaS revenue teams. Table of Contents Quick Start Tools Overview Pipeline Analyzer Forecast Accuracy Tracker GTM Efficiency Calculator Revenue Operations Workflows Weekly Pipeline Review Forecast Accuracy Review GTM Efficiency Audit Quarterly Business Review Reference Documentation Templates Quick Start Analyze pipeline health and coverage python scripts/pipeline_analyzer.py --input assets/sampl...
45
19596 douban-movie-review agentbay-ai/agentbay-skills
豆瓣电影影评查询 依赖 python3 -m pip install wuying-agentbay-sdk 安装步骤 在使用此技能之前,请确保已安装必要的依赖包: python3 -m pip install wuying-agentbay-sdk 使用场景 用户询问某部电影的豆瓣影评 用户想了解电影的用户评价 用户想查看电影的热门短评 使用方法 python3 scripts/browser-use.py "<任务执行步骤>" 快速示例 python3 scripts/browser-use.py " \ 前往豆瓣网站 https://www.douban.com/ \ 搜索电影盗梦空间 \ 点击盗梦空间进入详情界面,下滑到短评部分 \ 提取前5条热门评论 \ 以markdown格式返回 " 输出格式 《电影名称》豆瓣影评 热门短评 1. 用户名 点赞数 评论内容 2. 用户名 点赞数 评论内容 注意事项 始终注明信息来源为豆瓣 不需要创建新的脚本,用skill目录下的browser-use.py 任务需要执行1~2分钟,不要杀进程,请耐心等待和观察任务,也不要重试 skill...
45
19597 client onboarding designer eddiebe147/claude-settings
Client Onboarding Designer Design smooth client onboarding experiences that ensure success and retention When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create client onboarding designer client onboarding Review and optimize review client onboarding designer Get best p...
45
19598 portable-document-handler qodex-ai/ai-agent-skills
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need to fill out a PDF form, read forms.md and follow its instructions. Quick Start from pypdf import PdfReader, PdfWriter Read a PDF reader = PdfReader("document.pdf") print(f"Pages: {len(reader.pages)}") Extract text text = "" for page in reader.pages: text += pag...
45
19599 azure-ai-agents-persistent-java sickn33/antigravity-awesome-skills
Azure AI Agents Persistent SDK for Java Low-level SDK for creating and managing persistent AI agents with threads, messages, runs, and tools. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-agents-persistent </ artifactId > < version > 1.0.0-beta.1 </ version > </ dependency > Environment Variables PROJECT_ENDPOINT = https:// < resource > .services.ai.azure.com/api/projects/ < project > MODEL_DEPLOYMENT_NAME = gpt-4o-mini Authentication import com . azure ....
45
19600 performance-optimization dylantarre/animation-principles
Performance Optimization When to use this skill Slow page loads : low Lighthouse score Slow rendering : delayed user interactions Large bundle size : increased download time Slow queries : database bottlenecks Instructions Step 1: Measure performance Lighthouse (Chrome DevTools) : CLI npm install -g lighthouse lighthouse https://example.com --view Automate in CI lighthouse https://example.com --output = json --output-path = ./report.json Measure Web Vitals (React): import { getCLS , getFID , g...
45