This repository consists of extensions, that hacktron uses to execute specific workflows in CLI.
Find a file
Olga Silva 0438a075b4
[workflows] Update Workflows information (#45)
* [workflows] Update Workflows information

* Make skill retrieval biased
2026-04-23 08:58:42 -04:00
.claude-plugin fix: change owner to author in plugin.json 2026-01-28 12:52:58 -05:00
.cursor-plugin Fixing up folder structure for cursor plugins (#17) 2026-02-11 09:55:31 -05:00
commands Revamp Agents SDK docs and command guidance 2026-04-15 08:46:50 +01:00
rules fix cursor plugin spec compliance 2026-02-05 08:49:31 -05:00
skills [workflows] Update Workflows information (#45) 2026-04-23 08:58:42 -04:00
.gitignore Fix 18 factual errors: pricing, CPU limits, API names, sandbox docs, CLI syntax (#35) 2026-04-01 11:54:14 -04:00
.mcp.json Add cloudflare-api MCP server (#24) 2026-02-20 09:20:21 -05:00
LICENSE add skills and update README (#3) 2026-01-15 14:59:30 -05:00
logo.svg add Cursor plugin manifest and rules 2026-01-31 11:17:26 -05:00
README.md Fix 18 factual errors: pricing, CPU limits, API names, sandbox docs, CLI syntax (#35) 2026-04-01 11:54:14 -04:00

Cloudflare Skills

A collection of Agent Skills for building on Cloudflare, Workers, the Agents SDK, and the wider Cloudflare Developer Platform.

Installing

These skills work with any agent that supports the Agent Skills standard, including Claude Code, OpenCode, OpenAI Codex, and Pi.

Claude Code

Install using the plugin marketplace:

/plugin marketplace add cloudflare/skills
/plugin install cloudflare@cloudflare

Cursor

Install from the Cursor Marketplace or add manually via Settings > Rules > Add Rule > Remote Rule (Github) with cloudflare/skills.

npx skills

Install using the npx skills CLI:

npx skills add https://github.com/cloudflare/skills

Clone / Copy

Clone this repo and copy the skill folders into the appropriate directory for your agent:

Agent Skill Directory Docs
Claude Code ~/.claude/skills/ docs
Cursor ~/.cursor/skills/ docs
OpenCode ~/.config/opencode/skills/ docs
OpenAI Codex ~/.codex/skills/ docs
Pi ~/.pi/agent/skills/ docs

Commands

Commands are user-invocable slash commands that you explicitly call.

Command Description
/cloudflare:build-agent Build an AI agent on Cloudflare using the Agents SDK
/cloudflare:build-mcp Build an MCP server on Cloudflare

Skills

Skills are contextual and auto-loaded based on your conversation. When a request matches a skill's triggers, the agent loads and applies the relevant skill to provide accurate, up-to-date guidance.

Skill Useful for
cloudflare Comprehensive platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and IaC (Terraform, Pulumi)
agents-sdk Building stateful AI agents with state, scheduling, RPC, MCP servers, email, and streaming chat
durable-objects Stateful coordination (chat rooms, games, booking), RPC, SQLite, alarms, WebSockets
sandbox-sdk Secure code execution for AI code execution, code interpreters, CI/CD systems, and interactive dev environments
wrangler Deploying and managing Workers, KV, R2, D1, Vectorize, Queues, Workflows
web-perf Auditing Core Web Vitals (FCP, LCP, TBT, CLS), render-blocking resources, network chains
building-mcp-server-on-cloudflare Building remote MCP servers with tools, OAuth, and deployment
building-ai-agent-on-cloudflare Building AI agents with state, WebSockets, and tool integration

MCP Servers

This plugin includes Cloudflare's remote MCP servers for enhanced functionality:

Server Purpose
cloudflare-api Manage Cloudflare account resources, zones, and settings
cloudflare-docs Up-to-date Cloudflare documentation and reference
cloudflare-bindings Build Workers applications with storage, AI, and compute primitives
cloudflare-builds Manage and get insights into Workers builds
cloudflare-observability Debug and analyze application logs and analytics

Resources