hexagone-swdoc

Fetch and render Hexagone SWDOC documentation from GitLab Pages.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills --skill hexagone-swdoc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hexagone-swdoc
Source: https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills/tree/main/skills/hexagone-swdoc
Command: npx skills add https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills --skill hexagone-swdoc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hexagone SWDOC provides on-demand access to the Hexagone External Web Services documentation hosted on GitLab Pages, enabling users to fetch service contracts, DTD formats, error codes, and integration guidance without cloning repos.

Core Features & Use Cases

  • Fetch and render SWDOC pages from GitLab Pages for questions about EWPT services, SOAP interfaces, and DTD formats.
  • Preserve original page structure and source URLs to ensure traceability in responses.
  • Use Case: When a user asks about EWPT0001 or a specific DTD like PATIENT_INFO.HEXASERV, fetch and extract the relevant sections.

Quick Start

Ask Hexagone SWDOC for the specific EWPT service page or DTD you need and read the method and DTD details.

Frequently Asked Questions about hexagone-swdoc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Hexagone SOAP web service documentation without cloning the repository?

You can access Hexagone SOAP web service documentation by fetching GitLab Pages content directly, fetching service contracts, DTD formats, and error codes on demand without cloning repositories.

What is an XML DTD format in the EWPT service catalog?

An XML DTD format in the EWPT catalog defines the document type structure for SOAP web service payloads, such as PATIENT_INFO.HEXASERV, and can be fetched from Hexagone SWDOC pages.

How do I find error codes and integration guidance for a specific EWPT service?

To find error codes and integration guidance for a specific EWPT service like EWPT0001, request the service page from Hexagone SWDOC to fetch and extract the relevant method, DTD, and error sections.

Can I get traceable source URLs when fetching Hexagone web service docs?

Yes, the Hexagone SWDOC documentation process preserves original page structure and source URLs from GitLab Pages to ensure full traceability in responses for SOAP interfaces and DTD formats.

Does GitLab Pages support rendering Markdown content for SOAP web service documentation?

GitLab Pages supports rendering Markdown content for SOAP web service documentation, requiring the ability to fetch and present service details while preserving the source URLs for reference.