Wheels Documentation Generator
OfficialGenerate clear docs for Wheels projects.
Software Engineering#developer tools#documentation#API documentation#README#code documentation#CFWheels
Authorwheels-dev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates the generation of consistent and comprehensive documentation for CFWheels applications, including function comments, model descriptions, and project README files. It ensures your codebase is well-documented, making it easier for teams to understand, maintain, and onboard new developers.
Core Features & Use Cases
- Function Documentation: Provides templates for JSDoc-style comments for functions, including
@paramand@returntags. - Model Documentation: Guides on documenting model associations, validations, and overall purpose.
- README Template: Generates a standard project
README.mdfile with sections for description, requirements, installation, configuration, and testing. - Use Case: Document your
authenticatefunction in aUsermodel. This skill provides the correct JSDoc-style comment structure, including@paramand@returntags, making your code easier to understand and maintain for anyone working on the project.
Quick Start
/**
- Authenticate user with email and password
- @param email User's email address
- @param password User's password (plain text)
- @return User object if authenticated, false otherwise
*/
public any function authenticate(required string email, required string password) {
...
}
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 Documentation Generator Download link: https://github.com/wheels-dev/wheels/archive/main.zip#wheels-documentation-generator Please download this .zip file, extract it, and install it in the .claude/skills/ directory.