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

Sobre este Skill

Cenario recomendado: Ideal for AI agents that need goal: keep every readme section accurate and up to date. Resumo localizado: 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.

Recursos

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

# Tópicos principais

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

Skill Overview

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

Cenario recomendado: Ideal for AI agents that need goal: keep every readme section accurate and up to date. Resumo localizado: 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.

Por que usar essa habilidade

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

Melhor para

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

Casos de Uso Práticos for readme-sync

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

! Segurança e Limitações

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

Demo 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 e etapas de instalação

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

? Perguntas frequentes

O que é readme-sync?

Cenario recomendado: Ideal for AI agents that need goal: keep every readme section accurate and up to date. Resumo localizado: 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.

Como instalar readme-sync?

Execute o comando: npx killer-skills add albireo3754/agentlog/readme-sync. Ele funciona com Cursor, Windsurf, VS Code, Claude Code e mais de 19 outros IDEs.

Quais são os casos de uso de readme-sync?

Os principais casos de uso incluem: Caso de uso: Applying Goal: Keep every README section accurate and up to date, Caso de uso: Applying Method: Analyze chapter claims - choose evidence files - validate/fix, Caso de uso: Applying /readme-sync - Sync all README sections (apply edits if needed).

Quais IDEs são compatíveis com readme-sync?

Esta skill é compatível com 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. Use a CLI do Killer-Skills para uma instalação unificada.

readme-sync tem limitações?

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

Como instalar este skill

  1. 1. Abra o terminal

    Abra o terminal ou linha de comando no diretório do projeto.

  2. 2. Execute o comando de instalação

    Execute: npx killer-skills add albireo3754/agentlog/readme-sync. A CLI detectará sua IDE ou agente automaticamente e configurará a skill.

  3. 3. Comece a usar o skill

    O skill já está ativo. Seu agente de IA pode usar readme-sync imediatamente no projeto atual.

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

Habilidades Relacionadas

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

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumo localizado: 🦞 # 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.

widget-generator

Logo of f
f

Resumo localizado: 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

flags

Logo of vercel
vercel

Resumo localizado: 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
Navegador

pr-review

Logo of pytorch
pytorch

Resumo localizado: 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
Desenvolvedor