What problem does it solve?
This Skill centralizes discovery and retrieval of release notes for Midnight Network components so users do not have to manually search multiple repositories, parse MDX/JSX artifacts, or manually extract version and date metadata.
Core Features & Use Cases
- Repository discovery: List available components and their index files under docs/relnotes in the midnightntwrk/midnight-docs repository.
- Version enumeration and retrieval: Enumerate published versions for a component and fetch specific MDX release files, reading YAML frontmatter for titles and dates.
- Content normalization and presentation: Strip MDX/JSX artifacts while preserving markdown structure, present summaries (title, date, section headings) or full cleaned release notes on demand, and support semver-style range filtering and alias-based component resolution.
- Use Case: Ask for the latest Ledger breaking changes, list all compact-tools versions matching a semver range, or show the full release notes for midnight-js 2.1.0.
Quick Start
Show the latest release notes for ledger, summarize breaking changes, and list the release date and artifact links.