cursor-hooks — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cursor-hooks (Hook) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
AI plugin suite for clinical workflow integration with openEHR systems. Adds skills, commands, agents, and hooks for [Claude Code](https://claude.ai/code) and [Cursor](https://cursor.com) that guide AI assistants through openEHR modeling, CKM discovery, and specification lookups.
This plugin works with the openEHR Assistant MCP Server, which provides the tools, prompts, and resources (CKM, guides, terminology, type specs). The plugin supplies the workflow layer: when to load which guides, which commands to offer, and how to stay aligned with openEHR best practices.
Recommended: For installation, transports, and MCP client configuration of the server (hosted vs local, streamable-http vs stdio), see the [openehr-assistant-mcp README](https://github.com/cadasto/openehr-assistant-mcp#quick-start) — Quick Start and Common client configurations.
Claude Code — from the Cadasto marketplace:
/plugin marketplace add cadasto/plugin-marketplace
/plugin install openehr-assistant@cadastoor directly from the repo: claude plugin add cadasto/openehr-assistant-plugin.
Cursor — Add the plugin via Cursor’s plugin flow (e.g. from a Git URL or local path). The repo includes a Cursor manifest at .cursor-plugin/plugin.json; skills, commands, agents, and MCP config are shared with the Claude plugin.
See docs/install.md for marketplace, local-development, update, and Cursor install details.
Contributors: See CONTRIBUTING.md for maintainer workflows, clone vs `git archive` (.gitattributes export-ignore), and how to bump compatibility with openehr-assistant-mcp.
This plugin expects the openEHR Assistant MCP Server to be configured in your client. The plugin ships with a default MCP config that points at the hosted server; you can override it for local or stdio use.
For server installation, transports (streamable-http vs stdio), and client-specific configuration (Claude Desktop, Cursor, LibreChat, Junie), see:
Environment variables (e.g. CKM_API_BASE_URL) and Docker/stdio details are documented in the MCP server README.
One server, not two. This plugin bundles its own.mcp.json, so it provides theopenehr-assistantMCP server itself — prefer that. If you also added anopenehr-assistantconnector at claude.ai, the same tools appear twice (under aclaude_ainamespace and the plugin's); that duplicate is optional. If a subagent reports CKM/guide tools "denied", it's a permission-policy gap, not a missing server — see thepermissions.allowsnippet in.claude/settings.jsonand docs/install.md.
| Skill | Trigger | Description |
|---|---|---|
archetype-authoring | Creating/editing/reviewing/translating archetypes | Authoring, review & remediate, rationale prose, translation, CKM-import — guide-first |
archetype-lint | Reviewing/validating archetypes | 22 normative lint rules with STRICT/PERMISSIVE modes |
template-authoring | Creating/reviewing templates | Template design with CGEM framework and narrowing principle |
composition-builder | Building compositions | FLAT/STRUCTURED/CANONICAL format generation |
aql-authoring | Writing AQL queries | Query authoring, explanation, and optimization |
demographic-modeling | Designing demographic models | PARTY hierarchy, roles, relationships, identity patterns |
openehr-assistant | Any openEHR mention | Clinical modeling, guide browsing, and tool routing |
Multi-step workflows (authoring, review, AQL, compositions) are driven by the skills above, which auto-trigger from natural language. Commands are a small set of explicit one-shots:
| Command | Description | |
|---|---|---|
| `/ckm-search [archetype\ | template] <query>` | Find archetypes or templates in CKM (optional rmClass filter) |
/openehr-explain <thing> | Explain or look up any openEHR thing — archetype, template, RM/AM type, RM structural concept, ADL idiom, AQL query/keyword, or terminology code (auto-detects) | |
/semantic-diff <file-a> <file-b> | Semantic diff of two artefacts (archetype or template); version-bump verdict or sibling/cross-artefact compatibility report | |
/archetype-fix-syntax <file> | Fix ADL syntax errors preserving semantics | |
/template-from-form <form text or path> | Map a clinical form to a template sketch (archetypes + narrowing) | |
/archetype-impact <archetype-id> | Scan workspace for references to an archetype (templates incl. .t.json, parent .adl slots, AQL) |
Creating/editing/reviewing archetypes (incl. rationale prose and translation), linting, authoring templates, building compositions, writing AQL, and browsing guides are handled by the matching skill (no command needed) — just describe the task.
| Agent | Description |
|---|---|
clinical-modeler | Local clinical-model file analyst (read/write/review/edit .adl/.oet/.opt). Writes locally; has read-only MCP lookups (terminology, type specs, guides, single CKM fetch) with offline fallback |
ckm-scout | CKM reuse-search specialist — parallel searches, ranked recommendation |
spec-researcher | Spec research specialist using llms.txt/.md twin methodology |
The openehr-assistant-mcp server provides:
archetypes/, templates/, aql/, simplified_formats/, specs/ (openEHR specification digests tracking the development branch), and howto/ (toolchain how-tos)openehr://examples/{kind}/{name} — AQL, FLAT, STRUCTURED payloads, and CKM-published reference .adl archetypesCompatibility: This plugin version is built and tested against openehr-assistant-mcp v0.19.0 (releases). When updating the plugin, align with that server’s changelog so each plugin release stays compatible with a specific MCP server version.
Offline reference material in skills/openehr-assistant/reference/ includes a quick-reference (principles, rules, guide index), minimal ADL and AQL syntax cheatsheets, and an RM type reference (~30 commonly archetyped types with attributes for local lint rule 4 validation); see AGENTS.md (Syntax and grammar sources) for links to official specs and grammars.
See CHANGELOG.md for release notes.
Contributions are welcome. Start with CONTRIBUTING.md and the docs/ references: install, testing & validation, versioning, and authoring conventions. Before opening a PR, run ./scripts/validate.sh and claude plugin validate . (CI runs the validator on every push). Please also review the Code of Conduct and Security Policy.
MIT License — Cadasto B.V.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.