iris-interop-skills
v1.120.120 skills that steer Claude when building IRIS For Health Interoperability productions — a task→component map, messages, BS/BP/BO, BPL, DTL transformations, HL7 v2 schemas, SOAP/REST, FHIR, DICOM, lookup tables, alerting, security, production lifecycle, message search/debug, a TDD-first workflow, and a post-build conformance review. Start at the iris-interop router. Assumes an IRIS MCP server (iris-agentic-dev or iris-interop-dev) is available. Ships 11 hooks (SessionStart conventions bootstrap + a UserPromptSubmit topic router that names the skills the turn actually needs + 2 PreToolUse gates that block non-conformant writes, illegal identifiers, class loads/compiles smuggled through iris_execute, and namespace-only classes missing from src/ + 6 PostToolUse guards, one of which warns when a put or a production edit leaves src/ stale + 1 blocking Stop gate that refuses to finish until the conformance pass has run) + 4 agents (interop-builder, deploy-smoke-test, introspect-dont-guess, conformance-reviewer).
By Pierre-Yves DuquesnoyLicense: MIT1 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install iris-interop-skills for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install iris-interop-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/intersystems-ib/iris-interop-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
└── .claude-plugin/plugin.json
Plugin manifests1
{
"name": "iris-interop-skills",
"version": "1.120.1",
"description": "20 skills that steer Claude when building IRIS For Health Interoperability productions — a task→component map, messages, BS/BP/BO, BPL, DTL transformations, HL7 v2 schemas, SOAP/REST, FHIR, DICOM, lookup tables, alerting, security, production lifecycle, message search/debug, a TDD-first workflow, and a post-build conformance review. Start at the iris-interop router. Assumes an IRIS MCP server (iris-agentic-dev or iris-interop-dev) is available. Ships 11 hooks (SessionStart conventions bootstrap + a UserPromptSubmit topic router that names the skills the turn actually needs + 2 PreToolUse gates that block non-conformant writes, illegal identifiers, class loads/compiles smuggled through iris_execute, and namespace-only classes missing from src/ + 6 PostToolUse guards, one of which warns when a put or a production edit leaves src/ stale + 1 blocking Stop gate that refuses to finish until the conformance pass has run) + 4 agents (interop-builder, deploy-smoke-test, introspect-dont-guess, conformance-reviewer).",
"author": {
"name": "Pierre-Yves Duquesnoy",
"url": "https://github.com/intersystems-ib"
},
"homepage": "https://github.com/intersystems-ib/iris-interop-skills",
"license": "MIT",
"keywords": [
"iris",
"intersystems",
"interoperability",
"hl7",
"fhir",
"dicom",
"healthcare",
"ensemble"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[iris-interop-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/iris-interop-skills)