feat: Add enhanced-statusline plugin to official marketplace #15976
+454
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adds the enhanced-statusline plugin to the official Claude Code marketplace - a beautiful, informative status line that displays real-time session metrics, git status, token usage, and cost monitoring.
Features
Example Output
```
📁 myproject │ ⎇ main*↑3 │ ◉ 45% (450K) │ ⏱ 1h30m │ +320/-145 │ $0.450
```
Preview
Installation (After Merge)
Users will be able to install with:
```bash
/plugin install enhanced-statusline@claude-plugins-official
```
Plugin Structure
```
plugins/enhanced-statusline/
├── .claude-plugin/
│ └── plugin.json
├── commands/
│ ├── setup-statusline.md
│ └── color-scheme.md
├── scripts/
│ └── statusline.sh
├── images/
│ └── statusline-preview.png
└── README.md
```
Files Changed
Testing
The plugin has been:
Dependencies
Author
Created by Deepan Kumar (@deepan-g2)
Original repository: https://github.com/deepan-g2/claude-statusline-plugin
Category
Productivity - Enhances the Claude Code user experience with real-time metrics and visual feedback
Looking forward to your feedback! Happy to make any adjustments needed for inclusion in the official marketplace.
🤖 Generated with Claude Code