keep-the-why
v0.17.1Project memory for coding agents and humans: the reasoning behind a codebase as Markdown in the repo, versioned by Git, so nothing rejected is proposed twice.
By Oliver ZehentleitnerLicense: MIT161 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- 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 keep-the-why for Codex and Claude Code
codex plugin marketplace add oliver-zehentleitner/keep-the-why
codex plugin marketplace upgrade keep-the-why
codex plugin add keep-the-why@keep-the-whyPaste and run these commands in a terminal with Codex. They add and refresh the keep-the-why catalog, then install this plugin.
Compatibility: the page URL and API slug “keep-the-why” remain stable.
- Codex:
keep-the-why@agent-plugin-marketplace→keep-the-why@keep-the-why
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/oliver-zehentleitner/keep-the-whyClone 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└── skills/keep-the-why/SKILL.md
Included Skills1
Extract and preserve the reasoning code cannot explain - decisions, rejected alternatives, workarounds, incidents, constraints - plus project setup and maintainer interviews. Not for what changed (see Keep a Changelog) - only why. Also the place for complaints, feedback and settings changes about this skill itself.
Plugin manifests2
{
"name": "keep-the-why",
"version": "0.17.1",
"description": "Project memory for coding agents and humans: the reasoning behind a codebase as Markdown in the repo, versioned by Git, so nothing rejected is proposed twice.",
"author": {
"name": "Oliver Zehentleitner",
"url": "https://github.com/oliver-zehentleitner"
},
"homepage": "https://keepthewhy.com",
"repository": "https://github.com/oliver-zehentleitner/keep-the-why.git",
"license": "MIT",
"keywords": [
"documentation",
"context",
"decision-log",
"knowledge-management",
"onboarding",
"agents"
],
"skills": "./skills/"
}{
"name": "keep-the-why",
"version": "0.17.1",
"description": "Project memory for coding agents and humans: the reasoning behind a codebase as Markdown in the repo, versioned by Git, so nothing rejected is proposed twice.",
"author": {
"name": "Oliver Zehentleitner",
"url": "https://github.com/oliver-zehentleitner"
},
"homepage": "https://keepthewhy.com",
"repository": "https://github.com/oliver-zehentleitner/keep-the-why.git",
"license": "MIT",
"keywords": [
"documentation",
"context",
"decision-log",
"knowledge-management",
"onboarding",
"agents"
]
}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.
[keep-the-why on Agent Plugins Marketplace](https://pluginsmp.com/plugins/keep-the-why)