Writes and updates Medusa documentation MDX files for the book, resources, ui, user-guide, and cloud projects. Use when making documentation changes based on code diffs, adding new pages, updating existing content, or updating component examples. ALWAYS load this skill before modifying any MDX file in www/apps/.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Writes and updates Medusa documentation MDX files for the book, resources, ui, user-guide, and cloud projects. Use when making documentation changes based on code diffs, adding new pages, updating existing content, or updating component examples. ALWAYS load this skill before modifying any MDX file in www/apps/.
Writing Medusa Documentation
Skill for writing and updating MDX documentation across the book, resources, ui, user-guide, and cloud projects under www/apps/.
Constraints
CRITICAL: Violating these will corrupt the documentation or break CI.
Never document @ignore-tagged items — any option, method, or parameter with @ignore in its TSDoc must be skipped entirely
Never touch www/apps/resources/references/ — auto-generated, will be overwritten
Never touch www/apps/ui/specs/components/ — auto-generated, will be overwritten
Never touch www/apps/api-reference/ — managed by a separate process
Never run yarn prep or yarn lint:content — these run automatically after your session
Never invent Cloudinary screenshot URLs in user-guide — leave <!-- TODO: add screenshot --> instead
Load Reference Files When Needed
Load at least one reference file before writing any content.