AI Agent Hub
Back to skills
Skill Chinese Usage Example Generator icon

Skill Chinese Usage Example Generator

Knowledge Management Updated 2026.08.30

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

Follow https://skillhub.cn/install/skillhub.md and install @user_211e8f0b/skill-example-generator.

About this skill

Problem

Authors of one Skill often need to write Chinese usage notes for another Skill, but manually organizing SKILL.md can miss trigger words, parameters, examples, and caveats. Output formats vary, and it is hard to get quality feedback or reproducible generated results. This skill parses the target document into structured information and renders a reviewable Chinese guide from a fixed template.

How It Works

It first confirms the target Skill path, then reads and validates SKILL.md. Key steps include parsing frontmatter, section headings, trigger conditions, parameter tables, and examples; identifying core capabilities, usage scenarios, and parameter dependencies; generating a document with introduction, trigger methods, feature notes, parameters, usage examples, FAQ, and caveats. It also outputs a quality report based on completeness, accuracy, readability, usefulness, and conventions, with traceable error information.

Boundaries

The skill only generates usage documentation. It does not modify the target Skill or evaluate its functional correctness. The target directory must be readable and writable, and SKILL.md needs basic frontmatter. Complex nested tables, nonstandard Markdown, or encoding issues may trigger degraded handling, so manual review is recommended after generation. Translation relies on an external service; when unavailable, the original text is retained with a marker.

Use Cases

  • After finishing a new Skill, quickly generate Chinese usage notes with triggers, parameter tables, and examples.
  • When maintaining multiple Skills, normalize different SKILL.md files into one consistent usage guide structure.
  • After receiving “how to use” feedback, generate a Chinese guide with FAQ and troubleshooting examples.
  • Before release, use the quality report to fill missing sections and review parameter notes and examples.

Best For

  • Skill authors who need a clear Chinese usage guide for a new Skill.
  • Documentation owners who need consistent structure and example style across multiple Skills.
  • Agent platform maintainers who need batch-generated usage docs under `examples/`.
  • Technical writers who need to convert `SKILL.md` into user docs with parameter tables and FAQ.