Marketplace distribution for the Blitzit coding-agent integration. Blitzit turns every agent conversation into a task and records how long it took, and keeps a live checklist on that task so the plan survives compaction.
This repository is generated. It is published from the Blitzit CLI release pipeline; open issues and pull requests at blitzit-hq/cli.
Current release: v1.1.0
Neither host needs a global blitzit executable — each plugin bundles its own
runtime. Node 20+ must be on the machine.
claude plugin marketplace add blitzit-hq/plugins@v1.1.0
claude plugin install blitzit@blitzitRun /reload-plugins if Claude reports that activation is pending.
codex plugin marketplace add blitzit-hq/plugins --ref v1.1.0
codex plugin add blitzit@blitzitnpm install --global blitzit
blitzit setup --claude --codexInstalling the plugin does not sign you in. Authenticate once:
blitzit login --browserblitzit setup --claude --codex --uninstallOr remove the plugin through each host's own plugin uninstall / plugin remove
command. Removing Blitzit leaves configuration it does not manage untouched.
blitzit doctor reports the installed plugin version, which hook manifests each
host can see, and the API origin. Its output is redacted and safe to paste into
an issue.
| Path | Purpose |
|---|---|
.claude-plugin/marketplace.json |
Claude Code catalogue |
.agents/plugins/marketplace.json |
Codex catalogue |
distribution/claude-plugin/ |
Claude artifact — manifest, hooks/hooks.json, launcher, runtime |
distribution/codex-plugin/ |
Codex artifact — manifest, hooks.json, runtime |
Each plugin root contains exactly one hook manifest, in its own host's schema. Codex discovers hook files recursively, so a Claude manifest under the Codex root would be evaluated as a Codex hook and fail; the release gate asserts the two schemas never share a root.
MIT — see LICENSE.