Skip to content
Development
Skill

/web-development

Use when implementing a CloudBase Web frontend (React/Vue/Vite) after the product direction is clear — SDK init, static hosting, browser verification.

From plugin
cloudbase-ai-toolkit
1.1k49 skills6 agents7 commands2 MCP
Install
$ npx -y skills add TencentCloudBase/CloudBase-AI-Toolkit --skill web-development --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/web-development

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when implementing a CloudBase Web frontend (React/Vue/Vite) after the product direction is clear — SDK init, static hosting, browser verification.

SKILL.md

web-development.SKILL.md
name: web-development
description: Use when implementing a CloudBase Web frontend (React/Vue/Vite) after the product direction is clear — SDK init, static hosting, browser verification.

Web development (DSH)

  • New projects: `mcp__cloudbase__downloadTemplate` with `template="react"` or `vue` first.
  • Auth: CloudBase Web SDK only. Do not use mini-program OPENID on Web.
  • Deploy: `mcp__cloudbase__manageHosting` `action=upload` after a local production build. CDN may cache for a few minutes; append a random query string to preview URLs.
  • History-mode SPA: set the static hosting 404 document to `index.html`.
Ships withcloudbase-ai-toolkit

AI writes the code. CloudBase runs the backend. The CloudBase integration layer for AI coding tools: Plugin installs the stack, Skills steer how code is written, MCP operates databases, functions, storage, and deploys from chat.

Get the whole plugin

Other skills on cloudbase-ai-toolkit.