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

技能概览

先看适用场景、限制条件和安装路径,再决定是否继续深入。

适用场景: 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

适用 Agent 类型

适用场景: Ideal for AI agents that need goal: keep every readme section accurate and up to date.

赋予的主要能力 · 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.

关于来源内容

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

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

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/Agent。

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 或 Agent?

该技能兼容 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 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    readme-sync 已启用,可立即在当前项目中调用。

! 来源说明

此页面仍可作为安装与查阅参考。继续使用前,请结合上方适用场景、限制条件和上游仓库说明一起判断。

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

安装 readme-sync,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看功能、使用场景、限制条件与安装命令。

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.

相关技能

寻找 readme-sync 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

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
开发者工具