wheels-devwheels-devOfficial·15 Agent Skills Included

wheels

CFML web app scaffolding, ORM models, migrations, and testing

Generates Wheels framework models, controllers, views, migrations, tests, and REST APIs with correct conventions. Prevents common CFML errors like mixed arguments, missing primary keys, and database-specific SQL before code is written. Guides debugging, refactoring, authentication, and production deployment so applications ship faster with fewer defects.
npx skills add wheels-dev/wheels --all -g -y
Available:

Tells the agent where framework code, tests, and the CLI live, and enforces cross-engine invariants, anti-pattern rules, and mandatory test runs before reporting any change complete.

All Skills in This Repository (15)

Pure Emerald Level Indicators
📦 In Repo
wheels-devwheels-dev

Wheels Anti-Pattern Detector

Detect and auto-fix CFWheels anti-patterns during code generation.

Official
Basic
📦 In Repo
wheels-devwheels-dev

Wheels Routing Generator

Generate RESTful, nested, and custom routes for CFWheels applications.

Official
Basic
📦 In Repo
wheels-devwheels-dev

Wheels Deployment

Configure CFWheels production settings for security, performance, and database handling.

Official
Basic
📦 In Repo
wheels-devwheels-dev

Wheels Controller Generator

Generate CFWheels MVC controllers with CRUD actions and filters.

Official
Basic
📦 In Repo
wheels-devwheels-dev

Wheels Debugging

Troubleshoot Wheels errors in CFML applications with fixes and debugging strategies.

Official
Basic
📦 In Repo
wheels-devwheels-dev

Wheels Plugin Generator

Generate CFWheels plugin scaffolds with ForgeBox packaging metadata.

Official
Basic
📦 In Repo
wheels-devwheels-dev

Wheels Migration Generator

Generate database-agnostic CFWheels migrations with up/down blocks.

Official
Basic
📦 In Repo
wheels-devwheels-dev

Wheels Refactoring

Refactor CFWheels code to prevent SQL injection and optimize N+1 queries.

Official
Basic
📦 In Repo
wheels-devwheels-dev

Wheels Email Generator

Generate CFWheels mailer controllers and HTML and plain-text email templates.

Official
Basic
📦 In Repo
wheels-devwheels-dev

Wheels Auth Generator

Generate CFWheels user authentication with sessions controller and bcrypt password hashing.

Official
Basic
📦 In Repo
wheels-devwheels-dev

Wheels Test Generator

Generate TestBox BDD test specs for CFWheels models, controllers, and integrations.

Official
Basic
📦 In Repo
wheels-devwheels-dev

Wheels API Generator

Generate CFWheels RESTful API controllers with JSON responses and authentication.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How 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