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/glossary" ~/.claude/skills/majiayu000-claude-skill-registry-glossary && rm -rf "$T"
manifest:
skills/data/glossary/SKILL.mdsource content
The glossary explains terms with specific meanings in this project. When a new term is introduced—or an old term without a glossary entry discovered— consider adding the term to the glossary.
When doing so:
- Include links to relevant implementation files using
syntax[term](../path/to/file.ts) - Use cross-references with
syntax to link related concepts[term](#term) - Consider how new terms relate to existing architectural concepts