brandonwie
v0.4.10Local context HUD and compact footer line for Codex CLI sessions.
By Brandon WieLicense: MIT9 GitHub starsUpdated 39 minutes ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 2, 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 brandonwie for Codex
codex plugin marketplace add brandonwie/codex-hud
codex plugin marketplace upgrade codex-hud
codex plugin add brandonwie@codex-hudPaste and run these commands in a terminal with Codex. They add and refresh the codex-hud catalog, then install this plugin.
Compatibility: the page URL and API slug “brandonwie” remain stable.
- Codex:
brandonwie@agent-plugin-marketplace→brandonwie@codex-hud
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/brandonwie/codex-hudClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codex-hud/.
Plugin files
├── .codex-plugin/plugin.json└── skills/codex-hud/SKILL.md
Included Skills1
Show Codex workspace context with local config, git state, hooks, and project hints. Standalone mode can show an expanded snapshot; patched Codex TUI footer mode is single-line. Use when the user says "codex-hud", "show Codex HUD", "status HUD", "workspace snapshot", or asks for richer Codex context.
Plugin manifests1
{
"name": "brandonwie",
"version": "0.4.10",
"description": "Local context HUD and compact footer line for Codex CLI sessions.",
"author": {
"name": "Brandon Wie",
"url": "https://github.com/brandonwie"
},
"homepage": "https://github.com/brandonwie/codex-hud#readme",
"repository": "https://github.com/brandonwie/codex-hud",
"license": "MIT",
"keywords": [
"codex",
"hud",
"statusline",
"developer-tools"
],
"skills": "./skills/",
"interface": {
"displayName": "Codex HUD",
"shortDescription": "Show local Codex context and footer status.",
"longDescription": "Codex HUD adds a Rust-backed command surface that summarizes Codex config, git state, project hints, hooks, and runtime context. Standalone commands can render an expanded workspace view; patched Codex TUI mode uses the compact single-line status command.",
"developerName": "Brandon Wie",
"category": "Productivity",
"capabilities": [
"Context",
"Local tooling",
"Developer productivity"
],
"defaultPrompt": [
"Show my Codex HUD.",
"Summarize this Codex workspace status.",
"Explain what my Codex HUD is showing."
],
"brandColor": "#10B981"
}
}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.
[brandonwie on Agent Plugins Marketplace](https://pluginsmp.com/plugins/brandonwie)