Claude-skill-registry glossary

How to add entries to the glossary

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.md
source 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
    [term](../path/to/file.ts)
    syntax
  • Use cross-references with
    [term](#term)
    syntax to link related concepts
  • Consider how new terms relate to existing architectural concepts