Download the file directly, or copy the one-line install for a single skill. Nothing here needs a package manager, an account, or a build step.
capability-gate
Feature flags that cannot lie
A capability is a claim about deployed infrastructure. This skill enforces that the claim and its proof live in one committed artifact, validated at startup, with no bypass — so a flag can never promise a contract that isn't deployed.
What you getThe five-hop path from manifest to UI, the fail-closed validator, and why the escape hatch you're about to add is the whole bug.
blazor-interop
JS that survives enhanced navigation
Blazor Web App has three separate mechanisms that replace DOM nodes under you, each with different rules. This encodes the module shape that survives all three, plus the lifecycle traps that only appear after a route change.
What you getWhy your script works on hard refresh and dies on navigation — and the idempotent-singleton + double-rAF pattern that fixes it.
theme-tokens
Design tokens that don't silently collapse
Four token systems, a three-tier light/dark/system cascade, and one environment quirk that renders text pure black if you write CSS the way every style guide tells you to. Leads with the rule that inverts the standard advice.
What you getNever chain custom properties. Plus why a shared component relies on a token being undefined, and how promoting it to :root breaks the whole site.