Claude-skill-registry describe-ushabti
Core Ushabti concepts and development lifecycle. Load when starting any Ushabti workflow or orienting to the framework.
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-ushabti" ~/.claude/skills/majiayu000-claude-skill-registry-describe-ushabti && rm -rf "$T"
manifest:
skills/data/describe-ushabti/SKILL.mdsource content
Ushabti
Ushabti is a file-backed, agent-driven development system. Development happens in bounded Phases that are planned, implemented, reviewed, and completed. Everything is tracked in files inside the repo, not chat history.