plain-speak
v2.15.2Terse-response modes for Claude Code and Codex, with an active hygiene checker that reinjects the rules only when the model drifts.
By Renz Sanchez0 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Jul 31, 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 plain-speak for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add plain-speak@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/rnzsanchez/plain-speakClone 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/init/SKILL.md└── skills/stats/SKILL.md
Included Skills2
Show which plain-speak mode is active, or switch it.
Token and drift report for plain-speak — this session plus lifetime.
Plugin manifests2
{
"name": "plain-speak",
"version": "2.15.2",
"description": "Terse-response modes for Claude Code and Codex, with an active hygiene checker that reinjects the rules only when the model drifts.",
"author": {
"name": "Renz Sanchez",
"url": "https://github.com/rnzsanchez"
},
"skills": "./skills/",
"hooks": "./hooks/plain-speak-hooks.json",
"interface": {
"displayName": "Plain Speak",
"shortDescription": "Plain, terse answers that stay plain.",
"longDescription": "Terse-response modes with an active hygiene checker that reinjects the rules only when the model drifts.",
"developerName": "Renz Sanchez",
"category": "Productivity",
"capabilities": [
"Instructions",
"Lifecycle hooks"
],
"defaultPrompt": [
"Show which plain-speak mode is active.",
"Switch plain-speak to normal mode.",
"Show plain-speak token and drift stats."
]
}
}{
"name": "plain-speak",
"version": "2.15.2",
"description": "Terse-response modes with a silent checker that reads every reply and reinjects the rules only when the model drifts.",
"author": {
"name": "Renz Sanchez",
"url": "https://github.com/rnzsanchez"
},
"hooks": "./hooks/plain-speak-hooks.json"
}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.
[plain-speak on Agent Plugins Marketplace](https://pluginsmp.com/plugins/plain-speak)