Donutwork Docs
Applications

Donutwork Claude Code Skill

Integrate Donutwork faster with the official Claude Code skill package, including SKILL.md context, endpoint maps, entity models, and production-ready playbooks.

Donutwork Claude Code Skill

The official Claude Code bundle is designed for teams that use Claude Code as their implementation copilot for Donutwork integrations. It provides ready-to-use context so your team can move from API discovery to production launch with less rework.


Why Teams Adopt It

  • Speed up integration delivery with a structured SKILL.md.
  • Reduce scope mistakes with endpoint and ACL references.
  • Build payloads with higher confidence using field-level entity models.
  • Standardize AI-assisted implementation across teams.

What Is Included

  • .claude/skills/donutwork/SKILL.md: Claude Code skill instructions and operating workflow.
  • references/api-endpoint-map.json: method/path/scope inventory.
  • references/entity-models.json: field-level entity model catalog.
  • references/openapi.public.json: OpenAPI snapshot for tooling.
  • references/integration-playbook.md: implementation and launch blueprint.

Download


Install In 60 Seconds

unzip -o donutwork-claude-code-skill-latest.skill -d "$HOME"

Optional integrity check:

sha256sum -c donutwork-claude-code-skill-latest.sha256

This package installs .claude/skills/donutwork/SKILL.md and references under your home directory, so Claude Code can auto-discover the skill.


Quickstart Prompts

  1. Map required scopes for customers, charges, and webhooks in our Donutwork integration.
  2. Generate payload contracts for customer and subscription synchronization.
  3. Prepare a production readiness checklist for our Donutwork API launch.

Next Steps

On this page