tour-changes
v0.2.0+codex.20260922230718Walks through a diff with editor navigation and a persistent, evidence-backed living change dossier.
By erstaplesLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tour-changes for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add tour-changes@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/erstaples/kankoClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/develop-with-dossier/SKILL.md├── skills/tour-changes/SKILL.md└── .mcp.json
Included Skills2
Implement a non-trivial code change from a request, issue, or specification while maintaining a living change dossier of requirements, decisions, assumptions, risks, evidence, and final handoff context. Use for substantial implementation, fix, refactor, or migration work that should later receive an ownership walkthrough. Do not use for read-only review/explanation, trivial edits, or when the user opts out of dossier capture.
Interactively walk the reviewer through a diff, one logical change at a time, narrating what changed, why, and how it connects to the rest of the code, flagging anything that looks off against repo conventions along the way. Use when the user says "tour the changes", "walk me through this diff", "guide me through what changed", "/tour-changes", or asks for a guided review of a diff/PR/branch rather than reading it themselves.
MCP servers1
- command
- node
- args
- ${PLUGIN_ROOT}/mcp/server.js
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests3
{
"name": "tour-changes",
"version": "0.2.0+codex.20260922230718",
"description": "Walks through a diff with editor navigation and a persistent, evidence-backed living change dossier.",
"author": {
"name": "erstaples",
"url": "https://github.com/erstaples"
},
"homepage": "https://github.com/erstaples/codewalk",
"repository": "https://github.com/erstaples/codewalk",
"license": "MIT",
"keywords": [
"code-review",
"walkthrough",
"diff",
"vscode",
"tour",
"dossier"
],
"skills": "./skills/",
"interface": {
"displayName": "Tour Changes",
"shortDescription": "Persistent, evidence-backed code walkthroughs",
"longDescription": "Guides a reviewer through a diff while preserving claims, evidence, risks, questions, coverage, and review receipts in a local living change dossier.",
"developerName": "erstaples",
"category": "Productivity",
"capabilities": [
"Read",
"Interactive",
"Write"
],
"websiteURL": "https://github.com/erstaples/codewalk",
"defaultPrompt": [
"Walk me through the changes in this branch.",
"Implement this specification with a living change dossier."
]
}
}{
"name": "tour-changes",
"description": "Walks through a diff with editor navigation and a persistent, evidence-backed living change dossier.",
"version": "0.2.0",
"author": {
"name": "erstaples",
"url": "https://github.com/erstaples"
},
"homepage": "https://github.com/erstaples/claude-code-review-walkthrough",
"repository": "https://github.com/erstaples/claude-code-review-walkthrough",
"license": "MIT",
"keywords": [
"code-review",
"walkthrough",
"diff",
"vscode",
"tour",
"dossier"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "tour-changes",
"version": "0.2.0",
"description": "Walks through a diff with editor navigation and a persistent, evidence-backed living change dossier.",
"author": {
"name": "erstaples",
"url": "https://github.com/erstaples"
},
"homepage": "https://github.com/erstaples/codewalk",
"repository": "https://github.com/erstaples/codewalk",
"license": "MIT",
"keywords": [
"code-review",
"walkthrough",
"diff",
"vscode",
"tour",
"dossier"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tour-changes on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tour-changes)