NE
neqsim_standard_requirement_extraction
Extract and map engineering requirements from standards or approved standards
Install
mkdir -p .claude/skills/neqsim-standard-requirement-extraction && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14875" && unzip -o skill.zip -d .claude/skills/neqsim-standard-requirement-extraction && rm skill.zipInstalls to .claude/skills/neqsim-standard-requirement-extraction
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Extract and map engineering requirements from standards or approved standards77 charsno explicit “when” trigger
About this skill
Skill: NeqSim Standard Requirement Extraction
Purpose
Extract and map engineering requirements from standards or approved standards excerpts into a structured format that can support NeqSim book chapters, engineering reports, and design checks. Use this for NORSOK, DNV, API, ISO, IEC, ASME, and similar standards when clause-level traceability is needed.
Inputs
- A standards PDF or approved excerpt, when extraction is legally permitted.
- Existing chapter text or
standards_map.jsonto identify the target chapter and equipment context. - Optional OCR text for scanned standards.
Workflow
- Identify the standard code, revision, publisher, and license constraints.
- Extract only requirement-level statements using keywords such as
shall,should,may,required, and standard-specific forms. - Preserve section, clause, page, context-before, and context-after metadata.
- Classify each item as mandatory, recommendation, permission, information, or ambiguous.
- Link each item to chapters, equipment, or skills without copying large licensed text into public outputs.
- Use
book-standards-mapto summarize the chapter-level standard relevance.
Output Schema
{
"standard": "NORSOK D-010",
"revision": "latest-confirmed",
"source": "approved local excerpt",
"requirements": [
{
"id": "REQ-001",
"level": "mandatory",
"clause": "5.2",
"topic": "well barriers",
"text_excerpt": "short allowed excerpt or paraphrase",
"context": "why it matters for the chapter",
"mapped_chapters": ["ch14_drilling_and_wells"],
"status": "candidate"
}
]
}
Safety Rules
- Respect standards copyright and license restrictions.
- Prefer clause references and paraphrased summaries for public artifacts.
- Do not claim compliance from keyword extraction alone; human review is needed.
- Mark OCR-derived requirements as
needs-human-checkuntil reviewed.
Book Uses
- Chapter 7: separator and vessel design.
- Chapter 11: facility architecture, power systems, and design basis.
- Chapter 13: subsea and SURF systems.
- Chapter 14: wells and barriers.
- Chapter 21: NCS regulation and standards governance.
- Chapter 23: CO2 transport and injection integrity.