ss-bs-discovering-glossary

Scan project artifacts to curate a confirmed glossary of up to 30 terms.

Updated May 19, 2026
One-click install
npx skills add https://github.com/Emrebener/Sublime-Skills --skill ss-bs-discovering-glossary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ss-bs-discovering-glossary
Source: https://github.com/Emrebener/Sublime-Skills/tree/main/skills/project-bootstrap/ss-bs-discovering-glossary
Command: npx skills add https://github.com/Emrebener/Sublime-Skills --skill ss-bs-discovering-glossary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams turn scattered, ambiguous vocabulary across READMEs, code identifiers, schemas, routes, and comments into a single canonical glossary a newcomer can trust.

Core Features & Use Cases

  • Inline glossary discovery & refinement: Scans project artifacts to propose ≤30 domain terms, then iteratively confirms with you which belong and how they should be defined.
  • Safe draft creation/merging: Supports create, extend (merge), replace (overwrite), and audit (includes drift checking against existing glossary content).
  • Evidence-driven, user-confirmed definitions: Surfaces terms only when there is concrete file-path and multi-layer evidence, then limits verbosity to keep definitions short and usable.

Quick Start

Ask the AI to run the ss-bs-discovering-glossary skill during project bootstrap to generate or extend docs/GLOSSARY.md by confirming the ≤30 suggested terms.

Frequently Asked Questions about ss-bs-discovering-glossary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a canonical project glossary for onboarding new developers?

You build a canonical project glossary by scanning READMEs, code identifiers, database schemas, and route paths to extract domain terms, then interactively confirming the final definitions with your team. This process reduces newcomer misuse of domain concepts during onboarding.

What is domain vocabulary discovery and how does it help project bootstrapping?

Domain vocabulary discovery is the process of scanning scattered project artifacts to extract and curate ambiguous terms into a single canonical glossary. During project bootstrapping, it aligns team terminology and provides a trusted reference for onboarding new developers.

How do I generate a glossary from codebase identifiers and database schemas?

You generate a glossary from codebase identifiers and database schemas by extracting evidence-cited candidate terms from multiple project layers. The process proposes up to 30 domain terms and uses interactive multi-select refinement to confirm final definitions.

Can I merge new domain vocabulary into an existing GLOSSARY.md file?

Yes, you can merge new domain vocabulary into an existing GLOSSARY.md file. The process supports extend operations to merge terms, replace to overwrite, and audit modes that include drift checking against existing glossary content to maintain consistency.

What is the maximum number of terms recommended for a project glossary?

The maximum recommended number of terms for a project glossary is 30. The discovery process limits the suggested term set to 30 entries to keep definitions short, usable, and focused on the most critical domain concepts for onboarding.

How does evidence-driven glossary extraction prevent inaccurate domain definitions?

Evidence-driven glossary extraction prevents inaccurate definitions by surfacing terms only when concrete file-path and multi-layer evidence exists. This ensures every domain vocabulary entry is grounded in actual project artifacts rather than assumptions or guesses.