imedicalxc-doctor-extend-architecture

Define system topology, data flow, lifecycle hooks, and middleware registry for HIS doctor station integration.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/SkylerCook/imedical.agents --skill imedicalxc-doctor-extend-architecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imedicalxc-doctor-extend-architecture
Source: https://github.com/SkylerCook/imedical.agents/tree/main/plugins/imedicalxc-doctor-extend-engineer/skills/imedicalxc-doctor-extend-architecture
Command: npx skills add https://github.com/SkylerCook/imedical.agents --skill imedicalxc-doctor-extend-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a blueprint and template for the architecture and code organization of third-party system integration, specifically for the HIS doctor station. It automates the process of defining system topology, data flow, lifecycle hooks, middleware registry, and planned injection templates, making it easier to inject structural requirements into task descriptions during planning.

Core Features & Use Cases

  • System Topology and Communication Mode: Defines system topology, data flow, and communication mode between layers.
  • Business Middleware Architecture: Identifies and configures business middleware entries and their associated lifecycle hooks.
  • Lifecycle Hooks: Implements standard hooks like Init, BeforeUpdate, and AfterUpdate for integrating with third-party systems.
  • External Interface Contract Extraction: Extracts interface contracts from business middleware for use in external interfaces.
  • Implementation Guidelines: Provides guidelines for implementing external interfaces, including parameter matching and return formats.

Quick Start

Use the imedicalxc-doctor-extend-architecture skill to define the architecture and code organization for a new third-party system integration project.

Frequently Asked Questions about imedicalxc-doctor-extend-architecture

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

FAQPage Schema
How do I define system topology and data flow for HIS doctor station integration?

To define system topology and data flow for HIS doctor station integration, you can use an architecture blueprint that automates the mapping of communication modes between layers. This allows you to establish structured data routes and middleware configurations for third-party systems.

What are lifecycle hooks in third-party system middleware architecture?

Lifecycle hooks in third-party system middleware architecture are standard execution points like Init, BeforeUpdate, and AfterUpdate. They provide structured entry points to inject custom logic and integrate external systems into the HIS doctor station workflow.

How do I extract external interface contracts from business middleware?

To extract external interface contracts from business middleware, you identify the configured middleware entries and their lifecycle hooks. This process isolates the required parameter matching and return formats for implementing external interfaces.

What is the best way to organize code for HIS doctor station third-party integration?

The best way to organize code for HIS doctor station third-party integration is by using an architecture blueprint that standardizes middleware registry and planned injection templates. This approach embeds structural requirements directly into your task descriptions.

Do I need prior knowledge of system architecture to use this middleware integration approach?

Yes, you need prior knowledge of system architecture and integration patterns to effectively use this approach. It automates the blueprint generation for topology and middleware but relies on your understanding to configure the lifecycle hooks and interface contracts.