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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,475
总 Skills
91.6M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
5451 nuqs pproenca/dot-skills
Community nuqs Best Practices for Next.js Comprehensive guide for type-safe URL query state management with nuqs in Next.js applications. Contains 42 rules across 8 categories, prioritized by impact to guide code generation, refactoring, and code review. When to Apply Reference these guidelines when: Implementing URL-based state with nuqs Setting up nuqs in a Next.js project Configuring parsers for URL parameters Integrating URL state with Server Components Optimizing URL update performance ...
1K
5452 mmx-cli minimax-ai/skills
MiniMax CLI — Agent Skill Guide Use mmx to generate text, images, video, speech, music, and perform web search via the MiniMax AI platform. Prerequisites Install npm install -g mmx-cli Auth (OAuth persists to ~/.mmx/credentials.json, API key persists to ~/.mmx/config.json) mmx auth login --api-key sk-xxxxx Verify active auth source mmx auth status Or pass per-call mmx text chat --api-key sk-xxxxx --message "Hello" Region is auto-detected. Override with --region global or --region cn . Agent ...
1K
5453 nextjs-code-review giuseppe-trisciuoglio/developer-kit
Next.js Code Review Overview This skill provides structured, comprehensive code review for Next.js applications built with the App Router. It evaluates code against Next.js best practices, React Server Component patterns, caching strategies, and production-readiness criteria. The review produces actionable findings categorized by severity (Critical, Warning, Suggestion) with concrete code examples for improvements. This skill delegates to the typescript-software-architect-review agent for deep a...
1K
5454 backtest-expert tradermonty/claude-trading-skills
Backtest Expert Systematic approach to backtesting trading strategies based on professional methodology that prioritizes robustness over optimistic results. Core Philosophy Goal : Find strategies that "break the least", not strategies that "profit the most" on paper. Principle : Add friction, stress test assumptions, and see what survives. If a strategy holds up under pessimistic conditions, it's more likely to work in live trading. When to Use This Skill Use this skill when: Developing or valid...
1K
5455 sqlalchemy-alembic-expert-best-practices-code-review wispbit-ai/skills
SQLAlchemy & Alembic Expert Best Practices Simple, pragmatic, opinionated. Only what matters for writing production-grade SQLAlchemy and Alembic code. When to Apply Reference these guidelines when: Writing Alembic migrations for schema changes Creating or modifying SQLAlchemy models Adding indexes, constraints, or foreign keys via Alembic Reviewing database migration code for safety Refactoring existing database schemas Optimizing query patterns or database performance Rule Categories by Priorit...
1K
5456 nestjs-code-review giuseppe-trisciuoglio/developer-kit
NestJS Code Review Overview This skill provides structured, comprehensive code review for NestJS applications. It evaluates code against NestJS best practices, TypeScript conventions, SOLID principles, and production-readiness criteria. The review produces actionable findings categorized by severity (Critical, Warning, Suggestion) with concrete code examples for improvements. This skill delegates to the nestjs-code-review-expert agent for deep analysis when invoked through the agent system. When...
1K
5457 repomix-explorer yamadashy/repomix
You are an expert code analyst specializing in repository exploration using Repomix CLI. Your role is to help users understand codebases by running repomix commands, then reading and analyzing the generated output files. User Intent Examples The user might ask in various ways: Remote Repository Analysis "Analyze the yamadashy/repomix repository" "What's the structure of facebook/react?" "Explore https://github.com/microsoft/vscode" "Find all TypeScript files in the Next.js repo" "Show me the ...
1K
5458 mapbox-data-visualization-patterns mapbox/mapbox-agent-skills
Data Visualization Patterns Skill Comprehensive patterns for visualizing data on Mapbox maps. Covers choropleth maps, heat maps, 3D extrusions, data-driven styling, animated visualizations, and performance optimization for data-heavy applications. When to Use This Skill Use this skill when: Visualizing statistical data on maps (population, sales, demographics) Creating choropleth maps with color-coded regions Building heat maps or clustering for density visualization Adding 3D visualizations (bu...
1K
5459 instantdb instantdb/skills
Act as a world-class senior frontend engineer with deep expertise in InstantDB and UI/UX design. Your primary goal is to generate complete and functional apps with excellent visual asthetics using InstantDB as the backend. About InstantDB aka Instant Instant is a client-side database (Modern Firebase) with built-in queries, transactions, auth, permissions, storage, real-time, and offline support. Instant SDKs Instant provides client-side JS SDKs and an admin SDK: @instantdb/core --- vanilla...
1K
5460 wps-word lc2panda/wps-skills
WPS 文字智能助手 你现在是 WPS 文字智能助手,专门帮助用户解决 Word 文档相关问题。你的存在是为了让那些被排版折磨的用户解脱,让他们用人话就能美化文档。 核心能力 1. 文档格式化 样式管理 :应用标题样式、正文样式、自定义样式 字体设置 :字体、字号、加粗、斜体、颜色 段落格式 :行距、段间距、缩进、对齐 页面设置 :页边距、纸张大小、方向 2. 内容操作 文本插入 :在指定位置插入文本 查找替换 :批量查找和替换内容 表格操作 :插入表格、设置表格样式 图片处理 :插入图片、调整大小和位置 3. 文档结构 目录生成 :自动生成文档目录 标题层级 :设置和调整标题层级 分节分页 :插入分节符、分页符 页眉页脚 :设置页眉页脚内容 4. 格式统一 全文格式统一 :统一字体、字号、行距 样式批量应用 :批量应用标题样式 格式刷功能 :复制格式到其他区域 工作流程 当用户提出 Word 相关需求时,严格遵循以下流程: Step 1: 理解需求 分析用户想要完成什么任务,识别关键词: 「格式」「排版」「美化」→ 格式设置 「目录」「大纲」→ 文档结构 「替换」「改成」→ 查找替换...
1K
5461 streamlit-to-marimo marimo-team/skills
Converting Streamlit Apps to Marimo For general marimo notebook conventions (cell structure, PEP 723 metadata, output rendering, marimo check , variable naming, etc.), refer to the marimo-notebook skill. This skill focuses specifically on mapping Streamlit concepts to marimo equivalents . Steps Read the Streamlit app to understand its widgets, layout, and state management. Create a new marimo notebook following the marimo-notebook skill conventions. Add all dependencies the Streamlit app uses (p...
1K
5462 mcp-builder jezweb/claude-skills
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...
1K
5463 comfyui-workflow-builder mckruz/comfyui-expert
ComfyUI Workflow Builder Translates natural language requests into executable ComfyUI workflow JSON. Always validates against inventory before generating. Workflow Generation Process Step 1: Understand the Request Parse the user's intent into: Output type : Image, video, or audio Source material : Text-only, reference image(s), existing video Identity method : None, zero-shot (InstantID/PuLID), LoRA, Kontext Quality level : Draft (fast iteration) vs production (maximum quality) Special requireme...
1K
5464 dd-pup datadog-labs/agent-skills
pup (Datadog CLI) Pup CLI for Datadog API operations. Supports OAuth2 and API key auth. Quick Reference Task Command Search error logs pup logs search --query "status:error" --duration 1h List monitors pup monitors list Mute a monitor pup monitors mute --id 123 --duration 1h Find slow traces pup apm traces list --service api --min-duration 500ms List active incidents pup incidents list --status active Create incident pup incidents create --title "Issue" --severity SEV-2 Query metrics pup metrics...
1K
5465 agent-memory-mcp sickn33/antigravity-awesome-skills
Agent Memory Skill This skill provides a persistent, searchable memory bank that automatically syncs with project documentation. It runs as an MCP server to allow reading/writing/searching of long-term memories. Prerequisites Node.js (v18+) Setup Clone the Repository : Clone the agentMemory project into your agent's workspace or a parallel directory: git clone https://github.com/webzler/agentMemory.git .agent/skills/agent-memory Install Dependencies : cd .agent/skills/agent-memory npm install np...
1K
5466 humanize-academic-writing momo2young/humanize-academic-writing
Humanize Academic Writing for Social Sciences Academic Integrity Statement Purpose : This skill helps researchers improve the quality and naturalness of their own original ideas expressed through AI-assisted writing tools. Ethical Use : ✅ Revising AI-drafted text based on your own research and ideas ✅ Improving writing quality for non-native English speakers ✅ Learning better academic writing patterns ❌ Using AI to generate ideas you don't understand ❌ Submitting work that doesn't represent your...
1K
5467 architecture sickn33/antigravity-awesome-skills
/architecture If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create an Architecture Decision Record (ADR) or evaluate a system design. Usage /architecture $ARGUMENTS Modes Create an ADR : "Should we use Kafka or SQS for our event bus?" Evaluate a design : "Review this microservices proposal" System design : "Design the notification system for our app" See the system-design skill for detailed frameworks on requirements gathering, scalability ana...
1K
5468 react-native vercel-labs/json-render
@json-render/react-native React Native renderer that converts JSON specs into native mobile component trees with standard components, data binding, visibility, actions, and dynamic props. Quick Start import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react-native/schema" ; import { standardComponentDefinitions , standardActionDefinitions , } from "@json-render/react-native/catalog" ; import { defineRegistry , Renderer , type Components } from "@json-render/r...
1K
5469 m07-concurrency actionbook/rust-skills
Concurrency Layer 1: Language Mechanics Core Question Is this CPU-bound or I/O-bound, and what's the sharing model? Before choosing concurrency primitives: What's the workload type? What data needs to be shared? What's the thread safety requirement? Error → Design Question Show more
1K
5470 tanstack-virtual tanstack-skills/tanstack-skills
Overview TanStack Virtual provides virtualization logic for rendering only visible items in large lists, grids, and tables. It calculates which items are in the viewport and positions them with absolute positioning, keeping DOM node count minimal regardless of dataset size. Package: @tanstack/react-virtual Core: @tanstack/virtual-core (framework-agnostic) Installation npm install @tanstack/react-virtual Core Pattern import { useVirtualizer } from '@tanstack/react-virtual' function VirtualList ( ...
1K
5471 telegram-mini-app sickn33/antigravity-awesome-skills
Telegram Mini App Role: Telegram Mini App Architect You build apps where 800M+ Telegram users already are. You understand the Mini App ecosystem is exploding - games, DeFi, utilities, social apps. You know TON blockchain and how to monetize with crypto. You design for the Telegram UX paradigm, not traditional web. Capabilities Telegram Web App API Mini App architecture TON Connect integration In-app payments User authentication via Telegram Mini App UX patterns Viral Mini App mechanics TON bl...
1K
5472 startup-validator ailabs-393/ai-labs-claude-skills
Startup Validator A comprehensive tool for analyzing startup ideas through systematic market research, competitive analysis, problem validation, and positioning strategy. This skill helps evaluate whether a startup idea has genuine market potential and how to position it effectively. Core Workflow When a user presents a startup idea, follow this systematic validation process: 1. Idea Clarification & Scoping (2-3 minutes) Ensure complete understanding before research begins: Extract key inf...
1K
5473 documentation mcollina/skills
Technical Documentation Write clear, maintainable technical documentation for different audiences and purposes. Document Types README What this is and why it exists Quick start (< 5 minutes to first success) Configuration and usage Contributing guide API Documentation Endpoint reference with request/response examples Authentication and error codes Rate limits and pagination SDK examples Runbook When to use this runbook Prerequisites and access needed Step-by-step procedure Rollback steps Escalat...
1K
5474 smoke-test mastra-ai/mastra
Smoke Test Skill Creates a new Mastra project using create-mastra@<tag> and performs smoke testing of the Mastra Studio in Chrome. Usage /smoke-test --directory <path> --name <project-name> --tag <version> [--pm <package-manager>] [--llm <provider>] /smoke-test -d <path> -n <project-name> -t <version> [-p <package-manager>] [-l <provider>] Parameters Parameter Short Description Required Default --directory -d Parent directory where project will be created Yes - --name -n Project name (will be...
1K
5475 asc-shots-pipeline rudrankriyam/asc-skills
asc screenshots pipeline (xcodebuild -> AXe -> frame -> asc) Use this skill for agent-driven screenshot workflows where the app is built and launched with Xcode CLI tools, UI is driven with AXe, and screenshots are uploaded with asc . Current scope Implemented now: build/run, AXe plan capture, frame composition, and upload. Device discovery is built-in via asc screenshots list-frame-devices . Local screenshot automation commands are experimental in asc cli. Framing is pinned to Koubou 0.13.0 for...
1K
5476 copilot-history-ingest ar9av/obsidian-wiki
Copilot History Ingest — Conversation Mining You are extracting knowledge from the user's past GitHub Copilot CLI conversations and distilling it into the Obsidian wiki. Conversations are rich but messy — your job is to find the signal and compile it. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest copilot ). Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md (walk up CWD for .env → ~/.obsidian-wiki/config ...
1K
5477 creating-api-gateway-stage aws/agent-toolkit-for-aws
Creating an API Gateway Stage Overview Domain expertise for creating and configuring API Gateway stages with comprehensive logging, monitoring, security, and throttling controls. Covers CloudWatch logging setup, X-Ray tracing, WAF web ACL association, method-level configuration, and authorization options. Create an API Gateway stage To create a fully configured API Gateway stage with logging, throttling, WAF, and authorization, follow the procedure exactly. See API Gateway stage creation procedu...
1K
5478 setting-up-cloudwatch-alarm-notifications aws/agent-toolkit-for-aws
Setting Up CloudWatch Alarm Notifications Overview Domain expertise for configuring Amazon CloudWatch alarm notification channels using Amazon SNS topics and subscriptions. Covers creating encrypted SNS topics, setting up subscriptions for email, SMS, and webhook endpoints, configuring topic policies for CloudWatch access, and linking alarms to notification actions. Set up alarm notifications To configure notification channels for a CloudWatch alarm, follow the procedure exactly. See CloudWatch ...
1K
5479 options-payoff himself65/finance-skills
Options Payoff Curve Skill Generates a fully interactive HTML widget (via visualize:show_widget ) showing: Expiry payoff curve (dashed gray line) — intrinsic value at expiration Theoretical value curve (solid colored line) — Black-Scholes price at current DTE/IV Dynamic sliders for all key parameters Real-time stats: max profit, max loss, breakevens, current P&L at spot Step 1: Extract Strategy From User Input When the user provides a screenshot or text, extract: Field Where to find it Default i...
1K
5480 rsbuild-best-practices rstackjs/agent-skills
Rsbuild Best Practices Apply these rules when writing or reviewing Rsbuild projects. Configuration Use rsbuild.config.ts and defineConfig Use tools.rspack or tools.bundlerChain only when no first-class Rsbuild option exists Define explicit source.entry values for multi-page applications In TypeScript projects, prefer tsconfig.json path aliases first CLI Use rsbuild dev for local development Use rsbuild build for production build Use rsbuild preview only for local production preview Use rsbuild i...
1K
5481 prompt-engineering sickn33/antigravity-awesome-skills
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
1K
5482 youtube-video-analyst shipshitdev/library
YouTube Video Analyst You are a Viral Content Forensic Analyst - a former YouTube algorithm engineer turned content strategist who obsessively reverse-engineers videos that explode past 10M views. You've mapped the neural patterns behind 5,000+ viral videos across every niche and discovered that virality follows predictable formulas hidden in plain sight. You see what others miss: the micro-pauses that create tension, the specific word patterns that trigger shares, the invisible architecture th...
1K
5483 tushare-data waditu-tushare/skills
tushare-data 把自然语言财经数据请求,转成可执行的 Tushare 数据工作流。 这是一个面向自然语言的金融数据研究 skill。 What this skill is for 使用这个 skill 的典型场景: 看某只股票、指数、ETF 最近走势 查公司基本资料、估值、财务趋势 做多标的横向对比 看资金流、北向资金、龙虎榜、板块强弱 梳理公告、新闻、研报、政策线索 查看 CPI / PPI / PMI / 社融 / 利率等宏观数据 导出 CSV / parquet 供后续分析或回测使用 生成简洁研究摘要,而不是只吐原始字段表 先理解用户要解决什么问题,再去选接口、取数、整理、解释、交付。 When to use 当用户表达以下意图时,优先使用本 skill: 行情 / 趋势 看下 XX 最近怎么样 XX 这段时间涨得怎么样 今年以来表现如何 最近有没有放量 这票最近强不强 财务 / 估值 / 公司质量 看下 XX 财报 最近几个季度利润趋势 财务质量怎么样 现金流好不好 现在估值算高吗 帮我看 PE / PB / ROE / 毛利率 对比 / 排行 / 筛选 XX 和 Y...
1K
5484 react-code-review giuseppe-trisciuoglio/developer-kit
React Code Review Overview This skill provides structured, comprehensive code review for React applications. It evaluates code against React 19 best practices, component architecture patterns, hook usage, accessibility standards, and production-readiness criteria. The review produces actionable findings categorized by severity (Critical, Warning, Suggestion) with concrete code examples for improvements. This skill delegates to the react-software-architect-review agent for deep architectural anal...
1K
5485 m10-performance actionbook/rust-skills
No SKILL.md available for this skill. View on GitHub Installs 853 Repository actionbook/rust-skills GitHub Stars 1.2K First Seen Jan 23, 2026
1K
5486 observability-edot-java-migrate elastic/agent-skills
EDOT Java Migration Read the migration guide before making changes: Migration guide EDOT Java setup EDOT Java configuration Guidelines Remove ALL classic APM references: elastic-apm-agent.jar , elasticapm.properties , all ELASTIC_APM_* env vars, and any co.elastic.apm Maven/Gradle dependencies Use elastic-otel-javaagent.jar (download from GitHub releases, not a Maven/Gradle dependency) Attach via -javaagent:/path/to/elastic-otel-javaagent.jar or JAVA_TOOL_OPTIONS="-javaagent:/path/to/elastic-ote...
1K
5487 observability-edot-python-migrate elastic/agent-skills
EDOT Python Migration Read the migration guide before making changes: Migration guide EDOT Python setup EDOT Python configuration Guidelines Remove ALL classic APM references: elastic-apm from requirements, ElasticAPM(app) / elasticapm.contrib.* from application code, app.config['ELASTIC_APM'] blocks, and all ELASTIC_APM_* env vars Install elastic-opentelemetry via pip (add to requirements.txt or equivalent) Run edot-bootstrap --action=install during image build to install auto-instrumentation p...
1K
5488 nginx-configuration aj-geddes/useful-ai-prompts
Nginx Configuration Overview Master Nginx configuration for production-grade web servers, reverse proxies, load balancing, SSL termination, caching, and API gateway patterns with advanced performance tuning. When to Use Reverse proxy setup Load balancing between backend services SSL/TLS termination HTTP/2 and gRPC support Caching and compression Rate limiting and DDoS protection URL rewriting and routing API gateway functionality Implementation Examples 1. Production Nginx Configuration /etc/...
1K
5489 qdrant-search-quality qdrant/skills
Qdrant Search Quality First determine whether the problem is the embedding model, Qdrant configuration, or the query strategy. Most quality issues come from the model or data, not from Qdrant itself. If search quality is low, inspect how chunks are being passed to Qdrant before tuning any parameters. Splitting mid-sentence can drop quality 30-40%. Start by testing with exact search to isolate the problem Search API Diagnosis and Tuning Isolate the source of quality issues, tune HNSW parameters, ...
1K
5490 asc-ppp-pricing rudrankriyam/asc-skills
PPP pricing (per-territory pricing) Use this skill to create or update localized pricing across territories based on purchasing power parity (PPP) or your own regional pricing strategy. Prefer the current high-level flows: asc subscriptions setup and asc iap setup when you are creating a new product asc subscriptions pricing ... for subscription pricing changes asc iap prices and asc iap price-schedules ... for IAP pricing changes Preconditions Ensure credentials are set ( asc auth login or ASC_...
1K
5491 asc-workflow rudrankriyam/asc-skills
asc workflow Use this skill when you need lane-style automation inside the CLI using: asc workflow run asc workflow validate asc workflow list This feature is best for deterministic automation that lives in your repo, is reviewable in PRs, and can run the same way locally and in CI. Command discovery Always use --help to confirm flags and subcommands: asc workflow --help asc workflow run --help asc workflow validate --help asc workflow list --help End-to-end flow Author .asc/workflow.json Valida...
1K
5492 tinybird tinybirdco/tinybird-agent-skills
Tinybird Agent Skills Reusable guidance extracted from Tinybird Code (the Tinybird CLI coding agent). Use this skill when working in Tinybird projects, editing datafiles, running build/deploy flows, exploring data, or managing tests/secrets. When to Apply Creating or updating Tinybird resources (.datasource, .pipe, .connection) Working with queries, endpoints, or data exploration Managing Tinybird deployments, secrets, or tests Reviewing or refactoring Tinybird project files Rule Files rules/p...
1K
5493 mapbox-style-quality mapbox/mapbox-agent-skills
Mapbox Style Quality Skill This skill provides expert guidance on ensuring Mapbox style quality through validation, accessibility, and optimization tools. When to Use Quality Tools Pre-Production Checklist Before deploying any Mapbox style to production: Validate all expressions - Catch syntax errors before runtime Check color contrast - Ensure text is readable (WCAG compliance) Validate GeoJSON sources - Ensure data integrity Optimize style - Reduce file size and improve performance Compare ver...
1K
5494 m06-error-handling actionbook/rust-skills
Error Handling Layer 1: Language Mechanics Core Question Is this failure expected or a bug? Before choosing error handling strategy: Can this fail in normal operation? Who should handle this failure? What context does the caller need? Error → Design Question Show more
1K
5495 narrative-text-visualization antvis/chart-visualization-skills
Narrative Text Visualization Skill This skill provides a workflow for transforming data into structured narrative text visualizations using the AntV T8 (Text) schema. T8 is designed for unstructured data visualization where T stands for Text, and 8 represents a byte of 8 bits, symbolizing deep insights hidden beneath the text. Overview T8 is a declarative JSON Schema syntax used to describe data interpretation reports with semantic entity labeling. It's designed to be: LLM-friendly: Easy to ...
1K
5496 alerting-irm grafana/skills
Grafana Alerting & IRM Docs : https://grafana.com/docs/grafana/latest/alerting/ Alert Rules Grafana-Managed Alert Rule (YAML provisioning) Show more
1K
5497 figma-code-connect-components openai/skills
Code Connect Components Overview This skill helps you connect Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes the Figma design structure, searches your codebase for matching components, and establishes mappings that maintain design-code consistency. Skill Boundaries Use this skill for get_code_connect_suggestions + send_code_connect_mappings workflows. If the task requires writing to the Figma canvas with Plugin API scripts, swi...
1K
5498 troubleshooting chromedevtools/chrome-devtools-mcp
Troubleshooting Wizard You are acting as a troubleshooting wizard to help the user configure and fix their Chrome DevTools MCP server setup. When this skill is triggered (e.g., because list_pages , new_page , or navigate_page failed, or the server wouldn't start), follow this step-by-step diagnostic process: Step 1: Find and Read Configuration Your first action should be to locate and read the MCP configuration file. Search for the following files in the user's workspace: .mcp.json , gemini-exte...
1K
5499 arize-prompt-optimization arize-ai/arize-skills
Arize Prompt Optimization Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list .
1K
5500 nestjs-best-practices giuseppe-trisciuoglio/developer-kit
NestJS Best Practices Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new NestJS modules, controllers, or services Implementing authentication and authorization Reviewing code for architecture and security issues Refactoring existing NestJS codebases Optimizing performance or database queries Building microservice...
1K