docs

Automate documentation workflows for Invowk websites with MDX snippets and i18n.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/invowk/invowk --skill docs-invowk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/invowk/invowk/tree/main/.claude/skills/docs
Command: npx skills add https://github.com/invowk/invowk --skill docs-invowk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation workflows for Invowk projects are complex and error-prone, requiring consistent structure and localization across docs, code references, and website content.

Core Features & Use Cases

  • Establishes a repeatable docs workflow for website/, website/docs/, and website/i18n/ with MDX snippets and localization, ensuring consistency across locales.
  • Provides a clear mapping for syncing schema changes to documentation pages and SDKs, enabling faster updates and fewer regressions.
  • Supports rapid Quick Start-style tasks for contributors to edit docs safely with snippet reuse and proper escaping.

Quick Start

Use this skill to update documentation pages and website content with consistent structure.

Frequently Asked Questions about docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage MDX snippets across multiple locales for website documentation?

Managing MDX snippets across locales requires a structured workflow that applies consistent snippet conventions across website/docs/ and website/i18n/ directories. This ensures localization stays synchronized and prevents content drift during updates.

What is the best way to sync schema changes to documentation pages?

Syncing schema changes to documentation pages is best handled by using a structured sync map that directly connects schema updates to specific docs and SDKs. This mapping enables faster updates and significantly reduces the risk of regressions across localized documentation.

How do I update website content and docs while maintaining consistent structure?

Updating website content and docs while maintaining consistent structure involves applying repeatable workflows to website/, website/docs/, and website/i18n/. By relying on established MDX snippet conventions and WEBSITE_DOCS.md references, contributors can edit safely and ensure structural uniformity.

Do I need specific file references to edit docs safely with snippet reuse?

Yes, editing docs safely with snippet reuse requires specific file references like website/WEBSITE_DOCS.md and established MDX snippet conventions. These references provide the necessary structural context to prevent formatting errors and ensure proper escaping during content updates.

Why does localization break when updating documentation workflows?

Localization breaks during documentation updates when there is no consistent structure applied across website/i18n/ and website/docs/. Without a standardized workflow using MDX snippet conventions and a sync map, schema changes and content updates easily desynchronize localized pages.