ce:release-notes

Installation
SKILL.md

Compound-Engineering Release Notes

Look up what shipped in recent releases of the compound-engineering plugin. Bare invocation summarizes the last 5 plugin releases. Argument invocation searches the last 40 releases and answers a specific question, citing the release version that introduced the change.

Data comes from the GitHub Releases API for EveryInc/compound-engineering-plugin, filtered to the compound-engineering-v* tag prefix so sibling components (cli-v*, coding-tutor-v*, marketplace-v*, cursor-marketplace-v*) are excluded.

Phase 1 — Parse Arguments

Split the argument string on whitespace. Strip every token that starts with mode: — these are reserved flag tokens; v1 does not act on them but still strips them so a stray mode:foo is not treated as a query string. Join the remaining tokens with spaces and apply .strip() to the result.

  • Empty result → summary mode (continue to Phase 2).
  • Non-empty result → query mode (skip to Phase 5).

Version-like inputs (2.65.0, v2.65.0, compound-engineering-v2.65.0) are query strings, not a separate lookup-by-version mode. They flow through query mode like any other text.

Phase 2 — Fetch Releases (Summary Mode)

Run the helper from the skill directory:

Related skills

More from everyinc/compound-engineering-plugin

Installs
9
GitHub Stars
16.7K
First Seen
Apr 17, 2026