AI Agent Hub
Back to skills
💻

CloudBase Cloud Development Workflow Collection

Development Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_f12a44b7/cnbll-self-dev-cloudbase-skills into your AI assistant according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

In CloudBase cloud development workflows, the useful unit is often not a single command but a reusable set of steps: environment setup, configuration checks, task execution, and result validation. When those steps are scattered across scripts, docs, or chat history, engineers can miss variables, repeat setup, or give a model an unstable context. This collection groups multiple CloudBase workflow skills in one repository, exposing them as entries under ./skills/ so the task selection is explicit.

How it works

It is a multi-skill collection, not a single executor. The structure is intentionally simple: executable skills are maintained under ./skills/, and each skill has its own SKILL.md. The intended usage is:
- Pick the target workflow skill in ./skills/.
- Read that skill's SKILL.md to confirm commands, inputs, outputs, and prerequisites.
- Apply the required environment variables documented by the selected skill, then run the workflow.
This makes the chain “choose skill → read documentation → configure environment” usable as context for a model or script.

Boundaries

This skill set is best when you already know the CloudBase workflow you need and are willing to follow the sub-skill documentation for variables. The provided material does not describe automatic discovery of all skills, unified credential management, or cross-platform deployment. Treat unread sub-skills as not turnkey; keep credentials, permissions, and project IDs aligned with the specific SKILL.md and your CloudBase environment.

Use Cases

  • Pick a skill in ./skills and read its SKILL.md first.
  • Apply the required env vars documented by the chosen skill.
  • Use one repo to pick CloudBase workflow skills.
  • Let the model read the sub-skill SKILL.md before execution.

Best For

  • Backend engineers running CloudBase workflows who need to configure variables per skill docs.
  • Engineers using LLM-assisted tasks who need ./skills and SKILL.md as stable context.
  • Platform engineers maintaining internal tooling who want CloudBase workflow entries in one repo.
  • CloudBase developers learning multi-skill structure who need the directory, docs, and variable conventions.