by blitzdotdev
BlitzOS allows cloud agents to boot already knowing your work, and keep working with your laptop closed
# Add to your Claude Code skills
git clone https://github.com/blitzdotdev/blitzosblitzos is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by blitzdotdev. BlitzOS allows cloud agents to boot already knowing your work, and keep working with your laptop closed. It has 55 GitHub stars.
blitzos's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/blitzdotdev/blitzos" and add it to your Claude Code skills directory (see the Installation section above).
blitzos is primarily written in Shell. It is open-source under blitzdotdev on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh blitzos against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Your Claude subscription includes free cloud computers. Every cloud agent you start at claude.ai/code gets a fresh VM that keeps working after you close your laptop.
The problem: every new VM boots knowing nothing. It doesn't know which repos belong together, how they relate, what your conventions are, or what the last agent did.
BlitzOS fixes the problem by building you a context repo: one private GitHub repo owned by you that teaches every new cloud agent your whole setup:
your-context-repo/
CLAUDE.md # the map: your repos, how they relate, conventions, work loop
.gitmodules # member repos pinned by reference: no code is ever copied in
sessions/ # every cloud agent commits a record of what it did
docs/ # optional power-mode setup
Launching a cloud agent that can do real work becomes one click: the VM boots with the context repo plus every work repo auto-selected. Cloud agents read CLAUDE.md, read what previous cloud agents did, and start working with no blockers. Your laptop can be off the entire time.
Browser (fastest): sign in with GitHub at blitzos.com, pick the repos that belong together, and BlitzOS creates the context repo and gives you one-click launches, plus a feed that tracks every cloud agent's live status.
Local (most private): this skill builds everything on your machine and grants nothing to BlitzOS servers.
Needs Claude Code, Git, gh (authenticated), jq, and Node 18+.
git clone https://github.com/blitzdotdev/blitzos.git
cd blitzos && ./install.sh
claude "set up blitzos"
Context repository, but for your whole company. Give cloud agents a role and launch them with scoped context, your team's tools (Google Workspace, Slack, Linear, Stripe, etc), and credentials. Agents become as capable as your coworkers.
What you get:
sessions/, so work compounds instead of evaporating.The default flow needs zero credentials. The launch link selects the context repo and every member repo through Anthropic's native GitHub proxy, so all repository access stays on Claude's own rail. Your source code is never copied into the context repo (members are pinned by reference) and never touches BlitzOS servers.
Your agent setup should live in a repo, not on a machine.
Local Claude Code is powerful because your machine accumulates state: checkouts, skills, config, memory. That's also the trap: the state is stuck in one laptop. BlitzOS moves it into git, where it's versioned, reviewable, and portable. Once your context, your skills, and your work log live in a repo, a fresh cloud VM isn't a downgrade from your laptop — it's your setup, available in unlimited copies, from anywhere, in parallel, and always current. The durable unit of agentic work stops being the machine or the cloud agent. It's the context repo.
Shipped:
Shipping now:
Next:
~/.claude, versioned and portableIf a repo is missing in the default flow, confirm the Claude GitHub App can access that repository, then reopen the generated launch link. In power mode, follow the generated docs/CLOUD-SETUP.md for token setup and rotation.
MIT. See LICENSE.