wheels
CFML web app scaffolding, ORM models, migrations, and testing
All Skills in This Repository (15)
Pure Emerald Level IndicatorsWheels 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.
Frequently Asked Questions
FAQPage SchemaHow to install Wheels skills?▼
Run `npx skills add wheels-dev/wheels --all -g -y` in your terminal to install all skills in this suite globally.
What do the Wheels skills generate?▼
They generate CFML models, controllers, views, migrations, tests, authentication, and JSON APIs that follow Wheels framework conventions automatically.
How do the skills prevent common Wheels errors?▼
The anti-pattern detector scans generated code for mixed argument styles, missing setPrimaryKey calls, wrong validation parameters, and database-specific SQL, then auto-fixes them.
Do these skills work with Claude Code and Cursor?▼
Yes. All skills follow the universal SKILL.md standard and load automatically in Claude Code, Cursor, Codex, and other compatible coding tools.
Can I build a Wheels app without deep CFML knowledge?▼
Yes. Describe what you want in plain English and the agent uses these skills to produce convention-correct models, views, and migrations for you.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core