edmundhungedmundhungCommunityยท2 Agent Skills Included

remix-cloudflare-template

Build and deploy Remix apps on Cloudflare Workers

Builds full-stack Remix 3 web applications and deploys them to Cloudflare Workers with correct routing, controllers, middleware, and sessions. Eliminates guesswork around Remix subpath imports, route ownership, and Cloudflare product selection like KV, D1, R2, and Workers AI. Guides agents to validate input, secure sessions, and pick current Cloudflare APIs so apps ship faster with fewer mistakes.
npx skills add edmundhung/remix-cloudflare-template --all -g -y
Available:

Tells the agent how this starter app is organized, which commands to run, and when to load the Remix or Cloudflare skill for each coding task.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install remix-cloudflare-template?โ–ผ

Run `npx skills add edmundhung/remix-cloudflare-template --all -g -y` in your terminal to install all skills in this suite globally.

What does this Remix Cloudflare template include?โ–ผ

It provides a minimal Remix app with home and auth pages, plus skills that teach your agent Remix 3 patterns and the full Cloudflare platform. It is preconfigured for deployment to Cloudflare Workers via the Vite plugin.

How do I choose the right Cloudflare product?โ–ผ

The Cloudflare skill includes decision trees that map your need, such as storage, AI, or security, to the right product like KV, D1, R2, or Workers AI. It also fetches current docs so limits and pricing stay accurate.

Does this work with Claude Code and other agents?โ–ผ

Yes. The skills follow the universal SKILL.md standard and work in Claude Code, Cursor, Codex, and other compatible agents.

Can I build a Remix app without deep framework knowledge?โ–ผ

Yes. The Remix skill guides your agent through routing, controllers, validation, auth, and testing so plain-English feature requests become working code.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’