Browse all

Type: All Skills Tools
skill

Local Agent Skill Management and Sync

Standardise, validate, and synchronise local skill directories into agent environments such as Claude or Cursor. It facilitates the conversion of non-standard folders into standardised SKILL.md structures and manages path mappings via symli…

TencentCloudBase/CloudBase-AI-ToolKit skill-management agent-workflows automation local-skills
skill

Automated Git Delivery and Workflow Management

Automates git delivery processes including conventional commits, pull request creation, and release note generation. It also provides automated triage and fixes for failed GitHub Actions using isolated worktrees.

TencentCloudBase/CloudBase-AI-ToolKit git-workflows github-actions devops automation
skill

Documentation and Extension Workflows

Provides reusable workflows for generating standardised documentation, issue drafts, and prototype plans using predefined templates. It automates the creation of tutorials, command templates, and MCP design reviews.

TencentCloudBase/CloudBase-AI-ToolKit documentation-workflows template-automation mcp-design-review issue-drafting
skill ★ 78

Professional Word Document Redlining Skill

This skill enables programmatic redlining of DOCX files by applying edits as native Track Changes. It allows for high-fidelity extraction, document comparison, and managing comments or existing changes.

dealfluence/adeu docx redlining document-review track-changes
skill

Repository Documentation Freshness Review

Audits repository documentation to identify stale statements, broken references, and drift between README files and published documentation. It compares existing docs against the current codebase and generated assets to ensure accuracy duri…

TencentCloudBase/CloudBase-AI-ToolKit documentation-audit drift-detection repo-maintenance doc-review
skill

Automated Codebase Audit and Repair

Performs a comprehensive codebase review to identify security, logic, and quality issues, then automatically creates GitHub issues and submits fixes via isolated git worktrees.

TencentCloudBase/CloudBase-AI-ToolKit codebase-audit github-automation git-worktree security-audit
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
tool

CloudBase Relational Database MCP Tool

An MCP tool for managing CloudBase Relational Databases, enabling agents to provision MySQL instances, execute SQL queries, and manage table-level permissions.

TencentCloudBase/CloudBase-AI-ToolKit mcp mysql sql cloudbase
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