Index
📜 Never write changelogs or release notes by hand again — automate your entire docs lifecycle (ADR · changelog · release · devlog · index) with 6 zero-dependency Claude Code skills.
npx -y skills add sp-daewoon/chronicle --skill indexAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Give your project one beautiful front door instead of scattered docs. Use when generating or refreshing a single navigation hub that links your ADRs, changelog and releases. Outputs Markdown or a self-contained HTML page based on your config, and adapts to any repo via config or auto-detection.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.9 KB, as published. Nobody here has run it
Index Workflow
Generate a single entry-point index for the project.
Generate
node "${CLAUDE_PLUGIN_ROOT}/scripts/index-render.mjs"
This reads the configured index.sources (default: adr, changelog, releases), counts ADRs, checks for the changelog, and writes index.output. The format follows the output file extension — .md produces markdown, .html produces a self-contained page.
Rules
- Re-run after adding ADRs, cutting releases, or restructuring docs.
- Configure
index.sourcesandindex.outputinchronicle.config.jsonto control scope and format.