code-glossary

Extract an ordered command list and glossary from a conversation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/brian-wijaya/dotfiles --skill code-glossary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-glossary
Source: https://github.com/brian-wijaya/dotfiles/tree/main/.claude/skills/code-glossary
Command: npx skills add https://github.com/brian-wijaya/dotfiles --skill code-glossary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill extracts a strictly ordered list of all commands and a concise glossary from a conversation. It helps when you need a reproducible set of instructions and terms for future reference.

Core Features & Use Cases

  • Command extraction: Produce a minimal, ordered list of commands, code snippets, configuration lines, or procedural instructions from a discussion, with no commentary or duplications.
  • Glossary generation: Create a concise glossary defining every term, function, tool, or concept mentioned, including what it does and the meaning of key arguments or options.
  • Use Case: Given a chat or transcript, generate a ready-to-use instruction set and terminology reference for developers and operators.

Quick Start

Extract a clean, ordered list of all commands and a concise glossary from the provided conversation.

Frequently Asked Questions about code-glossary

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

FAQPage Schema
How do I extract commands from a chat transcript?

Extracting commands from a chat transcript involves parsing the conversation to produce a minimal, strictly ordered list of all commands and procedural instructions without commentary or duplications.

What is the best way to generate a glossary from a conversation?

Generating a glossary from a conversation involves extracting every mentioned term, function, tool, or concept to create a concise reference explaining what it does and the meaning of key arguments.

How do I turn discussions into reproducible instructions and terminology references?

You can turn discussions into reproducible instructions by extracting a strictly ordered list of all commands and a concise glossary from the transcript to serve as a ready-to-use reference for future use.

Can I extract configuration lines and code snippets from a discussion transcript?

Yes, you can extract configuration lines and code snippets from a discussion transcript to produce a minimal, ordered command list that ensures a reproducible set of instructions for developers and operators.

Does command extraction from transcripts remove duplicate instructions?

Yes, command extraction from transcripts removes duplicate instructions to ensure the final output is a minimal, ordered list of commands and code snippets with no commentary or repetitions.