Andromity loads skills from folders you trust. Install with andromity skill install cloudflare-wrangler — autonomy and approval limits stay configurable per session.
Destination: Paste into any AI Agent (Cursor, Claude, Windsurf, AGY, Andromity)prompt mode
# Install the "Cloudflare Wrangler CLI" 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-wrangler/SKILL.md` (or user scope `~/.andromity/skills/cloudflare-wrangler/SKILL.md`)
- Antigravity / Gemini CLI: `.agent/skills/cloudflare-wrangler/SKILL.md`
- Cursor: `.cursor/rules/cloudflare-wrangler.mdc`
- Claude Code: append to `CLAUDE.md` (or `.claude/skills/cloudflare-wrangler.md`)
- Windsurf: append to `.windsurfrules`
- Cline / Roo Code: `.clinerules/cloudflare-wrangler.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-wrangler/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-wrangler
description: "Configure, develop, deploy, and manage Cloudflare Workers, KV, D1, R2, and AI models via Wrangler."
author: cloudflare
license: mit
version: 1.0.0
---
# Cloudflare Wrangler CLI Reference
Guidelines for writing and auditing `wrangler.jsonc` or `wrangler.toml` configurations.
## Core Commands
- `npx wrangler dev`: Start local edge runtime with hot reloading.
- `npx wrangler deploy`: Deploy Worker bundle to production.
- `npx wrangler d1 migrations apply <db> --remote`: Apply migrations to Cloudflare D1.
- `npx wrangler secret put <KEY>`: Store encrypted environment secret.
```
## 4. Verify
- Confirm the file exists and is readable.
- Report the destination path and confirm the "Cloudflare Wrangler CLI" skill is installed and active.
Skill metadata:
- Slug: cloudflare-wrangler
- Category: devops
- License: mit
- Source: AgenticMarket