πŸͺ

kuboon/agent-plugins

πŸͺMarketplace

kuboon/agent-plugins

Add this Marketplace

Add marketplace in Claude Code:
$/plugin marketplace add kuboon/agent-plugins
12Plugins
0
Last UpdatedSep 13, 2026

Plugins in this Marketplace

πŸ”Œ

admin-view-toggle

When building admin-only features, give admin users a frontend-only δΈ€θˆ¬/admin view switch that defaults to δΈ€θˆ¬, so one account can eyeball both UIs. The backend keeps authorizing as admin and never reads the toggle.

0
πŸ”Œ

browser-how-to

When integrating Add to Home Screen (a2hs), passkeys, or web push into a web frontend, use the @kuboon/browser-how-to library to detect support, escape in-app browsers, and guide users.

0
πŸ”Œ

deno-min-dep-age

When a Deno dependency update is blocked by minimumDependencyAge, exclude the self-published @kuboon scope via minimumDependencyAge.exclude (Deno 2.9+) instead of lowering the age or passing --min-dep-age 0.

0
πŸ”Œ

deno-remix-init

When initializing a new project, use Deno (not Node.js) and Remix v3 as the web framework, following the deno-remix-reference patterns.

0
πŸ”Œ

game-feel

Add game feel / juice β€” screen shake, hit-stop, easing, squash & stretch, knockback, layered feedback β€” as engine-neutral techniques. Vendored from gamedev-skills/awesome-gamedev-agent-skills under Apache-2.0.

0
πŸ”Œ

github-actions-versions

Pin GitHub Actions to current, non-deprecated major versions when writing or editing workflows.

0
πŸ”Œ

github-page-preview

When deploying a static site to GitHub Pages with per-PR preview deployments, call kuboon's reusable workflow github-page-with-preview.yaml instead of hand-writing pages jobs.

0
πŸ”Œ

remix-db-migrations-deno

Run @remix-run/data-table migrations from Deno: remix.json db config, timestamped up.sql/down.sql directories, deno task wiring, the Deno-specific traps, and β€” for Turso/libSQL, which remix db cannot drive β€” the CLI shipped by @remix-kbn/data-table-sqlite-turso.

0
πŸ”Œ

remix-ui-text-field-editable

When writing a freely-typed text input in @remix-run/ui (Remix v3), use defaultValue= instead of value= or it will race the framework's controlled-value reflection and become uneditable.

0
πŸ”Œ

remix-v3-upgrade

Upgrade a Remix v3 project across beta and rc boundaries, currently up to 3.0.0-rc.2: the @remix-run/* version table for each hop plus every breaking change, including the ones the compiler will not catch β€” such as ui@0.8.0 renaming every rmx-* DOM attribute to data-rmx-*.

0
πŸ”Œ

stacked-prs

When a PR is open and there is more work to do, stack the next PR on its branch instead of waiting for the merge or restarting from main: the layering rule, gh stack commands, and bottom-up merge semantics.

0
πŸ”Œ

uint8array-base64

For base64 (and hex) in JavaScript, use the native Uint8Array.fromBase64()/toBase64()/setFromBase64() methods instead of btoa/atob or Buffer. Works in Deno and the browser.

0