Skills
CloudBase API Contract Review
Audits CloudBase API wrappers, MCP tools, and metadata for discrepancies in action names, parameter casing, or request shapes against official documentation. It helps identify contract drift and ensures implementation matches documented int…
CloudBase Development and MCP Guidelines
Provides essential development guidelines and MCP configuration for managing Tencent CloudBase services, including cloud functions, databases, and authentication. It instructs agents on how to route tasks and use the CloudBase MCP server fo…
Web Frontend Development and Integration
Facilitates the implementation, debugging, and deployment of web frontends using frameworks such as React and Vue with Vite. It provides workflows for browser-based validation and integration with CloudBase Web SDK and static hosting.
Frontend UI Design and Prototyping
Provides a structured workflow for generating design specifications, aesthetic directions, and high-fidelity prototypes for web and mini-program interfaces. It enforces strict design constraints to avoid generic AI aesthetics, focusing on i…
Structured Requirements and Design Workflow
A structured workflow for managing complex development tasks through explicit requirements, technical design, and task planning. It facilitates traceability from EARS-style acceptance criteria to actionable implementation tasks.
CloudBase Relational Database Web SDK
Provides a standardised initialization pattern for accessing CloudBase Relational Database from web frontends using the @cloudbase/js-sdk. It enables Supabase-style querying for table operations directly within the browser.
CloudBase Resource Inspection and Diagnostics
Provides an AIOps-style diagnostic workflow for inspecting the health and status of CloudBase resources, including cloud functions, CloudRun services, and databases. It enables automated error diagnosis, log analysis, and comprehensive envi…
CloudBase NoSQL SDK for WeChat Mini Programs
Provides capabilities for CRUD operations, complex queries, pagination, and aggregation on CloudBase document databases using the WeChat Mini Program SDK.
CloudBase Document Database Web SDK
Provides instructions for implementing CRUD operations, complex queries, and real-time listeners using the CloudBase JavaScript SDK in web applications. It covers handling pagination, aggregation, and geolocation queries while managing auth…
WeChat Mini Program Development Skill
Facilitates the development, debugging, and deployment of WeChat Mini Programs, including integration with Tencent CloudBase. It handles project configurations, page structures, and automation using WeChat Developer Tools or miniprogram-ci.
Safe Code Refactoring with GitNexus
A structured workflow for performing safe code refactoring, including renaming symbols, extracting modules, and splitting services. It leverages dependency mapping and impact analysis to ensure structural changes do not break existing code …
CloudBase Platform HTTP API Integration
Provides instructions for accessing CloudBase platform features, including databases, storage, and cloud functions, via raw HTTP requests. It is intended for use in environments where official SDKs are unavailable, such as Python or Go back…
GitNexus Code Impact Analysis
Identify the blast radius of code changes by analysing upstream and downstream dependencies. The skill assesses risk levels by mapping git diffs to affected execution flows and symbol dependencies.
Advanced Data Model Creation and Mermaid Modeling
Facilitates complex multi-entity relational design using Mermaid class diagrams to generate structured data models. It allows for inspecting, listing, and creating new models through a diagram-driven workflow.
GitNexus MCP Tools and Schema Guide
A reference guide for GitNexus MCP tools, resources, and the underlying knowledge graph schema. It details workflows for code analysis, impact assessment, and debugging using graph-based queries.
CloudBase Run Backend Development
Provides instructions for deploying and managing backend services on CloudBase Run using Function or Container modes. It covers service initialisation, deployment, and debugging for long-lived connections and custom runtimes.
CloudBase Platform Overview and Routing Guide
Provides high-level guidance on CloudBase services, including hosting, storage, and authentication, to assist in selecting the appropriate implementation path. It covers platform-level concepts, console navigation, and best practices for We…
Codebase Exploration with GitNexus
Facilitates deep codebase exploration by tracing execution flows and analysing symbol relationships. It enables developers to navigate unfamiliar architectures and identify call hierarchies through semantic queries and context-rich symbol a…
CloudBase CLI Resource Management
This skill enables agents to manage Tencent CloudBase resources using the tcb command-line interface. It supports deploying cloud functions, managing CloudRun services, and configuring storage, databases, and network routing.
GitNexus Code Debugging and Trace Workflow
A structured workflow for debugging errors and tracing execution flows using GitNexus queries and context analysis. It enables developers to identify root causes by inspecting call chains, symbol relationships, and process execution steps.
Cloudbase Agent TypeScript SDK
A TypeScript SDK for deploying AI agents as HTTP services using the AG-UI protocol. It provides adapters for LangGraph and LangChain, and supports building web and WeChat Mini Program clients.
CloudBase Agent SDK for AI Agents
An SDK for building and deploying AI agents using TypeScript or Python, implementing the AG-UI protocol for streaming communication. It supports integration with LangGraph, LangChain, and CrewAI via custom or built-in adapters.
CloudBase Web SDK Cloud Storage Management
Facilitates browser-side cloud storage operations using the CloudBase Web SDK, enabling file uploads, downloads, and temporary URL generation. It includes guidance on managing security domains to ensure seamless integration and prevent CORS…
CloudBase Cloud Functions Development
A guide for developing, deploying, and debugging CloudBase Event and HTTP functions. It covers implementation patterns for serverless handlers and web server runtimes on port 9000.