Написание туториалов для документации Medusa
documentation
writing-tutorials is a Claude Code skill that creates complete Medusa documentation tutorials across two strictly separated phases: first building the feature in an example project, then writing the MDX documentation. In Phase 1 the agent gathers requirements, plans with the user, implements the feature, and adds tests; in Phase 2 it creates a step diagram, writes per-step MD files, combines them into a final MDX, updates the sidebar, and cleans up temporary files. The two phases must never run in the same session — user confirmation is required before starting Phase 2. The skill loads reference files as needed (`building-phase.md`, `writing-phase.md`, `tutorial-conventions.md`, `concept-definitions.md`) and covers both how-to tutorials and integration guides. It's intended for developers who need to produce educational Medusa documentation backed by a working code example.
- #tutorial
- #documentation
- #medusa
- #how-to
- #learning