schema-to-service

Generate shared types, database schemas, and API routes for new Maslow entities.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/twlines/maslow --skill schema-to-service
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schema-to-service
Source: https://github.com/twlines/maslow/tree/main/skills/schema-to-service
Command: npx skills add https://github.com/twlines/maslow --skill schema-to-service

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the repetitive process of adding new entities to the Maslow application, ensuring consistency and reducing manual coding effort.

Core Features & Use Cases

  • End-to-End Pipeline: Guides through the 5-step process for integrating new entities.
  • Code Generation: Provides examples for shared types, database schemas, and API routes.
  • Verification: Includes a step to run type checks, linting, and tests.
  • Use Case: When adding a new feature like "user profiles" or "project settings", this Skill ensures all necessary code and database structures are created correctly and efficiently.

Quick Start

Follow the schema-to-service pipeline to add a new entity called 'products'.

Frequently Asked Questions about schema-to-service

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

FAQPage Schema
How do I generate boilerplate for new entities in a database schema?

To generate boilerplate for new entities, this Skill automates the creation of shared types, database schemas, and API routes. It ensures consistent code generation for new data models within the Maslow application.

What's the pipeline for adding a new data model and API routes?

The pipeline for adding a new data model is a 5-step process that defines shared types, database schemas, API routes, and testing procedures. It ensures all necessary code and database structures are created correctly.

How can I automate code generation for user profiles or project settings?

You can automate code generation for features like user profiles or project settings by following the schema-to-service pipeline. It guides you through defining shared types, database schemas, and API routes to reduce manual coding effort.

Do I need to manually run type checks and tests after creating new database schemas?

You do not need to manually run type checks and tests after creating new database schemas, as the pipeline includes a verification step. This step ensures type checks, linting, and tests are executed automatically.

Can I use this for managing boilerplate outside of the Maslow application?

This Skill is specifically designed for managing boilerplate and entity management within the Maslow application. It automates a 5-step pipeline to ensure consistent code generation for new data models in that environment.