project-setup

Installation
SKILL.md

Project Setup

This is a strict guideline. Follow these rules exactly.

New projects are created from blueprints stored at loxosceles/project-blueprints on GitHub.


Workflow

  1. Pre-flight: Verify devcontainer-state: Before anything else, check that ~/.devcontainer-state/.git exists. If it doesn't, stop immediately and instruct:
    ⛔ ~/.devcontainer-state is not a git repo.
    Docker will auto-create mount targets as empty root-owned directories, breaking the devcontainer.
    
    Fix: git clone git@github.com:loxosceles/devcontainer-state.git ~/.devcontainer-state
    
    If ~/.devcontainer-state already exists (empty/root-owned), remove it first:
      sudo rm -rf ~/.devcontainer-state
    
Related skills
Installs
37
First Seen
Mar 27, 2026