describe-canonical-locations

star 6

File locations for laws, style, phases, and docs. Load when locating or creating Ushabti state files.

adamrdrew By adamrdrew schedule Updated 2/1/2026

name: describe-canonical-locations description: File locations for laws, style, phases, and docs. Load when locating or creating Ushabti state files. user-invocable: false

Canonical Location

All Ushabti state lives under .ushabti/. This is the single source of truth.

.ushabti/
├── laws.md           # Project invariants (absolute constraints)
├── style.md          # Conventions (how we build)
└── docs/             # Docs directory
│   └── *.md          # Documentation on project systems
│   └── index.md      # Index of all project documentation
└── phases/           # Phase directories
   └── NNNN-slug/    # Zero-padded sequential

No mirrors. No duplicates. No top-level copies.

Install via CLI
npx skills add https://github.com/adamrdrew/ushabti --skill describe-canonical-locations
Repository Details
star Stars 6
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator