From dataspoke
Answers questions about DataSpoke Governance public API metrics and makes read calls against the deployed instance's OpenAPI contract.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dataspoke:dataspoke-governance [question][question]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Governance has no dedicated end-user workflow yet. This skill answers questions about the feature's
Governance has no dedicated end-user workflow yet. This skill answers questions about the feature's
public surface and makes read calls; it does not author metrics or trigger measurement. If
dataspoke-api reports no access, send the user to /dataspoke:dataspoke-access.
/api/v1/spoke/governance/metric/… (metric CRUD, method/run, attr/result
timeseries, event). Built-in metric types include ingestion-freshness, validation-score,
doc-health.redoc_url from
~/.dataspoke/config.json, or dataspoke-api GET /openapi.json.dataspoke-api GET /spoke/governance/metric.Do not invent behavior beyond what the API exposes. Promotion to a full skill awaits a concrete end-user scenario.
npx claudepluginhub selhorys/dataspoke-baseline --plugin dataspokeReads from the DataSpoke Metadata Generation API via its OpenAPI spec. Stub — only supports basic reads and questions about the API surface.
Defines governance metrics catalogue, snapshot formats, staleness thresholds, and audit report specs for tracking project governance health in audits and dashboards.
Create, track, retrieve, update, and delete custom business metrics for configs. Covers full lifecycle: define metric kinds via API, emit events via SDK, and query results.