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
- Latest package (
.skill):/downloads/donutwork-claude-code-skill-latest.skill - Latest checksum:
/downloads/donutwork-claude-code-skill-latest.sha256 - Versioned package (
v1.1.0):/downloads/donutwork-claude-code-skill-v1.1.0.skill - Versioned checksum (
v1.1.0):/downloads/donutwork-claude-code-skill-v1.1.0.sha256
Install In 60 Seconds
unzip -o donutwork-claude-code-skill-latest.skill -d "$HOME"Optional integrity check:
sha256sum -c donutwork-claude-code-skill-latest.sha256This package installs .claude/skills/donutwork/SKILL.md and references under your home directory, so Claude Code can auto-discover the skill.
Quickstart Prompts
Map required scopes for customers, charges, and webhooks in our Donutwork integration.Generate payload contracts for customer and subscription synchronization.Prepare a production readiness checklist for our Donutwork API launch.
Next Steps
- Start from the AI Integration Hub for the full AI-first path.
- If your team uses Codex, see Donutwork Codex Skill.
- Use API Authentication to validate key and OAuth setup.
Donutwork Codex Skill
Ship integrations faster with the official Donutwork Codex skill package, including endpoint maps, entity models, and production-ready integration playbooks.
How to Build a DonutWork App
A programming-agnostic guide to architecting, registering, and deploying third-party integrations within the DonutWork ecosystem.