
update-docs
by rhofkens
Template to set up base skills, agents and commands for enterprise grade AI coding flows with Claude Code
SKILL.md
name: update-docs description: Updates project documentation. Use when adding pages, updating content, restructuring navigation, or maintaining the documentation site. allowed-tools: Read, Glob, Grep, Write, Edit
Updating Project Documentation
Documentation Location
Documentation is typically located in a docs/ folder within the project or in a separate documentation repository.
Workflow
1. Understand what exists
List all documentation pages and check current structure.
2. Create or update pages
Page frontmatter format (for MDX/Markdown):
---
title: 'Page Title'
description: 'Brief description for SEO and previews'
---
3. Update navigation
If using a documentation framework (Mintlify, Docusaurus, etc.), update the navigation configuration.
4. Validate changes
Test documentation locally if a dev server is available.
5. Present summary to user
After completing the documentation updates, present a summary to the user that includes:
- List of files created or modified
- Navigation changes made
- Any new pages added and their location
- Suggested next steps (e.g., review locally, deploy)
Best Practices
- Keep pages focused on a single topic
- Include practical examples where helpful
- Use consistent heading hierarchy (one H1 via title, then H2+)
- Add new pages to navigation
- Test locally before finalizing
File Naming
- Use lowercase with hyphens:
my-new-page.md - Place in appropriate folder structure
- Match the path in navigation configuration
Creating New Pages
- Create the
.mdor.mdxfile with frontmatter - Add content
- Update navigation to include the new page
- Test locally
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon