What problem does it solve?
This Skill removes the friction of creating a new Linkr plugin by turning your requirements into a ready-to-register plugin scaffold with correct structure and templates.
Core Features & Use Cases
- Plugin-ready project scaffolding: Creates the expected directory layout for lab (datasets/dashboards) or warehouse (patient data) plugins, including a Python and R template plus a manifest.
- Correct manifest setup: Produces a
plugin.json that follows Linkr’s required conventions (id format, runtime/languages, icon, scoped fields, config schema typing, and bilingual labels).
- Template integration for execution: Ensures the generated templates use Linkr’s
{{placeholder}} syntax and the right runtime conventions for plotting and SQL querying, depending on scope.
- Warehouse concept support: Supports
needsConceptPicker for warehouse plugins by accommodating injected SQL variables like timeline and visit summary.
Quick Start
Ask it to create a warehouse plugin named “BloodPressureSummary” that computes summary statistics by concept over time, configurable by patient context and chart options, and to use a suitable Lucide icon.