Skip to content
v0.5.0MIT

Agent skills for the Bilayers CI Segmentation workflow and its measurement databases.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cisegmentation",
  "version": "0.5.0",
  "description": "Agent skills for the Bilayers CI Segmentation workflow and its measurement databases.",
  "author": {
    "name": "Cellular Imaging Amsterdam UMC",
    "url": "https://github.com/Cellular-Imaging-Amsterdam-UMC"
  },
  "homepage": "https://github.com/Cellular-Imaging-Amsterdam-UMC/cisegmentation",
  "repository": "https://github.com/Cellular-Imaging-Amsterdam-UMC/cisegmentation",
  "license": "MIT",
  "keywords": ["bioimaging", "segmentation", "ome-zarr", "duckdb", "sqlite"],
  "extensions": {
    "nl.bioimaging.biomero": {
      "skills": {
        "analyze-cisegmentation-measurements": {
          "purpose": "attachment-analysis",
          "consumers": ["omero-analysis"],
          "auto_activate": true,
          "match": {
            "extensions": [".duckdb", ".sqlite", ".sqlite3"],
            "filename_globs": [
              "*__cisegmentation_measurements.duckdb",
              "*__cisegmentation_measurements.sqlite",
              "*__cisegmentation_measurements.sqlite3"
            ],
            "required_tables": ["schema_info", "measurement_runs"]
          },
          "required_resources": ["references/REFERENCE.md"],
          "preferred_capabilities": ["omero-data-query-v1"]
        },
        "use-cisegmentation-workflow": {
          "purpose": "workflow-operation",
          "consumers": ["omero-biomero"],
          "auto_activate": false,
          "required_resources": ["references/PARAMETERS.md"]
        }
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • nl.bioimaging.biomero