AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ccc Changelog

skill-kevinzai-commander-ccc-changelog · by KevinZai

Show what changed in the latest CC Commander update. Reads CHANGELOG.md and renders the most-recent version section in a digestible summary. Use when the user types…

— No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-kevinzai-commander-ccc-changelog

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-kevinzai-commander-ccc-changelog)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ccc Changelog? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/ccc-changelog — What's New

Reads CHANGELOG.md at the repo root and surfaces the most-recent version section in a scan-friendly summary. Works whether invoked directly or triggered by the SessionStart version-transition nudge.

Steps (always in this order)

1. Locate CHANGELOG.md

Read ${CLAUDE_PLUGIN_ROOT}/../../CHANGELOG.md via the Read tool.

If that fails, try Bash: find ~ -name CHANGELOG.md -path "*/cc-commander/*" 2>/dev/null | head -1 and read the result.

If no CHANGELOG.md is found: output a friendly message — "CHANGELOG.md not found. Visit https://commanderplugin.com for release notes." and exit.

2. Extract the most-recent version section

Parse the file to find the first ## [ header (e.g. ## [4.0.0-beta.11] — 2026-04-23 — ...). Extract everything from that line up to (but not including) the next ## [ header. That is the "current release block".

If an argument (version string) was passed, instead find the section whose header contains that version string.

3. Render a digestible summary

Output in this exact structure:

## CC Commander [VERSION] — [DATE]

**[HEADLINE from changelog section if present, else first sentence of first paragraph]**

[CHANGES — grouped by emoji category, max 5 bullets per category, ≤15 words each]

---
Full notes: CHANGELOG.md

Grouping rules:

  • Scan the block for sub-headers (e.g. ### Security, ### Tests, ### UX, ### New skills) — preserve those as bold labels.
  • Under each label, output at most 5 bullet points, each compressed to the single most important fact.
  • If a section has more than 5 items, append: …and N more — see CHANGELOG.md.
  • Skip sections with zero bullets after filtering.
  • Maximum total output: 30 lines (not counting the header).

4. Footer

Always end with:

Run `/ccc` to get started or `/ccc-browse` to explore all 48 skills.

Anti-patterns

  • Never dump the raw CHANGELOG.md — always summarize.
  • Never truncate mid-sentence — compress, don't cut.
  • No numbered lists — bullets only.
  • No "Let me know if..." sign-offs.

> ⚙️ Fable contract: plan before build · verifier ≠ worker · prove before alarm · loops need gates · leave durable state — rules/fable-method.md

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.