readme-sync — for Claude Code readme-sync, agentlog, community, for Claude Code, ide skills, claude-code, daily-notes, developer-journal, obsidian, prompt-logging

v1.0.0

このスキルについて

適した場面: Ideal for AI agents that need goal: keep every readme section accurate and up to date. ローカライズされた概要: Auto-log Claude Code prompts to Obsidian Daily Notes # README Sync Skill Purpose Review the entire README.md chapter by chapter and synchronize/validate each statement against local SSOT (Source of Truth) files. It covers claude-code, daily-notes, developer-journal workflows.

機能

Goal: Keep every README section accurate and up to date.
Method: Analyze chapter claims - choose evidence files - validate/fix.
/readme-sync - Sync all README sections (apply edits if needed)
/readme-sync --check - Validate all README sections only
Agent Note: Chapter-by-chapter triage

# 主なトピック

albireo3754 albireo3754
[2]
[0]
更新日: 3/14/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

適した場面: Ideal for AI agents that need goal: keep every readme section accurate and up to date. ローカライズされた概要: Auto-log Claude Code prompts to Obsidian Daily Notes # README Sync Skill Purpose Review the entire README.md chapter by chapter and synchronize/validate each statement against local SSOT (Source of Truth) files. It covers claude-code, daily-notes, developer-journal workflows.

このスキルを使用する理由

推奨ポイント: readme-sync helps agents goal: keep every readme section accurate and up to date. Auto-log Claude Code prompts to Obsidian Daily Notes # README Sync Skill Purpose Review the entire README.md chapter by chapter

おすすめ

適した場面: Ideal for AI agents that need goal: keep every readme section accurate and up to date.

実現可能なユースケース for readme-sync

ユースケース: Applying Goal: Keep every README section accurate and up to date
ユースケース: Applying Method: Analyze chapter claims - choose evidence files - validate/fix
ユースケース: Applying /readme-sync - Sync all README sections (apply edits if needed)

! セキュリティと制限

  • 制約事項: /readme-sync --check - Validate all README sections only
  • 制約事項: For each chapter, leave only these 3 short items:
  • 制約事項: Optimize for quickstart over long prose: installation/run steps must be copy-paste ready.

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs デモ

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ とインストール手順

These questions and steps mirror the structured data on this page for better search understanding.

? よくある質問

readme-sync とは何ですか?

適した場面: Ideal for AI agents that need goal: keep every readme section accurate and up to date. ローカライズされた概要: Auto-log Claude Code prompts to Obsidian Daily Notes # README Sync Skill Purpose Review the entire README.md chapter by chapter and synchronize/validate each statement against local SSOT (Source of Truth) files. It covers claude-code, daily-notes, developer-journal workflows.

readme-sync はどうやって導入しますか?

次のコマンドを実行してください: npx killer-skills add albireo3754/agentlog/readme-sync。Cursor、Windsurf、VS Code、Claude Code など19以上のIDEで使えます。

readme-sync の主な用途は?

主な用途は次のとおりです: ユースケース: Applying Goal: Keep every README section accurate and up to date, ユースケース: Applying Method: Analyze chapter claims - choose evidence files - validate/fix, ユースケース: Applying /readme-sync - Sync all README sections (apply edits if needed)。

readme-sync に対応するIDEは?

このスキルは Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer に対応しています。統一された導入には Killer-Skills CLI を使えます。

readme-sync に制限はありますか?

制約事項: /readme-sync --check - Validate all README sections only. 制約事項: For each chapter, leave only these 3 short items:. 制約事項: Optimize for quickstart over long prose: installation/run steps must be copy-paste ready..

このスキルの導入方法

  1. 1. ターミナルを開く

    プロジェクトディレクトリでターミナルまたはコマンドラインを開きます。

  2. 2. インストールコマンドを実行

    npx killer-skills add albireo3754/agentlog/readme-sync を実行してください。CLI がIDEまたはエージェントを自動検出し、スキルを設定します。

  3. 3. スキルを使い始める

    このスキルはすぐに有効になります。現在のプロジェクトで readme-sync をすぐ使えます。

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

readme-sync

Install readme-sync, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

README Sync Skill

Purpose

Review the entire README.md chapter by chapter and synchronize/validate each statement against local SSOT (Source of Truth) files.

  • Goal: Keep every README section accurate and up to date.
  • Method: Analyze chapter claims -> choose evidence files -> validate/fix.

Usage

  • /readme-sync -> Sync all README sections (apply edits if needed)
  • /readme-sync --check -> Validate all README sections only

Agent Note: Chapter-by-chapter triage

For each chapter, leave only these 3 short items:

  1. Claim Type: requirements/install/run/config/api/architecture/deploy/other
  2. SSOT Files: 1-3 files that directly prove the claim
  3. Read Method: static value check | CLI/help output check | code path trace | docs/spec cross-check

Quick mapping rules:

  • Requirements/Versions → package.json, lockfile, .nvmrc, Dockerfile
  • Install/Run → package.json scripts, Makefile, scripts/*, bin/*
  • Config/Env → .env.example, config schema/validation code
  • Usage/API/CLI → entry points, router/handler code, examples/*
  • Architecture/Flow → docs/*, module boundary code, ADR/SPEC
  • Deploy/Ops → Dockerfile, compose/k8s/helm, CI workflow

Execution Steps

  1. Split README.md into chapters using ##/### headings.
  2. Decide Claim Type / SSOT Files / Read Method for each chapter.
  3. Compare evidence files with README statements and judge consistency.
  4. In --check mode, print mismatch list and fail with exit 1.
  5. In normal mode, minimally patch README to match actual state.
  6. If all aligned, print README.md is in sync..

README Writing Guideline (SSOT-first)

Prioritize a "verifiable README" over a "nice-looking README."

  • Put the top 5 user-critical facts first: what it does, why it matters, how to start, where to get help, who maintains it.
  • Optimize for quickstart over long prose: installation/run steps must be copy-paste ready.
  • Tie factual statements to evidence files: versions/commands/paths/flags/env vars must follow code reality.
  • Keep it scannable: short paragraphs, meaningful headings, lists/code blocks.
  • Keep README focused on onboarding/contribution essentials; move long design/background content to docs/ with relative links.

Web research rule (default)

  • If README quality criteria are unclear, research current web guidance first.
  • Priority: 1) GitHub Docs (official), 2) Open Source Guides, 3) supporting templates/examples.
  • Do not copy-paste findings directly; rewrite them to match this repository's SSOT.
  • Avoid speculative language; keep only statements verifiable from local files.

Reference sources (priority order)

Sample template (SSOT-compliant)

md
1# <Project Name> 2 3One-line summary: what problem this solves. 4 5## Why 6- What problem it solves 7- Who benefits from it 8 9## Quickstart 10```bash 11# install 12<actual install command from this repo> 13# run 14<actual run command from this repo> 15``` 16 17## Requirements 18- Runtime/Version: <verified version> 19- OS/Dependencies: <if applicable> 20 21## Configuration 22- Required env vars: `<ENV_NAME>` with meaning/default/required flag 23- See `docs/config.md` for details 24 25## Usage 26- One shortest working usage example 27- Expected result/behavior 28 29## Troubleshooting 30- Common failure cases and fixes 31 32## Contributing 33- Contribution flow summary + relative link to `CONTRIBUTING.md` 34 35## License 36- License and link

SSOT Rule

  • Every README chapter statement must be verifiable from local files/code.
  • If a claim has no evidence file, remove it or mark it explicitly as Planned.
  • Always prioritize SSOT consistency over stylistic wording.
  • In CI/review, running /readme-sync --check is recommended.

関連スキル

Looking for an alternative to readme-sync or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

ローカライズされた概要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

ローカライズされた概要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

ローカライズされた概要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

ローカライズされた概要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
開発者