What problem does it solve?
Keeping massCode's VitePress documentation accurate and consistent is hard: features must be verified against code, version markers must reflect when a capability first appeared, and pages must be placed correctly in the sidebar and information architecture. This Skill encodes those editorial rules so documentation updates stay correct and consistent.
Core Features & Use Cases
- Docs authoring rules: Enforces verification of feature behavior in code before documenting, task-oriented sections, and correct placement across
docs/website/documentation, the VitePress sidebar config, and README.
- Version availability management: Governs
<AppVersion> markers so base capabilities keep their original version while enhancements get their own markers.
- VitePress-specific guidance: Covers callout usage, image handling with
withBase, and the {{ }} Vue-interpolation gotcha requiring v-pre in inline code.
- Use Case: When adding a new massCode feature, use this Skill to write the docs page, register it in
docs/website/.vitepress/config.mts, add assets to docs/website/public, and validate with pnpm -C docs/website build.
Quick Start
Use the documentation-workflow skill to document the new snippet tagging feature in the massCode docs website.