ai-model-nodejs
Use this skill for Node.js backend AI via @cloudbase/node-sdk (>=3.16.0) — cloud functions, CloudRun, Express/Koa/NestJS, serverless APIs, scheduled jobs, LLM…
Design, improve, and evaluate reusable agent skills with high-quality SKILL.md files, precise trigger descriptions, progressive disclosure, and testable behavior. This skill should be used when users ask to create a new skill, rewrite or review an existing skill, audit a skill
$ npx -y skills add TencentCloudBase/CloudBase-AI-Toolkit --skill skill-authoring --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skill-authoringContext preview
The summary Claude sees to decide when to auto-load this skill.
Design, improve, and evaluate reusable agent skills with high-quality SKILL.md files, precise trigger descriptions, progressive disclosure, and testable behavior. This skill should be used when users ask to create a new skill, rewrite or review an existing skill, audit a skill
name: skill-authoring description: Design, improve, and evaluate reusable agent skills with high-quality SKILL.md files, precise trigger descriptions, progressive disclosure, and testable behavior. This skill should be used when users ask to create a new skill, rewrite or review an existing skill, audit a skill collection such as `config/source/skills` for redundancy or overlap, improve skill trigger quality, organize skill references, or evaluate whether a skill should trigger and behave correctly. alwaysApply: false
Create and refine reusable agent skills with better trigger quality, cleaner structure, stronger behavioral guidance, and more reliable evaluation.
Use this skill when you need to:
When the task targets `config/source/skills`, apply these guardrails in addition to the normal skill-authoring workflow:
This section is the repo-managed CloudBase skill review baseline for this repository.
**Do NOT use for:**
1. **Identify the task class first**
2. **Optimize the trigger surface early**
3. **Design behavior, not just documentation**
4. **Load supporting materials only when needed**
5. **Use collection-level review when the request is about many skills**
6. **Evaluate before considering the skill complete**
| Task | Read | | --- | --- | | Write or improve `name` and `description` | `references/frontmatter-patterns.md` | | Design skill anatomy and progressive disclosure | `references/structure-patterns.md` | | Draft a new skill or review an existing one | `references/templates.md` | | Audit `config/source/skills` for quality, redundancy, and overlap | `references/repo-skill-review.md` | | Review repo-managed CloudBase source skills | `references/cloudbase-skill-review.md` | | Build evaluation prompts and review outcomes | `references/evaluation.md` | | Compare good examples, weak examples, and rewrites | `references/examples.md` |
1. Identify the skill's job, boundary, and closest neighboring skills. 2. Draft `name` and `description` with realistic trigger language. 3. If the task targets `config/source/skills`, read `references/repo-skill-review.md`, then load `references/cloudbase-skill-review.md` for CloudBase-specific standards before proposing rewrites. 4. Keep sibling routing local-only; do not add remote skill-fetch URLs. 5. Write the main `SKILL.md` so it changes agent behavior after trigger. 6. Move deep detail into `references/`, `assets/`, or `scripts/` as needed. 7. If the skill ships in `plugin/cloudbase`, also write `plugin/cloudbase/skill-metadata.json` (see `references/templates.md` landing checklist) and run `npm run build:skill-manifest`. 8. Run evaluation prompts and revise until trigger quality and behavior are stable.
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.
Repo: TencentCloudBase/CloudBase-AI-Toolkit
Use this skill for Node.js backend AI via @cloudbase/node-sdk (>=3.16.0) — cloud functions, CloudRun, Express/Koa/NestJS, serverless APIs, scheduled jobs, LLM…
Use this skill when a browser/Web app (React, Vue, Next, Nuxt, static sites, SPAs, dashboards, AI chat UI, 页面, 前端, 网页) needs AI models via @cloudbase/js-sdk.…
Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, wx.cloud apps). Covers generateText and streamText with callbacks (onText, onEvent,…
CloudBase Node SDK auth guide for server-side identity, user lookup, and custom login tickets. This skill should be used when Node.js code must read caller…
CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth…
CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication…