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

Über diesen Skill

Geeigneter Einsatz: Ideal for AI agents that need goal: keep every readme section accurate and up to date. Lokalisierte Zusammenfassung: 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

Funktionen

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

# Kernthemen

albireo3754 albireo3754
[2]
[0]
Aktualisiert: 3/14/2026

Skill Overview

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

Geeigneter Einsatz: Ideal for AI agents that need goal: keep every readme section accurate and up to date. Lokalisierte Zusammenfassung: 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

Warum diese Fähigkeit verwenden

Empfehlung: 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

Am besten geeignet für

Geeigneter Einsatz: Ideal for AI agents that need goal: keep every readme section accurate and up to date.

Handlungsfähige Anwendungsfälle for readme-sync

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

! Sicherheit & Einschränkungen

  • Einschraenkung: /readme-sync --check - Validate all README sections only
  • Einschraenkung: For each chapter, leave only these 3 short items:
  • Einschraenkung: 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-Demo

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 und Installationsschritte

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

? Häufige Fragen

Was ist readme-sync?

Geeigneter Einsatz: Ideal for AI agents that need goal: keep every readme section accurate and up to date. Lokalisierte Zusammenfassung: 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

Wie installiere ich readme-sync?

Führen Sie den Befehl aus: npx killer-skills add albireo3754/agentlog/readme-sync. Er funktioniert mit Cursor, Windsurf, VS Code, Claude Code und mehr als 19 weiteren IDEs.

Wofür kann ich readme-sync verwenden?

Wichtige Einsatzbereiche sind: Anwendungsfall: Applying Goal: Keep every README section accurate and up to date, Anwendungsfall: Applying Method: Analyze chapter claims - choose evidence files - validate/fix, Anwendungsfall: Applying /readme-sync - Sync all README sections (apply edits if needed).

Welche IDEs sind mit readme-sync kompatibel?

Dieser Skill ist mit 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 kompatibel. Nutzen Sie die Killer-Skills CLI für eine einheitliche Installation.

Gibt es Einschränkungen bei readme-sync?

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

So installieren Sie den Skill

  1. 1. Terminal öffnen

    Öffnen Sie Ihr Terminal oder die Kommandozeile im Projektverzeichnis.

  2. 2. Installationsbefehl ausführen

    Führen Sie aus: npx killer-skills add albireo3754/agentlog/readme-sync. Die CLI erkennt Ihre IDE oder Ihren Agenten automatisch und richtet den Skill ein.

  3. 3. Skill verwenden

    Der Skill ist jetzt aktiv. Ihr KI-Agent kann readme-sync sofort im aktuellen Projekt verwenden.

! 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.

Verwandte Fähigkeiten

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

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Lokalisierte Zusammenfassung: 🦞 # 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
Künstliche Intelligenz

widget-generator

Logo of f
f

Lokalisierte Zusammenfassung: 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

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Lokalisierte Zusammenfassung: 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
Browser

pr-review

Logo of pytorch
pytorch

Lokalisierte Zusammenfassung: 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
Entwickler