What problem does it solve?
Documentation in Clapse often drifts from the current compiler/runtime, making it hard to trust examples and workflows. This skill standardizes authoring, validation, and maintenance of docs, references, tutorials, and validation workflows by tying executable snippets to the live toolchain.
Core Features & Use Cases
- Executable snippets: ensure code fences labeled clapse compile against the current wasm compiler unless explicitly marked skip.
- Structured docs validation: automate docs/test alignment, validate LSP formatter expectations, and keep clapse.json plugin and tooling references in sync.
- Documentation workflow: support reference edits, tutorial snippets, and docs validation tasks with a clear maintenance path and change-tracking hooks.
- Use Case: when introducing a new language feature, update the docs snippets and run the docs-validate flow to confirm end-to-end correctness.
Quick Start
Run the docs validation workflow to verify all executable snippets compile against the current wasm compiler.