WHEELS.DEV
Official@wheels-dev · Worldwide
Offers specialized scaffolding and refactoring utilities for CFWheels MVC frameworks to accelerate CFML application development and architectural integrity.
Agent Skills by WHEELS.DEV
Showing 15 vetted skills indexed across 1 GitHub repositories.
Wheels Anti-Pattern Detector
Detect and auto-fix CFWheels anti-patterns during code generation.
Wheels Routing Generator
Generate RESTful, nested, and custom routes for CFWheels applications.
Wheels Deployment
Configure CFWheels production settings for security, performance, and database handling.
Wheels Controller Generator
Generate CFWheels MVC controllers with CRUD actions and filters.
Wheels Debugging
Troubleshoot Wheels errors in CFML applications with fixes and debugging strategies.
Wheels Plugin Generator
Generate CFWheels plugin scaffolds with ForgeBox packaging metadata.
Wheels Migration Generator
Generate database-agnostic CFWheels migrations with up/down blocks.
Wheels Refactoring
Refactor CFWheels code to prevent SQL injection and optimize N+1 queries.
Wheels Email Generator
Generate CFWheels mailer controllers and HTML and plain-text email templates.
Wheels Auth Generator
Generate CFWheels user authentication with sessions controller and bcrypt password hashing.
Wheels Test Generator
Generate TestBox BDD test specs for CFWheels models, controllers, and integrations.
Wheels API Generator
Generate CFWheels RESTful API controllers with JSON responses and authentication.
Wheels Model Generator
Generate CFWheels ORM models with validations, associations, and lifecycle callbacks.
Wheels View Generator
Generate CFWheels view templates with correct query handling and form helpers.
Wheels Documentation Generator
Generate CFML documentation, READMEs, and API docs for CFWheels applications.
Frequently Asked Questions About WHEELS.DEV
FAQPage SchemaWhat specific development tasks does WHEELS.DEV support?▼
WHEELS.DEV enables rapid generation of CFWheels MVC components, including controllers, ORM models, view templates, and mailers. It also provides specialized utilities for database migrations, BDD test specifications, RESTful routing, and comprehensive documentation generation for CFML-based enterprise applications.
Which engineering personas benefit from these capabilities?▼
These utilities are designed for CFML developers and software architects maintaining CFWheels applications. They are particularly useful for teams needing to enforce consistent MVC patterns, improve security posture through automated refactoring, and accelerate the delivery of CRUD-heavy enterprise web interfaces.
What are the prerequisites for using these generators?▼
Users must have an existing CFWheels environment installed and configured. The generators rely on standard CFML runtime environments and assume familiarity with the CFWheels directory structure, ORM conventions, and TestBox testing framework requirements for successful integration into existing project codebases.