🧠
AI Engineering

Durable Objects

by butterbase-ai

Durable Objects is an AI Engineering skill for Claude Code, published by butterbase-ai in butterbase-skills.

532 stars40 forkson butterbase-ai/butterbase-skillsAdded 2026/08/26Repository updated 2026/06/28
agent-skillsai-agentsbackend-as-a-servicebutterbaseclaudeclaude-codemcpskills
Install in seconds
Install Durable Objects
Copy Durable Objects into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/butterbase-ai/butterbase-skills/tree/main/skills/durable-objects ~/.claude/skills/durable-objects

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/butterbase-ai/butterbase-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/durable-objects/SKILL.md in butterbase-ai/butterbase-skills
Installs to
~/.claude/skills/durable-objects
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2451 skills

What Durable Objects does

Durable Objects helps you build stateful per-key actors for chat rooms, multiplayer rooms, rate limiters, and long-running agents. Use it when a single key needs persistent in-memory state plus storage across requests.

Durable Objects is cataloged under AI Engineering on DirSkills. Durable Objects comes from a repository tagged agent-skills, ai-agents, backend-as-a-service, butterbase and claude.

Documentation

README

Butterbase Durable Objects

Durable Objects (DOs) are stateful per-key actors running on Cloudflare Workers. Each instance has its own in-memory state and a built-in transactional KV store. Use one when state must survive across requests for a single room/user/agent. For stateless work, use a serverless function instead (butterbase-skills:function-dev).

One tool: manage_durable_objects.


1. The mental model

This is the opening of the README. Read the full README on GitHub.

Commands Durable Objects provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /lobby
  • /general
  • /user-123
  • /realtime
  • /main
  • /registry

Frequently asked about Durable Objects

  • What else does butterbase-ai publish alongside Durable Objects?

    Durable Objects is one of 25 skills that DirSkills catalogs from butterbase-ai/butterbase-skills, the repository it ships in. Its siblings there include Auth Setup, Build App and Butterbase AI Gateway. Each one is a separate skill with its own page in this directory, installs the same way Durable Objects does, and is maintained by butterbase-ai in that same repository. The rest of the collection is listed on the butterbase-ai/butterbase-skills page.

  • How does Durable Objects compare to other AI Engineering skills?

    Durable Objects ranks #2081 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Durable Objects against them. Open each page to compare what they document and how they install.

More from butterbase-ai/butterbase-skills

Durable Objects is one of 25 skills cataloged on DirSkills from butterbase-ai/butterbase-skills.

See all 25 skills