conformance

Validate Nuxt application conformance against Crouton standards.

10|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill conformance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conformance
Source: https://github.com/FriendlyInternet/nuxt-crouton/tree/main/.claude/skills/conformance
Command: npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill conformance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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>'

Frequently Asked Questions about conformance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate my Nuxt app against Crouton standards?

Conformance checks ensure your app is a true Crouton app by verifying CLI-scaffolded structure, validating real data models over demo blocks, confirming correct Crouton package consumption, and passing frontend review, accessibility, and end-to-end tests.

Do I need a Crouton CLI-generated app to run conformance checks?

Yes, running a conformance check requires a Crouton CLI-generated Nuxt application along with access to the application's source code to properly verify its structure and data models.

What does the Crouton package consumption check verify in my application?

The Crouton package consumption check confirms that your Nuxt application does not reinvent functionality already provided by Crouton packages, ensuring you properly utilize the existing ecosystem.

Can this conformance Skill run accessibility and end-to-end tests automatically?

Yes, the conformance Skill runs existing probes to check frontend review, accessibility, end-to-end testing, and type checking while also verifying that your application documentation is up to date.

When should I use the Crouton application conformance validator?

Use the Crouton application conformance validator when preparing your Nuxt application for promotion to ensure it meets all necessary criteria for being a true Crouton app at the '/graduate' stage.