clear-claude
v0.1.1Make Claude Code easier to understand without making it less capable. Ships the Clear Partner output style — answer-first, plain English, concise by default, deep when asked — plus two read-only diagnostic skills, clear-doctor and clear-audit.
By jessebldrLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 19, 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 clear-claude for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install clear-claude@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/jessebldr/clear-claudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/clear-claude/.
Plugin files
├── .claude-plugin/plugin.json├── skills/clear-audit/SKILL.md└── skills/clear-doctor/SKILL.md
Included Skills2
Verify that the Clear Partner output style is genuinely active in this session and that the shipped style file is unmodified. Derives activation from the plugin's own resolution rules, and checks the style file's frontmatter and SHA-256 against the recorded expected values, reporting every deviation as a fact. Use after installing, updating or editing Clear Claude, before trusting an eval result, or when the user says "clear audit", "audit clear claude", "verify clear partner", or "is Clear Partner really active".
Diagnose a Clear Claude installation. Checks that the plugin manifest, the Clear Partner output style file and its frontmatter are present and correct, which settings layers exist and which one wins for output styles, installed version vs marketplace version, and conflicting output styles from other plugins or from user/project style files. Use when Clear Claude is installed but Claude is not talking like Clear Partner, after an update, or when the user says "clear doctor", "diagnose clear claude", "check my clear claude install", or "why isn't Clear Partner active".
Plugin manifests1
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "clear-claude",
"displayName": "Clear Claude",
"description": "Make Claude Code easier to understand without making it less capable. Ships the Clear Partner output style — answer-first, plain English, concise by default, deep when asked — plus two read-only diagnostic skills, clear-doctor and clear-audit.",
"version": "0.1.1",
"skills": [
"./skills/clear-doctor",
"./skills/clear-audit"
],
"author": {
"name": "jessebldr"
},
"license": "MIT",
"keywords": [
"output-style",
"communication",
"clarity",
"developer-experience"
]
}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.
[clear-claude on Agent Plugins Marketplace](https://pluginsmp.com/plugins/clear-claude)