スキル一覧に戻る
Kotaro7750

update-readme

by Kotaro7750

my dotfiles

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

SKILL.md


name: update-readme description: Keep all README files aligned with the current codebase by rewriting setup steps, removing outdated content, and syncing documentation to the latest repository state whenever asked to update, refresh, or sync READMEs.

Update README

Goals

  • Keep every README in the repo accurate for the current codebase.
  • Ensure README explains the nix directory layout for common packages/settings and host-specific configuration placement.
  • Remove outdated or no-longer-true statements.
  • Write in concise English.

Workflow

  1. Discover README targets
  • List README files with rg --files -g 'README*' from the repo root.
  • Only the top-level README.md is permitted; subdirectory READMEs are not allowed.
  • If any subdirectory README files exist, remove them and consolidate their content into the top-level README.
  1. Determine scope for the README
  • The top-level README.md must be the only README in the repo.
  • Use the filesystem to confirm what exists before writing.
  1. Rewrite the README
  • Keep content minimal; include ## Setup and ## Nix layout.
  • ## Setup
    • Describe the exact setup steps required now.
    • Include copy-pasteable commands in Markdown code blocks so the setup can be executed directly.
    • Remove deprecated steps or tooling references.
  • ## Nix layout
    • Explain where common packages/settings live and where host-specific configuration lives inside nix/.
    • Use short sentences or bullets; avoid excessive detail.
  1. Remove obsolete content
  • Delete any badges, deprecated sections, or instructions that are no longer true.
  • If a section cannot be substantiated from current files, remove it.

Output expectations

  • English only.
  • No extra sections beyond the required two.
  • For the root README, never mention deprecated folders (like init/) or non-active folders unless instructed.
  • Only README.md at repo root may exist; delete any others.

Notes

  • This repo treats git/, nvim/, wezterm/, and zsh/ as the active configuration roots.
  • If a README claims to manage files or scripts that no longer exist, remove those claims.

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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