From bank-jargon
Personal terminology notebook. Triggers AUTOMATICALLY when the user asks what a specific named term, acronym, or domain concept means — e.g. "what is AUM", "what does canonical mean", "what's an MCP", "what's a DTO". Answer the question AND append/update the term in the glossary at ~/.claude/data/bank-jargon/glossary.md. Do NOT trigger on general "what is this file/output/process" questions — only on named terminology / jargon / acronyms / domain concepts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bank-jargon:bank-jargonThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Personal glossary for terminology the user encounters while working across banking, software engineering, and AI domains. Grows automatically as the user asks what things mean.
Personal glossary for terminology the user encounters while working across banking, software engineering, and AI domains. Grows automatically as the user asks what things mean.
Trigger on terminology questions — user asks what a named term, acronym, or domain concept means:
Do NOT trigger on general / contextual "what is" questions:
Rule of thumb: if the thing being asked about is a named concept you'd expect to find in a textbook, spec, or reference manual → trigger. If it's about the current context, session, or artifacts → don't trigger.
~/.claude/data/bank-jargon/glossary.md. If the file does not exist, create the directory and seed an empty glossary file with the heading # Glossary on the first line, then continue.One entry per term. Use this format consistently:
### TERM
- **Definition:** one-line plain-language explanation.
- **Example:** a concrete example making the term tangible.
- **Related:** comma-separated list of related terms already in the glossary (optional).
- **First encountered:** YYYY-MM-DD, project or file where the user first ran into it (optional).
Keep each entry under 6 lines. If a term needs more nuance (e.g. multiple meanings), split into bullets under "Definition" but keep the whole entry scannable.
When answering a terminology question:
Don't lecture. Don't pad. The glossary file is the memory — keep the reply short.
User-global — this glossary is shared across all projects and sessions. Terms encountered in one project stay available when the user moves to another.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub panospro/protops-skills --plugin bank-jargon