What problem does it solve?
This Skill solves the inconsistency and duplication that happen when writing documentation for grouped concepts, especially when groups have children and need a clear navigation hub.
Core Features & Use Cases
- Creates group landing pages for child-based group nodes with
index.{zh,en}.mdx at the group directory root.
- Ensures correct structure and intent: an onboarding-style introduction plus a responsibilities table plus a LinkedCard index, without copying full APIs from child overview pages.
- Supports two group types with the right table model: component families (Sugar/Kernel) and reference families (topic-based).
- Enforces documentation consistency by following the shared principle and using the correct figure component.
Quick Start
Write a new contents/<module>/.../<group>/index.zh.mdx file following the Skill’s required sections and tables for the selected group type (components vs reference).