session-bootstrap

Automate cloud environment bootstrap and coordinator lifecycle hooks for ephemeral AI sessions.

4|1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/jankneumann/agentic-coding-tools --skill session-bootstrap-jankneumann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-bootstrap
Source: https://github.com/jankneumann/agentic-coding-tools/tree/main/.agents/skills/session-bootstrap
Command: npx skills add https://github.com/jankneumann/agentic-coding-tools --skill session-bootstrap-jankneumann

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Cloud environments for AI development are often ephemeral and require manual, repetitive setup. This skill automates the bootstrap of cloud environments and wires coordinator lifecycle hooks to ensure sessions start in a ready state.

Core Features & Use Cases

  • One-time cloud bootstrap: Installs and verifies required tooling and dependencies for a new session.
  • Session lifecycle wiring: Registers start/end events with the coordinator and runs startup hooks to prepare the environment.
  • World-ready sessions: Keeps venvs, OpenSpec, and shared skills in place across session resumes.

Quick Start

Install the session-bootstrap skill in Claude Code or Codex, then configure environment settings and hooks as described to enable automatic cloud bootstrap and coordinator lifecycle management.

Frequently Asked Questions about session-bootstrap

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

FAQPage Schema
How do I automate cloud environment setup for ephemeral AI sessions?

Cloud environment setup for ephemeral AI sessions is automated by installing required tooling, verifying dependencies, and wiring coordinator lifecycle hooks so new sessions start in a ready state without manual configuration.

What is session lifecycle coordination for Claude Code and Codex environments?

Session lifecycle coordination registers start and end events with a coordinator, running startup hooks and performing resume repairs to keep ephemeral Claude Code and Codex sessions synchronized and ready.

How do I keep virtual environments and shared skills across session resumes?

Virtual environments and shared skills persist across session resumes through startup verification and repair hooks that validate and restore environment state, ensuring world-ready sessions without reinstallation.

Can I use Bash and Python hooks to bootstrap cloud environments without blocking sessions?

Bash-based setup scripts and Python-based hooks bootstrap cloud environments using stdlib HTTP calls for handoffs and status reporting, with built-in safety mechanisms ensuring sessions are never blocked.

Does session bootstrap require any external dependencies to run lifecycle hooks?

Session bootstrap requires no external dependencies, relying solely on Bash-based setup scripts, Python-based hooks, and stdlib HTTP calls to perform environment validation, status reporting, and coordinator handoffs.

What are the limitations of automating cloud environment bootstrap with coordinator hooks?

Automation limitations include reliance on Bash and Python stdlib for hook execution and HTTP handoffs, targeting specifically Claude Code and Codex sessions, with safety constraints preventing hooks from blocking session startup.