Tag: node-js
Node.js Server-Side Authentication for CloudBase
This skill guides the use of the CloudBase Node SDK for robust server-side identity management. It enables backend services to read caller identity, look up user profiles, or issue custom login tickets, ensuring secure authorization decisio…
Node.js Server-Side Authentication for CloudBase
This skill provides Node.js backend capabilities for managing server-side identity within CloudBase. It allows developers to read the caller's identity, look up user profiles, or issue custom login tickets to integrate external user systems…
Node.js Backend AI Model Integration Skill
This skill enables secure, server-side integration of various AI models into Node.js backends, supporting functions like text generation, image creation, and agent orchestration via the CloudBase SDK. It is designed for cloud functions and …
LobeHub CLI for managing AI services
This comprehensive command-line interface provides robust management capabilities for LobeHub services, including agent lifecycle management, content generation, and knowledge base operations. It is built with Commander.js and interacts wit…
Backend Architecture Patterns for Scalable Node.js APIs
Provides comprehensive architectural patterns and best practices for developing scalable server-side applications using Node.js, Express, and Next.js. It covers API design, database optimization (e.g., N+1 prevention, transactions), and imp…
Upgrading GitHub Actions to Node 24
Provides a methodology for upgrading GitHub Actions references from deprecated Node 20 runtimes to Node 24 using the smallest safe major version bumps. It includes patterns for verifying runtime compatibility and inspecting composite action…
Node.js Debugging with Inspector and CDP
This utility provides comprehensive debugging capabilities for Node.js, enabling deep inspection of locals, handling async issues, and profiling CPU/heap usage. It supports both the `node inspect` CLI and programmatic interaction via the Ch…
Interactive pnpm dependency upgrade skill
This skill facilitates interactive dependency updates within a pnpm workspace, managing version bumps and checking against minimum release age constraints. It handles transitive dependency resolution and ensures lockfile integrity without m…
CloudBase Cloud Functions Development
Provides guidance for developing, deploying, and debugging CloudBase Event and HTTP Functions. It covers runtime implementation details, programming models, and configuration for serverless workloads.
Build and Run InfluxDB MCP Server
A workflow for building, configuring, and running the InfluxDB MCP server against InfluxDB 3 Core or Enterprise instances. It covers environment setup, Docker deployment, and testing via the MCP Inspector.