Copyright (c) 2026 JG Systems Consulting Ltd. - MIT License (tooling); pack content under each source's own licence (see NOTICE).
What it is / who it's for
A great body of knowledge (SEBoK, the NASA SE Handbook, a modelling spec) is something you
read once and then can't recall when you need it mid-task. A knowledge pack turns it into a
skill your coding agent loads on demand: ask /sebok systems of systems and the agent reads the
right chapter and answers from reconstructed reference notes, not a hazy recollection.
This is a curated catalogue of those packs for systems engineers, built to one rule that makes it different from "point a tool at a PDF":
Only genuinely open sources go in. Public-domain (NASA, DoD) and open-licensed (SEBoK, OMG specs, CC content): never paywalled or all-rights-reserved material. Eligibility is enforced, not assumed (see docs/SOURCE-VETTING.md), and every pack is redistributable by construction (see docs/LICENSING.md).
Packs follow the open Agent Skills SKILL.md
standard, so they load in Claude Code, GitHub Copilot CLI, and Amp without modification.
Prerequisites
- Python 3.9+ (for the installer and pack validator).
- A host that reads Agent Skills (Claude Code, GitHub Copilot CLI, or Amp).
- No MCP server, API key, or licence tier is needed at runtime. Packs are plain Markdown.
Install with your AI agent
Copy the block below into your coding agent (Claude Code, Cursor, etc.). It will read this repo and install the catalogue for you.
You are installing jgs-se-knowledge-packs, an open catalogue (MIT tooling) of
systems-engineering knowledge-pack skills by JG Systems Consulting Ltd.
Repository: https://github.com/jgsystemsconsulting/jgs-se-knowledge-packs (version 1.18.0).
Do this in order:
1. Read README.md, docs/skill-usage.md, and CHANGELOG.md so you understand what you are
installing. There are NO external prerequisites: packs are plain Markdown skills.
2. Run `python install.py --dry-run` and show me the pack list and target
(~/.claude/skills/jgs-se-knowledge-packs/). If it looks right, run `python install.py`.
3. Verify: list the installed packs under the target and confirm the count matches SKILLS.md.
4. Tell me to restart Claude Code, then try `/sebok systems of systems`.
5. Pack CONTENT is under each source's own licence (see NOTICE); keep attribution intact.
Install manually
git clone https://github.com/jgsystemsconsulting/jgs-se-knowledge-packs.git
cd jgs-se-knowledge-packs
python install.py --dry-run # preview packs + target
python install.py # installs to ~/.claude/skills/jgs-se-knowledge-packs/
Default target is the vendor-namespaced ~/.claude/skills/jgs-se-knowledge-packs/ (honours
$CLAUDE_CONFIG_DIR). For a flat install (each pack directly under ~/.claude/skills/), pass
--flat. Restart your agent, then invoke a pack by its slug.
Use with other agents
The packs are open Agent Skills; install.py installs them into
agents beyond Claude Code, natively where the agent reads the format, or via a format
transform where it doesn't.
python install.py --list-agents # show every supported agent + its target
python install.py --agent openclaw # OpenClaw / Copilot CLI, native (full pack)
python install.py --agent codex # Codex / Gemini / Cursor, transform (SKILL.md index)
python install.py --agent all # all user-global agents at once
| Agent | Format | Target |
|---|---|---|
| Claude Code (default) · OpenClaw · GitHub Copilot CLI | native folder | ~/.<agent>/skills/jgs-se-knowledge-packs/<slug>/ |
| OpenAI Codex CLI | prompt | ~/.codex/prompts/<slug>.md |
| Gemini CLI | TOML command | ~/.gemini/commands/jgs-se-knowledge-packs/<slug>.toml |
| Cursor | project rule | ./.cursor/rules/<slug>.mdc |
Native agents get the whole pack (chapters + progressive disclosure); transform agents get the
always-loaded SKILL.md index inlined into one file. Full detail and the per-agent limitations:
docs/other-agents.md.
Catalogue
| Pack | Source | Licence | Tier | Status |
|---|---|---|---|---|
sebok |
Guide to the SE Body of Knowledge v2.14 | CC BY-NC-SA 3.0 | 🟡 2 | ✅ live (36 chapters) |
nasa-se-handbook |
NASA Systems Engineering Handbook | Public domain (US gov) | 🟢 1 | ✅ live (34 chapters) |
nasa-se-expanded |
Expanded Guidance for NASA SE (SP-2016-6105-SUPPL Vol 1) | Public domain (US gov) | 🟢 1 | ✅ live (6 chapters) |
nasa-npr-7123 |
NASA NPR 7123.1D: SE Processes & Requirements | Public domain (US gov) | 🟢 1 | ✅ live (9 chapters) |
nasa-risk |
NASA Risk Management Handbook | Public domain (US gov) | 🟢 1 | ✅ live (10 chapters) |
nasa-system-safety |
NASA System Safety Handbook v2 | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
nasa-pra |
NASA PRA Procedures Guide 2nd ed (NASA/SP-2011-3421) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
nasa-hsi |
NASA Human Systems Integration Guide | Public domain (US gov) | 🟢 1 | ✅ live (9 chapters) |
nist-ai-rmf |
NIST AI Risk Management Framework 1.0 | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
nist-ssdf |
NIST Secure Software Development Framework 1.1 | Public domain (US gov) | 🟢 1 | ✅ live (5 chapters) |
nist-csf |
NIST Cybersecurity Framework 2.0 | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
nist-sse |
NIST SP 800-160 Vol 1+2: Systems Security Engineering | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
nist-800-37 |
NIST SP 800-37 Rev 2: Risk Management Framework | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
nist-cps |
NIST Framework for Cyber-Physical Systems (SP 1500-201/202/203) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
digital-systems-engineering |
Towards Digital Engineering (ODU, arXiv:2002.11672) | CC BY 4.0 | 🟡 2 | ✅ live (7 chapters) |
mil-std-882 |
MIL-STD-882E: DoD System Safety | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
requirements-writing |
Requirements writing: EARS & quality (original guidance) | CC BY 4.0 | 🟡 2 | ✅ live (6 chapters) |
dau-se-guidebook |
DoD Systems Engineering Guidebook (OUSD R&E) | Public domain (US gov) | 🟢 1 | ✅ live (6 chapters) |
gao-tra |
GAO Technology Readiness Assessment Guide (GAO-20-48G) | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
dodaf |
DoD Architecture Framework 2.02 Vol II | Public domain (US gov) | 🟢 1 | ✅ live (11 chapters) |
eu-ai-act |
EU Artificial Intelligence Act (Reg 2024/1689) | EU OJ (reproducible) | 🟡 2 | ✅ live (12 chapters) |
faa-sem |
FAA Systems Engineering Manual (SEM) v1.0.1 | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
nasa-schedule |
NASA Schedule Management Handbook (2024 ed, Rev 2) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
dod-mosa |
DoD MOSA: Implementing a MOSA in DoD Programs (OUSD R&E) | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
nasa-rm-standard |
NASA Reliability & Maintainability Standard (NASA-STD-8729.1A) | Public domain (US gov) | 🟢 1 | ✅ live (6 chapters) |
dod-rio |
DoD Risk, Issue & Opportunity Management Guide (OUSD R&E) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
dod-digital-engineering |
DoD Digital Engineering Strategy (2018, ODASD(SE)) | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
nasa-de-acquisition |
NASA Digital Engineering Acquisition Framework Handbook (NASA-HDBK-1004) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
nasa-fault-management |
NASA Fault Management Handbook (NASA-HDBK-1002 Draft 2) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
faa-system-safety |
FAA System Safety Handbook (2000) | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
faa-hf-std |
FAA Human Factors Design Standard (HF-STD-001B) | Public domain (US gov) | 🟢 1 | ✅ live (9 chapters) |
dod-mq-bok |
DoD Manufacturing & Quality Engineering BoK (M&Q BoK, OUSD R&E) | Public domain (US gov) | 🟢 1 | ✅ live (6 chapters) |
gao-cost |
GAO Cost Estimating and Assessment Guide (GAO-20-195G) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
gao-schedule |
GAO Schedule Assessment Guide (GAO-16-89G) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
nasa-ceh |
NASA Cost Estimating Handbook v4.0 | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
nasa-systems-modeling |
NASA Systems Modeling Handbook (NASA-HDBK-1009A Rev A) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
dod-te-guidebook |
DoD Test & Evaluation Enterprise Guidebook (OUSD R&E, Aug 2022) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
faa-ams-vv |
FAA AMS Lifecycle V&V Guidelines v3.0 | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
gao-agile |
GAO Agile Assessment Guide (GAO-24-105506) | Public domain (US gov) | 🟢 1 | ✅ live (9 chapters) |
mil-hdbk-61 |
MIL-HDBK-61B: DoD Configuration Management (Change 1, 2025) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
mrl-deskbook |
DoD Manufacturing Readiness Level (MRL) Deskbook (Version 2022) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
faa-req-handbook |
FAA Requirements Engineering Management Handbook (DOT/FAA/AR-08/32) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
sd-22-dmsms |
SD-22 DMSMS Guidebook (DSPO, FY24 working draft) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
nasa-npr-7150 |
NASA NPR 7150.2D: NASA Software Engineering Requirements | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
nist-stat-handbook |
NIST/SEMATECH e-Handbook of Statistical Methods (NIST HB 151) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
faa-rma |
FAA Reliability, Maintainability & Availability Handbook (FAA-HDBK-006D) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
nist-800-171 |
NIST SP 800-171 Rev. 3: Protecting CUI in Nonfederal Systems | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
nist-800-61 |
NIST SP 800-61 Rev. 3: Incident Response Recommendations | Public domain (US gov) | 🟢 1 | ✅ live (6 chapters) |
cisa-cpg |
CISA Cross-Sector Cybersecurity Performance Goals 2.0 | Public domain (US gov) | 🟢 1 | ✅ live (5 chapters) |
doe-sem |
DOE Systems Engineering Methodology (SEM) v3 | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
mil-hdbk-338 |
MIL-HDBK-338B: Electronic Reliability Design Handbook | Public domain (US gov) | 🟢 1 | ✅ live (9 chapters) |
mil-hdbk-516 |
MIL-HDBK-516C: Airworthiness Certification Criteria | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
nasa-ms-7009 |
NASA-STD-7009B / NASA-HDBK-7009B: Models and Simulations | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
doe-o-413-3 |
DOE O 413.3 series: Capital Asset Project Management (from O 413.3C) | Public domain (US gov) | 🟢 1 | ✅ live (6 chapters) |
dod-vva-rpg |
DoD M&S VV&A Recommended Practices Guide (RPG web edition) | Public domain (US gov) | 🟢 1 | ✅ live (10 chapters) |
faa-std-025 |
FAA-STD-025f: Preparation of Interface Documentation | Public domain (US gov) | 🟢 1 | ✅ live (6 chapters) |
dote-te-guidebook |
DOT&E / DoD Test & Evaluation Enterprise Guidebook (8.02, Aug 2022) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
dafman-63-119 |
DAFMAN 63-119: Mission-Oriented Test Readiness Certification (15 Apr 2021) | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
federal-bca |
OMB Circular A-94: Federal Benefit-Cost Analysis Guidelines (2023-11-09) | Public domain (US gov) | 🟢 1 | ✅ live (6 chapters) |
mil-std-881f |
MIL-STD-881F: Work Breakdown Structures for Defense Materiel Items (13 May 2022) | Public domain (US gov) | 🟢 1 | ✅ live (7 chapters) |
mil-std-40051 |
MIL-STD-40051-2C: Page-Based Technical Manuals (15 Dec 2015) | Public domain (US gov) | 🟢 1 | ✅ live (8 chapters) |
mit-ocw-se |
MIT OCW Fundamentals of Systems Engineering | CC BY-NC-SA | 🟡 2 | 🔜 planned |
doe-o-413-3 (formerly doe-413-3b; old slug kept as a catalog alias) tracks the current DOE O 413.3 series edition (O 413.3C, which cancels O 413.3B Chg 7).
Machine-readable index: SKILLS.md · catalog.json.
Signposts (citation-only, not packs, zero reproduced content): omg-signpost points to
the OMG modelling specs; se-standards-signpost maps the whole SE standards landscape
(ISO/IEC/IEEE, INCOSE, SAE/EIA, ECSS, NATO, CMMI, NIST SP 800-160…) with each standard's
owner, whether it can be packaged, and where to get it. They exist because most SE standards
are paywalled or all-rights-reserved (see docs/SOURCE-VETTING.md).
Usage
/sebok # load core frameworks for reference
/sebok systems of systems # routes to the right chapter, answers from the pack
/sebok ch20 # load a specific chapter
Each pack ships an always-loaded SKILL.md index plus on-demand chapters/, a glossary,
patterns, and a cheatsheet. Full guidance: docs/skill-usage.md.
How a pack is built
Vet the source (tier + licence, not on the Excluded list) → extract text (built on the
MIT-licensed jgs-reference-skill
engine — a fork of book-to-skill) → map
structure to chapter offsets → generate reference-depth chapters in parallel + glossary /
patterns / cheatsheet + the SKILL.md index → attach provenance (PACK.yaml + a LICENSE
reproducing the source's terms) → validate. Contract: docs/PACK-SPEC.md.
Contributing: CONTRIBUTING.md.
Licensing
Two separable layers:
- Tooling & scaffolding: MIT (JG Systems Consulting Ltd.).
- Pack content: each pack carries its source's licence in
packs/<slug>/LICENSE, independent of the repo MIT licence. A CC BY-NC-SA source yields a CC BY-NC-SA pack.
Per-pack source attributions are in NOTICE. Why every pack is lawful to reconstitute and redistribute (including why no source-material links are published) is set out in docs/LICENSING.md.
Support & security
- Help / questions: open an issue, or contact
[email protected]. - Security / licensing concerns: see SECURITY.md; report privately to
[email protected].
Version
See CHANGELOG.md. Current: 1.18.0.
No comments yet
Be the first to share your take.