Andromity loads skills from folders you trust. Install with andromity skill install cloudflare-durable-objects — autonomy and approval limits stay configurable per session.
Destination: Paste into any AI Agent (Cursor, Claude, Windsurf, AGY, Andromity)prompt mode
# Install the "Cloudflare Durable Objects" skill
You are installing an AgenticMarket skill into this workspace. Follow these steps exactly.
## 1. Detect your environment and choose the destination file
- Andromity: `.andromity/skills/cloudflare-durable-objects/SKILL.md` (or user scope `~/.andromity/skills/cloudflare-durable-objects/SKILL.md`)
- Antigravity / Gemini CLI: `.agent/skills/cloudflare-durable-objects/SKILL.md`
- Cursor: `.cursor/rules/cloudflare-durable-objects.mdc`
- Claude Code: append to `CLAUDE.md` (or `.claude/skills/cloudflare-durable-objects.md`)
- Windsurf: append to `.windsurfrules`
- Cline / Roo Code: `.clinerules/cloudflare-durable-objects.md`
- GitHub Copilot: append to `.github/copilot-instructions.md`
- ChatGPT / web only: paste the content into Custom Instructions
- Any other agent: save to `.agent/skills/cloudflare-durable-objects/SKILL.md`
## 2. Create the destination file
- Preserve every existing file and configuration entry.
- Create parent folders as needed.
- Never overwrite unrelated content.
## 3. Write exactly this content
```markdown
---
name: cloudflare-durable-objects
description: "Strongly consistent coordination, SQLite edge storage, alarms, and real-time WebSockets on Cloudflare."
author: cloudflare
license: mit
version: 1.0.0
---
# Cloudflare Durable Objects
Durable Objects provide low-latency coordination and consistent storage at the edge.
## Best Practices
- Use embedded SQLite storage (`this.ctx.storage.sql`) for relational querying.
- Schedule alarms with `this.ctx.storage.setAlarm()` for delayed tasks and background jobs.
- Handle WebSockets with hibernation to minimize cost during idle connection periods.
```
## 4. Verify
- Confirm the file exists and is readable.
- Report the destination path and confirm the "Cloudflare Durable Objects" skill is installed and active.
Skill metadata:
- Slug: cloudflare-durable-objects
- Category: devops
- License: mit
- Source: AgenticMarket