Help us improve
Share bugs, ideas, or general feedback.
From skylights-kb
Use when answering a question about Skylights NW operations from the wiki — for `/kb-ask` invocations and for natural-language queries like "what is our standard markup", "do we have notes on contractor pricing", "look up our install procedure", "what's in the wiki about Velux". Reads `vault/meta/index.md` and the matching `vault/wiki/` articles, synthesizes a markdown answer with explicit citations, and admits clearly when the wiki doesn't have the answer.
npx claudepluginhub popmechanic/skylights-agents --plugin skylights-kbHow this skill is triggered — by the user, by Claude, or both
Slash command
/skylights-kb:kb-answering-questionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Conventions:** trunk layout, frontmatter shape, and citation format live in the `kb-vault-conventions` skill — load that as needed.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Designs test strategies and plans with testing pyramid. Covers APIs, frontend, data pipelines, infrastructure; outputs plans including coverage targets, examples, and gaps.
Share bugs, ideas, or general feedback.
Conventions: trunk layout, frontmatter shape, and citation format live in the
kb-vault-conventionsskill — load that as needed.
The vault is small enough that you don't need a vector DB. Karpathy-style works: read the index, grep for tokens, read the matching files, synthesize.
vault/meta/index.md to know what articles exist and where.vault/wiki/ for those tokens. Score files by total match count. Take the top 12.[vault/wiki/products/velux-vs.md]./kb-interview pricing."Standard markup is 30% on contractor accounts. [vault/wiki/sales/contractor-pricing.md]
This is verified by the discovery call. [vault/raw/interviews/2026-04-27-discovery-call/structured.md]
Cite on every claim. If multiple sources support a claim, cite all of them.
If your answer would benefit from fresh knowledge, name the protocol:
"The wiki has homeowner pricing through 2025 but nothing for 2026 yet. Run
/kb-interview pricingto update it."
If the question would be better answered by querying a live system (Zoho CRM, QuickBooks), say so:
"The wiki documents Zoho's deal stages. For current open deals, query the Zoho CRM MCP directly."