effective-communicator
v0.1.1Plain-language communication for readers who cannot see the code, using Simplified Technical English and outcome-first explanations.
By Patrick D'appollonioLicense: MIT8 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 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 effective-communicator for Codex and Claude Code
codex plugin marketplace add patrickdappollonio/claude-plugins
codex plugin marketplace upgrade patrickdappollonio
codex plugin add effective-communicator@patrickdappollonioPaste and run these commands in a terminal with Codex. They add and refresh the patrickdappollonio catalog, then install this plugin.
Compatibility: the page URL and API slug “effective-communicator” remain stable.
- Codex:
effective-communicator@agent-plugin-marketplace→effective-communicator@patrickdappollonio
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/patrickdappollonio/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/effective-communicator/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/effective-communicator/SKILL.md
Included Skills1
Use when writing any message a person will read — answers, status updates, findings from a review, scan, audit, or debug, plans, recaps, or summaries — especially when the reader may not be able to see the code, files, or systems you are describing, or when another skill (adversarial-review, improve, a code review, a scanning pass) has produced results full of file names, function names, and variable names. Also use when a person says your explanation was too technical, jargon-heavy, or "means nothing to me," or asks you to explain something plainly.
Plugin manifests2
{
"name": "effective-communicator",
"version": "0.1.1",
"description": "Plain-language communication for readers who cannot see the code, using Simplified Technical English and outcome-first explanations.",
"author": {
"name": "Patrick D'appollonio",
"email": "[email protected]"
},
"homepage": "https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/effective-communicator",
"license": "MIT",
"keywords": [
"communication",
"plain-language",
"readability",
"findings"
],
"skills": "./skills/",
"interface": {
"displayName": "Effective Communicator",
"shortDescription": "Explain technical work in plain language.",
"longDescription": "Turns identifier-heavy technical findings, plans, and updates into concise explanations a reader can understand without opening the code.",
"developerName": "Patrick D'appollonio",
"category": "Productivity",
"capabilities": [
"Write",
"Explain"
],
"defaultPrompt": [
"Explain this in plain English."
]
}
}{
"name": "effective-communicator",
"description": "Plain-language communication for readers who can't see the code — the agent translates findings, answers, status, plans, and recaps out of file/function/variable names into Simplified Technical English (ASD-STE100), leads with the outcome, keeps the important point in the final message of the turn, and matches technical readers only when they ask.",
"version": "0.1.1",
"author": {
"name": "Patrick D'appollonio",
"email": "[email protected]"
},
"homepage": "https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/effective-communicator",
"license": "MIT",
"keywords": [
"communication",
"plain-language",
"simplified-technical-english",
"asd-ste100",
"findings",
"non-technical",
"readability",
"user-facing"
]
}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.
[effective-communicator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/effective-communicator)