# Logics Bootstrapper

> Bootstrap the Logics directory structure in a new repository (create `logics/architecture`, `logics/product`, `logics/request`, `logics/backlog`, `logics/tasks`, `logics/specs`, `logics/external`) and add `.gitkeep` files for empty folders so the structure stays versioned. Use when setting up Logics in a fresh project or validating that required directories exist. Use when this capability is needed.

- Skill: `tomevault-io/logics-bootstrapper` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/logics-bootstrapper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/logics-bootstrapper/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/logics-bootstrapper

---


# Bootstrap Logics folders

## Run

Create missing Logics folders (and `.gitkeep` files for empty dirs):

```bash
python logics/skills/logics-bootstrapper/scripts/logics_bootstrap.py
```

This also creates `logics/instructions.md`, a minimal `LOGICS.md`, and a local `AGENTS.md`/`LOGICS.md` pairing when those files are missing.

Dry-run (print actions, no writes):

```bash
python logics/skills/logics-bootstrapper/scripts/logics_bootstrap.py --dry-run
```

Check mode (exit non-zero if bootstrapping is needed):

```bash
python logics/skills/logics-bootstrapper/scripts/logics_bootstrap.py --check
```

Specify a different repo root:

```bash
python logics/skills/logics-bootstrapper/scripts/logics_bootstrap.py --root /path/to/repo
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/alexago83) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

