Install NebraskaCoder's three-line Claude Code statusline — model/fast/effort/dir/git/PR, a context-usage bar with cost and duration, and Pro/Max rate-limit windows — via a bundled script.
A personal Claude Code plugin marketplace. It hosts my reusable plugins — commands, agents, skills, and hooks — that I can install into any Claude Code session.
Add the marketplace once, then install any plugin from it:
/plugin marketplace add NebraskaCoder/nebraskacoder-claude-plugins
/plugin install <plugin-name>@nebraskacoder-claude-plugins
You can also browse and manage everything interactively with /plugin.
Useful management commands:
/plugin marketplace list # list added marketplaces
/plugin marketplace update nebraskacoder-claude-plugins
/plugin marketplace remove nebraskacoder-claude-plugins
nebraskacoder-claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # marketplace catalog (lists every plugin)
├── plugins/ # one subdirectory per plugin
│ └── <plugin-name>/
│ ├── .claude-plugin/
│ │ └── plugin.json # the plugin's manifest
│ ├── commands/ # slash commands (*.md)
│ ├── agents/ # subagents (*.md)
│ ├── skills/ # skills (<name>/SKILL.md)
│ └── hooks/
│ └── hooks.json # hook definitions
└── README.md
marketplace.json, at the repo root under
.claude-plugin/.plugins/ and has its own
.claude-plugin/plugin.json.source paths in the catalog are relative to the repo root, e.g.
"./plugins/<plugin-name>".Each new plugin needs a plugins/<plugin-name>/ folder with a
.claude-plugin/plugin.json, plus an entry appended to the plugins array in
.claude-plugin/marketplace.json.
The fastest way is the built-in create-plugin skill (in
.claude/skills/): just say something like "create a new plugin" while
working in this repo and it will scaffold the folder, manifest, and any
components you pick, then register the plugin in the marketplace for you.
After changing an existing plugin, its version needs bumping in two places that
must stay in sync — the plugin's .claude-plugin/plugin.json and its entry in
.claude-plugin/marketplace.json — since Claude Code resolves plugin updates
from that per-plugin version.
The built-in update-plugin skill (in .claude/skills/) handles this: say
something like "bump the version", "cut a new release", or "I added a skill,
sync the marketplace" while working in this repo. It surveys what changed, asks
whether it's a patch, minor, or major bump, updates the version in both files,
syncs descriptions/keywords, wires up any newly added component, and validates
that everything lines up. (The top-level marketplace.json version is catalog
metadata and is left alone on a routine plugin bump.)
Released into the public domain under The Unlicense —
see LICENSE. Use, copy, modify, and distribute freely, no
attribution required.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Set up or audit Claude Code project memory the right way — a lean CLAUDE.md plus offloaded docs, path-scoped .claude/rules/, and skills — so instructions stay high-signal instead of bloating context.
Disciplined iterative web research — decompose a question, search in batches, verify load-bearing facts against primary sources, and synthesize a cited answer.
npx claudepluginhub nebraskacoder/nebraskacoder-claude-plugins --plugin statuslineUnified status line for Claude Code with multi-CLI (Claude, Codex, Gemini, z.ai) usage monitoring, context, rate limits, and cost tracking
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress