Skills

Type: All Skills Tools
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase api-auditing contract-testing mcp-tools
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase mcp tencent-cloud serverless
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit web-development react vue vite
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit ui-design prototyping frontend web-development
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit requirements-engineering software-design task-planning software-architecture
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase web-sdk relational-database frontend
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase aiops diagnostics cloud-functions
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit wechat-miniprogram cloudbase nosql database-sdk
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase web-sdk nosql javascript
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit wechat-miniprogram tencent-cloudbase mini-program-development wechat-devtools
skill

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 …

CryptoRugMunch/rug-munch-mcp code-refactoring gitnexus dependency-mapping automated-refactoring
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase http-api tencent-cloud openapi
skill

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.

CryptoRugMunch/rug-munch-mcp git-impact-analysis code-safety dependency-tracking gitnexus
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit data-modeling mermaid-diagrams schema-design relational-modeling
skill

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.

CryptoRugMunch/rug-munch-mcp gitnexus mcp knowledge-graph code-intelligence
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase cloud-run backend-development serverless
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase serverless cloud-computing platform-navigation
skill

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…

CryptoRugMunch/rug-munch-mcp codebase-exploration gitnexus code-analysis execution-tracing
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase cli resource-management tencent-cloud
skill

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.

CryptoRugMunch/rug-munch-mcp debugging code-tracing gitnexus error-analysis
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit typescript ai-agents langchain langgraph
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit ai-agents typescript python ag-ui-protocol
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit cloud-storage web-sdk cloudbase file-management
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase serverless cloud-functions runtime