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 skills add tuliosousapro/SaaS-blueprint --skill changeloggit clone --depth 1 https://github.com/tuliosousapro/SaaS-blueprintWrote 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/skills/tuliosousapro/saas-blueprint/changelog)<a href="https://agentmods.dev/skills/tuliosousapro/saas-blueprint/changelog"><img src="https://agentmods.dev/badge/skills/tuliosousapro/saas-blueprint/changelog/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tuliosousapro/saas-blueprint/changelog"><img src="https://agentmods.dev/badge/skills/tuliosousapro/saas-blueprint/changelog.svg" alt="Reviewed on agentmods" width="80" 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.00039 | $0.00640 |
| Opus 5 | $0.00019 | $0.00320 |
| Sonnet 5 | $0.00008 | $0.00128 |
| Haiku 4.5 | $0.00004 | $0.00064 |
Grade A, and why
changelog 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Changelog Skill
When to Use
- After completing a sprint or shipping a feature.
- Before tagging a release or pushing to main.
- When the user asks "what changed?" or "update the changelog".
Reference
Instructions
1. Locate or Create CHANGELOG.md
- Check project root for
CHANGELOG.md. - If missing, create it with the header:
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2. Gather Changes
Scan recent work using:
git log --onelinesince last tagged version.tasks/todo.mdcompleted items.- User description of what was shipped.
3. Categorize Changes
Every change goes into exactly one category:
| Category | When to Use |
|---|---|
| Added | New features, new files, new capabilities |
| Changed | Modifications to existing functionality |
| Deprecated | Features that will be removed in future versions |
| Removed | Features that were removed |
| Fixed | Bug fixes |
| Security | Vulnerability patches |
4. Determine New Version
- Automatically invoke the
semantic-versioningskill. - Use the categorized changes to determine if the next version should be Major, Minor, or Patch.
- Ensure the version is updated in both
CHANGELOG.mdand.github/repository-metadata.json.
5. Write Entry
## [X.Y.Z] - YYYY-MM-DD
### Added
- Brief description of what was added
### Changed
- Brief description of what changed
### Fixed
- Brief description of what was fixed
6. Rules
- Most recent version at the top.
- Always include the date in ISO format (YYYY-MM-DD).
- One line per change, starting with a verb.
- Group related changes under the same category.
- Keep an
[Unreleased]section at the top for ongoing work. - Never delete old entries.
- Synchronization: Always ensure the version number matches between
CHANGELOG.mdand.github/repository-metadata.json.
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.
- 11d ago First seen · 94 lines · 39 tokens per session scan A 1a50b7f067b7
changelog is a skill published in the GitHub repository tuliosousapro/SaaS-blueprint (4 stars, last pushed 11d ago), licensed MIT. It adds 39 tokens to every session and 640 once invoked, about $0.0002 per session on Opus 5. 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-31.
Other skills, from other repositories
ios-appstore-builder
Prepare, configure, and publish iOS apps to the Apple App Store. Covers certificates, provisioning profiles, TestFlight, App Store submission, and review guidelines.
app-release-manager
Manage the complete mobile app release lifecycle from versioning to store submission.
changelog-automator
Professional Changelog Automator Expert skill. Improve code delivery speed and developer workflows through automation and modern tooling.
changelog-generator
Professional Changelog Generator Expert skill. Improve code delivery speed and developer workflows through automation and modern tooling.
release-manager
Professional Release Manager Expert skill. Build robust, automated deployment pipelines and configure cloud infrastructure as code.
semantic-versioning
Professional Semantic Versioning Expert skill. Improve code delivery speed and developer workflows through automation and modern tooling.