remove-db

Remove D1, R2, Better Auth, and Drizzle ORM integrations from Cloudflare-enabled templates.

54|5|Updated Oct 30, 2022
One-click install
npx skills add https://github.com/imaimai17468/imaimai-front-templete --skill remove-db
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-db
Source: https://github.com/imaimai17468/imaimai-front-templete/tree/main/.claude/skills/remove-db
Command: npx skills add https://github.com/imaimai17468/imaimai-front-templete --skill remove-db

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes database, authentication, and storage integrations from a project template so you can repurpose it for frontend-only development.

Core Features & Use Cases

  • Remove Cloudflare D1 (database), Cloudflare R2 (storage), and Better Auth (Google OAuth) configurations.
  • Clean up related code paths, API routes, and deployment settings to reduce complexity and maintenance.
  • Use Case: Convert a full-stack starter into a lightweight frontend-focused template for rapid UI experimentation.

Quick Start

Run this skill to strip database, authentication, and storage integrations from the project template.

Frequently Asked Questions about remove-db

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove Cloudflare D1, R2, and Better Auth from a template project?

To remove Cloudflare D1, R2, and Better Auth from a template project, use this skill to execute a structured workflow that eliminates source code, cleans up configurations, and updates documentation for a safe transition to a frontend-focused starter.

Can I strip Drizzle ORM and database integrations from a Cloudflare template safely?

Yes, you can strip Drizzle ORM and database integrations from a Cloudflare template safely by following the multi-step workflow that includes source removal, config cleanup, and documentation updates to ensure a repeatable transition.

What is the best way to convert a full-stack starter into a lightweight frontend template?

The best way to convert a full-stack starter into a lightweight frontend template is to strip database, authentication, and storage integrations, reducing code complexity and maintenance overhead for rapid UI experimentation.

Does removing storage and auth configurations affect existing API routes in the template?

Removing storage and auth configurations cleans up related API routes and deployment settings, ensuring no dangling references remain while repurposing the project for frontend-only development.

When do I need to remove database and authentication from a project template?

You need to remove database and authentication from a project template when you want to repurpose a full-stack Cloudflare-enabled starter for frontend-only development, eliminating D1, R2, Better Auth, and Drizzle ORM dependencies.

What are the limitations of stripping DB and auth integrations from a Cloudflare-enabled template?

The limitation of stripping DB and auth integrations is that the resulting template becomes frontend-focused only, losing full-stack capabilities like D1 database queries, R2 storage access, and Better Auth Google OAuth that were present in the original Cloudflare-enabled template.