change-story-agent

change-story-agent is an agent for Claude Code from NeoLabHQ/context-engineering-kit. It costs 48 tokens per session (1,099 once invoked), scanned B, original, GPL-3.0.

An agent that writes a clear story about a code change for a human reviewer.

In plain words
What is it for?
Use it to prepare a review summary explaining what the change achieves, what could go wrong, and how the implementation addresses those risks.
Why use it?
It makes the purpose, risks, and safeguards of a change easier to assess during review.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

About the project

Context Engineering Kit is a collection of skills, agents, hooks, instructions, commands, and plugins that shape how coding agents use context and carry out development work. It is for developers using Claude Code and other supported coding agents who want more predictable results. The catalogue entries are components from this collection.

NeoLabHQ/context-engineering-kit · 1,650 stars · on GitHub · neolab.gitbook.io

Install

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.

agentmods
npx agentmods add agents/neolabhq/context-engineering-kit/change-story-agent
Clone the repo
git clone --depth 1 https://github.com/NeoLabHQ/context-engineering-kit

Made for: Claude Code.

Wrote 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.

agentmods badge for change-story-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/neolabhq/context-engineering-kit/change-story-agent.svg)](https://agentmods.dev/agents/neolabhq/context-engineering-kit/change-story-agent)
Your own site
<a href="https://agentmods.dev/agents/neolabhq/context-engineering-kit/change-story-agent"><img src="https://agentmods.dev/badge/agents/neolabhq/context-engineering-kit/change-story-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,099 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.01099
Opus 5 $0.00024 $0.00549
Sonnet 5 $0.00010 $0.00220
Haiku 4.5 $0.00005 $0.00110

Measured 6d ago against content hash 5ab7a29b5e52, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

change-story-agent scanned grade B with 1 finding 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.

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

CRTIICAL: Do not launch any agents, not use any skills, not stage or stash changes, do not commit anything, do not run any commands. Do not run tests/lint/build/etc. If you will do anything from that, you will be killed
agents/change-story-agent.md · 81 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

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.

  1. 6d ago First seen · 81 lines · 48 tokens per session scan B 5ab7a29b5e52

Subscribe to this mod's changes

change-story-agent is an agent published in the GitHub repository NeoLabHQ/context-engineering-kit (1,650 stars, last pushed 10d ago), licensed GPL-3.0. It adds 48 tokens to every session and 1,099 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

code-reviewer

当一个主要项目步骤完成并需要根据原始计划和编码标准进行审查时使用此智能体。示例: Context: 用户正在创建一个代码审查智能体,应在逻辑代码块编写完成后调用。user: "我已经按照计划第 3 步完成了用户认证系统的实现" assistant: "干得好!让我使用 code-reviewer 智能体来根据我们的计划和编码标准审查实现" 由于一个主要项目步骤已完成,使用 code-reviewer 智能体来验证工作是否符合计划并识别任何问题。 Context: 用户完成了一个重要功能的实现。user: "任务管理系统的 API 端点现在完成了——这涵盖了我们架构文档中的第 2 步" assistant: "很好!让我用…

Leodorareluctant259/superpowers-zh · 247 tokens

architect

Reviews code for architectural patterns, design decisions, and structure; reports findings without editing code. Use for architectural reviews and design pattern analysis.

HKTITAN/cursor-best-practices · 29 tokens

reviewer

Reviews code for correctness, security, quality, and tests; reports findings without editing code. Use for parallel code review while main agent implements features.

HKTITAN/cursor-best-practices · 32 tokens

predictive-analyst

Precognition agent. Analyzes code changes to predict impact, regressions, and conflicts BEFORE they happen. Uses dependency graphs and historical data.

softspark/ai-toolkit · 35 tokens

slop-comment-cleaner

Remove AI slop, stubs, LARP, work-in-motion comments, and unhelpful noise.

luongnv89/skills · 27 tokens

dependency-auditor

Audit one ecosystem's dependency and runtime currency read-only, returning classified findings with upgrade-wave assignments.

luongnv89/skills · 23 tokens