mkfast-deploy
Mkfast Deploy streamlines deploying mkfast-template and TanStarter projects to Cloudflare Workers by detecting which components you've enabled and generating only the steps you need. It handles template placeholder validation, environment setup, and production safety checks to prevent common deployment pitfalls.
Mkfast Deploy automates deploying mkfast-template projects to Cloudflare Workers with component-aware step generation.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-04-20
Mkfast Deploy automates deploying mkfast-template projects to Cloudflare Workers with component-aware step generation. Mkfast Deploy streamlines deploying mkfast-template and TanStarter projects to Cloudflare Workers by detecting which components you've enabled and generating only the steps you need. It handles template placeholder validation, environment setup, and production safety checks to prevent common deployment pitfalls.
Use it when
- Mkfast Deploy identifies which services you've enabled in your mkfast or TanStarter project, including D1 databases, R2 object storage.
- Mkfast Deploy handles production configuration by validating your service settings and generating environment-specific wrangler commands.
Verify before relying
Read SKILL.md below before installing (7 files). Open directory: indexed for reading, not audited.
Install
iamzhihuix/happy-claude-skills/mkfast-deploy · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I deploy mkfast template to Cloudflare Workers?
Mkfast Deploy automates the process by detecting your enabled components and generating tailored deployment steps. Start by running the deployment tool with your project directory—it scans for D1 databases, R2 buckets, Auth configuration, and other services you've set up. The tool validates template placeholders, configures environment variables, and guides you through wrangler deployment to ensure your mkfast project goes live safely on Cloudflare Workers.
What components does mkfast-deploy automatically detect?
Mkfast Deploy identifies which services you've enabled in your mkfast or TanStarter project, including D1 databases, R2 object storage, authentication systems (like better-auth), and other Cloudflare services. By detecting only the components you're actually using, mkfast-deploy skips unnecessary configuration steps and provides a streamlined deployment checklist specific to your project setup.
How do I configure D1, R2, Auth, and other services for production?
Mkfast Deploy handles production configuration by validating your service settings and generating environment-specific wrangler commands. For each enabled component—D1 migrations, R2 bucket policies, Auth secrets—the tool creates the necessary setup steps and verifies that all placeholders are replaced with real values. This prevents common pitfalls like forgotten secrets or misconfigured databases before deployment.
Can mkfast-deploy help troubleshoot deployment errors?
Yes. Mkfast Deploy includes troubleshooting guidance for common mkfast deployment mistakes, such as missing environment variables, incomplete service configuration, or wrangler version conflicts. When deployment fails, the tool helps you identify which component caused the issue and provides corrective steps to get your mkfast project running on Cloudflare Workers.
How do I verify my mkfast deployment is production-ready?
Mkfast Deploy validates your deployment by checking that all enabled components are correctly configured, environment variables are set, and Cloudflare services are accessible. After wrangler deploys your mkfast or TanStarter project, the tool confirms the live environment is functioning and your production setup meets safety standards.
What's the step-by-step process for deploying TanStarter to CF Workers?
Mkfast Deploy detects your TanStarter configuration, validates all enabled features, and generates a customized deployment checklist. Run the tool to scan components, configure secrets and databases, then execute the provided wrangler commands. The tool verifies each step succeeds before moving to the next, ensuring your TanStarter blog or SaaS reaches Cloudflare Workers production safely.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Mkfast Deploy
把 mkfast-template(TanStarter 系)项目部署到 Cloudflare Workers。核心价值:根据项目实际启用的组件动态裁剪部署步骤,避免照搬完整版文档导致裁剪版项目跑空命令甚至报错。
适用范围
是:基于 mkfast-template 模板派生的项目,包括完整 SaaS 形态、裁剪版博客、或任意中间形态。
不是:任意 Cloudflare Workers 项目(这种情况用 wrangler skill 就够)。
判断标志(满足任一即可):
- 根目录有 wrangler.jsonc + package.json
- package.json 含
(truncated - see the full file via the links below)
File tree — 7 files
skills/mkfast-deploy/SKILL.md
skills/mkfast-deploy/references/cn-access.md
skills/mkfast-deploy/references/components.md
skills/mkfast-deploy/references/tailoring.md
skills/mkfast-deploy/references/troubleshoot.md
skills/mkfast-deploy/templates/deploy-checklist.md
skills/mkfast-deploy/templates/stub-no-d1-r2.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Deploy mkfast-template or TanStarter project to Cloudflare Workers”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Cloudflare Agentic Inbox is a self-hosted email client powered by AI agents, built entirely on Cloudflare Workers. It combines Email Routing for receiving messages, Durable Objects with SQLite for per-mailbox storage, R2 for attachments, and Workers AI for intelligent email assistance.
Automate Cloudflare Workers deployments through Git-connected build pipelines, Wrangler configuration, and custom routing. Covers Workers Builds setup, repository connections, build triggers, static assets, custom domains, and Cloudflare Access policies for hostname protection.
Manage ClickClack's Cloudflare Worker deployment, container lifecycle, and operational verification. Handles app rollouts, DNS routing, and health checks across product surfaces and documentation.
Vite Flare Starter clones and configures a complete Cloudflare full-stack template into a standalone, production-ready project. It bundles React 19, Hono on Workers, D1 with Drizzle ORM, better-auth, R2 storage, Workers AI, and TanStack Query—all pre-wired and ready to deploy after running setup.
This skill equips you to build and deploy applications on Cloudflare's edge network using Workers, a serverless platform supporting JavaScript, TypeScript, and WebAssembly. It covers environment bindings, storage services (KV for caching, D1 for SQL, R2 for objects), Durable Objects for stateful coordination, and Wrangler CLI for local development and deployment.
Wrangler is a tool designed to help you manage and work with web development tasks more effectively. This skill introduces you to Wrangler's fundamental features and explains how it fits into modern development workflows. Gain clarity on what makes Wrangler useful and when to apply it in your projects.
More skills wrangler (Apache-2.0) · cloudflare-agents (MIT) · cloudflare-knowledge (MIT) · Wrangler Coder (NOASSERTION) · cloudflare-temporary-deploy (MIT) · cloudflare-email-service (Apache-2.0) · Wrangler (NOASSERTION) · tanstack-start (MIT)