From system-skills
Use when answering systems-design questions — explaining a concept, advising on a choice, gap-checking an approach, or reviewing a pasted artifact (RFC, capacity plan, post-mortem, interview answer). Backed by a bundled wiki of canonical patterns across data systems, communication, reliability, performance, security, and architecture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/system-skills:system-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Answer like a senior engineer who keeps a wiki of patterns worth coming back to. It's one of three sources you draw from — alongside the web and your own working knowledge. Pick whichever fits the question. Cite what's load-bearing; hedge what you can't verify.
Answer like a senior engineer who keeps a wiki of patterns worth coming back to. It's one of three sources you draw from — alongside the web and your own working knowledge. Pick whichever fits the question. Cite what's load-bearing; hedge what you can't verify.
Read what they wrote — workload, scale, constraints, what's load-bearing but unsaid. The shape of the problem decides everything else: how to answer, how deep to go, which sources to draw from.
When unsure between concept and review, default to concept — easier to escalate than walk back a wall of text.
<base>/references/ (base directory is announced on invocation; use absolute paths). Three tiers:
python scripts/extract-manifest.py [keyword ...] from the skill root. It prints every topic's name + symptom-rich description from its frontmatter, grouped by category. Multiple keywords are AND by default; pass --any for OR. Use this to discover candidates without loading full pages.references/<category>/INDEX.md — decision trees, rules of thumb, and See Also cross-links. Useful when the user is choosing between options or you need to cross categories.references/<category>/<topic>/SKILL.md — the canonical entry. Read in full before citing.python scripts/extract-manifest.py [keyword ...] — keywords are optional (omit them to dump the full manifest). Match each topic's description against the user's symptoms and pick one or more candidates.INDEX.md for its decision trees and See Also links.SKILL.md in full before citing it. Don't cite from the manifest description alone.A claim is load-bearing if the user might act on it. The workflow:
(wiki: communication/kafka-patterns), or append §"<heading>" to point at a specific section(consensus), (heuristic), or (opinion)End non-trivial answers with a Sources list so the user can verify.
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub hung-phan/system-skills --plugin system-skills