Company-managed weekly token allocation for developers balancing personal open source with company tooling.
/— company page/app— company control plane and weekly token-allocation tool/api/*— private Vercel Blob-backed policy and usage sync/plugins/leverage— installable Claude Code plugin- Social authorization is delegated to the existing SocialConnect/Postiz service.
claude plugin marketplace add ninan-versioning/leverage-week
claude plugin install leverage@leverage-marketplaceCreate a company workspace at https://leverage-week.vercel.app/app, then copy its private /leverage:setup command into Claude Code.
The plugin:
- loads the company policy at session start;
- records token usage by developer and repository;
- classifies repositories with
/leverage:classify oss|company; - blocks new prompts when that weekly allocation is exhausted.
npm install
npm run devThe linked Vercel project supplies BLOB_READ_WRITE_TOKEN. Provider secrets stay
in SocialConnect and must never be copied into this frontend.
This is a standard Next.js app deployed on Vercel. The Claude plugin is distributed
from this repository through .claude-plugin/marketplace.json.