·cloudflare-durable-objects
</>

cloudflare-durable-objects

itechmeat/llm-code

Playbook sans serveur avec état Cloudflare Durable Objects : DurableObjectState, API de stockage (SQLite/KV), hibernation WebSocket, alarmes, RPC, liaisons, migrations, limites, tarification. Mots-clés : Objets durables, DurableObjectState, DurableObjectStorage, SQLite, ctx.storage, hibernation WebSocket, acceptWebSocket, alarmes, setAlarm, RPC, blockConcurrencyWhile.

9Installations·1Tendance·@itechmeat

Installation

$npx skills add https://github.com/itechmeat/llm-code --skill cloudflare-durable-objects

SKILL.md

Durable Objects combine compute with strongly consistent, transactional storage. Each object has a globally-unique name, enabling coordination across clients worldwide.

SQLite is the recommended storage backend for new Durable Objects.

Retry behavior: Alarms retry with exponential backoff (2s initial, up to 6 retries) on exceptions.

Playbook sans serveur avec état Cloudflare Durable Objects : DurableObjectState, API de stockage (SQLite/KV), hibernation WebSocket, alarmes, RPC, liaisons, migrations, limites, tarification. Mots-clés : Objets durables, DurableObjectState, DurableObjectStorage, SQLite, ctx.storage, hibernation WebSocket, acceptWebSocket, alarmes, setAlarm, RPC, blockConcurrencyWhile. Source : itechmeat/llm-code.

Voir l'original

Faits (prêts à citer)

Champs et commandes stables pour les citations IA/recherche.

Commande d'installation
npx skills add https://github.com/itechmeat/llm-code --skill cloudflare-durable-objects
Catégorie
</>Développement
Vérifié
Première apparition
2026-02-01
Mis à jour
2026-02-18

Réponses rapides

Qu'est-ce que cloudflare-durable-objects ?

Playbook sans serveur avec état Cloudflare Durable Objects : DurableObjectState, API de stockage (SQLite/KV), hibernation WebSocket, alarmes, RPC, liaisons, migrations, limites, tarification. Mots-clés : Objets durables, DurableObjectState, DurableObjectStorage, SQLite, ctx.storage, hibernation WebSocket, acceptWebSocket, alarmes, setAlarm, RPC, blockConcurrencyWhile. Source : itechmeat/llm-code.

Comment installer cloudflare-durable-objects ?

Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/itechmeat/llm-code --skill cloudflare-durable-objects Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor

Où se trouve le dépôt source ?

https://github.com/itechmeat/llm-code