Cloudflare Skill — Anti-Patterns as Code
Organizes guidance around a dedicated Anti-Patterns section — SQL injection, secrets, resource cleanup, missing compatibility_date — each a NEVER/ALWAYS code pair. Also shows how to flag a non-obvious repo fact (this repo uses jujutsu, not git) so the agent doesn't reach for the wrong tool.
By dmmulroy
How to install
Skill (folder)A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.
Claude Code (project or global):
# per-project mkdir -p .claude/skills/cloudflare-skill-anti-patterns-as-code # ...or for all projects mkdir -p ~/.claude/skills/cloudflare-skill-anti-patterns-as-code # copy SKILL.md and any supporting files into that folder
Claude.ai / Claude Desktop:
Customize → Skills → “+” → Browse skills → Install. (Installed skills are view-only; download a copy to customise.)
Claude auto-detects skills in that folder — no restart needed.
Exact steps can vary per project — always double-check the original source. New to this? Read the full install guide →
Source
More in Data & Analysis
View all →PostgreSQL Server
Query and manage PostgreSQL databases with read-only access by default
SQLite Server
Interact with SQLite databases for queries, schema inspection, and data analysis
Context7 Server
Provide up-to-date, version-specific library documentation directly in your prompts instead of outdated training data
Skyvern Browser Automation
AI-powered browser automation — navigate sites, fill forms, extract structured data, log in with stored credentials, and build reusable workflows