logics-bootstrapper/SKILL.md
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.
npx skillsauth add alexago83/cdx-logics-kit logics-bootstrapperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create missing Logics folders (and .gitkeep files for empty dirs):
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):
python logics/skills/logics-bootstrapper/scripts/logics_bootstrap.py --dry-run
Check mode (exit non-zero if bootstrapping is needed):
python logics/skills/logics-bootstrapper/scripts/logics_bootstrap.py --check
Specify a different repo root:
python logics/skills/logics-bootstrapper/scripts/logics_bootstrap.py --root /path/to/repo
data-ai
Generate Logics workflow Mermaid blocks with a deterministic fallback that stays compatible with the flow manager.
testing
Fixture skill used to validate Logics kit package parsing.
testing
--- name: fixture-invalid-skill description: invalid: yaml frontmatter sample --- # Fixture Invalid Skill This fixture intentionally violates the SKILL frontmatter contract.
development
Plan workstreams/roadmap from Logics backlog and tasks. Use when Codex should generate a `logics/ROADMAP.md` grouping items into Now/Next/Later/Done based on priority and progress.