Skills
Automated git workflows for development delivery
This skill formalises complex, multi-step git delivery workflows, allowing agents to execute structured processes like conventional commits, safe PR creation, and release note generation. It also facilitates isolated worktree analysis and f…
Structured Documentation and Workflow Generation
This skill provides structured workflows for generating various documentation artifacts, including articles, issue drafts, prototypes, and design reviews. It standardises the creation of technical content and internal documentation using pr…
Audit Documentation Freshness and Drift
This skill audits repository documentation surfaces, including published docs and READMEs, to detect drift against the current codebase and generated assets. It systematically identifies stale statements, broken references, and inconsistenc…
Automated Codebase Audit, Issue Tracking, and Fixing
This skill performs a comprehensive, end-to-end codebase audit, systematically identifying security, quality, and logic vulnerabilities. It then automatically generates structured GitHub issues, fixes each issue in an isolated worktree, and…
Web Frontend Implementation and Validation
Provides guidance for implementing, debugging, and deploying web frontends using React, Vue, and Vite. It focuses on engineering execution, including browser-based validation and CloudBase Web integration.
Generates High-Fidelity UI Design Specifications
This skill guides the creation of high-fidelity, aesthetically rich user interfaces for web and mini-programs. It mandates a structured design specification, including color palettes, typography, and layout strategy, before generating any i…
Structured development specification workflow
A workflow for managing medium-to-large changes through explicit requirements, technical design, and task planning. It ensures clear acceptance criteria and architectural alignment before implementation begins.
CloudBase RDB client for web applications
This skill provides the canonical pattern for initializing the CloudBase Relational Database client within a web frontend. It enables developers to perform standard CRUD operations using a Supabase-style query interface directly from the br…
CloudBase Resource Health and Diagnostics Skill
An AIOps-driven skill for performing comprehensive health checks and error diagnosis across CloudBase resources, including Cloud Functions and CloudRun. It facilitates automated log analysis and resource status inspection to identify potent…
Manage CloudBase Relational Database via MCP
This skill enables agents to manage the full lifecycle of a CloudBase Relational Database instance via MCP tools. It supports executing read/write SQL statements, provisioning/destroying MySQL, and managing granular resource permissions.
Mini Program Document Database Access via CloudBase SDK
This skill provides structured access to the CloudBase document database specifically for WeChat Mini Programs. It facilitates full CRUD operations, complex querying, pagination, aggregation, and geolocation queries using the native wx.clou…
WeChat Mini Program Development Skill
Facilitates the development, debugging, and deployment of WeChat Mini Programs, including integration with Tencent CloudBase. It manages project configurations, page components, and automated workflows via WeChat Developer Tools or miniprog…
CloudBase Web SDK for Document Database Operations
This skill provides the necessary logic for performing CRUD operations and complex data interactions within a web application using the official CloudBase JavaScript SDK. It supports advanced features such as real-time listening, pagination…
CloudBase HTTP API Client for Raw Integration
This skill facilitates direct interaction with CloudBase platform services (such as databases, functions, and storage) by generating raw HTTP API calls. It is designed for backends or scripts that cannot use official SDKs, requiring adheren…
CloudBase Run Backend Development
Provides instructions for deploying and managing backend services on CloudBase Run using Function or Container modes. It covers service configuration, long-lived connections such as WebSockets, and AI agent deployment.
Advanced data model creation and diagramming
This skill facilitates complex, multi-entity relational design by generating structured data models and Mermaid class diagrams. It is intended for the initial modeling pass, allowing developers to define schemas before implementing direct S…
CloudBase platform overview and capability selection
This skill provides a high-level conceptual overview of the CloudBase platform, guiding developers through service selection, cross-platform differences, and best practices before implementation. It helps determine the appropriate specializ…
Cloudbase Agent TypeScript SDK
A TypeScript SDK for deploying AI agents as HTTP services via the AG-UI protocol. It includes adapters for LangGraph and LangChain, and facilitates building web and WeChat Mini Program clients.
Manage CloudBase Resources via CLI
This skill provides deterministic, scriptable access to manage all Tencent CloudBase resources using the tcb CLI. It is ideal for CI/CD pipelines, batch operations, and complex resource configuration tasks, ensuring auditable deployments.
Build production AI agent backends in Python
This SDK enables the development of robust, production-ready AI agent backends using Python. It supports multiple agent frameworks (e.g., LangGraph, CrewAI) and provides features like streaming, persistent memory, and full observability via…
CloudBase Web SDK Cloud Storage Management
Enables browser-side cloud storage operations via the CloudBase Web SDK, covering file uploads, deletions, and temporary URL generation. It includes guidance on managing security domains to prevent CORS-related failures.
CloudBase Agent SDK for Building AI Agents
This skill provides the CloudBase Agent SDK, enabling developers to build and deploy sophisticated AI agents using either TypeScript or Python. It manages the AG-UI protocol for streaming communication and supports integration with popular …
CloudBase function development and deployment guide
This skill guides the development, deployment, and debugging of CloudBase functions, supporting both event-driven Event Functions and standard HTTP Functions. It provides detailed contracts for implementing serverless logic, including best …
WeChat Mini Program AI Integration
Enables integration of AI models such as Hunyuan, DeepSeek, and Kimi within WeChat Mini Programs via the wx.cloud.extend.AI API. It supports both text generation and streaming responses with callback support for handling text, events, and c…