Sub-skill of doc-extraction: Output Schema.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill output-schema --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Output Schema?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-output-schema-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: doc-extraction-output-schema
description: 'Sub-skill of doc-extraction: Output Schema.'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Output Schema
## Output Schema
Each extracted item follows this structure:
```yaml
- content_type: constants # one of the 8 types
source:
document: "DNV-RP-B401"
section: "3.4.6"
page: 42
data:
name: "Initial coating breakdown factor"
symbol: "f_ci"
value: 0.05
units: dimensionless
applicability:
coating_category: "I"
description: "High quality >= 300 um epoxy"
confidence: high # high / medium / low
extraction_notes: null
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!