orbit-bootstrap

orbit-bootstrap is a skill for Claude Code, Codex from eliecer2000/kiro-bootstrap. It costs 36 tokens per session (1,921 once invoked), scanned A, original, MIT.

A project setup and resynchronization workflow for Orbit, a project framework. It prepares the workspace, selects a project profile, validates tools, and loads the related project files.

In plain words
What is it for?
Use it when starting a project, preparing a workspace, resyncing project files, or resolving project profiles and setup conflicts.
Why use it?
It reduces setup mistakes and keeps a project workspace aligned with its framework configuration.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/eliecer2000/kiro-bootstrap/orbit-bootstrap
Any agent
npx skills add eliecer2000/kiro-bootstrap --skill orbit-bootstrap
Clone the repo
git clone --depth 1 https://github.com/eliecer2000/kiro-bootstrap

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for orbit-bootstrap

README.md
[![agentmods](https://agentmods.dev/badge/skills/eliecer2000/kiro-bootstrap/orbit-bootstrap.svg)](https://agentmods.dev/skills/eliecer2000/kiro-bootstrap/orbit-bootstrap)
Your own site
<a href="https://agentmods.dev/skills/eliecer2000/kiro-bootstrap/orbit-bootstrap"><img src="https://agentmods.dev/badge/skills/eliecer2000/kiro-bootstrap/orbit-bootstrap.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,921 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.01921
Opus 5 $0.00018 $0.00960
Sonnet 5 $0.00007 $0.00384
Haiku 4.5 $0.00004 $0.00192

Measured 5d ago against content hash 3cd13b219b8b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

orbit-bootstrap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/orbit-bootstrap/SKILL.md · 178 lines

How it starts

The opening of the file, as written. The whole thing — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orbit Bootstrap

Skill para el proceso de bootstrap interactivo de Orbit, resincronización de artefactos, resolución de perfiles de proyecto, gestión de conflictos, políticas de sesión y flujo completo de inicialización de workspaces.

Principios fundamentales

  • Orbit es el agente principal de bootstrap y resincronización del framework.
  • El bootstrap ejecuta el pipeline real (install.sh) antes de crear código o scaffolding.
  • El perfil de proyecto se resuelve internamente a partir de preguntas de negocio y stack, nunca pidiendo el ID crudo al usuario.
  • Ningún artefacto se copia manualmente. Todo pasa por el pipeline del framework.
  • El scaffolding de la aplicación comienza solo después de que el bootstrap haya terminado y los artefactos del perfil estén presentes.

Flujo de bootstrap

1. Detectar contexto (HOME vs proyecto existente)
2. Preguntar si desea preparar el entorno
3. Si acepta → Resolver perfil de proyecto (wizard)
4. Ejecutar pipeline: install.sh --resync-project
   4a. Session Gates
   4b. Detect Or Select Profile
   4c. Validate Environment (+ auto-install de herramientas de sistema)
   4d. Load Orbit Artifacts
   4e. Install Project Tooling (linters, formatters, test runners)
   4f. Write Project State
5. Verificar artefactos generados
6. Actualizar .orbit-project.json
7. Listo para scaffolding

Instalación de herramientas

El pipeline distingue dos niveles de herramientas:

Herramientas de sistema (paso 4c - Validate Environment)

Validadas y auto-instaladas si faltan (controlado por ORBIT_AUTO_INSTALL_TOOLS, default yes):

Herramienta Método de instalación
git brew / apt / xcode-select
node / npm brew / apt / nvm
python3 brew / apt
aws brew / awscli installer
terraform brew / apt
pnpm npm / corepack
yarn corepack / npm

Cada perfil define sus validaciones requeridas. Todos los perfiles validan git como dependencia base.

Herramientas de proyecto (paso 4e - Install Project Tooling)

Read the full file on GitHub · 178 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 178 lines · 36 tokens per session scan A 3cd13b219b8b

Subscribe to this mod's changes

orbit-bootstrap is a skill published in the GitHub repository eliecer2000/kiro-bootstrap (9 stars, last pushed 5mo ago), licensed MIT. It adds 36 tokens to every session and 1,921 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.