awesome-claude-plugins

skill
Guvenlik Denetimi
Uyari
Health Uyari
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 48 GitHub stars
Code Gecti
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Gecti
  • Permissions — No dangerous permissions requested
Purpose
This tool is a plugin marketplace and collection of enhancements for Claude Code. Its flagship feature is "Awesome Statusline," which provides a styled terminal header that monitors context window usage and API rate limits in real-time.

Security Assessment
Overall Risk: Low. The automated code scan checked 12 files and found no dangerous patterns, hardcoded secrets, or dangerous permission requests. The tool appears to run locally in the terminal using shell commands to present UI elements and monitor local usage metrics. Based on the repository contents, there is no evidence that it accesses highly sensitive data or makes malicious external network requests.

Quality Assessment
The project appears to be in good health and is actively maintained, with its most recent push happening today. It has earned nearly 50 GitHub stars, indicating a baseline of community trust and user adoption. The documentation is thorough, offering clear installation guides and visual demonstrations. However, the repository lacks an official license file. While the README badge claims MIT licensing, the absence of a formal legal document in the repository means the exact terms of use and modification remain legally ambiguous.

Verdict
Safe to use, though users should note the informal licensing situation before utilizing it in strict commercial environments.
SUMMARY

A curated collection of awesome plugins for Claude Code by awesomejun

README.md

Awesome Statusline

Awesome Claude Plugins

🎨 A Beautiful Plugin Marketplace for Claude Code

🇰🇷 한국어 | 🇺🇸 English

Awesome Statusline Hero

Claude Code Plugin Marketplace Catppuccin Mocha License GitHub Stars

Plugins · Quick Start · Awesome Statusline · Marketplace Commands


📦 Plugins

Plugin Version Description
Awesome Statusline v2.1.0 Catppuccin-themed Statusline + Real-time API Monitoring

🚀 Quick Start

Installation Demo

Step 1: Launch Claude Code

Run Claude Code CLI in your terminal:

claude

Step 2: Add the Marketplace

Enter this slash command in Claude Code:

/plugin marketplace add awesomejun/awesome-claude-plugins

Step 3: Install the Plugin

Install using the following command:

/plugin install awesome-statusline@awesome-claude-plugins

Step 4: Run the Setup Wizard

After installation, run the wizard to select your preferred mode:

/awesome-statusline-start

💡 The wizard will guide you through Version → Mode → Installation step by step!


🎨 Awesome Statusline

For those who value aesthetics while coding
😮‍💨 Tired of checking /context, /usage manually
🖥️ CLI lovers who still want that GUI vibe

Awesome Statusline was built for developers like you!

Monitor Context, 5H/7D API limits in real-time with beautiful Catppuccin-themed gradient progress bars. No more typing slash commands — see everything at a glance in your terminal header.

✨ Key Features

Feature Description
🌈 Catppuccin Theme Beautiful 4-stage gradient progress bars
📊 Real-time Monitoring Model, Git status, Context usage, API limits (5H/7D)
🔄 Easy Mode Switching Instantly change with /awesome-statusline-mode
🎨 4 Display Modes Compact, Default, Full, Legacy
🛠️ Customizable Shell script-based, freely modifiable
💾 Auto Backup Automatic backup and restore of existing statusline

📐 Display Modes

Full Mode (5 lines, 40-block bar)

The most detailed mode. Shows session cost, elapsed time, Git sync status (ahead/behind), virtual environment, and exact token count (94k/200k). Recommended for users who want complete visibility of their development status on wide terminals.

Full Mode

# Change mode
/awesome-statusline-mode full
📌 Full Mode Details
Item Display Meaning
📝 +2 !1 Git status 2 staged, 1 modified
↑3 Ahead 3 commits to push
🐍 base Virtual env Active environment
💰 2.47$ Cost Session cumulative cost
⏰ 35m Time Session elapsed time
94k/200k Tokens Current/max context

Default Mode (2 lines, 10-block bar)

A balanced standard mode. Shows model name, output style, Git branch/status, and Context/5H/7D usage in 2 lines. Reset times shown concisely as (12m), (Fri). Recommended for most users.

Default Mode

# Change mode
/awesome-statusline-mode default
📌 Default Mode Details
Item Display Meaning
Git status clean (no changes)
38% Context Context usage
89% 5H ⚠️ 5-hour limit approaching!
(12m) Reset 5H resets in 12 min
(Fri) 7D Reset Resets on Friday

Compact Mode (2 lines, 10-block bar)

Minimal mode showing only essential info. Model names abbreviated to Opus, progress bars shown without percentages. Perfect for narrow terminals or split-screen setups while maintaining visual usage tracking.

Compact Mode

# Change mode
/awesome-statusline-mode compact
📌 Compact Mode Details
Item Display Meaning
Opus Model Abbreviated
📝 Git dirty (has changes)
Bar only Usage Visual only, no % numbers

Legacy Mode (4 lines, classic design)

Classic mode maintaining the original v1.0.2 design. Features 40-block Context bar + 10-block Usage bar combination, virtual environment display, and simple 2-stage gradient colors. Recommended for users who prefer the classic design.

Legacy Mode

# Change mode
/awesome-statusline-mode legacy
📌 Legacy Mode Details
Item Display Meaning
Sonnet 4 Model Different model example
🎨 explanatory Style Output Style
73% Context Context usage
(2h31m) 5H Reset Resets in 2h 31m
(Mon) 7D Reset Resets on Monday

📊 Mode Comparison

Feature Compact Default Full Legacy
Lines 2 2 5 4
Bar Width 10 blocks 10 blocks 40 blocks 40 blocks
Model Name Short (Opus) Full (Opus 4.5) Full (Opus 4.5) Full (Opus 4.5)
Output Style
Git Status
Git Details (+N !N ?N)
Git ↑↓ (ahead/behind)
Virtual Env
Session Cost (💰)
Session Time (⏰)
Reset Time Short (1h2m) Full Short
Gradient Bar
% Bold Color

🌈 Gradient Colors

2.1.0 Modes (Compact, Default, Full)

Colors change in 4 stages based on usage:

Bar 0-40% 40-80% 80-100%
Context Mocha Maroon Latte Maroon 🔴 Latte Red
5H Limit Mocha Lavender Latte Blue 🔴 Latte Red
7D Limit Mocha Yellow Latte Green 🔴 Latte Red

⚠️ Red warning at 80%+! Immediate feedback for usage management

1.0.2 Legacy

Bar 0-50% 50-100%
Context Latte Yellow Latte Red → Mauve
Usage (5H/7D) Mocha Green Latte Teal → Blue

🔧 Commands

/awesome-statusline-start — Setup Wizard

Command Description
/awesome-statusline-start Interactive setup (Version → Mode → Install)
/awesome-statusline-start compact Install Compact mode directly
/awesome-statusline-start default Install Default mode directly
/awesome-statusline-start full Install Full mode directly
/awesome-statusline-start legacy Install Legacy 1.0.2 directly
/awesome-statusline-start restore Restore from backup

/awesome-statusline-mode — Change Mode

Command Description
/awesome-statusline-mode Interactive mode selection
/awesome-statusline-mode compact Switch to Compact
/awesome-statusline-mode default Switch to Default
/awesome-statusline-mode full Switch to Full
/awesome-statusline-mode legacy Switch to Legacy
/awesome-statusline-mode restore Restore from backup

/awesome-statusline-remove — Uninstall

Command Description
/awesome-statusline-remove Interactive selection
/awesome-statusline-remove settings Remove settings only (keep scripts)
/awesome-statusline-remove all Complete removal (settings + scripts + backup)

📦 Marketplace Commands

Use these commands within Claude Code:

# Add marketplace
/plugin marketplace add awesomejun/awesome-claude-plugins

# Install plugin
/plugin install awesome-statusline@awesome-claude-plugins

# List plugins
/plugin marketplace list

# Update marketplace
/plugin marketplace update awesome-claude-plugins

# Remove marketplace
/plugin marketplace remove awesome-claude-plugins

⚙️ Requirements

Item Description
Claude Code CLI Latest version recommended
OS macOS / Windows / Linux
jq JSON parsing (auto-installed during setup)

🛠️ For Plugin Developers

Want to add your plugin to this marketplace?

  1. Fork this repository
  2. Add your plugin to the plugins/ directory
  3. Add plugin info to .claude-plugin/marketplace.json
  4. Submit a Pull Request

🌟 Contributing

Contributions are welcome! Feel free to:

  • ⭐ Star this repository if you find it useful
  • 🐛 Report bugs via Issues
  • 💡 Suggest new features
  • 🔧 Submit Pull Requests

📄 License

MIT License — Free to use and contribute!


Made with 💜 by @awesomejun

Powered by Catppuccin 🐱

Yorumlar (0)

Sonuc bulunamadi