crouton-generation-reference

Reference Crouton's schema-to-CRUD generation field types, naming conventions, and artifacts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a detailed reference for Crouton's schema-to-CRUD generation process, including field types, naming conventions, and the artifacts produced by the generation workflow.

Core Features & Use Cases

  • Schema Reference: Offers a complete catalog of field types, their aliases, and naming conventions.
  • Artifact List: Details the exact files and directories generated during the CRUD generation process.
  • Workflow Explanation: Explains the steps involved in the schema-to-CRUD generation workflow, including the seed/default-layout pipeline.
  • Use Case: Ideal for developers and architects who need to understand the inner workings of Crouton's schema-to-CRUD generation and for those who need to troubleshoot issues with generated artifacts.

Quick Start

Use the crouton-generation-reference skill to understand the naming convention for collections or to find out what files crouton generates for a given schema.

Frequently Asked Questions about crouton-generation-reference

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

FAQPage Schema
What files and directories are generated during Crouton CRUD generation?▼

Crouton CRUD generation produces specific files and directories from a defined schema. This reference provides a complete artifact list, detailing the exact outputs generated during the workflow to help developers track and verify generated code.

How do I find the correct naming conventions for Crouton schema collections?▼

To find naming conventions for schema collections, use this reference pack which catalogues field types, aliases, and naming rules. It provides the exact schema design standards required for successful CRUD generation.

How does the Crouton schema-to-CRUD generation workflow work?▼

The Crouton schema-to-CRUD workflow operates through a seed/default-layout pipeline. This reference explains each step, transforming schema definitions into generated artifacts for developers and architects.

Why are my generated CRUD artifacts missing or incorrect after schema processing?▼

Incorrect CRUD artifacts often stem from schema design errors. This reference helps troubleshoot issues by providing the expected artifact list and field type conventions to verify your generated outputs against.

Do I need specific schema field types defined before using Crouton CRUD generation?▼

Yes, you need properly defined schema field types. This reference offers a complete catalog of supported field types and their aliases, ensuring your schema meets the prerequisites for the generation workflow.