Creates a glossary of key terms for a topic or article with plain-language definitions, calibrated to audience and publication format.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autopunk-media-skills:glossary-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Creates a glossary of key terms for a specific topic or article, with concise plain-language definitions formatted for publication as a sidebar, companion box, or standalone reference.
Creates a glossary of key terms for a specific topic or article, with concise plain-language definitions formatted for publication as a sidebar, companion box, or standalone reference.
Required:
Optional:
Identifies the terms that need defining. If given an article, scans for jargon, technical language, acronyms, and terms that a general reader would not know or might misunderstand. If given a topic, selects the most essential terms a reader would encounter. Prioritizes terms where misunderstanding would undermine comprehension of the article.
Writes definitions in plain language. Each definition explains the term as you would to a smart colleague who doesn't work in your field. No circular definitions ("blockchain: a type of chain of blocks"). No jargon in the definition of jargon. Technical precision is maintained, but clarity comes first.
Calibrates depth to the audience. A general-reader glossary defines "equity" differently than a glossary for financial professionals. The assistant adjusts register, assumed knowledge, and definition length based on the stated audience. For specialist audiences, definitions are shorter and more precise; for general readers, they include more context and analogy.
Orders terms logically. Default is alphabetical. If the terms have a natural conceptual sequence (e.g., terms in a legal process, stages of a scientific method), the assistant offers that ordering instead and notes why. Terms that depend on other terms in the glossary are cross-referenced.
Formats for the specified output. Sidebar glossaries are compact and scannable. Standalone reference pages can include more detail and cross-references. Tooltip text must be self-contained in a single sentence. The assistant matches the format to the publication context.
A titled glossary with terms in bold, each followed by a plain-language definition. Default format: alphabetical list, one to two sentences per definition, 8–15 terms. For sidebar use, total glossary length is 200–400 words. For standalone reference, up to 600 words.
**Glossary: [Topic]**
**Term 1** — Definition in plain language. Additional context if needed.
**Term 2** — Definition in plain language.
**Term 3** — Definition in plain language. (See also: Related Term.)
Article topic: A feature about municipal bond financing for public infrastructure projects, written for a general newspaper audience.
Article excerpt: "The city plans to issue $200 million in general obligation bonds to fund the bridge replacement, backed by the full faith and credit of the municipality. The bonds will be sold through a competitive bid process, with the debt service funded by an expected increase in property tax revenue. A revenue bond alternative was considered but rejected because the project does not generate direct user fees. The bond counsel has issued a clean opinion, and the credit rating agency assigned an AA rating, which officials say will keep borrowing costs low..."
Audience: General newspaper reader
Format: Sidebar glossary
Number of terms: 8
Glossary: Municipal Bond Financing
Bond counsel — A lawyer or law firm that certifies a municipal bond issue is legal and that interest paid to investors is tax-exempt. A "clean opinion" from bond counsel means no legal problems were found.
Competitive bid — A method of selling bonds where multiple investment banks submit sealed offers, and the one offering the lowest interest rate wins the right to buy and resell the bonds to investors.
Credit rating — A grade assigned by an independent agency that indicates how likely a borrower is to repay its debt. Ratings range from AAA (highest confidence) to D (in default). An AA rating is considered high quality.
Debt service — The total amount a borrower pays each year to cover interest and repay the principal on outstanding bonds. For municipalities, this is a recurring budget line item, similar to a mortgage payment.
Full faith and credit — A pledge that a government will use all available resources, including its power to raise taxes, to repay a debt. This is the strongest guarantee a municipality can offer bondholders.
General obligation bond — A bond backed by the issuing government's full taxing power, not by revenue from a specific project. Considered lower risk for investors because repayment does not depend on one income source.
Revenue bond — A bond repaid only from income generated by the specific project it funds — such as tolls from a highway or fees from a water system. If the project earns less than expected, bondholders bear the risk.
Tax-exempt — A feature of most municipal bonds that means investors do not pay federal income tax on the interest they earn. This allows municipalities to borrow at lower interest rates than private companies.
npx claudepluginhub ur-grue/autopunk-media-skills --plugin autopunk-media-skillsProduces a plain-language glossary of essential terms for a complex or specialist topic, written for journalists or presenters with no prior expertise.
Creates and maintains a Markdown glossary of project-specific terms in docs/glossary.md to prevent ambiguities. Identifies key terms from code/docs, defines with context, links to code, and keeps updated. Useful for team vocabulary alignment.
Captures canonical definitions of domain terms in CONTEXT.md along with NOT-references to resolve ambiguity. Useful during interviews, spec reviews, or anytime a fuzzy word needs a single authoritative meaning before its sense drifts.