Vibeyard is an IDE and project workspace for managing multiple AI coding-agent sessions, including parallel runs, split panes, task boards, cost tracking, and session resumption. It is for developers who use Claude Code, Codex CLI, or Gemini CLI and need to organize many agent-driven coding tasks. The catalogue add-ons provide commands, skills, and instructions for working with Vibeyard.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/elirantutia/vibeyard/release-notesgit clone --depth 1 https://github.com/elirantutia/vibeyardWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/elirantutia/vibeyard/release-notes)<a href="https://agentmods.dev/commands/elirantutia/vibeyard/release-notes"><img src="https://agentmods.dev/badge/commands/elirantutia/vibeyard/release-notes.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00560 |
| Opus 5 | $0.00000 | $0.00280 |
| Sonnet 5 | $0.00000 | $0.00112 |
| Haiku 4.5 | $0.00000 | $0.00056 |
Grade A, and why
release-notes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Generate release notes for this project and save them to CHANGELOG.md.
Instructions
-
Determine the target version:
- If an argument was provided (e.g.,
v0.3.0), use that as the version. Strip any leadingvfor display but use thev-prefixed form for tags. - If no argument was provided, read the version from
package.jsonand prefix it withvfor the tag name.
- If an argument was provided (e.g.,
-
Find the previous version tag:
- Run
git tag --list 'v*' --sort=-version:refnameto list all version tags sorted descending. - The previous tag is the first tag that is NOT the current version's tag.
- If no previous tag exists, use the root commit (
git rev-list --max-parents=0 HEAD).
- Run
-
Collect commits:
- If the current version tag exists: collect commits between the previous tag and the current tag.
- If the current version tag does NOT exist: collect commits between the previous tag and HEAD.
- Use
git log <range> --pretty=format:"%s" --no-mergesto get commit subjects.
-
Categorize commits into sections:
- Features: commits starting with
add,feat,implement,introduce,support(case-insensitive) - Fixes: commits starting with
fix,resolve,patch,correct(case-insensitive) - Changes: everything else
- Strip the prefix keyword from the message for cleaner display (e.g., "add dark mode" → "Dark mode")
- Capitalize the first letter of each entry.
- Features: commits starting with
-
Format the release notes entry:
## [<version>] - <YYYY-MM-DD> ### Features - Entry 1 - Entry 2 ### Fixes - Entry 1 ### Changes - Entry 1- Omit any section that has zero entries.
- Use today's date.
-
Update CHANGELOG.md:
- If
CHANGELOG.mddoes not exist, create it with this header:# Changelog All notable changes to this project will be documented in this file. - Prepend the new release entry after the header (after the blank line following the description).
- Do NOT duplicate an entry if one for this version already exists — warn the user instead.
- If
-
Output a summary of what was generated (number of commits categorized, sections included).
$ARGUMENTS
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 57 lines · 0 tokens per session scan A eca7b3d532a4
release-notes is a command published in the GitHub repository elirantutia/vibeyard (1,360 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 560 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
session-cleanup
Tidy your Sessions board -- fix each session's phase, mark finished work complete, and flag old sessions to archive.
cancel-ralph
Cancel active Ralph Loop.
obsidian-recap
Summarize a time period from the vault - today, week, or month.
setup-pm-skills
Onboard a new user — find out what they do, recommend the right bundles & top skills, and set up a project CONTEXT.md so every skill is tailored to them.
statusbar-style
Switch the status-bar style (classic / capsule / hairline).
engage.actions
Execute Phase 7 - Actions on Objectives and Goal Achievement.