skills/GENERATION.md
This document contains information about how these skills were generated and how to keep them synchronized with the documentation.
Generated from documentation at:
9d30081469cd7ed08586bb8973649a88567cfa259d300814Source documentation:
/docs folderGeneration date: 2026-01-26
skills/
├── GENERATION.md # This file
└── slidev/
├── SKILL.md # Table-based reference to all features
└── references/ # Agent-optimized reference files
Files are prefixed by category:
core-* - Core documentation (syntax, config, CLI, etc.)code-* - Code block featureseditor-* - Editor integrationsdiagram-* - Diagram and math supportlayout-* - Layout and positioningstyle-* - Styling featuresanimation-* - Animation featuressyntax-* - Markdown syntax extensionspresenter-* - Presenter mode featuresbuild-* - Build and export featurestool-* - CLI toolsapi-* - API and hooksThe Slidev skills were created by:
Reading all documentation from /docs folder:
/docs/guide/*.md - Core guides (syntax, animations, layouts, etc.)/docs/builtin/*.md - Built-in features (CLI, components, layouts)/docs/features/*.md - Individual features (43 files)/docs/custom/*.md - Customization optionsCreating table-based SKILL.md: Main skill file with:
Creating core documentation references (10 files):
core-syntax.md - Markdown syntax from guide/syntax.mdcore-animations.md - Animation system from guide/animations.mdcore-headmatter.md - Deck config from custom/index.mdcore-frontmatter.md - Per-slide config from custom/index.mdcore-cli.md - CLI commands from builtin/cli.mdcore-components.md - Built-in components from builtin/components.mdcore-layouts.md - Built-in layouts from builtin/layouts.mdcore-exporting.md - Export options from guide/exporting.mdcore-hosting.md - Deployment from guide/hosting.mdcore-global-context.md - Navigation API from guide/global-context.mdCreating feature references (41 files):
/docs/features/ rewritten for agent consumptionWhen Slidev documentation changes, follow these steps to update the skills:
# Get changes in docs since generation
git diff sha_of_last_generation..HEAD -- docs/
# List changed files
git diff --name-only sha_of_last_generation..HEAD -- docs/
# Get summary of changes
git log --oneline sha_of_last_generation..HEAD -- docs/
Focus on these documentation areas:
/docs/guide/ - Core concepts and workflows/docs/builtin/ - Built-in features (CLI, components, layouts)/docs/features/ - Individual features/docs/custom/ - Configuration and customizationFor minor changes (typos, clarifications, small additions):
SKILL.mdreferences/ if neededFor major changes:
SKILL.md sections:
references/For new features:
references/ with appropriate prefix
SKILL.md with:
# 1. Check what docs changed
git diff sha_of_last_generation..HEAD -- docs/ > docs_changes.patch
# 2. Review the changes
cat docs_changes.patch
# 4. Update references based on changes
# 5. Update SKILL.md based on changes
# 6. Update this file with new SHA
git rev-parse HEAD # Get new SHA
# Update GENERATION.md with new SHA
SKILL.md with changes:
references/ folder:
index.md if files added/removedGENERATION.md with new SHA/docs/features/Consider full regeneration when:
When updating, maintain style:
| Date | SHA | Version | Changes |
|---|---|---|---|
| 2026-01-26 | 9d300814 | v52.11.3 | Initial generation from docs |
For future agents updating these skills:
git diff sha_of_last_generation..HEAD -- docs/ to see all documentation changesSKILL.md by:
references/ folder with /docs/features/Remember: The goal is incremental updates, not complete rewrites. Only change what needs to change based on documentation diffs.
If you're unsure about whether changes warrant updates:
Last updated: 2026-01-26 Current SHA: 9d300814