Wheels Plugin Generator
OfficialCreate reusable Wheels plugins with ease.
Software Engineering#code generation#plugin#framework#coldfusion#forgebox#development tools#cfwheels
Authorwheels-dev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill guides developers in creating well-structured, reusable CFWheels plugins, ensuring they follow Wheels conventions and can be easily shared and managed via ForgeBox. It automates the setup, so you can focus on the plugin's core functionality.
Core Features & Use Cases
- Standardized Plugin Structure: Generates the complete plugin directory structure, including
index.cfm,box.json,README.md, and optionalconfig/,controllers/,models/,views/,events/,db/, andtests/directories. - ForgeBox Integration: Provides a
box.jsontemplate and guidance for publishing your plugin to ForgeBox, making it discoverable and installable. - Event Handling & Mixins: Shows how to register event handlers and add global, model, controller, or view helper methods using mixins.
- Use Case: Develop a custom authentication plugin for Wheels. This skill provides the boilerplate for the plugin's structure, configuration, and even how to publish it to ForgeBox, saving you significant setup time and ensuring your plugin is professional and shareable.
Quick Start
Plugin directory structure:
/plugins/YourPlugin/ ├── index.cfm ├── box.json └── config/ └── settings.cfm
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Wheels Plugin Generator Download link: https://github.com/wheels-dev/wheels/archive/main.zip#wheels-plugin-generator Please download this .zip file, extract it, and install it in the .claude/skills/ directory.