appropriate-comments-code
v1.7.1Comment discipline for code the agent writes: every comment adds information the code does not and describes the current state only.
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 appropriate-comments-code for Codex and Claude Code
codex plugin marketplace add patrickdappollonio/claude-plugins
codex plugin marketplace upgrade patrickdappollonio
codex plugin add appropriate-comments-code@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 “appropriate-comments-code” remain stable.
- Codex:
appropriate-comments-code@agent-plugin-marketplace→appropriate-comments-code@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/appropriate-comments-code/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/appropriate-comments-code/SKILL.md
Included Skills1
Use when writing, editing, or reviewing code in any language and about to add, change, or review a comment, docstring, doc comment, or TODO — especially one that narrates history or a past attempt, restates the line below, explains a feature rather than the code, tells a future editor what to do or not do, cites a ticket, finding, task, or wave ID, counts tests, callers, or fields, or sits in a test file.
Plugin manifests2
{
"name": "appropriate-comments-code",
"version": "1.7.1",
"description": "Comment discipline for code the agent writes: every comment adds information the code does not and describes the current state only.",
"author": {
"name": "Patrick D'appollonio",
"email": "[email protected]"
},
"homepage": "https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/appropriate-comments-code",
"license": "MIT",
"keywords": [
"comments",
"code-quality",
"documentation",
"readability"
],
"skills": "./skills/",
"interface": {
"displayName": "Appropriate Code Comments",
"shortDescription": "Write useful, durable code comments.",
"longDescription": "Keeps code comments concise, current, and limited to information the code itself cannot express.",
"developerName": "Patrick D'appollonio",
"category": "Developer Tools",
"capabilities": [
"Write",
"Review"
],
"defaultPrompt": [
"Review the comments in this change."
]
}
}{
"name": "appropriate-comments-code",
"description": "Comment discipline for code the agent writes — every comment stays within a line or two, carries information the code does not, and describes the current state only, with no iteration labels, finding numbers, wave or task IDs, project phase names, or narration of how the code got here; regressions are pinned by tests instead.",
"version": "1.7.1",
"author": {
"name": "Patrick D'appollonio",
"email": "[email protected]"
},
"homepage": "https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/appropriate-comments-code",
"license": "MIT",
"keywords": [
"comments",
"code-quality",
"documentation",
"readability",
"maintainability",
"ai-slop"
]
}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.
[appropriate-comments-code on Agent Plugins Marketplace](https://pluginsmp.com/plugins/appropriate-comments-code)