Glossary¶
Project-specific terminology for claude-shared. General prose terms are owned
by the upstream nolte/vale-style vocabulary (per spec/project/prose-style/);
this glossary captures only the project-specific delta.
- Agent: a focused Claude Code sub-agent defined in
agents/<name>.md, dispatchable bysubagent_type, with its own tool allow-list and system prompt. - Catalog: the generated skill/agent reference pages under
docs/<lang>/skills/anddocs/<lang>/agents/, produced by the skill-agent-catalog generator. - Dogfooding: running this repository's own plugin against itself via
claude --plugin-dir .while developing. - Plugin marketplace: the distribution channel through which
nolte-sharedreaches consumer projects; the single delivery path (no copying into.claude/skills/). - Portfolio: the set of
nolte/*repositories that share conventions; this repo is one member. - Primary checkout: the integration-only working copy at
~/repos/github/claude-shared/that MUST stay ondevelop. - Skill: a reusable slash command defined in
skills/<name>/SKILL.md, invocable as/nolte-shared:<skill>. - Spec: a bilingual specification under
spec/<area>/<topic>/<lang>.md, with one EN-canonical source and DE translation kept in sync. - Track: the
user-docs/developer-docsaudience-track signal carried in every docs page's frontmatter (perspec/project/docs-audience-tracks/). - Worktree: a dedicated git working copy branched off
developwhere all feature work happens, kept under the configurableNOLTE_WORKTREE_ROOT.
Sources¶
spec/project/prose-style/: the upstreamnolte/vale-stylevocabulary baselineCLAUDE.md: definitions of primary checkout, worktree, dogfoodingspec/project/docs-audience-tracks/: track definition