Claude-skill-registry don-apis
Dutch Government API design rules, OpenAPI specifications, and API architecture guidelines. Use when building REST APIs for Dutch government projects, creating OpenAPI specs, or implementing API design patterns like webhooks and event-driven architecture.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/don-apis" ~/.claude/skills/majiayu000-claude-skill-registry-don-apis && rm -rf "$T"
manifest:
skills/data/don-apis/SKILL.mdsource content
DON APIs
When to Use This Skill
Use this skill when you need guidance on:
- API
- REST
- OpenAPI
- OAS
- webhooks
How to Navigate
This skill contains documentation organized by topic. Browse the references below or ask about specific topics.
References
Aan De Slag
Api Design Rules
- api-design-rules-linter
- api-design-rules-validator
- cheat-sheet
- doc-openapi-contact
- doc-openapi
- http-methods
- index
- no-trailing-slash
- publish-openapi
- semver
- uri-version
- version-header
- index
Architectuur
Gedrag En Implementatie
- gelijktijdigheid-met-optimistic-locking
- API Gedrag en Implementatie
- problem-details
- retries-met-volledige-idempotency
Openapi Specification
Tools
Source: https://github.com/developer-overheid-nl/don-site/tree/main/docs/apis