Claude-skill-registry describe-canonical-locations
File locations for laws, style, phases, and docs. Load when locating or creating Ushabti state files.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/describe-canonical-locations" ~/.claude/skills/majiayu000-claude-skill-registry-describe-canonical-locations && rm -rf "$T"
manifest:
skills/data/describe-canonical-locations/SKILL.mdsource content
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.