Agent Plugins Marketplace
All plugins

cc-status-lite

v2.0.6

Two-line status line showing context usage and your 5-hour and weekly limits, each with the time it resets. Works on Windows, macOS and Linux.

Claude Code2 Skills

By qndls42License: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 30, 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 cc-status-lite 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 cc-status-lite@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/qndls42/cc-status-lite

Clone 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

cc-status-lite/
├── .claude-plugin/plugin.json
├── skills/statuslite-install/SKILL.md
└── skills/statuslite-uninstall/SKILL.md

Included Skills2

statuslite-installskills/statuslite-install/SKILL.md

Install the cc-status-lite status line. Use when the user says "install the status line", "statusline install", "/statuslite-install", or otherwise asks to turn cc-status-lite on.

statuslite-uninstallskills/statuslite-uninstall/SKILL.md

Remove the cc-status-lite status line. Use when the user says "remove the status line", "statusline uninstall", "/statuslite-uninstall", or asks to turn cc-status-lite off.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "cc-status-lite",
  "displayName": "CC Status Lite",
  "version": "2.0.6",
  "description": "Two-line status line showing context usage and your 5-hour and weekly limits, each with the time it resets. Works on Windows, macOS and Linux.",
  "author": {
    "name": "qndls42",
    "url": "https://github.com/qndls42"
  },
  "homepage": "https://github.com/qndls42/cc-status-lite",
  "repository": "https://github.com/qndls42/cc-status-lite",
  "license": "MIT",
  "keywords": [
    "statusline",
    "context",
    "usage",
    "rate-limit",
    "quota"
  ]
}

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

[cc-status-lite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cc-status-lite)