smithery/alexago83

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.

Installation

$ npx skills add smithery/alexago83 --skill logics-bootstrapper

Summary

  • 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.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/alexago83 · top by installs.

npx skills add smithery/alexago83

Browse all from smithery/alexago83

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,154 B
  • docs SUMMARY.md 375 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Bootstrap Logics folders

Run

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