cc-status-lite
v2.0.6Two-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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cc-status-lite@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/qndls42/cc-status-liteClone 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
├── .claude-plugin/plugin.json├── skills/statuslite-install/SKILL.md└── skills/statuslite-uninstall/SKILL.md
Included Skills2
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.
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
{
"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"
]
}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.
[cc-status-lite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cc-status-lite)