blitzos-setup

Automate creation of a private context monorepo for AI coding agents.

175|20|Updated Jul 13, 2026
One-click install
npx skills add https://github.com/blitzdotdev/blitzos --skill blitzos-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blitzos-setup
Source: https://github.com/blitzdotdev/blitzos/tree/main/skill
Command: npx skills add https://github.com/blitzdotdev/blitzos --skill blitzos-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, git, gh, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the cold-start problem for cloud-based AI agents by automatically provisioning a private context monorepo that teaches new virtual machines your repository relationships, engineering conventions, and team workflows.

Core Features & Use Cases

  • Context Monorepo Assembly: Automatically links your work repositories via gitlinks and generates a standardized CLAUDE.md brain.
  • Session Persistence: Provides a structured logging system to track task progress, key decisions, and verification steps across multiple cloud sessions.
  • Use Case: When starting a new cloud-based coding session, use this Skill to instantly load your company's specific coding standards, connector configurations, and previous session history without manual setup.

Quick Start

Run the blitzos-setup skill to initialize a new context monorepo for your current project repositories.

Frequently Asked Questions about blitzos-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a persistent context monorepo for cloud-based Claude coding sessions?

To create a persistent context monorepo, this Skill automates linking your GitHub repositories and generating a standardized CLAUDE.md brain to warm-start cloud-based Claude AI agents with your engineering conventions.

What is the cold-start problem for cloud-based AI coding agents and how do I solve it?

The cold-start problem occurs when new cloud virtual machines lack your project context. This Skill solves it by provisioning a private context monorepo that teaches agents your repository relationships and team workflows instantly.

Do I need GitHub CLI authentication to set up a context monorepo for Claude?

Yes, you need GitHub CLI authentication and Node.js installed to run the monorepo assembly. These dependencies are required to orchestrate repository linking and generate the session history structure.

What's the best way to integrate multiple GitHub repositories into a single AI agent context?

The best way to integrate multiple repositories is using gitlinks to automatically link them within a private context monorepo, generating standardized configuration and connector declarations for your AI coding agents.

How do I log session history and track task progress across multiple cloud AI coding sessions?

You can log session history and track task progress by using the structured logging system provided in the assembled monorepo, which records key decisions and verification steps across persistent cloud sessions.

Can I use this monorepo setup if my workflow relies heavily on jq and Node scripting?

Yes, this Skill is designed for advanced workflows and explicitly requires Node.js, git, gh, and jq as dependencies to orchestrate the repository linking and context monorepo assembly process.