tencentcloudbase/cloudbase-ai-toolkit

docs-workflows

Documentation and extension workflows derived from local slash commands (docs, explanation, issues, prototypes, tutorials, MCP design review).

First seen Mar 30, 2026

Installation

$ npx skills add tencentcloudbase/cloudbase-ai-toolkit --skill docs-workflows

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tencentcloudbase/cloudbase-ai-toolkit · top by installs.

npx skills add tencentcloudbase/cloudbase-ai-toolkit

Browse all from tencentcloudbase/cloudbase-ai-toolkit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1.1K
License LICENSE
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,574 B
  • docs SUMMARY.md 164 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 20 installs

SKILL.md

Docs Workflows (docs / explanation / issue / prototype / extension)

This skill groups the repo's documentation-oriented slash commands into reusable workflows.

When to use this skill

Use this skill when the user asks to:

  • create or standardize documentation
  • produce a structured explanation of changes
  • draft an issue
  • create a quick prototype plan or outline
  • add an article/video tutorial entry
  • add AI IDE / skill / command templates
  • run MCP design quality review

Source of truth

  • references/addarticletutorial.md
  • references/create_doc.md
  • references/doc_type.md
  • references/explanation.md
  • references/issue.md
  • references/prototype.md
  • references/addvideotutorial.md
  • references/add_aiide.md
  • references/add_skill.md
  • references/add_command.md
  • references/mcpdesignreview.mdc

Execution rules

  1. Read the relevant command template from this skill's references/.
  2. Apply the template structure and required fields as the output contract.
  3. Keep edits minimal and consistent with repo doc locations (e.g. doc/, specs/).

- doc/ is public documentation and is committed; specs/ is local-only and gitignored — never commit it, and see AGENTS.md section <internal_dirs> for sync / retrieval.

  1. Prefer clarity and auditability over verbosity.

Command mapping

See references/command-catalog.md.