Use this skill when working on Cloudflare Workers applications to debug issues, manage deployments, access logs, and work with storage bindings (KV, R2, D1).
Provides Cloudflare Workers debugging, deployment, and storage management capabilities. Use when users need to debug Worker errors, manage KV/R2/D1 bindings, deploy applications, or analyze logs and performance metrics.
/plugin marketplace add W3Dev/coding-agent/plugin install w3dev-cloudflare-workers-plugin-plugins-cloudflare-workers@W3Dev/coding-agentThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Use this skill when working on Cloudflare Workers applications to debug issues, manage deployments, access logs, and work with storage bindings (KV, R2, D1).
cf-docs - Cloudflare documentation accesscf-bindings - Workers bindings (KV, R2, D1, AI, etc.)cf-builds - Deployment and build managementcf-observability - Logs, analytics, and debuggingmcp__context7__query-docs - Library documentationmcp__deepwiki__ask_question - GitHub repo questionsmcp__grep__searchGitHub - Real-world code examplesWhen user says: "Deploy my Worker and check if it's working"
When user says: "My Worker can't read from KV"
When user says: "My Worker is slow"
env object contains all bindingsctx provides waitUntil() and passThroughOnException()This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.