Browse all

Type: All Skills Tools
skill ★ 1,010

Web Frontend Engineering and Validation

Facilitates the implementation, debugging, and deployment of web frontends using React, Vue, and Vite, including CloudBase Web integration. It emphasises engineering execution and rigorous browser-based validation.

TencentCloudBase/CloudBase-MCP web-development react vue vite
skill ★ 1,010

High-Fidelity UI Design and Prototyping Skill

This skill guides the creation of high-fidelity, aesthetically rich user interfaces for web and mini-program applications. It enforces a mandatory design specification phase, ensuring the agent determines the aesthetic direction, color pale…

TencentCloudBase/CloudBase-MCP ui-design frontend prototyping web-development
skill ★ 1,010

CloudBase Document Database Web SDK

Provides instructions for implementing CloudBase document database operations in web applications using the JavaScript SDK. It supports CRUD, complex queries, pagination, aggregation, and real-time listeners.

TencentCloudBase/CloudBase-MCP cloudbase web-sdk nosql javascript
skill ★ 1,010

Structured Workflow for Complex Feature Development

This skill enforces a structured development lifecycle for complex, multi-module changes. It guides the agent through defining requirements, designing architecture, and creating actionable tasks before any code is written, ensuring explicit…

TencentCloudBase/CloudBase-MCP spec-workflow architecture planning requirements
skill ★ 1,010

CloudBase relational database client for web apps

This skill provides the canonical pattern for initializing the CloudBase Relational Database SDK within a web frontend. It allows developers to perform standard CRUD operations using familiar Supabase-style query syntax directly from the br…

TencentCloudBase/CloudBase-MCP cloudbase web-frontend relational-db js-sdk
tool ★ 1,010

CloudBase Relational Database SQL Management Tool

This skill provides agents with canonical access to CloudBase's relational database via MCP tools, enabling full lifecycle management from provisioning and schema initialization to complex read and write operations. It also handles granular…

TencentCloudBase/CloudBase-MCP relational-database sql mcp cloudbase
skill ★ 1,010

CloudBase Resource Health and Error Inspector

This skill provides an AIOps-style diagnostic capability for CloudBase environments, enabling comprehensive, read-only health checks across functions, CloudRun, and databases. It aggregates resource status and correlated error logs to ident…

TencentCloudBase/CloudBase-MCP cloudbase ops health-check diagnostics
skill ★ 1,010

WeChat Mini Program CloudBase Database Access

This skill facilitates document database operations (CRUD, complex queries, aggregation, and geolocation) specifically within a WeChat Mini Program context using wx.cloud.database(). It is designed for client-side Mini Program logic and mus…

TencentCloudBase/CloudBase-MCP wechat-miniprogram cloudbase document-database nosql
skill ★ 1,010

WeChat Mini Program Development and Deployment Skill

This skill manages the full lifecycle of WeChat Mini Program development, guiding project structure, component creation, and configuration management. It supports debugging, previewing, and publishing workflows, including deep integration w…

TencentCloudBase/CloudBase-MCP wechat-mini-program cloudbase development deployment
skill ★ 43,665

Web Interface Guidelines Compliance Review

This skill audits UI code against the latest web interface guidelines fetched from a remote source. It identifies compliance issues and accessibility violations, reporting findings in a precise file and line format.

calcom/cal.diy ui-audit web-design code-review accessibility
skill ★ 1,010

Raw HTTP API Client for CloudBase Services

This skill enables direct interaction with CloudBase platform APIs using raw HTTP requests, bypassing the need for platform-specific SDKs. It is ideal for non-Node backends, integration scripts, or environments requiring direct consumption …

TencentCloudBase/CloudBase-MCP cloudbase http-api backend rest-api
skill ★ 1,010

Advanced Data Model Creation via Mermaid Diagrams

This skill facilitates advanced, diagram-driven data modeling, generating Mermaid class diagrams for complex, multi-entity relational schemas. It is designed to establish the conceptual structure and relationships before direct SQL implemen…

TencentCloudBase/CloudBase-MCP data-modeling mermaid er-diagram schema-design
tool ★ 1,010

Manage CloudBase Run Backend Service Deployment

This skill manages the full lifecycle of persistent backend services on CloudBase Run, supporting both Function and Container modes. It provides structured tooling for deployment, inspection, debugging, and managing long-lived connections l…

TencentCloudBase/CloudBase-MCP cloudbase cloudrun backend-development deployment
skill ★ 43,665

Vercel React and Next.js Performance Guidelines

A comprehensive set of performance optimisation guidelines for React and Next.js applications, covering 45 rules across categories such as bundle size, server-side performance, and re-render optimisation.

calcom/cal.diy vercel react nextjs performance-optimization
skill ★ 43,665

Vercel React and Next.js Performance Guidelines

This skill provides comprehensive, Vercel-maintained guidelines for optimizing React and Next.js applications. It covers critical patterns across server-side fetching, bundle size reduction, and component re-rendering to ensure optimal perf…

calcom/cal.diy react nextjs performance optimization
skill ★ 1,010

CloudBase platform overview and capability selection

This skill provides foundational knowledge and conceptual guidance across the entire CloudBase ecosystem. It helps developers select the correct platform, service, or specialized skill (e.g., Web, Mini Program, storage) before implementing …

TencentCloudBase/CloudBase-MCP cloudbase platform architecture development
skill ★ 43,665

Manage scheduling and bookings via Cal.diy API

This skill provides comprehensive API interaction for managing scheduling infrastructure, allowing agents to check availability, create bookings, configure event types, and sync calendars with Cal.diy. It supports core workflows including s…

calcom/cal.diy cal-diy scheduling booking api
skill ★ 1,010

CloudBase Resource Management via CLI

This skill enables deterministic, scriptable, and auditable management of CloudBase resources using the tcb command-line interface. It supports deploying functions, managing databases, and configuring networking via CLI commands, making it …

TencentCloudBase/CloudBase-MCP cloudbase cli resource-management ci-cd
skill ★ 43,665

Audits UI code against web guidelines

This skill fetches the latest Web Interface Guidelines and audits provided source files against all defined rules. It outputs compliance findings in a terse file:line format, ensuring adherence to best practices.

calcom/cal.diy web-design ui-audit accessibility guidelines
skill ★ 1,010

TypeScript SDK for Deploying AI Agents

This SDK provides a comprehensive TypeScript interface for developing and deploying AI agents as HTTP services using the AG-UI protocol. It facilitates building complex agent backends using frameworks like LangGraph or LangChain, and connec…

TencentCloudBase/CloudBase-MCP typescript ai-agent langgraph langchain
skill ★ 1,010

CloudBase Event and HTTP Function Development

A guide for developing, deploying, and debugging CloudBase Event and HTTP Functions. It provides instructions for implementing serverless handlers and web services using the appropriate runtime models.

TencentCloudBase/CloudBase-MCP cloudbase serverless cloud-functions runtime-development
skill ★ 1,010

CloudBase Agent SDK for Production AI Backends

This SDK enables the construction of robust, production-grade AI agent backends using Python. It supports multiple agent frameworks, offering features like streaming protocols, persistent memory integration, and full observability tooling.

TencentCloudBase/CloudBase-MCP python agent-sdk fastapi langgraph
skill ★ 1,010

CloudBase Agent SDK for AI Agent Development

This skill acts as a language router, enabling the development and deployment of AI agents using either TypeScript or Python. It provides SDK support and adapters for frameworks like LangGraph and LangChain, facilitating communication via t…

TencentCloudBase/CloudBase-MCP cloudbase agent-sdk ai-agent typescript
skill ★ 1,010

CloudBase Web SDK for Browser Storage Management

This skill facilitates browser-side interaction with CloudBase storage using the Web SDK. It enables developers to perform core operations such as file uploads, generating temporary download links, and managing file deletion within a web ap…

TencentCloudBase/CloudBase-MCP cloudbase web-sdk storage file-management