skills/fair-data-principles/SKILL.md
Guides application of FAIR data principles (Findable, Accessible, Interoperable, Reusable) when designing APIs, data models, and integration patterns. Use when designing APIs, data models, metadata schemas, or integration patterns where findability, accessibility, interoperability, or reusability are quality goals.
npx skillsauth add pkuppens/pkuppens fair-data-principlesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Applies FAIR (Findable, Accessible, Interoperable, Reusable) as a crosscutting architectural concern to API design, data models, metadata, security, and data lineage. Originates from scientific data management (Wilkinson et al., 2016) but applies broadly to healthcare, government, and enterprise data platforms.
FAIR != Open Data. Data can be private and still FAIR. Access control, authentication, and audit logging are part of "Accessible" — not barriers to it.
Resources and their metadata must be easy to discover by humans and machines.
Resources must be retrievable via standard protocols with clear authentication and authorisation rules.
Resources must use shared vocabularies and standard formats so different systems can exchange and interpret data.
Accept headers) for multiple formatsResources must be well-documented, versioned, and licensed so they can be used beyond the original context.
Use this checklist when reviewing an API or data model design:
testing
Syncs remote default branch locally (checkout, fetch --prune, pull) and returns to the previous branch when it still exists. Reports stashes and worktrees not yet handled. Use when the user asks to sync main, update default branch, fetch/pull origin, or run /sync-branch.
tools
Creates, queries, updates, and links Azure Boards work items via az boards CLI. Use when filing ADO work items, running WIQL queries, or setting area path, iteration, tags, and assignee.
tools
Creates, reviews, and completes Azure Repos pull requests and branch policies via az repos CLI. Use when opening ADO PRs, setting required reviewers, or configuring build validation policies.
development
Guides Azure Pipelines YAML structure, build validation on PRs, and staged deployment with environments and approvals. Use when authoring azure-pipelines.yml or configuring CI/CD on Azure DevOps.