docs(skills): add canonical Diataxis folder paths to all writer skills#121
Merged
Conversation
- Add File Placement section to tutorial, howto, reference, and explanation writers - Update docs-planner MkDocs Nav Patterns with pages/ folder-per-quadrant structure - Fix stale getting-started.md link in howto-writer template - Sync all skills across template/.github/skills and .github/skills
The root and generated project rumdl versions disagree on nested list indent width for MD007. Add per-file-ignores for .github/skills/** to prevent false positives in both the root and generated projects.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add canonical folder path recommendations to all 5 Diataxis writer skills and sync them across
template/.github/skills/and.github/skills/.Type of Change
Motivation and Context
The Diataxis writer skills lacked guidance on where to place generated files. This adds a
File Placementsection to each writer skill prescribing the canonicalpages/tutorials/,pages/how-to/,pages/reference/,pages/explanation/folder paths. Also updates the docs-planner nav patterns to match.How Has This Been Tested?
uv run pytestChecklist