スキル一覧に戻る
rhofkens

update-docs

by rhofkens

Template to set up base skills, agents and commands for enterprise grade AI coding flows with Claude Code

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

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

  1. Create the .md or .mdx file with frontmatter
  2. Add content
  3. Update navigation to include the new page
  4. Test locally

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です