What problem does it solve?
This Skill simplifies the process of extending the Stacks framework by providing a unified interface for creating and managing Bun and Vite plugins, ensuring your build and runtime logic remains consistent.
Core Features & Use Cases
- Unified Plugin Factory: Provides a consistent API for creating Bun-compatible plugins.
- Framework Preloader Integration: Facilitates the configuration of preloader scripts for template processing and global initialization.
- Use Case: When you need to transform custom file types during the build process or inject global framework variables before the application starts, this Skill provides the necessary boilerplate and structural guidance.
Quick Start
Use the stacks-plugins skill to generate a new Bun plugin structure for processing custom file extensions in your project.