Agent Plugins Marketplace
All plugins

clear-ui

v0.1.1

A calm, adaptive status bar for Claude Code: model, effort, project and git branch on the left; context, 5-hour and weekly usage on the right. One row when the terminal is wide enough, two when it is not. Drawn only from the data Claude Code already provides plus one cached git status — no network, no credentials, no transcript parsing. Optional companion to clear-claude.

Claude Code3 Skills

By jessebldrLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 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-ui for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install clear-ui@agent-plugin-marketplace

Paste 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-claude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/clear-ui/.

Plugin files

plugins/clear-ui/
├── .claude-plugin/plugin.json
├── skills/clear-ui-configure/SKILL.md
├── skills/clear-ui-doctor/SKILL.md
└── skills/clear-ui-setup/SKILL.md

Included Skills3

clear-ui-configureskills/clear-ui-configure/SKILL.md

Choose what the Clear UI status line shows — pick a preset (essential, minimal, full), switch a single segment on or off, or select the ASCII glyphs. Runs a deterministic script that writes one small config file in the plugin data directory; it never touches settings.json. Use when the user says "configure clear ui", "clear ui preset", "hide the branch in clear ui", "show cost in the status line", "clear ui ascii", or asks how to change what the status line displays.

clear-ui-doctorskills/clear-ui-doctor/SKILL.md

Diagnose the Clear UI status line when it is not showing, shows the wrong thing, or looks stale after a plugin update. Read-only — checks the Node version, whether settings.json points at Clear UI, whether the copied runtime matches the installed plugin version, settings that silently disable status lines, and whether the renderer actually draws. Use when the user says "clear ui doctor", "my statusline is blank", "clear ui isn't showing", or "check clear ui".

clear-ui-setupskills/clear-ui-setup/SKILL.md

Install, re-install or remove the Clear UI status line. Runs a deterministic script that edits settings.json — it backs the file up first, never overwrites another status line without asking, and can restore the previous one. Use when the user says "set up clear ui", "install the clear ui statusline", "clear ui setup", "remove clear ui", "uninstall the clear ui statusline", or asks why the status line is not showing after installing the plugin.

Plugin manifests1

plugins/clear-ui/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "clear-ui",
  "displayName": "Clear UI",
  "description": "A calm, adaptive status bar for Claude Code: model, effort, project and git branch on the left; context, 5-hour and weekly usage on the right. One row when the terminal is wide enough, two when it is not. Drawn only from the data Claude Code already provides plus one cached git status — no network, no credentials, no transcript parsing. Optional companion to clear-claude.",
  "version": "0.1.1",
  "skills": [
    "./skills/clear-ui-setup",
    "./skills/clear-ui-configure",
    "./skills/clear-ui-doctor"
  ],
  "author": {
    "name": "jessebldr"
  },
  "license": "MIT",
  "keywords": [
    "statusline",
    "ui",
    "context",
    "usage",
    "developer-experience"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[clear-ui on Agent Plugins Marketplace](https://pluginsmp.com/plugins/clear-ui)