By neurot1cal
User-invocable skill that configures an info-dense Claude Code statusline. Shows cwd, git branch (with dirty flag), model label, and three color-banded 10-dot progress bars: context window fill, 5-hour session rate-limit burn, and 7-day weekly quota burn — all read from Claude Code's native stdin payload, no external tools required on v2.1.x+.
Public code samples that accompany the bdigital media engineering blog. Examples are extracted from real projects, generalized, and reduced to the minimum shape needed to be useful without shipping proprietary context.
bdigital-public/
├── .claude-plugin/
│ └── marketplace.json # Makes this repo a Claude Code plugin marketplace
├── plugins/ # Installable plugins (one-command install via /plugin)
│ └── session-handoff/ # Brief-generating skill for /clear-then-resume workflow
├── samples/ # Read-the-source versions (copy into your own repo)
│ ├── pr-review/ # Claude-skills-based automated PR review
│ └── session-handoff/ # Same skill as plugins/session-handoff, with tests
├── site/ # Astro landing page (Cloudflare Workers)
└── .github/ # Open-source workflows, templates, ownership
samples/ is for readers who want to study or copy code; plugins/ is for
readers who want to install and use. Both coexist so you can pick whichever
matches your intent — and blog posts can link to either.
This repo is itself a Claude Code plugin marketplace. Inside Claude Code:
/plugin marketplace add neurot1cal/bdigital-public
/plugin install session-handoff@bdigital-public
If your Claude Code build rejects the shorthand, use the full Git URL
(https://github.com/neurot1cal/bdigital-public.git) or a local-path pointing
at a checkout of this repo. See
plugins/session-handoff/README.md for
the full install matrix, how to uninstall, and what tools the plugin grants.
plugins/session-handoff/A user-invocable Claude Code skill that generates a distilled brief for a fresh session to resume from. Implements the "Clear with a brief" pattern from Anthropic's session management guide.
Install: /plugin install session-handoff@bdigital-public (after adding the
marketplace as shown above). Source lives at
plugins/session-handoff/skills/session-handoff/SKILL.md.
samples/pr-review/A drop-in GitHub Actions workflow and six Claude skill files that implement the top six review categories from the blog series:
The sample mirrors the architecture described in Part 1 of the series: review skills are structured markdown files with named sections (detection rules, exclusion categories, evidence requirement, scope filter, output format). Each skill is a first-class versioned file, editable in normal code review.
See samples/pr-review/README.md for setup,
required secrets, and customization notes.
site/ is a minimal Astro project that renders a static landing page linking
to the samples and the blog series. It deploys to Cloudflare Workers via
Wrangler. The structure mirrors the production site (Space Grotesk + Inter
fonts, zinc palette, dark theme) so it can serve as a starter template for a
companion docs site.
cd site
npm install
npm run dev # local dev server on :4321
npm run build # static build
npm run deploy # wrangler deploy
Issues and pull requests welcome. See CONTRIBUTING.md for guidance on code style, skill authoring, and the review process.
To report a security issue in this repository, see SECURITY.md. Please do not open a public issue for security-sensitive disclosures.
MIT. Use these samples in commercial or personal projects without attribution requirements beyond the standard MIT copyright notice.
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.
npx claudepluginhub neurot1cal/bdigital-public --plugin cc-context-monitorUser-invocable skill that generates a distilled brief so a fresh Claude Code session can resume where the previous one left off. Implements the 'Clear with a brief' pattern from Anthropic's session management guide.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer