plugins marketplace
← All plugins

claude-ultimate-hud

v1.6.0

Ultimate status line combining rate limits, project info, tool activity, todo progress, and improved emoji/CJK support

Claude Code1 skill

by hadamyeedady12-devMIT48updated 4 months ago

Source

git clone https://github.com/hadamyeedady12-dev/claude-ultimate-hud

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

claude-ultimate-hud/
├── .claude-plugin/plugin.json
└── skills/release/SKILL.md

Skills1

releaseskills/release/SKILL.md

Build, version bump, update README/marketplace, commit, push, create GitHub release, and clean local caches

Manifests1

.claude-plugin/plugin.json
{
  "name": "claude-ultimate-hud",
  "version": "1.6.0",
  "description": "Ultimate status line combining rate limits, project info, tool activity, todo progress, and improved emoji/CJK support",
  "author": {
    "name": "hadamyeedady12-dev"
  },
  "repository": "https://github.com/hadamyeedady12-dev/claude-ultimate-hud",
  "license": "MIT",
  "commands": [
    "./commands/setup.md"
  ],
  "skills": "./skills/",
  "keywords": [
    "statusline",
    "hud",
    "rate-limits",
    "tools",
    "agents",
    "todos",
    "i18n",
    "performance",
    "emoji"
  ]
}