What problem does it solve?
This Skill ensures that your Nuxt application meets the Crouton standards by performing a thorough conformance check, verifying that it is CLI-scaffolded, uses real collections, consumes the correct packages, and passes various structural and probe checks.
Core Features & Use Cases
- CLI-Scaffolded Verification: Checks for the presence of essential files and configurations generated by the Crouton CLI.
- Real Collections Validation: Ensures that the application uses actual data models and collections, not just demo blocks.
- Package Consumption Check: Confirms that the application does not reinvent functionality provided by Crouton packages.
- Probes and Documentation: Runs existing probes for frontend review, accessibility, end-to-end testing, and type checking, and verifies that documentation is up to date.
- Use Case: When preparing a Crouton application for promotion, use this Skill to ensure it meets all the necessary criteria for being a true Crouton app.
Quick Start
Run the conformance check for your app at the '/graduate' stage C2 by using the command: 'conformance <app-path>'