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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,475
总 Skills
91.6M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
16101 langgraph yonatangross/orchestkit
LangGraph Role: LangGraph Agent Architect You are an expert in building production-grade AI agents with LangGraph. You understand that agents need explicit structure - graphs make the flow visible and debuggable. You design state carefully, use reducers appropriately, and always consider persistence for production. You know when cycles are needed and how to prevent infinite loops. Capabilities Graph construction (StateGraph) State management and reducers Node and edge definitions Conditional ...
68
16102 anygen-diagram anygenio/anygen-skills
AnyGen AI Diagram Generator You MUST strictly follow every instruction in this document. Do not skip, reorder, or improvise any step. Generate any kind of diagram or visual chart from natural language using AnyGen OpenAPI. Supports all common diagram types: flowcharts, architecture diagrams, mind maps, UML (class, sequence, activity, use case), ER diagrams, org charts, network topology, Gantt charts, state diagrams, data flow diagrams, and more. Two rendering styles: professional (Draw.io — clea...
68
16103 terraform-best-practices terramate-io/agent-skills
Terraform Best Practices Comprehensive optimization guide for Terraform and Infrastructure as Code, maintained by Terramate. Contains 37 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Terraform modules or configurations Implementing infrastructure patterns (AWS, GCP, Azure, etc.) Reviewing code for security and reliability issues Refactoring existing Terraform/OpenTofu code Optimizin...
68
16104 godot-dialogue-system thedivergentai/gd-agentic-skills
Dialogue System Expert guidance for building flexible, data-driven dialogue systems. NEVER Do NEVER hardcode dialogue in scripts — Use Resource-based DialogueLine/DialogueGraph. Hardcoded dialogue is unmaintainable for localization. NEVER forget to check choice conditions — Displaying unavailable choices confuses players. Filter choices by check_conditions() before showing. NEVER use string IDs without validation — Typos in next_line_id cause silent failures. Add assert(dialogues.has(line_id)) c...
68
16105 sec-edgar-skill eng0ai/eng0-template-skills
SEC EDGAR Skill - Filing Analysis Prerequisites CRITICAL: Run this setup before ANY EdgarTools operations: from edgar import set_identity set_identity("Your Name your.email@example.com") SEC requires identification This is a SEC legal requirement. Operations will fail without it. Installation EdgarTools must be installed: pip install edgartools Token Efficiency Strategy ALWAYS use .to_context() first - it provides summaries with 56-89% fewer tokens: Object repr() tokens .to_context()...
68
16106 workspace-performance-audit shipshitdev/library
Workspace Performance Audit Overview Orchestrates comprehensive performance audits across entire monorepo workspaces. Coordinates multiple specialized skills to analyze frontend (Next.js), backend (NestJS), database (MongoDB), browser extensions (Plasmo), and shared packages—delivering consolidated reports with prioritized recommendations. When to Use Full workspace performance review Audit a monorepo "audit performance", "check workspace performance" Identify bottlenecks across frontend, back...
68
16107 opnet-development btc-vision/opnet-skills
OPNet Development Skill A comprehensive skill for building on OPNet - Bitcoin's L1 consensus layer for trustless smart contracts. STEP 1: UNDERSTAND WHAT THE USER WANTS FIRST BEFORE reading any docs or guidelines, you MUST understand the user's request. Read the user's message carefully Identify what type of project they need (contract, frontend, backend, plugin, audit, question) Ask clarifying questions if the request is ambiguous ONLY THEN proceed to read the docs listed for that project type ...
68
16108 freshservice-automation composiohq/awesome-claude-skills
Freshservice Automation via Rube MCP Automate Freshservice IT Service Management operations through Composio's Freshservice toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/freshservice Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Freshservice connection via RUBE_MANAGE_CONNECTIONS with toolkit freshservice Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client config...
68
16109 build-trading-strategies robonet-tech/skills
Build Trading Strategies Quick Start This skill generates complete, production-ready strategy code using AI. This is the most expensive tool in Robonet ($1-$4.50 per generation). Load the tools first : Use MCPSearch to select: mcp__workbench__create_strategy Use MCPSearch to select: mcp__workbench__create_prediction_market_strategy Basic usage : create_strategy( strategy_name="RSIMeanReversion_M", description="Buy when RSI(14) < 30 and price at lower Bollinger Band (20,2). Sell when RSI > 70 or ...
68
16110 testing-patterns yonatangross/orchestkit
Testing Patterns and Utilities Testing Philosophy Test-Driven Development (TDD): Write failing test FIRST Implement minimal code to pass Refactor after green Never write production code without a failing test Behavior-Driven Testing: Test behavior, not implementation Focus on public APIs and business requirements Avoid testing implementation details Use descriptive test names that describe behavior Factory Pattern: Create getMockX(overrides?: Partial<X>) functions Provide sensible defaults...
68
16111 get-block-number tradingstrategy-ai/web3-ethereum-defi
Get latest block number This skill retrieves the latest block number from a blockchain using the configured JSON-RPC environment variables and Web3.py. ALWAYS USE SCRIPT. NEVER RELY ON THE HISTORICAL INFORMATION OR GUESS. Required inputs Chain name: The blockchain to query (e.g., Ethereum, Arbitrum, Base, Polygon) Running the script Generate and run a Python script to fetch the block number. Run it Python commadn line inline, don't write a new file. import os from web3 import Web3 from eth...
68
16112 swiftdata-code-review existential-birds/beagle
SwiftData Code Review Quick Reference Issue Type Reference @Model, @Attribute, @Relationship, delete rules references/model-design.md @Query, Predicate, FetchDescriptor, Index references/queries.md @ModelActor, ModelContext, background operations references/concurrency.md VersionedSchema, MigrationStage, lightweight/custom references/migrations.md Review Checklist Models marked final (subclassing crashes) @Relationship decorator on ONE side only (not both) Delete rules explicitly set (not rel...
68
16113 recon danielmiessler/personal_ai_infrastructure
Before executing, check for user customizations at: `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/Recon/` If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. recon Infrastructure and Network Reconnaissance Purpose Technical reconnaissance of network infrastructure including domains, IP addresses, netblocks, and ASNs. Combines passive intellige...
68
16114 github proompteng/lab
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
68
16115 moai-lang-kotlin modu-ai/moai-adk
Quick Reference (30 seconds) Kotlin 2.0+ Expert - K2 compiler, coroutines, Ktor, Compose Multiplatform with Context7 integration. Auto-Triggers: Kotlin files (.kt, .kts), Gradle Kotlin DSL (build.gradle.kts, settings.gradle.kts) Core Capabilities: Kotlin 2.0: K2 compiler, coroutines, Flow, sealed classes, value classes Ktor 3.0: Async HTTP server/client, WebSocket, JWT authentication Exposed 0.55: Kotlin SQL framework with coroutines support Spring Boot (Kotlin): Kotlin-idiomatic Spring with...
68
16116 example-framework-skill bobmatnyc/claude-mpm-skills
Example Framework Skill A complete example demonstrating proper self-containment patterns for Claude Code skills. When to Use: Building applications with Example Framework - includes setup, patterns, testing, and deployment. Overview This skill demonstrates the correct approach to self-contained skill development: ✅ Self-Contained: All essential content inlined - works standalone ✅ No Dependencies: No relative paths to other skills ✅ Complete Examples: Working code, not fragments ✅ Graceful...
68
16117 trellis-meta mindfold-ai/docs
Trellis Meta-Skill Version Compatibility Item Value Trellis CLI Version 0.3.0 Skill Last Updated 2026-02-28 Min Claude Code Version 1.0.0+ ⚠️ Version Mismatch Warning : If your Trellis CLI version differs from above, some features may not work as documented. Run trellis --version to check. Platform Compatibility Feature Support Matrix Feature Claude Code iFlow Cursor OpenCode Codex Kilo Kiro Gemini CLI Antigravity Core Systems Workspace system ✅ Full ✅ Full ✅ Full ✅ Full ✅ Full ✅ Full ✅ Full ✅ F...
68
16118 commit tartinerlabs/skills
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
68
16119 partnership-builder shipshitdev/library
Partnership Builder - Revenue Through Partnerships Create revenue-generating partnerships for indie businesses: affiliate programs, integration partnerships, reseller networks, and co-marketing relationships. Core Principle: "Partnerships multiply reach without multiplying effort. One good partner can be worth 1,000 cold emails." When This Activates User asks about building partnerships User wants to create an affiliate program User asks about integration partnerships User mentions reseller o...
68
16120 sf-ai-agentforce-conversationdesign jaganpro/sf-skills
SF-AI-Agentforce-ConversationDesign Skill "Users don't fail conversations — conversations fail users." Conversation design is the discipline of crafting agent interactions that feel natural, resolve issues efficiently, and gracefully handle the unexpected. This skill brings structured conversation design methodology to Salesforce Agentforce, combining industry frameworks (Google, IBM, PatternFly) with Salesforce-specific implementation patterns. ⚡ Quick Start New agent? Start here: Design your p...
68
16121 miles-rl-training davila7/claude-code-templates
No SKILL.md available for this skill. [View on GitHub ](https://github.com/davila7/claude-code-templates)
68
16122 browser-tools badlogic/pi-skills
Browser Tools OrchestKit orchestration wrapper for browser automation. Delegates command documentation to the upstream agent-browser skill and adds security rules, rate limiting, and ethical scraping guardrails. Decision Tree Fallback decision tree for web content 1. Try WebFetch first (fast, no browser overhead) 2. If empty/partial -> Try Tavily extract/crawl 3. If SPA or interactive -> use agent-browser 4. If login required -> authentication flow + state save 5. If dynamic -> wait @eleme...
68
16123 product-frameworks yonatangross/orchestkit
Product Frameworks Comprehensive product management frameworks covering business analysis, market intelligence, strategy, prioritization, metrics, personas, requirements, and user research. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use Business & Market 4 HIGH ROI/NPV/IRR calculations, TCO analysis, TAM/SAM/SOM sizing, competitive landscape Strategy & Prioritization 5 HIGH Value proposition canvas, go/no-go gates, RICE scori...
68
16124 ray-train orchestra-research/ai-research-skills
Ray Train - Distributed Training Orchestration Quick start Ray Train scales machine learning training from single GPU to multi-node clusters with minimal code changes. Installation : pip install -U "ray[train]" Basic PyTorch training (single node): import ray from ray import train from ray . train import ScalingConfig from ray . train . torch import TorchTrainer import torch import torch . nn as nn Define training function def train_func ( config ) : Your normal PyTorch code model = nn . Linea...
68
16125 box-automation sickn33/antigravity-awesome-skills
Box Automation via Rube MCP Automate Box operations including file upload/download, content search, folder management, collaboration, metadata queries, and sign requests through Composio's Box toolkit. Toolkit docs : composio.dev/toolkits/box Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Box connection via RUBE_MANAGE_CONNECTIONS with toolkit box Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP...
68
16126 inertia-rails-architecture inertia-rails/skills
Inertia Rails Architecture Server-driven architecture for Rails + Inertia.js + React when building pages, forms, navigation, or data refresh. Inertia is NOT a traditional SPA — the server owns routing, data, and auth. React handles rendering only. The Core Mental Model The server is the source of truth. React receives data as props and renders UI. There is no client-side router, no global state store, no API layer. Before building any feature, ask: Where does the data come from? → If server: con...
68
16127 openserv-ideaboard-api openserv-labs/skills
OpenServ Ideaboard API This skill is written for AI agents. Use it to find work, pick up ideas, deliver x402 services, and collaborate with other agents on the Ideaboard. Reference files: reference.md - Full API reference for all endpoints troubleshooting.md - Common issues and solutions examples/ - Complete code examples Base URL: https://api.launch.openserv.ai What You Can Do as an Agent Find work – List and search ideas; pick ones that match your capabilities (e.g. by tags or description). Pi...
68
16128 deployment proompteng/lab
Deployment Management Manage existing Railway deployments: list, view logs, redeploy, or remove. Important: "Remove deployment" (railway down) stops the current deployment but keeps the service. To delete a service entirely, use the environment skill with isDeleted: true. When to Use User says "remove deploy", "take down service", "stop deployment", "railway down" User wants to "redeploy", "restart the service", "restart deployment" User asks to "list deployments", "show deployment history", ...
68
16129 incident-responder 404kidwiz/claude-supercode-skills
Incident Responder You are a security incident response coordinator for OpenClaw. When a user suspects or confirms that a malicious skill was installed, you guide them through containment, investigation, and recovery. Incident Severity Levels Level Trigger Example SEV-1 (Critical) Active data exfiltration confirmed Credentials sent to external server SEV-2 (High) Malicious skill installed, unknown scope Typosquat skill discovered SEV-3 (Medium) Suspicious behavior detected, unconfirmed Unexpecte...
68
16130 survey-sdk-audit posthog/posthog
Surveys SDK Feature Audit Skill Use this skill when auditing survey feature support across PostHog SDKs for surveyVersionRequirements.ts . Feature to audit: $ARGUMENTS Setup Check (Run First) Before starting, verify the SDK paths are accessible. Run ls on each path: $POSTHOG_JS_PATH $POSTHOG_IOS_PATH $POSTHOG_ANDROID_PATH $POSTHOG_FLUTTER_PATH If any path is empty or doesn't exist, ask the user: "I need the path to [SDK repo] on your machine. Where is it located?" Once you have all paths, ask th...
68
16131 confluence odyssey4me/agent-skills
Confluence Confluence is a team collaboration and document management tool. It's used by teams of all sizes to create, organize, and discuss work, all in one place. Think of it as a central hub for project documentation, meeting notes, and knowledge sharing within an organization. Official docs: https://developer.atlassian.com/cloud/confluence/ Confluence Overview Space Page Attachment Blog Post When to use which actions: Use action names and parameters as needed. Working with Confluence This sk...
68
16132 api-contract-testing secondsky/claude-skills
API Contract Testing Overview Contract testing verifies that APIs honor their contracts between consumers and providers. It ensures that service changes don't break dependent consumers without requiring full integration tests. Contract tests validate request/response formats, data types, and API behavior independently. When to Use Testing microservices communication Preventing breaking API changes Validating API versioning Testing consumer-provider contracts Ensuring backward compatibility Val...
68
16133 test-automator 404kidwiz/claude-supercode-skills
Test Automator Expert in creating and maintaining automated tests for various frameworks and languages. When This Skill Activates Activates when you: Ask to write tests Mention test automation Request test coverage improvement Need to set up testing framework Testing Pyramid /\ /E2E\ - Few, expensive, slow /------\ / Integration \ - Moderate number /--------------\ / Unit Tests \ - Many, cheap, fast /------------------\ Unit Testing Principles Test behavior, not implementation One ass...
68
16134 segment-automation composiohq/awesome-claude-skills
Segment Automation via Rube MCP Automate Segment customer data platform operations through Composio's Segment toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/segment Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Segment connection via RUBE_MANAGE_CONNECTIONS with toolkit segment Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed —...
68
16135 hogli posthog/posthog
hogli - PostHog Developer CLI Unified CLI for PostHog development. Wraps all repo scripts, bin commands, and tooling behind a single entry point. There is no Makefile — hogli is the equivalent. Run hogli --help to get the full, current command list. Run hogli <command> --help for any subcommand. Process logging (for agents/debugging) hogli dev:setup --log enables file logging for all mprocs processes. Logs go to /tmp/posthog-<process>.log where <process> matches the mprocs process key (see bin/m...
68
16136 send-file ninehills/skills
Send File Skill Send files directly to the current Telegram chat. The ALMA_CHAT_ID environment variable is automatically available in your Bash environment. Commands Send a photo/image alma send photo /path/to/image.jpg "optional caption" Send a document/file alma send file /path/to/document.pdf "optional caption" Send audio/music alma send audio /path/to/song.mp3 "optional caption" Send a video alma send video /path/to/video.mp4 "optional caption" Send a voice message (ogg format) alma sen...
68
16137 technical writer daffy0208/ai-dev-standards
Technical Writer Transform complex technical concepts into clear, accessible documentation that helps users succeed. This skill specializes in creating API documentation, user guides, README files, tutorials, and reference materials that balance technical accuracy with readability. Whether you're documenting code libraries, software products, system architectures, or processes, this skill ensures your documentation is comprehensive, well-organized, and genuinely helpful. It follows industry best...
68
16138 tracking-crypto-derivatives jeremylongshore/claude-code-plugins-plus-skills
Tracking Crypto Derivatives Overview Comprehensive derivatives market analysis across centralized and decentralized exchanges. This skill aggregates funding rates, open interest, liquidations, and options data to provide actionable trading insights. Supported Markets : Perpetual Swaps : Binance, Bybit, OKX, Deribit, BitMEX Futures : Quarterly and monthly contracts Options : Deribit (primary), OKX, Bybit DEX Perpetuals : dYdX, GMX, Drift Protocol Prerequisites Before using this skill, ensure you ...
68
16139 design-system getsentry/sentry
Design System — Generate & Audit Visual Systems When to Use Starting a new project that needs a design system Auditing an existing codebase for visual consistency Before a redesign — understand what you have When the UI looks "off" but you can't pinpoint why Reviewing PRs that touch styling How It Works Mode 1: Generate Design System Analyzes your codebase and generates a cohesive design system: Show more
68
16140 groq-api diskd-ai/groq-api
Groq API Build applications with Groq's ultra-fast LLM inference (300-1000+ tokens/sec). Quick Start Installation Python pip install groq TypeScript/JavaScript npm install groq-sdk Environment Setup export GROQ_API_KEY=<your-api-key> Basic Chat Completion Python: from groq import Groq client = Groq() Uses GROQ_API_KEY env var response = client.chat.completions.create( model="llama-3.3-70b-versatile", messages=[{"role": "user", "content": "Hello"}] ) print(response.choices[0]...
68
16141 shopify-apps alinaqi/claude-bootstrap
Shopify Apps Patterns React Router App Setup Modern Shopify app template with React Router Embedded App with App Bridge Render app embedded in Shopify Admin Webhook Handling Secure webhook processing with HMAC verification Anti-Patterns ❌ REST API for New Apps ❌ Webhook Processing Before Response ❌ Polling Instead of Webhooks ⚠️ Sharp Edges Issue Severity Solution Issue high Respond immediately, process asynchronously Issue high Check rate limit headers Issue high Request protected cust...
68
16142 news-aggregator-skill ninehills/skills
News Aggregator Skill Fetch real-time hot news from multiple sources. Tools fetch_news.py Usage: Single Source (Limit 10) ```bash Global Scan (Option 12) - Broad Fetch Strategy > NOTE: This strategy is specifically for the "Global Scan" scenario where we want to catch all trends. ```bash 1. Fetch broadly (Massive pool for Semantic Filtering) python3 scripts/fetch_news.py --source all --limit 15 --deep 2. SEMANTIC FILTERING: Agent manually filters the broad list (approx 120 items) for...
68
16143 vibe-workflow khazp/vibe-coding-prompt-template
You are the master orchestrator for the vibe-coding workflow. Guide users through all 5 steps to transform their idea into a working MVP. The 5-Step Workflow ``` Idea -> Research -> PRD -> Tech Design -> Agent Config -> Build MVP (20 min) (15 min) (15 min) (10 min) (1-3 hrs) ``` Step 1: Assess Current State First, check what already exists in the project: | `docs/research-*.txt` | Check | Research complete | `docs/PRD-*.md` | Check | Requirements defined | `do...
68
16144 implementing-new-features streamlit/streamlit
New Feature Implementation Guide For understanding the underlying architecture (backend runtime, frontend rendering, WebSocket communication, element tree), see the understanding-streamlit-architecture skill. Most features need implementation in three areas: Backend: lib/streamlit/ Frontend: frontend/ Protobufs: proto/ New features should include: Python unit tests in lib/tests Vitest unit tests E2E Playwright tests in e2e_playwright/ Order of Implementation Protobuf changes in proto/ then run m...
68
16145 slack-webhook vm0-ai/vm0-skills
Slack Incoming Webhook Send messages to a Slack channel using Incoming Webhooks. No OAuth or bot setup required. When to Use Send notifications to a specific channel CI/CD notifications, alerts, status updates Quick integration without full Slack app setup Prerequisites export SLACK_WEBHOOK_URL=https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXX Get Webhook URL Create app: https://api.slack.com/apps → Create New App → From scratch Select Incoming Webhooks → Toggle On Click Add New W...
68
16146 add-skill-installer mo7amedhassan11/add-skill-installer
Add Skill Installer 透過 npx add-skill 從任何 Git 儲存庫安裝 Agent Skills。 支援的 Agents Agent 識別名稱 全域技能目錄 Antigravity antigravity ~/.gemini/antigravity/skills/ Claude Code claude-code ~/.claude/skills/ Cursor cursor .cursor/skills/ Codex codex .codex/skills/ OpenCode opencode .opencode/skills/ GitHub Copilot github-copilot .github/copilot/skills/ Roo Code roo .roo/skills/ CLI 完整用法 Usage: add-skill [options] <source> Install skills onto coding agents Arguments: source Git repo URL, GitHub s...
68
16147 healthcare-medical dylantarre/animation-principles
Apply Disney's 12 principles to create calming, trustworthy experiences that prioritize clarity and reduce anxiety. The 12 Principles Applied 1. Squash & Stretch - Minimal Use: Avoid playful squash on health data - Breathing Exercises: Gentle expand/contract for guided breathing - Heart Rate: Subtle pulse matching actual rhythm 2. Anticipation - Appointment Booking: Brief preparation before confirmation - Test Results: Thoughtful pause before revealing sensitive data - Medication Rem...
68
16148 support-systems-architect shipshitdev/library
Support Systems Architect - Scalable Customer Support Overview You are a support systems architect specializing in building scalable customer support for indie businesses. You help solo founders handle support volume without burning out or hiring prematurely. Your job is to execute support infrastructure—not just advise—by designing self-service systems, FAQ content, and automation that deflect tickets while keeping customers happy. Core Principle: "The best support ticket is the one that neve...
68
16149 uv-project-management laurigates/claude-plugins
UV Project Management Quick reference for UV project setup, dependencies, and lockfiles. When This Skill Applies Initializing new Python projects (uv init) Adding, removing, or updating dependencies (uv add, uv remove) Managing lockfiles (uv lock) Syncing project environments (uv sync) Configuring pyproject.toml For running scripts, see uv-run skill. Quick Reference Project Initialization Create new project with complete structure uv init my-project cd my-project Initialize in existing di...
68
16150 auth0-nuxt auth0/agent-skills
Auth0 Nuxt SDK Overview Server-side session authentication for Nuxt 3/4. NOT the same as @auth0/auth0-vue (client-side SPA). Core principle: Uses server-side encrypted cookie sessions, not client-side tokens. When to Use Use this when: Building Nuxt 3/4 applications with server-side rendering (Node.js 20 LTS+) Need secure session management with encrypted cookies Protecting server routes and API endpoints Accessing Auth0 Management API or custom APIs Don't use this when: Using Nuxt 2 (not suppor...
68