Disciplined iterative web research — decompose a question, search in batches, verify load-bearing facts against primary sources, and synthesize a cited answer.
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.
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.
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.
npx claudepluginhub nebraskacoder/nebraskacoder-claude-plugins --plugin researchComplete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. 84 styles, 161 palettes, 73 font pairings, 25 charts, 17 stacks (React, Next.js, Vue, Nuxt.js, Nuxt UI, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Jetpack Compose, Angular, Laravel, JavaFX, Three.js). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.