complete-setup

Remove setup wizard files and references from the boilerplate.

2|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/TMI-apps/boilerplate-vite-supabase-mui-cursor --skill complete-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: complete-setup
Source: https://github.com/TMI-apps/boilerplate-vite-supabase-mui-cursor/tree/main/.cursor/skills/complete-setup
Command: npx skills add https://github.com/TMI-apps/boilerplate-vite-supabase-mui-cursor --skill complete-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Removes all remnants of the onboarding/setup wizard from the boilerplate, simplifying maintenance and preventing users from packaging unfinished flows.

Core Features & Use Cases

  • Delete the setup pages, utilities, and configuration files to reset the app to a production-ready state after initial configuration.
  • Remove the setup-related UI and imports across the codebase, ensuring app routes and builds do not reference removed parts.
  • Use Case: Recently configured an app and want a clean starter without setup steps or references.

Quick Start

Remove all setup wizard files and references and update imports accordingly.

Frequently Asked Questions about complete-setup

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

FAQPage Schema
How do I remove the setup wizard from my boilerplate after app configuration?

Removing the setup wizard from your boilerplate involves deleting all setup pages, utilities, configuration files, and related plugins, then updating app imports to eliminate residual references and maintain a functional build.

What happens to app routes when I delete setup wizard files and references?

Deleting setup wizard files and references removes the setup-related UI from app routes, ensuring the application builds successfully without referencing removed parts or breaking existing navigation.

Do I need to manually fix imports after cleaning up setup pages and configuration files?

Yes, you need to manually update imports after cleaning up setup pages and configuration files, ensuring app routes and builds do not reference the removed components and remain fully functional.

Why does the build fail after removing the setup wizard from my project?

The build fails after removing the setup wizard if residual references to deleted setup pages or configuration files remain in the codebase, requiring import updates to restore functionality.

What is post-configuration cleanup for a boilerplate and when do I need it?

Post-configuration cleanup for a boilerplate resets the app to a production-ready state by removing onboarding steps and setup utilities, needed once initial configuration is complete to prevent packaging unfinished flows.